Trace number 4290275

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? 73.2929 25.1218

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark2520.58
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

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

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

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

solver pid=28769, runsolver pid=28766

[startup+0.100125 s]*
/proc/loadavg: 1.45 1.34 1.32 4/215 28784
/proc/meminfo: memFree=15023084/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14082740 memory=29920 CPUtime=0.12 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 6923 0 0 0 11 1 0 0 20 0 15 0 41715539 14420725760 7480 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3520685 7480 3153 1 0 3482761 0
[pid=28769/tid=28771] ppid=28766 vsize=14082740 memory=-8125511277465736058 CPUtime=0.09 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) R 28766 28769 26910 0 -1 4202560 4922 0 0 0 8 1 0 0 20 0 15 0 41715540 14420725760 7480 33554432000 4194304 4196468 140733938722480 139912820294416 139912800114021 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 7480 33554432000 4194304 4196468 140733938722480 139912411978768 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 7480 33554432000 4194304 4196468 140733938722480 139912410926224 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 7480 33554432000 4194304 4196468 140733938722480 139912409873168 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) S 28766 28769 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 7480 33554432000 4194304 4196468 140733938722480 139912408820624 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28776/stat : 28776 (java) S 28766 28769 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911729383664 139912816081538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28777] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28777/stat : 28777 (java) S 28766 28769 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911728329888 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28778] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28778/stat : 28778 (java) S 28766 28769 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911727276784 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28779] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28779/stat : 28779 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911726225360 139912816088987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28780] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28780/stat : 28780 (java) S 28766 28769 26910 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911725173488 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28781] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28781/stat : 28781 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911724120944 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28782] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0.01 cores=0,2,4,6
/proc/28769/task/28782/stat : 28782 (java) S 28766 28769 26910 0 -1 1077944384 304 0 0 0 1 0 0 0 20 0 15 0 41715545 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911723067888 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28783] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 7480 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 29920 KiB

[startup+0.217734 s]*
/proc/loadavg: 1.45 1.34 1.32 6/215 28784
/proc/meminfo: memFree=15006680/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14082740 memory=46512 CPUtime=0.31 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 10699 0 0 0 29 2 0 0 20 0 15 0 41715539 14420725760 11628 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3520685 11628 3394 1 0 3482761 0
[pid=28769/tid=28771] ppid=28766 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) R 28766 28769 26910 0 -1 4202560 8279 0 0 0 19 1 0 0 20 0 15 0 41715540 14420725760 11628 33554432000 4194304 4196468 140733938722480 139912820291584 139912816082326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 11628 33554432000 4194304 4196468 140733938722480 139912411978768 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14082740 memory=140491138755216 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 11628 33554432000 4194304 4196468 140733938722480 139912410926224 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 11628 33554432000 4194304 4196468 140733938722480 139912409873168 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) S 28766 28769 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 11628 33554432000 4194304 4196468 140733938722480 139912408820624 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28776/stat : 28776 (java) S 28766 28769 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911729383664 139912816081538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28777] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28777/stat : 28777 (java) S 28766 28769 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911728329888 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28778] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28778/stat : 28778 (java) S 28766 28769 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911727276784 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28779] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28779/stat : 28779 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911726225360 139912816088987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28780] ppid=28766 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28769/task/28780/stat : 28780 (java) S 28766 28769 26910 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 15 0 41715545 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911725173488 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28781] ppid=28766 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28769/task/28781/stat : 28781 (java) S 28766 28769 26910 0 -1 1077944384 211 0 0 0 2 0 0 0 20 0 15 0 41715545 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911724120944 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28782] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0.05 cores=0,2,4,6
/proc/28769/task/28782/stat : 28782 (java) R 28766 28769 26910 0 -1 4202560 399 0 0 0 5 0 0 0 20 0 15 0 41715545 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911723063064 139912808307518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28783] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 11628 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46512 KiB

[startup+0.310615 s]*
/proc/loadavg: 1.45 1.34 1.32 4/215 28784
/proc/meminfo: memFree=15003576/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14082740 memory=49680 CPUtime=0.44 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 11092 0 0 0 42 2 0 0 20 0 15 0 41715539 14420725760 12420 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3520685 12420 3397 1 0 3482761 0
[pid=28769/tid=28771] ppid=28766 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) R 28766 28769 26910 0 -1 4202560 8607 0 0 0 28 2 0 0 20 0 15 0 41715540 14420725760 12420 33554432000 4194304 4196468 140733938722480 139912820249320 139912808307518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 12420 33554432000 4194304 4196468 140733938722480 139912411978768 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14082740 memory=140491138755215 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 12420 33554432000 4194304 4196468 140733938722480 139912410926224 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 12420 33554432000 4194304 4196468 140733938722480 139912409873168 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) S 28766 28769 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41715540 14420725760 12420 33554432000 4194304 4196468 140733938722480 139912408820624 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28776/stat : 28776 (java) S 28766 28769 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911729383664 139912816081538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28777] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28777/stat : 28777 (java) S 28766 28769 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911728329888 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28778] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28778/stat : 28778 (java) S 28766 28769 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41715542 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911727276784 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28779] ppid=28766 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28779/stat : 28779 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911726225360 139912816088987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28780] ppid=28766 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28769/task/28780/stat : 28780 (java) S 28766 28769 26910 0 -1 1077944384 437 0 0 0 2 0 0 0 20 0 15 0 41715545 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911725173488 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28781] ppid=28766 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28769/task/28781/stat : 28781 (java) S 28766 28769 26910 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 41715545 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911724120944 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28782] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0.07 cores=0,2,4,6
/proc/28769/task/28782/stat : 28782 (java) S 28766 28769 26910 0 -1 1077944384 436 0 0 0 7 0 0 0 20 0 15 0 41715545 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911723067888 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28783] ppid=28766 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14082740 memory=140491138537088 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715545 14420725760 12420 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49680 KiB

[startup+0.7007 s]
/proc/loadavg: 1.45 1.34 1.32 3/215 28784
/proc/meminfo: memFree=14982996/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14084808 memory=89620 CPUtime=0.97 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 17780 0 0 0 93 4 0 0 20 0 15 0 41715539 14422843392 22405 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3521202 22405 3502 1 0 3483273 0
[pid=28769/tid=28771] ppid=28766 vsize=14084808 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) R 28766 28769 26910 0 -1 4202560 14902 0 0 0 64 3 0 0 20 0 15 0 41715540 14422843392 22405 33554432000 4194304 4196468 140733938722480 139912820294496 139912800150878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14422843392 22405 33554432000 4194304 4196468 140733938722480 139912411978768 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14084808 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14422843392 22405 33554432000 4194304 4196468 140733938722480 139912410926224 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715540 14422843392 22405 33554432000 4194304 4196468 140733938722480 139912409873168 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14084808 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) S 28766 28769 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41715540 14422843392 22405 33554432000 4194304 4196468 140733938722480 139912408820624 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14084808 memory=9924 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28776/stat : 28776 (java) S 28766 28769 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41715542 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911729383664 139912816081538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28777] ppid=28766 vsize=14084808 memory=5368 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28777/stat : 28777 (java) S 28766 28769 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41715542 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911728329888 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28778] ppid=28766 vsize=14084808 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28778/stat : 28778 (java) S 28766 28769 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41715542 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911727276784 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28779] ppid=28766 vsize=14084808 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28779/stat : 28779 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911726225360 139912816088987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28780] ppid=28766 vsize=14084808 memory=6945208482816681536 CPUtime=0.05 cores=0,2,4,6
/proc/28769/task/28780/stat : 28780 (java) S 28766 28769 26910 0 -1 1077944384 507 0 0 0 5 0 0 0 20 0 15 0 41715545 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911725173488 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28781] ppid=28766 vsize=14084808 memory=7811323491934034026 CPUtime=0.07 cores=0,2,4,6
/proc/28769/task/28781/stat : 28781 (java) S 28766 28769 26910 0 -1 1077944384 418 0 0 0 7 0 0 0 20 0 15 0 41715545 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911724120944 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28782] ppid=28766 vsize=14084808 memory=5787213827046467687 CPUtime=0.15 cores=0,2,4,6
/proc/28769/task/28782/stat : 28782 (java) S 28766 28769 26910 0 -1 1077944384 571 0 0 0 15 0 0 0 20 0 15 0 41715545 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911723067888 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28783] ppid=28766 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41715545 14422843392 22405 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89620 KiB

[startup+1.50081 s]
/proc/loadavg: 1.45 1.34 1.32 5/215 28784
/proc/meminfo: memFree=14866148/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14086856 memory=334224 CPUtime=2.78 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 22525 0 0 0 264 14 0 0 20 0 15 0 41715539 14424940544 83556 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3521714 83556 3566 1 0 3483785 0
[pid=28769/tid=28771] ppid=28766 vsize=14086856 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) R 28766 28769 26910 0 -1 4202560 15722 0 0 0 137 6 0 0 20 0 15 0 41715540 14424940544 83556 33554432000 4194304 4196468 140733938722480 139912820304016 139912453808429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14086856 memory=-6951259422114956437 CPUtime=0.03 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) S 28766 28769 26910 0 -1 1077944384 188 0 0 0 1 2 0 0 20 0 15 0 41715540 14424940544 83556 33554432000 4194304 4196468 140733938722480 139912411978768 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14086856 memory=-6509546260019855295 CPUtime=0.02 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) S 28766 28769 26910 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 15 0 41715540 14424940544 83556 33554432000 4194304 4196468 140733938722480 139912410926224 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14086856 memory=-7390251449858225344 CPUtime=0.02 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) S 28766 28769 26910 0 -1 1077944384 356 0 0 0 1 1 0 0 20 0 15 0 41715540 14424940544 83556 33554432000 4194304 4196468 140733938722480 139912409873168 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14086856 memory=4134692831991786133 CPUtime=0.03 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) S 28766 28769 26910 0 -1 1077944384 141 0 0 0 1 2 0 0 20 0 15 0 41715540 14424940544 83556 33554432000 4194304 4196468 140733938722480 139912408820624 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6

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

[pid=28769/tid=28783] ppid=28766 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2875459 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14090952 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 15 0 41715545 14429134848 2875459 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 53.2 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11501836 KiB

[startup+22.4007 s]
/proc/loadavg: 2.26 1.53 1.39 3/215 28784
/proc/meminfo: memFree=3273476/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14090952 memory=11759876 CPUtime=63.7 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 152996 0 0 0 4939 1431 0 0 20 0 15 0 41715539 14429134848 2939969 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3522738 2939969 3593 1 0 3484809 0
[pid=28769/tid=28771] ppid=28766 vsize=14090952 memory=9965236 CPUtime=7.92 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) S 28766 28769 26910 0 -1 1077944384 26044 0 0 0 775 17 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912820306096 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14090952 memory=1228 CPUtime=13.16 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) R 28766 28769 26910 0 -1 4202560 19942 0 0 0 996 320 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912411978576 139912808698599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14090952 memory=11759812 CPUtime=13.15 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) R 28766 28769 26910 0 -1 4202560 20818 0 0 0 982 333 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912410926112 139912800770640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14090952 memory=4136 CPUtime=13.08 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) R 28766 28769 26910 0 -1 4202560 25938 0 0 0 924 384 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912409873288 139912808698599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14090952 memory=14316 CPUtime=13.16 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) R 28766 28769 26910 0 -1 4202560 26361 0 0 0 947 369 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912408820432 139912808698599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14090952 memory=2420 CPUtime=0.96 cores=0,2,4,6
/proc/28769/task/28776/stat : 28776 (java) S 28766 28769 26910 0 -1 1077944384 25517 0 0 0 94 2 0 0 20 0 15 0 41715542 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911729382224 139912816080597 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28777] ppid=28766 vsize=14090952 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28777/stat : 28777 (java) S 28766 28769 26910 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 41715542 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911728329952 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28778] ppid=28766 vsize=14090952 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28778/stat : 28778 (java) S 28766 28769 26910 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 41715542 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911727276800 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28779] ppid=28766 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28779/stat : 28779 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911726225360 139912816088987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28780] ppid=28766 vsize=14090952 memory=288230621803970871 CPUtime=0.78 cores=0,2,4,6
/proc/28769/task/28780/stat : 28780 (java) S 28766 28769 26910 0 -1 1077944384 1856 0 0 0 78 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911725173488 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28781] ppid=28766 vsize=14090952 memory=13847456437766436 CPUtime=0.88 cores=0,2,4,6
/proc/28769/task/28781/stat : 28781 (java) S 28766 28769 26910 0 -1 1077944384 1589 0 0 0 88 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911724120944 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28782] ppid=28766 vsize=14090952 memory=13847456437766436 CPUtime=0.52 cores=0,2,4,6
/proc/28769/task/28782/stat : 28782 (java) S 28766 28769 26910 0 -1 1077944384 3028 0 0 0 51 1 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911723067888 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28783] ppid=28766 vsize=14090952 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14090952 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 63.7 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11759876 KiB

[startup+24.0007 s]*
/proc/loadavg: 2.48 1.58 1.41 6/215 28784
/proc/meminfo: memFree=3273112/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14090952 memory=11759876 CPUtime=69.94 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 187418 0 0 0 5559 1435 0 0 20 0 15 0 41715539 14429134848 2939969 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3522738 2939969 3593 1 0 3484809 0
[pid=28769/tid=28771] ppid=28766 vsize=14090952 memory=6791534058613427641 CPUtime=7.92 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) S 28766 28769 26910 0 -1 1077944384 26044 0 0 0 775 17 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912820306096 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14090952 memory=-8412654355359954586 CPUtime=14.71 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) R 28766 28769 26910 0 -1 4202560 19942 0 0 0 1150 321 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912411978576 139912808698599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14090952 memory=-8412661042843906680 CPUtime=14.76 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) R 28766 28769 26910 0 -1 4202560 55232 0 0 0 1141 335 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912410926112 139912809167132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14090952 memory=-2843878425771169182 CPUtime=14.6 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) R 28766 28769 26910 0 -1 4202560 25938 0 0 0 1076 384 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912409873288 139912808698599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14090952 memory=0 CPUtime=14.71 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) S 28766 28769 26910 0 -1 1077944384 26361 0 0 0 1101 370 0 0 20 0 15 0 41715540 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139912408820432 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14090952 memory=0 CPUtime=0.96 cores=0,2,4,6
/proc/28769/task/28776/stat : 28776 (java) S 28766 28769 26910 0 -1 1077944384 25517 0 0 0 94 2 0 0 20 0 15 0 41715542 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911729382224 139912816080597 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28777] ppid=28766 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28777/stat : 28777 (java) S 28766 28769 26910 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 41715542 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911728329952 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28778] ppid=28766 vsize=14090952 memory=3472468786417251553 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28778/stat : 28778 (java) S 28766 28769 26910 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 41715542 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911727276800 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28779] ppid=28766 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28779/stat : 28779 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911726225360 139912816088987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28780] ppid=28766 vsize=14090952 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/28769/task/28780/stat : 28780 (java) S 28766 28769 26910 0 -1 1077944384 1860 0 0 0 78 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911725173248 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28781] ppid=28766 vsize=14090952 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/28769/task/28781/stat : 28781 (java) S 28766 28769 26910 0 -1 1077944384 1591 0 0 0 88 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911724120992 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28782] ppid=28766 vsize=14090952 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/28769/task/28782/stat : 28782 (java) S 28766 28769 26910 0 -1 1077944384 3030 0 0 0 51 1 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911723067936 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28783] ppid=28766 vsize=14090952 memory=280981996228032 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14090952 memory=-7882018838379555936 CPUtime=0.01 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 41715545 14429134848 2939969 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 69.94 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11759876 KiB

[startup+24.8007 s]
/proc/loadavg: 2.48 1.58 1.41 6/215 28784
/proc/meminfo: memFree=3273112/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14090952 memory=11760200 CPUtime=72.62 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 189476 0 0 0 5826 1436 0 0 20 0 15 0 41715539 14429134848 2940050 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3522738 2940050 3599 1 0 3484809 0
[pid=28769/tid=28771] ppid=28766 vsize=14090952 memory=0 CPUtime=7.92 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) S 28766 28769 26910 0 -1 1077944384 26046 0 0 0 775 17 0 0 20 0 15 0 41715540 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139912820306096 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14090952 memory=0 CPUtime=15.34 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) R 28766 28769 26910 0 -1 4202560 20099 0 0 0 1213 321 0 0 20 0 15 0 41715540 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139912411978768 139912797680228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14090952 memory=0 CPUtime=15.4 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) R 28766 28769 26910 0 -1 4202560 55406 0 0 0 1205 335 0 0 20 0 15 0 41715540 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139912410926112 139912801067037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14090952 memory=8174152493205580389 CPUtime=15.23 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) R 28766 28769 26910 0 -1 4202560 27272 0 0 0 1139 384 0 0 20 0 15 0 41715540 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139912409873368 139912801067037 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14090952 memory=1228 CPUtime=15.34 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) R 28766 28769 26910 0 -1 4202560 26542 0 0 0 1164 370 0 0 20 0 15 0 41715540 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139912408820624 139912800769136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14090952 memory=1704 CPUtime=1.11 cores=0,2,4,6
/proc/28769/task/28776/stat : 28776 (java) S 28766 28769 26910 0 -1 1077944384 25712 0 0 0 109 2 0 0 20 0 15 0 41715542 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911729382224 139912816080597 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28777] ppid=28766 vsize=14090952 memory=9924 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28777/stat : 28777 (java) S 28766 28769 26910 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 41715542 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911728329952 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28778] ppid=28766 vsize=14090952 memory=5368 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28778/stat : 28778 (java) S 28766 28769 26910 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 41715542 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911727276800 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28779] ppid=28766 vsize=14090952 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28779/stat : 28779 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911726225360 139912816088987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28780] ppid=28766 vsize=14090952 memory=1196 CPUtime=0.78 cores=0,2,4,6
/proc/28769/task/28780/stat : 28780 (java) S 28766 28769 26910 0 -1 1077944384 1860 0 0 0 78 0 0 0 20 0 15 0 41715545 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911725173488 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28781] ppid=28766 vsize=14090952 memory=8376 CPUtime=0.88 cores=0,2,4,6
/proc/28769/task/28781/stat : 28781 (java) S 28766 28769 26910 0 -1 1077944384 1591 0 0 0 88 0 0 0 20 0 15 0 41715545 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911724120944 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28782] ppid=28766 vsize=14090952 memory=4616 CPUtime=0.52 cores=0,2,4,6
/proc/28769/task/28782/stat : 28782 (java) S 28766 28769 26910 0 -1 1077944384 3030 0 0 0 51 1 0 0 20 0 15 0 41715545 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911723067888 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28783] ppid=28766 vsize=14090952 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14090952 memory=15868 CPUtime=0.01 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 41715545 14429134848 2940050 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 72.62 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760200 KiB

[startup+25.0008 s]*
/proc/loadavg: 2.48 1.58 1.41 3/215 28784
/proc/meminfo: memFree=3273112/32770624 swapFree=67108860/67108860
[pid=28769] ppid=28766 vsize=14090952 memory=11760340 CPUtime=73.18 cores=0,2,4,6
/proc/28769/stat : 28769 (java) S 28766 28769 26910 0 -1 1077944320 189761 0 0 0 5882 1436 0 0 20 0 15 0 41715539 14429134848 2940085 33554432000 4194304 4196468 140733938722480 140733938705024 139912816070391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
/proc/28769/statm: 3522738 2940085 3600 1 0 3484809 0
[pid=28769/tid=28771] ppid=28766 vsize=14090952 memory=7022364594140610616 CPUtime=7.92 cores=0,2,4,6
/proc/28769/task/28771/stat : 28771 (java) S 28766 28769 26910 0 -1 1077944384 26135 0 0 0 775 17 0 0 20 0 15 0 41715540 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139912820309616 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28772] ppid=28766 vsize=14090952 memory=342 CPUtime=15.46 cores=0,2,4,6
/proc/28769/task/28772/stat : 28772 (java) S 28766 28769 26910 0 -1 1077944384 20100 0 0 0 1225 321 0 0 20 0 15 0 41715540 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139912411978768 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28773] ppid=28766 vsize=14090952 memory=140491138755216 CPUtime=15.51 cores=0,2,4,6
/proc/28769/task/28773/stat : 28773 (java) S 28766 28769 26910 0 -1 1077944384 55431 0 0 0 1216 335 0 0 20 0 15 0 41715540 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139912410926224 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28774] ppid=28766 vsize=14090952 memory=7584172137639210085 CPUtime=15.35 cores=0,2,4,6
/proc/28769/task/28774/stat : 28774 (java) S 28766 28769 26910 0 -1 1077944384 27308 0 0 0 1151 384 0 0 20 0 15 0 41715540 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139912409873168 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28775] ppid=28766 vsize=14090952 memory=3472329412651135796 CPUtime=15.46 cores=0,2,4,6
/proc/28769/task/28775/stat : 28775 (java) S 28766 28769 26910 0 -1 1077944384 26544 0 0 0 1176 370 0 0 20 0 15 0 41715540 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139912408820624 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28776] ppid=28766 vsize=14090952 memory=4051470528322162096 CPUtime=1.2 cores=0,2,4,6
/proc/28769/task/28776/stat : 28776 (java) R 28766 28769 26910 0 -1 4202560 25844 0 0 0 118 2 0 0 20 0 15 0 41715542 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911729382208 139912794440571 0 0 0 16800975 0 0 0 -1 4 0 0 23 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28777] ppid=28766 vsize=14090952 memory=3472328296225127011 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28777/stat : 28777 (java) S 28766 28769 26910 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 41715542 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911728329952 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28778] ppid=28766 vsize=14090952 memory=-7385037589438827369 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28778/stat : 28778 (java) S 28766 28769 26910 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 41715542 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911727276800 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28779] ppid=28766 vsize=14090952 memory=-7737621075815351712 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28779/stat : 28779 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911726225360 139912816088987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28780] ppid=28766 vsize=14090952 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/28769/task/28780/stat : 28780 (java) S 28766 28769 26910 0 -1 1077944384 1860 0 0 0 78 0 0 0 20 0 15 0 41715545 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911725173488 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28781] ppid=28766 vsize=14090952 memory=3546922502295980345 CPUtime=0.88 cores=0,2,4,6
/proc/28769/task/28781/stat : 28781 (java) S 28766 28769 26910 0 -1 1077944384 1591 0 0 0 88 0 0 0 20 0 15 0 41715545 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911724120944 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28782] ppid=28766 vsize=14090952 memory=3544244739093659113 CPUtime=0.52 cores=0,2,4,6
/proc/28769/task/28782/stat : 28782 (java) S 28766 28769 26910 0 -1 1077944384 3030 0 0 0 51 1 0 0 20 0 15 0 41715545 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911723067888 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28783] ppid=28766 vsize=14090952 memory=3461362021663139688 CPUtime=0 cores=0,2,4,6
/proc/28769/task/28783/stat : 28783 (java) S 28766 28769 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41715545 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911722015584 139912816080597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
[pid=28769/tid=28784] ppid=28766 vsize=14090952 memory=4120995947114940832 CPUtime=0.01 cores=0,2,4,6
/proc/28769/task/28784/stat : 28784 (java) S 28766 28769 26910 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 41715545 14429134848 2940085 33554432000 4194304 4196468 140733938722480 139911720962608 139912816081538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 13684736 140733938730056 140733938730249 140733938730249 140733938733007 0
Current children cumulated CPU time: 73.18 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760340 KiB

Child status: 1
Real time (s): 25.1218
CPU time (s): 73.2929
CPU user time (s): 58.8704
CPU system time (s): 14.4225
CPU usage (%): 291.75
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11760340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.8704
system time used= 14.4225
maximum resident set size= 11760340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189877
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= 5332
involuntary context switches= 628


# summary of solver processes directly reported to runsolver:
#   pid: 28769
#   total CPU time (s): 73.2929
#   total CPU user time (s): 58.8704
#   total CPU system time (s): 14.4225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.202365 second user time and 0.287875 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 08:38:44
IDJOB=4290275
IDBENCH=141304
IDSOLVER=2743
FILE ID=node105/4290275-1532241523
RUNJOBID= node105-1532224841-26941
PBS_JOBID= 21018944
Free space on /tmp= 44872 MiB

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

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1149633358

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:        15039696 kB
MemAvailable:   30893076 kB
Buffers:          143644 kB
Cached:         15682760 kB
SwapCached:            0 kB
Active:          2355408 kB
Inactive:       14570596 kB
Active(anon):    1053992 kB
Inactive(anon):    65224 kB
Active(file):    1301416 kB
Inactive(file): 14505372 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53420 kB
Writeback:             0 kB
AnonPages:       1109424 kB
Mapped:            48908 kB
Shmem:             17036 kB
Slab:             502012 kB
SReclaimable:     475052 kB
SUnreclaim:        26960 kB
KernelStack:        3664 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2091340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    985088 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= 44836 MiB
End job on node105 at 2018-07-22 08:39:09