Trace number 4290280

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? 78.701 36.2913

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290280-1532241800/watcher-4290280-1532241800 -o /tmp/evaluation-result-4290280-1532241800/solver-4290280-1532241800 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31762 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1080870671 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290280-1532241800.xml 

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

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


[startup+0.100111 s]*
/proc/loadavg: 1.61 1.65 1.66 3/216 1126
/proc/meminfo: memFree=20490096/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14082740 memory=31300 CPUtime=0.12 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 6721 0 0 0 11 1 0 0 20 0 15 0 41743341 14420725760 7825 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3520685 7825 3155 1 0 3482761 0
[pid=1110/tid=1112] ppid=1107 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) R 1107 1110 31730 0 -1 4202560 4803 0 0 0 9 0 0 0 20 0 15 0 41743341 14420725760 7825 33554432000 4194304 4196468 140728494580192 140135512914656 140135500913470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 7825 33554432000 4194304 4196468 140728494580192 140135461296528 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14082740 memory=139790579406464 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 7890 33554432000 4194304 4196468 140728494580192 140135460243728 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 7890 33554432000 4194304 4196468 140728494580192 140135459191440 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) S 1107 1110 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 7890 33554432000 4194304 4196468 140728494580192 140135458138640 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14082740 memory=139790579406464 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) S 1107 1110 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41743343 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134848645744 140135508687490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1119] ppid=1107 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1119/stat : 1119 (java) S 1107 1110 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41743344 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134847591712 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1120] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1120/stat : 1120 (java) S 1107 1110 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41743344 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134846539376 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1121] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1121/stat : 1121 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134845487696 140135508694939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1122] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1122/stat : 1122 (java) S 1107 1110 31730 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134844434544 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1123] ppid=1107 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1123/stat : 1123 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134843381744 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1124] ppid=1107 vsize=14082740 memory=139790579406464 CPUtime=0.01 cores=1,3,5,7
/proc/1110/task/1124/stat : 1124 (java) S 1107 1110 31730 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 41743346 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134842329456 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1125] ppid=1107 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14082740 memory=139790579406464 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 7890 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31300 KiB

[startup+0.211403 s]*
/proc/loadavg: 1.61 1.65 1.66 5/216 1126
/proc/meminfo: memFree=20475072/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14082740 memory=47092 CPUtime=0.31 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 10400 0 0 0 29 2 0 0 20 0 15 0 41743341 14420725760 11773 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3520685 11773 3369 1 0 3482761 0
[pid=1110/tid=1112] ppid=1107 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) R 1107 1110 31730 0 -1 4202560 8117 0 0 0 19 1 0 0 20 0 15 0 41743341 14420725760 11773 33554432000 4194304 4196468 140728494580192 140135512895264 140135492756830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14082740 memory=4294967627 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 11773 33554432000 4194304 4196468 140728494580192 140135461296528 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14082740 memory=139790579434231 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 11773 33554432000 4194304 4196468 140728494580192 140135460243728 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 11773 33554432000 4194304 4196468 140728494580192 140135459191440 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) S 1107 1110 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 11773 33554432000 4194304 4196468 140728494580192 140135458138640 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14082740 memory=139790579406464 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) S 1107 1110 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41743343 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134848645744 140135508687490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1119] ppid=1107 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1119/stat : 1119 (java) S 1107 1110 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41743344 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134847591712 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1120] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1120/stat : 1120 (java) S 1107 1110 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41743344 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134846539376 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1121] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1121/stat : 1121 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134845487696 140135508694939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1122] ppid=1107 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1110/task/1122/stat : 1122 (java) S 1107 1110 31730 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 41743346 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134844434544 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1123] ppid=1107 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1110/task/1123/stat : 1123 (java) R 1107 1110 31730 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 15 0 41743346 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134843381744 140135508687490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1124] ppid=1107 vsize=14082740 memory=139790579406464 CPUtime=0.06 cores=1,3,5,7
/proc/1110/task/1124/stat : 1124 (java) R 1107 1110 31730 0 -1 4202560 311 0 0 0 6 0 0 0 20 0 15 0 41743346 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134842329456 140135488079496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1125] ppid=1107 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14082740 memory=139790579406464 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 11773 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47092 KiB

[startup+0.310824 s]*
/proc/loadavg: 1.61 1.65 1.66 3/216 1126
/proc/meminfo: memFree=20471164/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14082740 memory=50524 CPUtime=0.44 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 10793 0 0 0 42 2 0 0 20 0 15 0 41743341 14420725760 12631 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3520685 12631 3372 1 0 3482761 0
[pid=1110/tid=1112] ppid=1107 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) R 1107 1110 31730 0 -1 4202560 8466 0 0 0 29 1 0 0 20 0 15 0 41743341 14420725760 12631 33554432000 4194304 4196468 140728494580192 140135512887856 140135490239899 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14082740 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 12631 33554432000 4194304 4196468 140728494580192 140135461296528 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14082740 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 12631 33554432000 4194304 4196468 140728494580192 140135460243728 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 12631 33554432000 4194304 4196468 140728494580192 140135459191440 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) S 1107 1110 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41743342 14420725760 12631 33554432000 4194304 4196468 140728494580192 140135458138640 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) S 1107 1110 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41743343 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134848645744 140135508687490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1119] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1119/stat : 1119 (java) S 1107 1110 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41743344 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134847591712 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1120] ppid=1107 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1120/stat : 1120 (java) S 1107 1110 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41743344 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134846539376 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1121] ppid=1107 vsize=14082740 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1121/stat : 1121 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134845487696 140135508694939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1122] ppid=1107 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1110/task/1122/stat : 1122 (java) S 1107 1110 31730 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 41743346 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134844434544 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1123] ppid=1107 vsize=14082740 memory=139790448161711 CPUtime=0.02 cores=1,3,5,7
/proc/1110/task/1123/stat : 1123 (java) S 1107 1110 31730 0 -1 1077944384 185 0 0 0 2 0 0 0 20 0 15 0 41743346 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134843381744 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1124] ppid=1107 vsize=14082740 memory=139790579407518 CPUtime=0.08 cores=1,3,5,7
/proc/1110/task/1124/stat : 1124 (java) S 1107 1110 31730 0 -1 1077944384 329 0 0 0 8 0 0 0 20 0 15 0 41743346 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134842329456 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1125] ppid=1107 vsize=14082740 memory=139790448170927 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14082740 memory=279581027612640 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743346 14420725760 12631 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50524 KiB

[startup+0.700779 s]
/proc/loadavg: 1.61 1.65 1.66 3/216 1126
/proc/meminfo: memFree=20446732/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14084808 memory=89156 CPUtime=0.99 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 17663 0 0 0 94 5 0 0 20 0 15 0 41743341 14422843392 22289 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3521202 22289 3505 1 0 3483273 0
[pid=1110/tid=1112] ppid=1107 vsize=14084808 memory=15872 CPUtime=0.67 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) R 1107 1110 31730 0 -1 4202560 14927 0 0 0 63 4 0 0 20 0 15 0 41743341 14422843392 22289 33554432000 4194304 4196468 140728494580192 140135512891472 140135476279341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14084808 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14422843392 22289 33554432000 4194304 4196468 140728494580192 140135461296528 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14084808 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14422843392 22289 33554432000 4194304 4196468 140728494580192 140135460243728 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14084808 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743342 14422843392 22289 33554432000 4194304 4196468 140728494580192 140135459191440 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14084808 memory=139790448282464 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) S 1107 1110 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41743342 14422843392 22289 33554432000 4194304 4196468 140728494580192 140135458138640 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14084808 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) S 1107 1110 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41743343 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134848645744 140135508687490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1119] ppid=1107 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1119/stat : 1119 (java) S 1107 1110 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41743344 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134847591712 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1120] ppid=1107 vsize=14084808 memory=2609 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1120/stat : 1120 (java) S 1107 1110 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41743344 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134846539376 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1121] ppid=1107 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1121/stat : 1121 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134845487696 140135508694939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1122] ppid=1107 vsize=14084808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1110/task/1122/stat : 1122 (java) S 1107 1110 31730 0 -1 1077944384 583 0 0 0 8 0 0 0 20 0 15 0 41743346 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134844434544 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1123] ppid=1107 vsize=14084808 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1123/stat : 1123 (java) S 1107 1110 31730 0 -1 1077944384 341 0 0 0 7 0 0 0 20 0 15 0 41743346 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134843381744 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1124] ppid=1107 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/1110/task/1124/stat : 1124 (java) S 1107 1110 31730 0 -1 1077944384 431 0 0 0 15 0 0 0 20 0 15 0 41743346 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134842329456 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1125] ppid=1107 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14084808 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41743346 14422843392 22289 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89156 KiB

[startup+1.50091 s]
/proc/loadavg: 1.61 1.65 1.66 3/216 1126
/proc/meminfo: memFree=20209916/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14086856 memory=517936 CPUtime=2.92 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 21090 0 0 0 244 48 0 0 20 0 15 0 41743341 14424940544 129484 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3521714 129484 3574 1 0 3483785 0
[pid=1110/tid=1112] ppid=1107 vsize=14086856 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) R 1107 1110 31730 0 -1 4202560 15307 0 0 0 118 9 0 0 20 0 15 0 41743341 14424940544 129484 33554432000 4194304 4196468 140728494580192 140135512909104 140135139571655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14086856 memory=2244 CPUtime=0.19 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) S 1107 1110 31730 0 -1 1077944384 344 0 0 0 10 9 0 0 20 0 15 0 41743342 14424940544 129996 33554432000 4194304 4196468 140728494580192 140135461296528 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14086856 memory=139790448282464 CPUtime=0.18 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) S 1107 1110 31730 0 -1 1077944384 550 0 0 0 9 9 0 0 20 0 15 0 41743342 14424940544 129996 33554432000 4194304 4196468 140728494580192 140135460243728 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14086856 memory=6943526294502006880 CPUtime=0.18 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) S 1107 1110 31730 0 -1 1077944384 464 0 0 0 9 9 0 0 20 0 15 0 41743342 14424940544 129996 33554432000 4194304 4196468 140728494580192 140135459191440 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14086856 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) S 1107 1110 31730 0 -1 1077944384 369 0 0 0 10 8 0 0 20 0 15 0 41743342 14424940544 129996 33554432000 4194304 4196468 140728494580192 140135458138640 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14086856 memory=2609 CPUtime=0.01 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) S 1107 1110 31730 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 41743343 14424940544 129996 33554432000 4194304 4196468 140728494580192 140134848645744 140135508687490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0

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

[pid=1110/tid=1125] ppid=1107 vsize=14090952 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 2941018 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14090952 memory=7532 CPUtime=0.02 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 968 0 0 0 1 1 0 0 20 0 15 0 41743346 14429134848 2941018 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 66.87 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11764072 KiB

[startup+33.601 s]
/proc/loadavg: 1.74 1.67 1.66 3/216 1126
/proc/meminfo: memFree=8734412/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14090952 memory=11764180 CPUtime=69.67 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 520397 0 0 0 6003 964 0 0 20 0 15 0 41743341 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3522738 2941045 3594 1 0 3484809 0
[pid=1110/tid=1112] ppid=1107 vsize=14090952 memory=2412 CPUtime=21.42 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) S 1107 1110 31730 0 -1 1077944384 54408 0 0 0 2120 22 0 0 20 0 15 0 41743341 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135512912000 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14090952 memory=8112282956445269571 CPUtime=11.19 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) R 1107 1110 31730 0 -1 4202560 105149 0 0 0 855 264 0 0 20 0 15 0 41743342 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135461296648 140135501775999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14090952 memory=4132 CPUtime=11.14 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) R 1107 1110 31730 0 -1 4202560 92746 0 0 0 904 210 0 0 20 0 15 0 41743342 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135460243728 140135501776007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14090952 memory=2200 CPUtime=11.24 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) R 1107 1110 31730 0 -1 4202560 138820 0 0 0 896 228 0 0 20 0 15 0 41743342 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135459191560 140135501776007 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14090952 memory=7532 CPUtime=11.24 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) R 1107 1110 31730 0 -1 4202560 92556 0 0 0 893 231 0 0 20 0 15 0 41743342 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135458138448 140135501776024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14090952 memory=844 CPUtime=0.82 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) S 1107 1110 31730 0 -1 1077944384 26787 0 0 0 80 2 0 0 20 0 15 0 41743343 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134848644288 140135508686549 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1119] ppid=1107 vsize=14090952 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1119/stat : 1119 (java) S 1107 1110 31730 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 41743344 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134847591776 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1120] ppid=1107 vsize=14090952 memory=916 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1120/stat : 1120 (java) S 1107 1110 31730 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 41743344 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134846539392 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1121] ppid=1107 vsize=14090952 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1121/stat : 1121 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134845487696 140135508694939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1122] ppid=1107 vsize=14090952 memory=1228 CPUtime=1.03 cores=1,3,5,7
/proc/1110/task/1122/stat : 1122 (java) S 1107 1110 31730 0 -1 1077944384 3234 0 0 0 103 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134844434544 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1123] ppid=1107 vsize=14090952 memory=1944 CPUtime=0.91 cores=1,3,5,7
/proc/1110/task/1123/stat : 1123 (java) S 1107 1110 31730 0 -1 1077944384 1902 0 0 0 91 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134843381744 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1124] ppid=1107 vsize=14090952 memory=1004 CPUtime=0.56 cores=1,3,5,7
/proc/1110/task/1124/stat : 1124 (java) S 1107 1110 31730 0 -1 1077944384 2400 0 0 0 56 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134842329456 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1125] ppid=1107 vsize=14090952 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14090952 memory=12972 CPUtime=0.02 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 994 0 0 0 1 1 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 69.67 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11764180 KiB

[startup+35.2009 s]
/proc/loadavg: 1.74 1.67 1.66 7/216 1126
/proc/meminfo: memFree=8734436/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14090952 memory=11764180 CPUtime=75.55 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 522832 0 0 0 6588 967 0 0 20 0 15 0 41743341 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3522738 2941045 3594 1 0 3484809 0
[pid=1110/tid=1112] ppid=1107 vsize=14090952 memory=11763696 CPUtime=21.42 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) S 1107 1110 31730 0 -1 1077944384 54415 0 0 0 2120 22 0 0 20 0 15 0 41743341 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135512912000 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14090952 memory=8112282956445269571 CPUtime=12.63 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) R 1107 1110 31730 0 -1 4202560 105394 0 0 0 998 265 0 0 20 0 15 0 41743342 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135461296648 140135501304551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14090952 memory=14466683890 CPUtime=12.58 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) R 1107 1110 31730 0 -1 4202560 92912 0 0 0 1047 211 0 0 20 0 15 0 41743342 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135460243536 140135501304551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14090952 memory=4580 CPUtime=12.68 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) R 1107 1110 31730 0 -1 4202560 138974 0 0 0 1040 228 0 0 20 0 15 0 41743342 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135459191640 140135501779382 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14090952 memory=-8675733481919189588 CPUtime=12.67 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) S 1107 1110 31730 0 -1 1077944384 92596 0 0 0 1035 232 0 0 20 0 15 0 41743342 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140135458138448 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14090952 memory=279580896250792 CPUtime=0.94 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) S 1107 1110 31730 0 -1 1077944384 28608 0 0 0 92 2 0 0 20 0 15 0 41743343 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134848644304 140135508686549 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1119] ppid=1107 vsize=14090952 memory=8174723239089013032 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1119/stat : 1119 (java) S 1107 1110 31730 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 41743344 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134847591776 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1120] ppid=1107 vsize=14090952 memory=288287796458963102 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1120/stat : 1120 (java) S 1107 1110 31730 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 41743344 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134846539392 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1121] ppid=1107 vsize=14090952 memory=288283398412451428 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1121/stat : 1121 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134845487696 140135508694939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1122] ppid=1107 vsize=14090952 memory=-9174445032661854264 CPUtime=1.03 cores=1,3,5,7
/proc/1110/task/1122/stat : 1122 (java) S 1107 1110 31730 0 -1 1077944384 3234 0 0 0 103 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134844434544 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1123] ppid=1107 vsize=14090952 memory=11764176 CPUtime=0.91 cores=1,3,5,7
/proc/1110/task/1123/stat : 1123 (java) S 1107 1110 31730 0 -1 1077944384 1902 0 0 0 91 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134843381744 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1124] ppid=1107 vsize=14090952 memory=1692 CPUtime=0.56 cores=1,3,5,7
/proc/1110/task/1124/stat : 1124 (java) S 1107 1110 31730 0 -1 1077944384 2400 0 0 0 56 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134842329456 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1125] ppid=1107 vsize=14090952 memory=916 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14090952 memory=3848 CPUtime=0.02 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 996 0 0 0 1 1 0 0 20 0 15 0 41743346 14429134848 2941045 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 75.55 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11764180 KiB

[startup+36.0008 s]*
/proc/loadavg: 1.76 1.67 1.67 3/216 1126
/proc/meminfo: memFree=8734436/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14090952 memory=11764196 CPUtime=78.16 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 558539 0 0 0 6846 970 0 0 20 0 15 0 41743341 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3522738 2941049 3594 1 0 3484809 0
[pid=1110/tid=1112] ppid=1107 vsize=14090952 memory=6935054825532540783 CPUtime=21.42 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) S 1107 1110 31730 0 -1 1077944384 54415 0 0 0 2120 22 0 0 20 0 15 0 41743341 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140135512912000 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14090952 memory=4126316290023845779 CPUtime=13.24 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) S 1107 1110 31730 0 -1 1077944384 118622 0 0 0 1058 266 0 0 20 0 15 0 41743342 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140135461296528 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14090952 memory=139790448388432 CPUtime=13.18 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) S 1107 1110 31730 0 -1 1077944384 95471 0 0 0 1107 211 0 0 20 0 15 0 41743342 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140135460243728 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14090952 memory=139790448121280 CPUtime=13.29 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) S 1107 1110 31730 0 -1 1077944384 156436 0 0 0 1100 229 0 0 20 0 15 0 41743342 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140135459191440 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14090952 memory=139790448276288 CPUtime=13.27 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) S 1107 1110 31730 0 -1 1077944384 93615 0 0 0 1095 232 0 0 20 0 15 0 41743342 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140135458138640 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14090952 memory=139790448276384 CPUtime=1.13 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) R 1107 1110 31730 0 -1 4202560 30022 0 0 0 111 2 0 0 20 0 15 0 41743343 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134848644304 140135487046523 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1119] ppid=1107 vsize=14090952 memory=139790448276480 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1119/stat : 1119 (java) S 1107 1110 31730 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41743344 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134847591776 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1120] ppid=1107 vsize=14090952 memory=139790448276576 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1120/stat : 1120 (java) S 1107 1110 31730 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 41743344 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134846539392 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1121] ppid=1107 vsize=14090952 memory=3545942953501353049 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1121/stat : 1121 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134845487696 140135508694939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1122] ppid=1107 vsize=14090952 memory=7233177278414939761 CPUtime=1.03 cores=1,3,5,7
/proc/1110/task/1122/stat : 1122 (java) S 1107 1110 31730 0 -1 1077944384 3236 0 0 0 103 0 0 0 20 0 15 0 41743346 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134844434544 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1123] ppid=1107 vsize=14090952 memory=7524215716818735976 CPUtime=0.91 cores=1,3,5,7
/proc/1110/task/1123/stat : 1123 (java) S 1107 1110 31730 0 -1 1077944384 1904 0 0 0 91 0 0 0 20 0 15 0 41743346 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134843381744 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1124] ppid=1107 vsize=14090952 memory=14470878194 CPUtime=0.56 cores=1,3,5,7
/proc/1110/task/1124/stat : 1124 (java) S 1107 1110 31730 0 -1 1077944384 2404 0 0 0 56 0 0 0 20 0 15 0 41743346 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134842329456 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1125] ppid=1107 vsize=14090952 memory=279580897272768 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14090952 memory=279580896786856 CPUtime=0.02 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 1011 0 0 0 1 1 0 0 20 0 15 0 41743346 14429134848 2941049 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 78.16 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11764196 KiB

[startup+36.2007 s]
/proc/loadavg: 1.76 1.67 1.67 3/216 1126
/proc/meminfo: memFree=8734436/32770624 swapFree=67108860/67108860
[pid=1110] ppid=1107 vsize=14090952 memory=7418360 CPUtime=78.6 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 31730 0 -1 1077944320 558784 0 0 0 6890 970 0 0 20 0 15 0 41743341 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140728494562736 140135508676343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
/proc/1110/statm: 3522738 1854590 3595 1 0 3484809 0
[pid=1110/tid=1112] ppid=1107 vsize=14090952 memory=288230617509003574 CPUtime=21.43 cores=1,3,5,7
/proc/1110/task/1112/stat : 1112 (java) S 1107 1110 31730 0 -1 1077944384 54492 0 0 0 2121 22 0 0 20 0 15 0 41743341 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140135512915616 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1114] ppid=1107 vsize=14090952 memory=14973356327830813 CPUtime=13.32 cores=1,3,5,7
/proc/1110/task/1114/stat : 1114 (java) S 1107 1110 31730 0 -1 1077944384 118625 0 0 0 1066 266 0 0 20 0 15 0 41743342 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140135461296528 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1115] ppid=1107 vsize=14090952 memory=0 CPUtime=13.26 cores=1,3,5,7
/proc/1110/task/1115/stat : 1115 (java) S 1107 1110 31730 0 -1 1077944384 95545 0 0 0 1115 211 0 0 20 0 15 0 41743342 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140135460243728 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1116] ppid=1107 vsize=14090952 memory=139790448451678 CPUtime=13.37 cores=1,3,5,7
/proc/1110/task/1116/stat : 1116 (java) S 1107 1110 31730 0 -1 1077944384 156472 0 0 0 1108 229 0 0 20 0 15 0 41743342 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140135459191440 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1117] ppid=1107 vsize=14090952 memory=7310159645782853696 CPUtime=13.35 cores=1,3,5,7
/proc/1110/task/1117/stat : 1117 (java) S 1107 1110 31730 0 -1 1077944384 93669 0 0 0 1103 232 0 0 20 0 15 0 41743342 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140135458138640 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1118] ppid=1107 vsize=14090952 memory=4786094236618915168 CPUtime=1.24 cores=1,3,5,7
/proc/1110/task/1118/stat : 1118 (java) R 1107 1110 31730 0 -1 4202560 30023 0 0 0 122 2 0 0 20 0 15 0 41743343 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134848644288 140135501393306 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1119] ppid=1107 vsize=14090952 memory=139790448450912 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1119/stat : 1119 (java) S 1107 1110 31730 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41743344 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134847591776 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1120] ppid=1107 vsize=14090952 memory=139790448450944 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1120/stat : 1120 (java) S 1107 1110 31730 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 41743344 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134846539392 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1121] ppid=1107 vsize=14090952 memory=279580896518904 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1121/stat : 1121 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134845487696 140135508694939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1122] ppid=1107 vsize=14090952 memory=739410865383347192 CPUtime=1.03 cores=1,3,5,7
/proc/1110/task/1122/stat : 1122 (java) S 1107 1110 31730 0 -1 1077944384 3236 0 0 0 103 0 0 0 20 0 15 0 41743346 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134844434544 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1123] ppid=1107 vsize=14090952 memory=279580896615096 CPUtime=0.91 cores=1,3,5,7
/proc/1110/task/1123/stat : 1123 (java) S 1107 1110 31730 0 -1 1077944384 1904 0 0 0 91 0 0 0 20 0 15 0 41743346 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134843381744 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1124] ppid=1107 vsize=14090952 memory=139790448551168 CPUtime=0.56 cores=1,3,5,7
/proc/1110/task/1124/stat : 1124 (java) S 1107 1110 31730 0 -1 1077944384 2404 0 0 0 56 0 0 0 20 0 15 0 41743346 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134842329456 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1125] ppid=1107 vsize=14090952 memory=3472468086676226096 CPUtime=0 cores=1,3,5,7
/proc/1110/task/1125/stat : 1125 (java) S 1107 1110 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41743346 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134841276896 140135508686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
[pid=1110/tid=1126] ppid=1107 vsize=14090952 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1110/task/1126/stat : 1126 (java) S 1107 1110 31730 0 -1 1077944384 1011 0 0 0 1 1 0 0 20 0 15 0 41743346 14429134848 1854590 33554432000 4194304 4196468 140728494580192 140134840224688 140135508687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27238400 140728494589000 140728494589193 140728494589193 140728494591951 0
Current children cumulated CPU time: 78.6 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 7418360 KiB

Child status: 1
Real time (s): 36.2913
CPU time (s): 78.701
CPU user time (s): 68.9059
CPU system time (s): 9.7951
CPU usage (%): 216.859
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11764200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.9059
system time used= 9.7951
maximum resident set size= 11764200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559043
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12647
involuntary context switches= 542


# summary of solver processes directly reported to runsolver:
#   pid: 1110
#   total CPU time (s): 78.701
#   total CPU user time (s): 68.9059
#   total CPU system time (s): 9.7951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.240383 second user time and 0.425055 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 08:43:22
IDJOB=4290280
IDBENCH=141312
IDSOLVER=2743
FILE ID=node137/4290280-1532241800
RUNJOBID= node137-1532225156-31762
PBS_JOBID= 21018945
Free space on /tmp= 56740 MiB

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

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=1080870671

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20509488 kB
MemAvailable:   30811316 kB
Buffers:          230536 kB
Cached:         10267280 kB
SwapCached:            0 kB
Active:          2981412 kB
Inactive:        8695560 kB
Active(anon):    1182028 kB
Inactive(anon):    16944 kB
Active(file):    1799384 kB
Inactive(file):  8678616 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            155876 kB
Writeback:             0 kB
AnonPages:       1186556 kB
Mapped:            48860 kB
Shmem:             17036 kB
Slab:             279744 kB
SReclaimable:     252288 kB
SUnreclaim:        27456 kB
KernelStack:        3536 kB
PageTables:         7520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2606472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1062912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56704 MiB
End job on node137 at 2018-07-22 08:43:58