Trace number 4311561

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17? 73.5858 29.7665

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311561-1534551625/watcher-4311561-1534551625 -o /tmp/evaluation-result-4311561-1534551625/solver-4311561-1534551625 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15719 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 410133268 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311561-1534551625.xml 

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

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


[startup+0.100091 s]*
/proc/loadavg: 1.70 1.62 1.50 3/216 17045
/proc/meminfo: memFree=18504984/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14082736 memory=33536 CPUtime=0.12 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 6776 0 0 0 11 1 0 0 20 0 15 0 272725850 14420721664 8384 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3520684 8384 3153 1 0 3482761 0
[pid=17030/tid=17032] ppid=17027 vsize=14082736 memory=-8557575366716199550 CPUtime=0.09 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 15687 0 -1 4202560 4833 0 0 0 8 1 0 0 20 0 15 0 272725851 14420721664 8384 33554432000 4194304 4196468 140732067424416 139837420478128 139837400335710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 8384 33554432000 4194304 4196468 140732067424416 139837368875408 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 8384 33554432000 4194304 4196468 140732067424416 139837367822608 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 8384 33554432000 4194304 4196468 140732067424416 139837366770320 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 8384 33554432000 4194304 4196468 140732067424416 139837365717520 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725853 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836620421744 139837416266370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17038] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 15687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 272725853 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836529321248 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17039] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272725854 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836528268912 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17040] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836527217232 139837416273819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17041] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 15687 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836526164080 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17042] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836525111280 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17043] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0.01 cores=1,3,5,7
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 15687 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 272725856 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836524058992 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17044] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 8384 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33536 KiB

[startup+0.211339 s]*
/proc/loadavg: 1.70 1.62 1.50 7/216 17045
/proc/meminfo: memFree=18489252/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14082736 memory=49352 CPUtime=0.31 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 10445 0 0 0 29 2 0 0 20 0 15 0 272725850 14420721664 12338 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3520684 12338 3367 1 0 3482761 0
[pid=17030/tid=17032] ppid=17027 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 15687 0 -1 4202560 8164 0 0 0 18 2 0 0 20 0 15 0 272725851 14420721664 12338 33554432000 4194304 4196468 140732067424416 139837420473392 139837400487163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 12338 33554432000 4194304 4196468 140732067424416 139837368875408 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14082736 memory=139957517587798 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 12338 33554432000 4194304 4196468 140732067424416 139837367822608 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 12338 33554432000 4194304 4196468 140732067424416 139837366770320 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 12338 33554432000 4194304 4196468 140732067424416 139837365717520 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272725853 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836620421744 139837416266370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17038] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 15687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 272725853 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836529321248 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17039] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272725854 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836528268912 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17040] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836527217232 139837416273819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17041] ppid=17027 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 15687 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 15 0 272725856 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836526164080 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17042] ppid=17027 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 15687 0 -1 1077944384 61 0 0 0 2 0 0 0 20 0 15 0 272725856 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836525111280 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17043] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0.05 cores=1,3,5,7
/proc/17030/task/17043/stat : 17043 (java) R 17027 17030 15687 0 -1 4202560 307 0 0 0 5 0 0 0 20 0 15 0 272725856 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836524055928 139837408278164 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17044] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 12338 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49352 KiB

[startup+0.310798 s]*
/proc/loadavg: 1.70 1.62 1.50 3/216 17045
/proc/meminfo: memFree=18485096/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14082736 memory=52944 CPUtime=0.44 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 10801 0 0 0 41 3 0 0 20 0 15 0 272725850 14420721664 13236 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3520684 13236 3406 1 0 3482761 0
[pid=17030/tid=17032] ppid=17027 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 15687 0 -1 4202560 8492 0 0 0 28 2 0 0 20 0 15 0 272725851 14420721664 13236 33554432000 4194304 4196468 140732067424416 139837420464576 139837397818779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14082736 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 13236 33554432000 4194304 4196468 140732067424416 139837368875408 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14082736 memory=139957517587687 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 13236 33554432000 4194304 4196468 140732067424416 139837367822608 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 13236 33554432000 4194304 4196468 140732067424416 139837366770320 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14420721664 13236 33554432000 4194304 4196468 140732067424416 139837365717520 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272725853 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836620421744 139837416266370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17038] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 15687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 272725853 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836529321248 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17039] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272725854 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836528268912 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17040] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836527217232 139837416273819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17041] ppid=17027 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 15687 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 15 0 272725856 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836526164080 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17042] ppid=17027 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 15687 0 -1 1077944384 81 0 0 0 2 0 0 0 20 0 15 0 272725856 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836525111280 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17043] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0.07 cores=1,3,5,7
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 15687 0 -1 1077944384 315 0 0 0 7 0 0 0 20 0 15 0 272725856 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836524058992 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17044] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14082736 memory=139957517571712 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272725856 14420721664 13236 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52944 KiB

[startup+0.700728 s]
/proc/loadavg: 1.70 1.62 1.50 3/216 17045
/proc/meminfo: memFree=18461284/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14084804 memory=90972 CPUtime=0.99 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 17606 0 0 0 94 5 0 0 20 0 15 0 272725850 14422839296 22743 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3521201 22743 3497 1 0 3483273 0
[pid=17030/tid=17032] ppid=17027 vsize=14084804 memory=1744 CPUtime=0.68 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 15687 0 -1 4202560 14924 0 0 0 64 4 0 0 20 0 15 0 272725851 14422839296 22743 33554432000 4194304 4196468 140732067424416 139837420477824 139837383847435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14422839296 22743 33554432000 4194304 4196468 140732067424416 139837368875408 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14084804 memory=836 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14422839296 22743 33554432000 4194304 4196468 140732067424416 139837367822608 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14084804 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272725852 14422839296 22743 33554432000 4194304 4196468 140732067424416 139837366770320 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14084804 memory=1600 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272725852 14422839296 22743 33554432000 4194304 4196468 140732067424416 139837365717520 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14084804 memory=7952 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272725853 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836620421744 139837416266370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17038] ppid=17027 vsize=14084804 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 15687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 272725853 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836529321248 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17039] ppid=17027 vsize=14084804 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272725854 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836528268912 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17040] ppid=17027 vsize=14084804 memory=4639098309541127012 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836527217232 139837416273819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17041] ppid=17027 vsize=14084804 memory=6369613153740022872 CPUtime=0.09 cores=1,3,5,7
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 15687 0 -1 1077944384 705 0 0 0 9 0 0 0 20 0 15 0 272725856 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836526164080 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17042] ppid=17027 vsize=14084804 memory=6154282490091891024 CPUtime=0.06 cores=1,3,5,7
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 15687 0 -1 1077944384 218 0 0 0 6 0 0 0 20 0 15 0 272725856 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836525111280 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17043] ppid=17027 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 15687 0 -1 1077944384 395 0 0 0 15 0 0 0 20 0 15 0 272725856 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836524058992 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17044] ppid=17027 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272725856 14422839296 22743 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90972 KiB

[startup+1.50134 s]
/proc/loadavg: 1.70 1.62 1.50 3/216 17045
/proc/meminfo: memFree=18224468/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14086852 memory=577756 CPUtime=2.76 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 20604 0 0 0 227 49 0 0 20 0 15 0 272725850 14424936448 144439 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3521713 144439 3560 1 0 3483785 0
[pid=17030/tid=17032] ppid=17027 vsize=14086852 memory=6791534058613427641 CPUtime=1.28 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 15687 0 -1 4202560 15333 0 0 0 117 11 0 0 20 0 15 0 272725851 14424936448 144439 33554432000 4194304 4196468 140732067424416 139837420487632 139837041802293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14086852 memory=-6951259422114956437 CPUtime=0.18 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 15687 0 -1 1077944384 266 0 0 0 10 8 0 0 20 0 15 0 272725852 14424936448 144439 33554432000 4194304 4196468 140732067424416 139837368875408 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14086852 memory=-6509546260019855295 CPUtime=0.18 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 15687 0 -1 1077944384 582 0 0 0 9 9 0 0 20 0 15 0 272725852 14424936448 144439 33554432000 4194304 4196468 140732067424416 139837367822608 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14086852 memory=-7390251449858225344 CPUtime=0.18 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 15687 0 -1 1077944384 253 0 0 0 10 8 0 0 20 0 15 0 272725852 14424936448 144439 33554432000 4194304 4196468 140732067424416 139837366770320 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14086852 memory=4134692831991786133 CPUtime=0.18 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 15687 0 -1 1077944384 467 0 0 0 9 9 0 0 20 0 15 0 272725852 14424936448 144439 33554432000 4194304 4196468 140732067424416 139837365717520 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 15687 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 15 0 272725853 14424936448 144439 33554432000 4194304 4196468 140732067424416 139836620421744 139837416266370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0

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

[pid=17030/tid=17044] ppid=17027 vsize=14088900 memory=5844 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 2942541 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14088900 memory=3304 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 751 0 0 0 1 1 0 0 20 0 15 0 272725856 14427033600 2942541 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 64.94 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11770164 KiB

[startup+28.8007 s]
/proc/loadavg: 2.02 1.71 1.53 6/216 17045
/proc/meminfo: memFree=6745784/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14088900 memory=11770596 CPUtime=70.98 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 304463 0 0 0 5978 1120 0 0 20 0 15 0 272725850 14427033600 2942649 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3522225 2942649 3592 1 0 3484297 0
[pid=17030/tid=17032] ppid=17027 vsize=14088900 memory=11749616 CPUtime=14.24 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) S 17027 17030 15687 0 -1 1077944384 68325 0 0 0 1405 19 0 0 20 0 15 0 272725851 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139837420490672 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14088900 memory=11770596 CPUtime=13.26 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) R 17027 17030 15687 0 -1 4202560 54082 0 0 0 1036 290 0 0 20 0 15 0 272725852 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139837368875216 139837408883431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14088900 memory=3708 CPUtime=13.33 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) R 17027 17030 15687 0 -1 4202560 57509 0 0 0 1081 252 0 0 20 0 15 0 272725852 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139837367822808 139837409354891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14088900 memory=6508 CPUtime=13.27 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) R 17027 17030 15687 0 -1 4202560 45920 0 0 0 1062 265 0 0 20 0 15 0 272725852 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139837366770128 139837408883431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14088900 memory=279914830161400 CPUtime=13.26 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) R 17027 17030 15687 0 -1 4202560 47445 0 0 0 1040 286 0 0 20 0 15 0 272725852 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139837365717640 139837408883431 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14088900 memory=75318157118186 CPUtime=1.1 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 15687 0 -1 1077944384 21005 0 0 0 109 1 0 0 20 0 15 0 272725853 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836620420304 139837416265429 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17038] ppid=17027 vsize=14088900 memory=75318157118186 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 15687 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 272725853 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836529321312 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17039] ppid=17027 vsize=14088900 memory=75318157118186 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 15687 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 272725854 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836528268928 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17040] ppid=17027 vsize=14088900 memory=75318157118186 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836527217232 139837416273819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17041] ppid=17027 vsize=14088900 memory=75318157118186 CPUtime=0.97 cores=1,3,5,7
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 15687 0 -1 1077944384 3460 0 0 0 97 0 0 0 20 0 15 0 272725856 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836526164080 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17042] ppid=17027 vsize=14088900 memory=75318157118186 CPUtime=0.91 cores=1,3,5,7
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 15687 0 -1 1077944384 2401 0 0 0 91 0 0 0 20 0 15 0 272725856 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836525111280 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17043] ppid=17027 vsize=14088900 memory=75318157117930 CPUtime=0.52 cores=1,3,5,7
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 15687 0 -1 1077944384 2189 0 0 0 52 0 0 0 20 0 15 0 272725856 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836524058992 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17044] ppid=17027 vsize=14088900 memory=279914830510960 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14088900 memory=2080 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 766 0 0 0 1 1 0 0 20 0 15 0 272725856 14427033600 2942649 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 70.98 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11770596 KiB

[startup+29.2043 s]
/proc/loadavg: 2.02 1.71 1.53 6/216 17045
/proc/meminfo: memFree=6745536/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14088900 memory=11770624 CPUtime=72.13 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 311184 0 0 0 6092 1121 0 0 20 0 15 0 272725850 14427033600 2942656 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3522225 2942656 3592 1 0 3484297 0
[pid=17030/tid=17032] ppid=17027 vsize=14088900 memory=288230583166042425 CPUtime=14.24 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) S 17027 17030 15687 0 -1 1077944384 68343 0 0 0 1405 19 0 0 20 0 15 0 272725851 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139837420490672 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14088900 memory=15824378344507920 CPUtime=13.51 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) R 17027 17030 15687 0 -1 4202560 54133 0 0 0 1061 290 0 0 20 0 15 0 272725852 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139837368875408 139837401205920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14088900 memory=279914830742880 CPUtime=13.58 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) R 17027 17030 15687 0 -1 4202560 57714 0 0 0 1106 252 0 0 20 0 15 0 272725852 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139837367822808 139837400952781 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14088900 memory=6944656592455350634 CPUtime=13.52 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) R 17027 17030 15687 0 -1 4202560 45942 0 0 0 1087 265 0 0 20 0 15 0 272725852 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139837366770320 139837401205828 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14088900 memory=8243122710528917583 CPUtime=13.51 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) R 17027 17030 15687 0 -1 4202560 47575 0 0 0 1065 286 0 0 20 0 15 0 272725852 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139837365717520 139837401206293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14088900 memory=22889 CPUtime=1.26 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 15687 0 -1 1077944384 27300 0 0 0 124 2 0 0 20 0 15 0 272725853 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836620420080 139837416265429 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17038] ppid=17027 vsize=14088900 memory=3977857358725669222 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 15687 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 272725853 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836529321216 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17039] ppid=17027 vsize=14088900 memory=3977857358725669222 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 15687 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 272725854 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836528268928 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17040] ppid=17027 vsize=14088900 memory=7012783466951628896 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836527217232 139837416273819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17041] ppid=17027 vsize=14088900 memory=7374193956555613984 CPUtime=0.97 cores=1,3,5,7
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 15687 0 -1 1077944384 3460 0 0 0 97 0 0 0 20 0 15 0 272725856 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836526164080 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17042] ppid=17027 vsize=14088900 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 15687 0 -1 1077944384 2401 0 0 0 91 0 0 0 20 0 15 0 272725856 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836525111280 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17043] ppid=17027 vsize=14088900 memory=4496657729299310435 CPUtime=0.52 cores=1,3,5,7
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 15687 0 -1 1077944384 2189 0 0 0 52 0 0 0 20 0 15 0 272725856 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836524058992 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17044] ppid=17027 vsize=14088900 memory=4639074098508484691 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14088900 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 766 0 0 0 1 1 0 0 20 0 15 0 272725856 14427033600 2942656 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 72.13 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11770624 KiB

[startup+29.6008 s]
/proc/loadavg: 2.02 1.71 1.53 6/216 17045
/proc/meminfo: memFree=6745536/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14088900 memory=11770740 CPUtime=73.41 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 313227 0 0 0 6220 1121 0 0 20 0 15 0 272725850 14427033600 2942685 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3522225 2942685 3593 1 0 3484297 0
[pid=17030/tid=17032] ppid=17027 vsize=14088900 memory=7649399371379783473 CPUtime=14.24 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) S 17027 17030 15687 0 -1 1077944384 68421 0 0 0 1405 19 0 0 20 0 15 0 272725851 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139837420494128 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14088900 memory=7649399375674750769 CPUtime=13.81 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 15687 0 -1 1077944384 54201 0 0 0 1091 290 0 0 20 0 15 0 272725852 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139837368875408 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14088900 memory=7649399379969718065 CPUtime=13.87 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 15687 0 -1 1077944384 59529 0 0 0 1135 252 0 0 20 0 15 0 272725852 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139837367822608 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14088900 memory=1036 CPUtime=13.82 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 15687 0 -1 1077944384 45978 0 0 0 1117 265 0 0 20 0 15 0 272725852 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139837366770320 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14088900 memory=1744 CPUtime=13.81 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 15687 0 -1 1077944384 47584 0 0 0 1095 286 0 0 20 0 15 0 272725852 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139837365717520 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14088900 memory=752 CPUtime=1.35 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) R 17027 17030 15687 0 -1 4202560 27312 0 0 0 133 2 0 0 20 0 15 0 272725853 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836620420176 139837401251627 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17038] ppid=17027 vsize=14088900 memory=836 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 15687 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 272725853 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836529321312 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17039] ppid=17027 vsize=14088900 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 15687 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 272725854 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836528268928 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17040] ppid=17027 vsize=14088900 memory=1600 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836527217232 139837416273819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17041] ppid=17027 vsize=14088900 memory=7952 CPUtime=0.97 cores=1,3,5,7
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 15687 0 -1 1077944384 3463 0 0 0 97 0 0 0 20 0 15 0 272725856 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836526163840 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17042] ppid=17027 vsize=14088900 memory=4088 CPUtime=0.91 cores=1,3,5,7
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 15687 0 -1 1077944384 2407 0 0 0 91 0 0 0 20 0 15 0 272725856 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836525110112 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17043] ppid=17027 vsize=14088900 memory=1784 CPUtime=0.52 cores=1,3,5,7
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 15687 0 -1 1077944384 2205 0 0 0 52 0 0 0 20 0 15 0 272725856 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836524053792 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17044] ppid=17027 vsize=14088900 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14088900 memory=5844 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 766 0 0 0 1 1 0 0 20 0 15 0 272725856 14427033600 2942685 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 73.41 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11770740 KiB

[startup+29.7007 s]
/proc/loadavg: 2.02 1.71 1.53 6/216 17045
/proc/meminfo: memFree=6745536/32770624 swapFree=67108804/67108860
[pid=17030] ppid=17027 vsize=14088900 memory=7961512 CPUtime=73.52 cores=1,3,5,7
/proc/17030/stat : 17030 (java) S 17027 17030 15687 0 -1 1077944320 313317 0 0 0 6229 1123 0 0 20 0 15 0 272725850 14427033600 1990378 33554432000 4194304 4196468 140732067424416 140732067406960 139837416255223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
/proc/17030/statm: 3522225 1990378 3593 1 0 3484297 0
[pid=17030/tid=17032] ppid=17027 vsize=14088900 memory=11770740 CPUtime=14.24 cores=1,3,5,7
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 15687 0 -1 4202560 68421 0 0 0 1405 19 0 0 20 0 15 0 272725851 14427033600 1990378 33554432000 4194304 4196468 140732067424416 139837420491792 139837416277053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17033] ppid=17027 vsize=14088900 memory=8626756 CPUtime=13.81 cores=1,3,5,7
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 15687 0 -1 1077944384 54201 0 0 0 1091 290 0 0 20 0 15 0 272725852 14427033600 1990378 33554432000 4194304 4196468 140732067424416 139837368875408 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17034] ppid=17027 vsize=14088900 memory=6944652177228980320 CPUtime=13.87 cores=1,3,5,7
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 15687 0 -1 1077944384 59529 0 0 0 1135 252 0 0 20 0 15 0 272725852 14427033600 1990380 33554432000 4194304 4196468 140732067424416 139837367822608 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17035] ppid=17027 vsize=14088900 memory=0 CPUtime=13.82 cores=1,3,5,7
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 15687 0 -1 1077944384 45978 0 0 0 1117 265 0 0 20 0 15 0 272725852 14427033600 1990380 33554432000 4194304 4196468 140732067424416 139837366770320 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17036] ppid=17027 vsize=14088900 memory=0 CPUtime=13.81 cores=1,3,5,7
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 15687 0 -1 1077944384 47584 0 0 0 1095 286 0 0 20 0 15 0 272725852 14427033600 1990380 33554432000 4194304 4196468 140732067424416 139837365717520 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17037] ppid=17027 vsize=14088900 memory=8548100 CPUtime=1.45 cores=1,3,5,7
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 15687 0 -1 1077944384 27312 0 0 0 142 3 0 0 20 0 15 0 272725853 14427033600 1990380 33554432000 4194304 4196468 140732067424416 139836620421744 139837416266370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17038] ppid=17027 vsize=14088900 memory=14697662304 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 15687 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 272725853 14427033600 1990380 33554432000 4194304 4196468 140732067424416 139836529321312 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17039] ppid=17027 vsize=14088900 memory=3304 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 15687 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 272725854 14427033600 1990380 33554432000 4194304 4196468 140732067424416 139836528268928 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17040] ppid=17027 vsize=14088900 memory=1260 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 1990380 33554432000 4194304 4196468 140732067424416 139836527217232 139837416273819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17041] ppid=17027 vsize=14088900 memory=56 CPUtime=0.97 cores=1,3,5,7
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 15687 0 -1 1077944384 3463 0 0 0 97 0 0 0 20 0 15 0 272725856 14427033600 1990382 33554432000 4194304 4196468 140732067424416 139836526164080 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17042] ppid=17027 vsize=14088900 memory=452 CPUtime=0.91 cores=1,3,5,7
/proc/17030/task/17042/stat : 17042 (java) R 17027 17030 15687 0 -1 4202560 2457 0 0 0 91 0 0 0 20 0 15 0 272725856 14427033600 1990382 33554432000 4194304 4196468 140732067424416 139836525099952 139837396954433 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17043] ppid=17027 vsize=14088900 memory=13835 CPUtime=0.53 cores=1,3,5,7
/proc/17030/task/17043/stat : 17043 (java) R 17027 17030 15687 0 -1 1077944384 2265 0 0 0 53 0 0 0 20 0 15 0 272725856 14427033600 1990382 33554432000 4194304 4196468 140732067424416 139836524058800 139837416265429 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17044] ppid=17027 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272725856 14427033600 1990382 33554432000 4194304 4196468 140732067424416 139836523006432 139837416265429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
[pid=17030/tid=17045] ppid=17027 vsize=14088900 memory=1616 CPUtime=0.02 cores=1,3,5,7
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 15687 0 -1 1077944384 766 0 0 0 1 1 0 0 20 0 15 0 272725856 14427033600 1990382 33554432000 4194304 4196468 140732067424416 139836521954224 139837416266370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732067427401 140732067427593 140732067427593 140732067430351 0
Current children cumulated CPU time: 73.52 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7961512 KiB

Child status: 1
Real time (s): 29.7665
CPU time (s): 73.5858
CPU user time (s): 62.2985
CPU system time (s): 11.2874
CPU usage (%): 247.21
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11770740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.2985
system time used= 11.2874
maximum resident set size= 11770740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313534
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= 8715
involuntary context switches= 560


# summary of solver processes directly reported to runsolver:
#   pid: 17030
#   total CPU time (s): 73.5858
#   total CPU user time (s): 62.2985
#   total CPU system time (s): 11.2874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.250281 second user time and 0.319828 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-18 02:20:27
IDJOB=4311561
IDBENCH=141314
IDSOLVER=2799
FILE ID=node105/4311561-1534551625
RUNJOBID= node105-1534541043-15719
PBS_JOBID= 21038642
Free space on /tmp= 52084 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311561-1534551625/watcher-4311561-1534551625 -o /tmp/evaluation-result-4311561-1534551625/solver-4311561-1534551625 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15719 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 410133268 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311561-1534551625.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=410133268

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:        18525448 kB
MemAvailable:   26954076 kB
Buffers:          252472 kB
Cached:          8435580 kB
SwapCached:           16 kB
Active:         10672020 kB
Inactive:        2993788 kB
Active(anon):    4950428 kB
Inactive(anon):    96512 kB
Active(file):    5721592 kB
Inactive(file):  2897276 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:            193304 kB
Writeback:             0 kB
AnonPages:       4985460 kB
Mapped:            31280 kB
Shmem:             66132 kB
Slab:             267832 kB
SReclaimable:     238220 kB
SUnreclaim:        29612 kB
KernelStack:        3536 kB
PageTables:        14884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6226836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4798464 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= 52048 MiB
End job on node105 at 2018-08-18 02:20:57