Trace number 4290273

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? 72.3473 24.1882

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290273-1532241722/watcher-4290273-1532241722 -o /tmp/evaluation-result-4290273-1532241722/solver-4290273-1532241722 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1846448229 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290273-1532241722.xml 

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

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=4075, runsolver pid=4072

[startup+0.110075 s]*
/proc/loadavg: 2.86 2.01 1.69 3/220 4090
/proc/meminfo: memFree=22441648/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14082740 memory=32596 CPUtime=0.13 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 7042 0 0 0 12 1 0 0 20 0 15 0 41735426 14420725760 8149 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3520685 8149 3160 1 0 3482761 0
[pid=4075/tid=4077] ppid=4072 vsize=14082740 memory=-8535549962721522880 CPUtime=0.09 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) R 4072 4075 1924 0 -1 4202560 5222 0 0 0 9 0 0 0 20 0 15 0 41735427 14420725760 8281 33554432000 4194304 4196468 140731962897712 140327049435688 140327031432368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326997854992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326996802448 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326995749904 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326994697360 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326586853360 140327045245570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4083] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4083/stat : 4083 (java) S 4072 4075 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326585799584 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4084] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4084/stat : 4084 (java) S 4072 4075 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326584746992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4085] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4085/stat : 4085 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326583695568 140327045253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4086] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4086/stat : 4086 (java) S 4072 4075 1924 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326582643184 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4087] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4087/stat : 4087 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326513666672 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4088] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0.01 cores=1,3,5,7
/proc/4075/task/4088/stat : 4088 (java) R 4072 4075 1924 0 -1 4202560 292 0 0 0 1 0 0 0 20 0 15 0 41735432 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326512614128 140327024361027 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4089] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 8281 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32596 KiB

[startup+0.21639 s]*
/proc/loadavg: 2.86 2.01 1.69 6/220 4090
/proc/meminfo: memFree=22426020/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14082740 memory=47376 CPUtime=0.31 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 10400 0 0 0 29 2 0 0 20 0 15 0 41735426 14420725760 11844 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3520685 11844 3415 1 0 3482761 0
[pid=4075/tid=4077] ppid=4072 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) R 4072 4075 1924 0 -1 4202560 8071 0 0 0 19 1 0 0 20 0 15 0 41735427 14420725760 11844 33554432000 4194304 4196468 140731962897712 140327049464160 140326664744643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326997854992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14082740 memory=140061687731859 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326996802448 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326995749904 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326994697360 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) S 4072 4075 1924 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326586853360 140327045245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4083] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4083/stat : 4083 (java) S 4072 4075 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326585799584 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4084] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4084/stat : 4084 (java) S 4072 4075 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326584746992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4085] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4085/stat : 4085 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326583695568 140327045253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4086] ppid=4072 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4086/stat : 4086 (java) S 4072 4075 1924 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 15 0 41735432 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326582643184 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4087] ppid=4072 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4075/task/4087/stat : 4087 (java) R 4072 4075 1924 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 15 0 41735432 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326513659696 140327045244629 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4088] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0.05 cores=1,3,5,7
/proc/4075/task/4088/stat : 4088 (java) S 4072 4075 1924 0 -1 1077944384 340 0 0 0 5 0 0 0 20 0 15 0 41735432 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326512614128 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4089] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 11844 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47376 KiB

[startup+0.310589 s]*
/proc/loadavg: 2.86 2.01 1.69 4/220 4090
/proc/meminfo: memFree=22422236/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14082740 memory=50864 CPUtime=0.43 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 10788 0 0 0 41 2 0 0 20 0 15 0 41735426 14420725760 12716 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3520685 12716 3418 1 0 3482761 0
[pid=4075/tid=4077] ppid=4072 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) R 4072 4075 1924 0 -1 4202560 8419 0 0 0 28 1 0 0 20 0 15 0 41735427 14420725760 12716 33554432000 4194304 4196468 140731962897712 140327049445936 140327026797965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14082740 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326997854992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14082740 memory=140061687962230 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326996802448 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326995749904 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735427 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326994697360 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) S 4072 4075 1924 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326586853360 140327045245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4083] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4083/stat : 4083 (java) S 4072 4075 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326585799584 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4084] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4084/stat : 4084 (java) S 4072 4075 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41735429 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326584746992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4085] ppid=4072 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4085/stat : 4085 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326583695568 140327045253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4086] ppid=4072 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4086/stat : 4086 (java) S 4072 4075 1924 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 15 0 41735432 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326582643184 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4087] ppid=4072 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4087/stat : 4087 (java) S 4072 4075 1924 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 41735432 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326513666672 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4088] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0.07 cores=1,3,5,7
/proc/4075/task/4088/stat : 4088 (java) S 4072 4075 1924 0 -1 1077944384 358 0 0 0 7 0 0 0 20 0 15 0 41735432 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326512614128 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4089] ppid=4072 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14082740 memory=140061687727744 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735432 14420725760 12716 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50864 KiB

[startup+0.700712 s]
/proc/loadavg: 2.86 2.01 1.69 3/220 4090
/proc/meminfo: memFree=22398052/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14084808 memory=88736 CPUtime=0.98 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 17621 0 0 0 93 5 0 0 20 0 15 0 41735426 14422843392 22184 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3521202 22184 3499 1 0 3483273 0
[pid=4075/tid=4077] ppid=4072 vsize=14084808 memory=1236 CPUtime=0.67 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) R 4072 4075 1924 0 -1 4202560 14866 0 0 0 63 4 0 0 20 0 15 0 41735427 14422843392 22184 33554432000 4194304 4196468 140731962897712 140327049449920 140327029314910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14084808 memory=8924 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735427 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326997854992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14084808 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735427 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326996802448 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735427 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326995749904 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14084808 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) S 4072 4075 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41735427 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326994697360 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14084808 memory=956 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) S 4072 4075 1924 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41735429 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326586853360 140327045245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4083] ppid=4072 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4083/stat : 4083 (java) S 4072 4075 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41735429 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326585799584 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4084] ppid=4072 vsize=14084808 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4084/stat : 4084 (java) S 4072 4075 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41735429 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326584746992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4085] ppid=4072 vsize=14084808 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4085/stat : 4085 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326583695568 140327045253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4086] ppid=4072 vsize=14084808 memory=7450757349647805273 CPUtime=0.09 cores=1,3,5,7
/proc/4075/task/4086/stat : 4086 (java) S 4072 4075 1924 0 -1 1077944384 560 0 0 0 9 0 0 0 20 0 15 0 41735432 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326582643184 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4087] ppid=4072 vsize=14084808 memory=6300092137356946789 CPUtime=0.05 cores=1,3,5,7
/proc/4075/task/4087/stat : 4087 (java) S 4072 4075 1924 0 -1 1077944384 361 0 0 0 5 0 0 0 20 0 15 0 41735432 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326513666672 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4088] ppid=4072 vsize=14084808 memory=4640185803565191248 CPUtime=0.15 cores=1,3,5,7
/proc/4075/task/4088/stat : 4088 (java) S 4072 4075 1924 0 -1 1077944384 451 0 0 0 15 0 0 0 20 0 15 0 41735432 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326512614128 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4089] ppid=4072 vsize=14084808 memory=7305211769790883938 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14084808 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41735432 14422843392 22184 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88736 KiB

[startup+1.50073 s]
/proc/loadavg: 2.86 2.01 1.69 5/220 4090
/proc/meminfo: memFree=22303172/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14086856 memory=268128 CPUtime=2.95 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 24347 0 0 0 280 15 0 0 20 0 15 0 41735426 14424940544 67032 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3521714 67032 3567 1 0 3483785 0
[pid=4075/tid=4077] ppid=4072 vsize=14086856 memory=266580 CPUtime=1.43 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) R 4072 4075 1924 0 -1 4202560 16239 0 0 0 137 6 0 0 20 0 15 0 41735427 14424940544 67032 33554432000 4194304 4196468 140731962897712 140327049469360 140327045246358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14086856 memory=8112282956445269571 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) S 4072 4075 1924 0 -1 1077944384 325 0 0 0 1 1 0 0 20 0 15 0 41735427 14424940544 67032 33554432000 4194304 4196468 140731962897712 140326997854992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14086856 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) S 4072 4075 1924 0 -1 1077944384 104 0 0 0 1 1 0 0 20 0 15 0 41735427 14424940544 67032 33554432000 4194304 4196468 140731962897712 140326996802448 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14086856 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) S 4072 4075 1924 0 -1 1077944384 463 0 0 0 1 1 0 0 20 0 15 0 41735427 14424940544 67032 33554432000 4194304 4196468 140731962897712 140326995749904 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14086856 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) S 4072 4075 1924 0 -1 1077944384 121 0 0 0 1 1 0 0 20 0 15 0 41735427 14424940544 67032 33554432000 4194304 4196468 140731962897712 140326994697360 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) S 4072 4075 1924 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 15 0 41735429 14424940544 67032 33554432000 4194304 4196468 140731962897712 140326586853360 140327045245570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0

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

[pid=4075/tid=4089] ppid=4072 vsize=14090952 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940006 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14090952 memory=1732 CPUtime=0.01 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 548 0 0 0 0 1 0 0 20 0 15 0 41735432 14429134848 2940006 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 66.56 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760024 KiB

[startup+23.2011 s]
/proc/loadavg: 3.35 2.17 1.75 3/220 4090
/proc/meminfo: memFree=10689860/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14090952 memory=11760040 CPUtime=69.3 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 239555 0 0 0 5806 1124 0 0 20 0 15 0 41735426 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3522738 2940010 3592 1 0 3484809 0
[pid=4075/tid=4077] ppid=4072 vsize=14090952 memory=-1088251628401078322 CPUtime=7.14 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) S 4072 4075 1924 0 -1 1077944384 22303 0 0 0 698 16 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140327049470128 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14090952 memory=8693818257304955361 CPUtime=14.71 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) R 4072 4075 1924 0 -1 4202560 32727 0 0 0 1194 277 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326997854992 140327030231069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14090952 memory=-1598831813028945288 CPUtime=14.76 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) R 4072 4075 1924 0 -1 4202560 83649 0 0 0 1227 249 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326996802648 140327029933265 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14090952 memory=4616 CPUtime=14.72 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) R 4072 4075 1924 0 -1 4202560 31910 0 0 0 1162 310 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326995749904 140327029933277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14090952 memory=6943526294502006880 CPUtime=14.7 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) R 4072 4075 1924 0 -1 4202560 31010 0 0 0 1207 263 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326994697560 140327026844032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14090952 memory=1704 CPUtime=0.89 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) S 4072 4075 1924 0 -1 1077944384 28721 0 0 0 87 2 0 0 20 0 15 0 41735429 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326586851904 140327045244629 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4083] ppid=4072 vsize=14090952 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4083/stat : 4083 (java) S 4072 4075 1924 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 41735429 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326585799280 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4084] ppid=4072 vsize=14090952 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4084/stat : 4084 (java) S 4072 4075 1924 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41735429 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326584747008 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4085] ppid=4072 vsize=14090952 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4085/stat : 4085 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326583695568 140327045253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4086] ppid=4072 vsize=14090952 memory=18476 CPUtime=0.96 cores=1,3,5,7
/proc/4075/task/4086/stat : 4086 (java) S 4072 4075 1924 0 -1 1077944384 2650 0 0 0 96 0 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326582643184 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4087] ppid=4072 vsize=14090952 memory=1236 CPUtime=0.81 cores=1,3,5,7
/proc/4075/task/4087/stat : 4087 (java) S 4072 4075 1924 0 -1 1077944384 2501 0 0 0 80 1 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326513666672 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4088] ppid=4072 vsize=14090952 memory=8924 CPUtime=0.51 cores=1,3,5,7
/proc/4075/task/4088/stat : 4088 (java) S 4072 4075 1924 0 -1 1077944384 2108 0 0 0 51 0 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326512614128 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4089] ppid=4072 vsize=14090952 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14090952 memory=14492 CPUtime=0.01 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 548 0 0 0 0 1 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 69.3 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760040 KiB

[startup+23.6011 s]
/proc/loadavg: 3.35 2.17 1.75 3/220 4090
/proc/meminfo: memFree=10689860/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14090952 memory=11760040 CPUtime=70.71 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 239695 0 0 0 5947 1124 0 0 20 0 15 0 41735426 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3522738 2940010 3592 1 0 3484809 0
[pid=4075/tid=4077] ppid=4072 vsize=14090952 memory=8112282956445269571 CPUtime=7.14 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) S 4072 4075 1924 0 -1 1077944384 22304 0 0 0 698 16 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140327049470128 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14090952 memory=2396 CPUtime=15.05 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) R 4072 4075 1924 0 -1 4202560 32760 0 0 0 1228 277 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326997854992 140327029933851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14090952 memory=1292 CPUtime=15.1 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) R 4072 4075 1924 0 -1 4202560 83658 0 0 0 1261 249 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326996802448 140327030230804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14090952 memory=1732 CPUtime=15.06 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) R 4072 4075 1924 0 -1 4202560 31915 0 0 0 1196 310 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326995750104 140327029933843 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14090952 memory=1008 CPUtime=15.03 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) R 4072 4075 1924 0 -1 4202560 31101 0 0 0 1240 263 0 0 20 0 15 0 41735427 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326994697560 140327030231069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14090952 memory=5404 CPUtime=0.95 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) S 4072 4075 1924 0 -1 1077944384 28722 0 0 0 93 2 0 0 20 0 15 0 41735429 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326586851904 140327045244629 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4083] ppid=4072 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4083/stat : 4083 (java) S 4072 4075 1924 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 41735429 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326585799280 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4084] ppid=4072 vsize=14090952 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4084/stat : 4084 (java) S 4072 4075 1924 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41735429 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326584747008 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4085] ppid=4072 vsize=14090952 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4085/stat : 4085 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326583695568 140327045253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4086] ppid=4072 vsize=14090952 memory=1568 CPUtime=0.96 cores=1,3,5,7
/proc/4075/task/4086/stat : 4086 (java) S 4072 4075 1924 0 -1 1077944384 2650 0 0 0 96 0 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326582643184 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4087] ppid=4072 vsize=14090952 memory=1696 CPUtime=0.81 cores=1,3,5,7
/proc/4075/task/4087/stat : 4087 (java) S 4072 4075 1924 0 -1 1077944384 2501 0 0 0 80 1 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326513666672 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4088] ppid=4072 vsize=14090952 memory=920 CPUtime=0.51 cores=1,3,5,7
/proc/4075/task/4088/stat : 4088 (java) S 4072 4075 1924 0 -1 1077944384 2108 0 0 0 51 0 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326512614128 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4089] ppid=4072 vsize=14090952 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14090952 memory=2592 CPUtime=0.01 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 548 0 0 0 0 1 0 0 20 0 15 0 41735432 14429134848 2940010 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 70.71 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760040 KiB

[startup+24.0007 s]*
/proc/loadavg: 3.35 2.17 1.75 3/220 4090
/proc/meminfo: memFree=10689860/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14090952 memory=11760044 CPUtime=72.12 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 240137 0 0 0 6088 1124 0 0 20 0 15 0 41735426 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3522738 2940011 3592 1 0 3484809 0
[pid=4075/tid=4077] ppid=4072 vsize=14090952 memory=8112282956445269571 CPUtime=7.14 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) S 4072 4075 1924 0 -1 1077944384 22304 0 0 0 698 16 0 0 20 0 15 0 41735427 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140327049470128 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14090952 memory=4126316290023845779 CPUtime=15.38 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) S 4072 4075 1924 0 -1 1077944384 32782 0 0 0 1261 277 0 0 20 0 15 0 41735427 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326997854992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14090952 memory=1008 CPUtime=15.43 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) S 4072 4075 1924 0 -1 1077944384 83776 0 0 0 1294 249 0 0 20 0 15 0 41735427 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326996802448 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14090952 memory=5404 CPUtime=15.39 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) S 4072 4075 1924 0 -1 1077944384 31960 0 0 0 1229 310 0 0 20 0 15 0 41735427 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326995749904 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14090952 memory=796 CPUtime=15.37 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) S 4072 4075 1924 0 -1 1077944384 31357 0 0 0 1274 263 0 0 20 0 15 0 41735427 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326994697360 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14090952 memory=4616 CPUtime=1.03 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) R 4072 4075 1924 0 -1 4202560 28723 0 0 0 101 2 0 0 20 0 15 0 41735429 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326586851920 140327023604603 0 0 0 16800975 0 0 0 -1 5 0 0 21 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4083] ppid=4072 vsize=14090952 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4083/stat : 4083 (java) S 4072 4075 1924 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 41735429 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326585799280 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4084] ppid=4072 vsize=14090952 memory=10940 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4084/stat : 4084 (java) S 4072 4075 1924 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41735429 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326584747008 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4085] ppid=4072 vsize=14090952 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4085/stat : 4085 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326583695568 140327045253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4086] ppid=4072 vsize=14090952 memory=1228 CPUtime=0.96 cores=1,3,5,7
/proc/4075/task/4086/stat : 4086 (java) S 4072 4075 1924 0 -1 1077944384 2650 0 0 0 96 0 0 0 20 0 15 0 41735432 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326582643184 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4087] ppid=4072 vsize=14090952 memory=1704 CPUtime=0.81 cores=1,3,5,7
/proc/4075/task/4087/stat : 4087 (java) S 4072 4075 1924 0 -1 1077944384 2501 0 0 0 80 1 0 0 20 0 15 0 41735432 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326513666672 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4088] ppid=4072 vsize=14090952 memory=1948 CPUtime=0.51 cores=1,3,5,7
/proc/4075/task/4088/stat : 4088 (java) S 4072 4075 1924 0 -1 1077944384 2108 0 0 0 51 0 0 0 20 0 15 0 41735432 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326512614128 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4089] ppid=4072 vsize=14090952 memory=11760040 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14090952 memory=11760032 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 548 0 0 0 0 2 0 0 20 0 15 0 41735432 14429134848 2940011 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 72.12 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760044 KiB

[startup+24.1108 s]
/proc/loadavg: 3.35 2.17 1.75 3/220 4090
/proc/meminfo: memFree=10689860/32770624 swapFree=67108860/67108860
[pid=4075] ppid=4072 vsize=14090952 memory=11760176 CPUtime=72.26 cores=1,3,5,7
/proc/4075/stat : 4075 (java) S 4072 4075 1924 0 -1 1077944320 240273 0 0 0 6101 1125 0 0 20 0 15 0 41735426 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140731962880256 140327045234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
/proc/4075/statm: 3522738 2940044 3593 1 0 3484809 0
[pid=4075/tid=4077] ppid=4072 vsize=14090952 memory=8863808 CPUtime=7.14 cores=1,3,5,7
/proc/4075/task/4077/stat : 4077 (java) S 4072 4075 1924 0 -1 1077944384 22371 0 0 0 698 16 0 0 20 0 15 0 41735427 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140327049473920 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4078] ppid=4072 vsize=14090952 memory=11760040 CPUtime=15.39 cores=1,3,5,7
/proc/4075/task/4078/stat : 4078 (java) S 4072 4075 1924 0 -1 1077944384 32785 0 0 0 1262 277 0 0 20 0 15 0 41735427 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326997854992 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4079] ppid=4072 vsize=14090952 memory=11760044 CPUtime=15.44 cores=1,3,5,7
/proc/4075/task/4079/stat : 4079 (java) S 4072 4075 1924 0 -1 1077944384 83804 0 0 0 1295 249 0 0 20 0 15 0 41735427 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326996802448 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4080] ppid=4072 vsize=14090952 memory=288230574492221466 CPUtime=15.4 cores=1,3,5,7
/proc/4075/task/4080/stat : 4080 (java) S 4072 4075 1924 0 -1 1077944384 31996 0 0 0 1230 310 0 0 20 0 15 0 41735427 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326995749904 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4081] ppid=4072 vsize=14090952 memory=288230583166042426 CPUtime=15.38 cores=1,3,5,7
/proc/4075/task/4081/stat : 4081 (java) S 4072 4075 1924 0 -1 1077944384 31358 0 0 0 1275 263 0 0 20 0 15 0 41735427 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326994697360 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4082] ppid=4072 vsize=14090952 memory=11759368 CPUtime=1.11 cores=1,3,5,7
/proc/4075/task/4082/stat : 4082 (java) R 4072 4075 1924 0 -1 4202560 28724 0 0 0 109 2 0 0 20 0 15 0 41735429 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326586851904 140327037523877 0 0 0 16800975 0 0 0 -1 3 0 0 21 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4083] ppid=4072 vsize=14090952 memory=9093372 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4083/stat : 4083 (java) S 4072 4075 1924 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 41735429 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326585799648 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4084] ppid=4072 vsize=14090952 memory=5636284 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4084/stat : 4084 (java) S 4072 4075 1924 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41735429 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326584747008 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4085] ppid=4072 vsize=14090952 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4085/stat : 4085 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326583695568 140327045253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4086] ppid=4072 vsize=14090952 memory=8112282956445269571 CPUtime=0.96 cores=1,3,5,7
/proc/4075/task/4086/stat : 4086 (java) S 4072 4075 1924 0 -1 1077944384 2650 0 0 0 96 0 0 0 20 0 15 0 41735432 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326582643184 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4087] ppid=4072 vsize=14090952 memory=288230583166042426 CPUtime=0.81 cores=1,3,5,7
/proc/4075/task/4087/stat : 4087 (java) S 4072 4075 1924 0 -1 1077944384 2501 0 0 0 80 1 0 0 20 0 15 0 41735432 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326513666672 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4088] ppid=4072 vsize=14090952 memory=11760032 CPUtime=0.51 cores=1,3,5,7
/proc/4075/task/4088/stat : 4088 (java) S 4072 4075 1924 0 -1 1077944384 2108 0 0 0 51 0 0 0 20 0 15 0 41735432 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326512614128 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4089] ppid=4072 vsize=14090952 memory=11760032 CPUtime=0 cores=1,3,5,7
/proc/4075/task/4089/stat : 4089 (java) S 4072 4075 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41735432 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326511561824 140327045244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
[pid=4075/tid=4090] ppid=4072 vsize=14090952 memory=11759368 CPUtime=0.02 cores=1,3,5,7
/proc/4075/task/4090/stat : 4090 (java) S 4072 4075 1924 0 -1 1077944384 548 0 0 0 0 2 0 0 20 0 15 0 41735432 14429134848 2940044 33554432000 4194304 4196468 140731962897712 140326510508336 140327045245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 37187584 140731962901576 140731962901769 140731962901769 140731962904527 0
Current children cumulated CPU time: 72.26 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760176 KiB

Child status: 1
Real time (s): 24.1882
CPU time (s): 72.3473
CPU user time (s): 61.0324
CPU system time (s): 11.315
CPU usage (%): 299.101
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11760176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.0324
system time used= 11.315
maximum resident set size= 11760176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5736
involuntary context switches= 745


# summary of solver processes directly reported to runsolver:
#   pid: 4075
#   total CPU time (s): 72.3473
#   total CPU user time (s): 61.0324
#   total CPU system time (s): 11.315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.185763 second user time and 0.299603 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 08:42:02
IDJOB=4290273
IDBENCH=141308
IDSOLVER=2743
FILE ID=node134/4290273-1532241722
RUNJOBID= node134-1532224835-1956
PBS_JOBID= 21018943
Free space on /tmp= 55956 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-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-4290273-1532241722/watcher-4290273-1532241722 -o /tmp/evaluation-result-4290273-1532241722/solver-4290273-1532241722 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1846448229 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290273-1532241722.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1846448229

node134.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.68
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.68
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.68
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.68
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:        22459408 kB
MemAvailable:   26904404 kB
Buffers:          152856 kB
Cached:          4557332 kB
SwapCached:            0 kB
Active:          6473060 kB
Inactive:        3358472 kB
Active(anon):    5070848 kB
Inactive(anon):    70372 kB
Active(file):    1402212 kB
Inactive(file):  3288100 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             40768 kB
Writeback:             0 kB
AnonPages:       5128700 kB
Mapped:            48932 kB
Shmem:             17056 kB
Slab:             169028 kB
SReclaimable:     141040 kB
SUnreclaim:        27988 kB
KernelStack:        3776 kB
PageTables:        14864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6211044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4958208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55920 MiB
End job on node134 at 2018-07-22 08:42:26