Trace number 4307821

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? 76.1956 27.4981

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307821-1534290534/watcher-4307821-1534290534 -o /tmp/evaluation-result-4307821-1534290534/solver-4307821-1534290534 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534270601-12744 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 484926181 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307821-1534290534.xml 

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

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


[startup+0.10006 s]*
/proc/loadavg: 1.53 1.63 1.64 4/219 14769
/proc/meminfo: memFree=22707936/32770624 swapFree=67108840/67108860
[pid=14754] ppid=14751 vsize=14082736 memory=31208 CPUtime=0.11 cores=1,3,5,7
/proc/14754/stat : 14754 (java) S 14751 14754 11204 0 -1 1077944320 6728 0 0 0 10 1 0 0 20 0 15 0 246616660 14420721664 7802 33554432000 4194304 4196468 140737386150512 140737386133056 140656480182007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
/proc/14754/statm: 3520684 7802 3150 1 0 3482761 0
[pid=14754/tid=14756] ppid=14751 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=1,3,5,7
/proc/14754/task/14756/stat : 14756 (java) R 14751 14754 11204 0 -1 4202560 4758 0 0 0 8 1 0 0 20 0 15 0 246616661 14420721664 7802 33554432000 4194304 4196468 140737386150512 140656484402848 140656464262494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14082736 memory=5793855838483511737 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 7802 33554432000 4194304 4196468 140737386150512 140656432802704 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 7802 33554432000 4194304 4196468 140737386150512 140656431749904 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 7802 33554432000 4194304 4196468 140737386150512 140656430697616 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) S 14751 14754 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 7802 33554432000 4194304 4196468 140737386150512 140656429644816 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) S 14751 14754 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 7802 33554432000 4194304 4196468 140737386150512 140656022026352 140656480193154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14762] ppid=14751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14762/stat : 14762 (java) S 14751 14754 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 7802 33554432000 4194304 4196468 140737386150512 140656020972320 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14763] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14763/stat : 14763 (java) S 14751 14754 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 7802 33554432000 4194304 4196468 140737386150512 140656019919984 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14764] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14764/stat : 14764 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 7802 33554432000 4194304 4196468 140737386150512 140655951079504 140656480200603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14765] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14765/stat : 14765 (java) S 14751 14754 11204 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 7802 33554432000 4194304 4196468 140737386150512 140655950027376 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14766] ppid=14751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14766/stat : 14766 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 7802 33554432000 4194304 4196468 140737386150512 140655948974576 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14767] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0.01 cores=1,3,5,7
/proc/14754/task/14767/stat : 14767 (java) S 14751 14754 11204 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 246616666 14420721664 7802 33554432000 4194304 4196468 140737386150512 140655947922288 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14768] ppid=14751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14768/stat : 14768 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 7802 33554432000 4194304 4196468 140737386150512 140655946869728 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14769] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14769/stat : 14769 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 7802 33554432000 4194304 4196468 140737386150512 140655945816496 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31208 KiB

[startup+0.214171 s]*
/proc/loadavg: 1.53 1.63 1.64 5/219 14769
/proc/meminfo: memFree=22692052/32770624 swapFree=67108840/67108860
[pid=14754] ppid=14751 vsize=14082736 memory=47004 CPUtime=0.31 cores=1,3,5,7
/proc/14754/stat : 14754 (java) S 14751 14754 11204 0 -1 1077944320 10393 0 0 0 29 2 0 0 20 0 15 0 246616660 14420721664 11751 33554432000 4194304 4196468 140737386150512 140737386133056 140656480182007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
/proc/14754/statm: 3520684 11751 3365 1 0 3482761 0
[pid=14754/tid=14756] ppid=14751 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/14754/task/14756/stat : 14756 (java) R 14751 14754 11204 0 -1 4202560 8082 0 0 0 19 1 0 0 20 0 15 0 246616661 14420721664 11751 33554432000 4194304 4196468 140737386150512 140656484410336 140656480193942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14082736 memory=4211974313678409098 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 11751 33554432000 4194304 4196468 140737386150512 140656432802704 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 11751 33554432000 4194304 4196468 140737386150512 140656431749904 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 11751 33554432000 4194304 4196468 140737386150512 140656430697616 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) S 14751 14754 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 11751 33554432000 4194304 4196468 140737386150512 140656429644816 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) S 14751 14754 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 11751 33554432000 4194304 4196468 140737386150512 140656022026352 140656480193154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14762] ppid=14751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14762/stat : 14762 (java) S 14751 14754 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 11751 33554432000 4194304 4196468 140737386150512 140656020972320 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14763] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14763/stat : 14763 (java) S 14751 14754 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 11751 33554432000 4194304 4196468 140737386150512 140656019919984 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14764] ppid=14751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14764/stat : 14764 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 11751 33554432000 4194304 4196468 140737386150512 140655951079504 140656480200603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14765] ppid=14751 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14754/task/14765/stat : 14765 (java) S 14751 14754 11204 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 15 0 246616666 14420721664 11751 33554432000 4194304 4196468 140737386150512 140655950027376 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14766] ppid=14751 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14754/task/14766/stat : 14766 (java) S 14751 14754 11204 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 246616666 14420721664 11751 33554432000 4194304 4196468 140737386150512 140655948974576 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14767] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0.06 cores=1,3,5,7
/proc/14754/task/14767/stat : 14767 (java) R 14751 14754 11204 0 -1 4202560 316 0 0 0 6 0 0 0 20 0 15 0 246616666 14420721664 11751 33554432000 4194304 4196468 140737386150512 140655947922288 140656458315610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14768] ppid=14751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14768/stat : 14768 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 11751 33554432000 4194304 4196468 140737386150512 140655946869728 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14769] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14769/stat : 14769 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 11751 33554432000 4194304 4196468 140737386150512 140655945816496 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47004 KiB

[startup+0.310647 s]*
/proc/loadavg: 1.53 1.63 1.64 4/219 14769
/proc/meminfo: memFree=22688764/32770624 swapFree=67108840/67108860
[pid=14754] ppid=14751 vsize=14082736 memory=50692 CPUtime=0.44 cores=1,3,5,7
/proc/14754/stat : 14754 (java) S 14751 14754 11204 0 -1 1077944320 10790 0 0 0 42 2 0 0 20 0 15 0 246616660 14420721664 12673 33554432000 4194304 4196468 140737386150512 140737386133056 140656480182007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
/proc/14754/statm: 3520684 12673 3381 1 0 3482761 0
[pid=14754/tid=14756] ppid=14751 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/14754/task/14756/stat : 14756 (java) R 14751 14754 11204 0 -1 4202560 8439 0 0 0 28 1 0 0 20 0 15 0 246616661 14420721664 12673 33554432000 4194304 4196468 140737386150512 140656484393520 140656464262494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14082736 memory=4211974313678409098 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 12673 33554432000 4194304 4196468 140737386150512 140656432802704 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14082736 memory=140587473620939 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 12673 33554432000 4194304 4196468 140737386150512 140656431749904 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14082736 memory=140587365946836 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 12673 33554432000 4194304 4196468 140737386150512 140656430697616 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14082736 memory=140587365944783 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) S 14751 14754 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616662 14420721664 12673 33554432000 4194304 4196468 140737386150512 140656429644816 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14082736 memory=140587473629791 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) S 14751 14754 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 12673 33554432000 4194304 4196468 140737386150512 140656022026352 140656480193154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14762] ppid=14751 vsize=14082736 memory=140587365953967 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14762/stat : 14762 (java) S 14751 14754 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 12673 33554432000 4194304 4196468 140737386150512 140656020972320 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14763] ppid=14751 vsize=14082736 memory=281174731898768 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14763/stat : 14763 (java) S 14751 14754 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246616663 14420721664 12673 33554432000 4194304 4196468 140737386150512 140656019919984 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14764] ppid=14751 vsize=14082736 memory=281174731896464 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14764/stat : 14764 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 12673 33554432000 4194304 4196468 140737386150512 140655951079504 140656480200603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14765] ppid=14751 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14754/task/14765/stat : 14765 (java) S 14751 14754 11204 0 -1 1077944384 522 0 0 0 3 0 0 0 20 0 15 0 246616666 14420721664 12673 33554432000 4194304 4196468 140737386150512 140655950027376 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14766] ppid=14751 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14754/task/14766/stat : 14766 (java) S 14751 14754 11204 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 246616666 14420721664 12673 33554432000 4194304 4196468 140737386150512 140655948974576 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14767] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0.08 cores=1,3,5,7
/proc/14754/task/14767/stat : 14767 (java) S 14751 14754 11204 0 -1 1077944384 337 0 0 0 8 0 0 0 20 0 15 0 246616666 14420721664 12673 33554432000 4194304 4196468 140737386150512 140655947922288 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14768] ppid=14751 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14768/stat : 14768 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 12673 33554432000 4194304 4196468 140737386150512 140655946869728 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14769] ppid=14751 vsize=14082736 memory=140587473618560 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14769/stat : 14769 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616666 14420721664 12673 33554432000 4194304 4196468 140737386150512 140655945816496 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50692 KiB

[startup+0.700783 s]
/proc/loadavg: 1.53 1.63 1.64 3/219 14769
/proc/meminfo: memFree=22665076/32770624 swapFree=67108840/67108860
[pid=14754] ppid=14751 vsize=14084804 memory=88816 CPUtime=0.98 cores=1,3,5,7
/proc/14754/stat : 14754 (java) S 14751 14754 11204 0 -1 1077944320 17617 0 0 0 94 4 0 0 20 0 15 0 246616660 14422839296 22204 33554432000 4194304 4196468 140737386150512 140737386133056 140656480182007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
/proc/14754/statm: 3521201 22204 3503 1 0 3483273 0
[pid=14754/tid=14756] ppid=14751 vsize=14084804 memory=5728 CPUtime=0.67 cores=1,3,5,7
/proc/14754/task/14756/stat : 14756 (java) R 14751 14754 11204 0 -1 4202560 14879 0 0 0 64 3 0 0 20 0 15 0 246616661 14422839296 22204 33554432000 4194304 4196468 140737386150512 140656484401344 140656436797066 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14084804 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14422839296 22204 33554432000 4194304 4196468 140737386150512 140656432802704 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14084804 memory=1092 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14422839296 22204 33554432000 4194304 4196468 140737386150512 140656431749904 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616662 14422839296 22204 33554432000 4194304 4196468 140737386150512 140656430697616 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14084804 memory=8025788814161897044 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) S 14751 14754 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616662 14422839296 22204 33554432000 4194304 4196468 140737386150512 140656429644816 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14084804 memory=6220993253238723945 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) S 14751 14754 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246616663 14422839296 22204 33554432000 4194304 4196468 140737386150512 140656022026352 140656480193154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14762] ppid=14751 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14762/stat : 14762 (java) S 14751 14754 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246616663 14422839296 22204 33554432000 4194304 4196468 140737386150512 140656020972320 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14763] ppid=14751 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14763/stat : 14763 (java) S 14751 14754 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246616663 14422839296 22204 33554432000 4194304 4196468 140737386150512 140656019919984 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14764] ppid=14751 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14764/stat : 14764 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14422839296 22204 33554432000 4194304 4196468 140737386150512 140655951079504 140656480200603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14765] ppid=14751 vsize=14084804 memory=92 CPUtime=0.06 cores=1,3,5,7
/proc/14754/task/14765/stat : 14765 (java) S 14751 14754 11204 0 -1 1077944384 659 0 0 0 6 0 0 0 20 0 15 0 246616666 14422839296 22204 33554432000 4194304 4196468 140737386150512 140655950027376 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14766] ppid=14751 vsize=14084804 memory=6 CPUtime=0.08 cores=1,3,5,7
/proc/14754/task/14766/stat : 14766 (java) S 14751 14754 11204 0 -1 1077944384 269 0 0 0 8 0 0 0 20 0 15 0 246616666 14422839296 22204 33554432000 4194304 4196468 140737386150512 140655948974576 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14767] ppid=14751 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/14754/task/14767/stat : 14767 (java) S 14751 14754 11204 0 -1 1077944384 428 0 0 0 14 0 0 0 20 0 15 0 246616666 14422839296 22204 33554432000 4194304 4196468 140737386150512 140655947922288 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14768] ppid=14751 vsize=14084804 memory=281174732082672 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14768/stat : 14768 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14422839296 22204 33554432000 4194304 4196468 140737386150512 140655946869728 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14769] ppid=14751 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14769/stat : 14769 (java) S 14751 14754 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616666 14422839296 22204 33554432000 4194304 4196468 140737386150512 140655945816496 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88816 KiB

[startup+1.50078 s]
/proc/loadavg: 1.53 1.63 1.64 6/219 14769
/proc/meminfo: memFree=22438596/32770624 swapFree=67108840/67108860
[pid=14754] ppid=14751 vsize=14086852 memory=432796 CPUtime=2.71 cores=1,3,5,7
/proc/14754/stat : 14754 (java) S 14751 14754 11204 0 -1 1077944320 19477 0 0 0 249 22 0 0 20 0 15 0 246616660 14424936448 108199 33554432000 4194304 4196468 140737386150512 140737386133056 140656480182007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
/proc/14754/statm: 3521713 108199 3554 1 0 3483785 0
[pid=14754/tid=14756] ppid=14751 vsize=14086852 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/14754/task/14756/stat : 14756 (java) R 14751 14754 11204 0 -1 4202560 15329 0 0 0 132 6 0 0 20 0 15 0 246616661 14424936448 108199 33554432000 4194304 4196468 140737386150512 140656484416248 140656105656994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14086852 memory=-6585528546044026665 CPUtime=0.05 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) S 14751 14754 11204 0 -1 1077944384 70 0 0 0 2 3 0 0 20 0 15 0 246616662 14424936448 108199 33554432000 4194304 4196468 140737386150512 140656432802704 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14086852 memory=-3535359994705172322 CPUtime=0.06 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) S 14751 14754 11204 0 -1 1077944384 102 0 0 0 3 3 0 0 20 0 15 0 246616662 14424936448 108199 33554432000 4194304 4196468 140737386150512 140656431749904 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14086852 memory=9049308993807286445 CPUtime=0.07 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) S 14751 14754 11204 0 -1 1077944384 107 0 0 0 5 2 0 0 20 0 15 0 246616662 14424936448 108199 33554432000 4194304 4196468 140737386150512 140656430697616 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14086852 memory=-5936130612619859843 CPUtime=0.06 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) S 14751 14754 11204 0 -1 1077944384 57 0 0 0 3 3 0 0 20 0 15 0 246616662 14424936448 108199 33554432000 4194304 4196468 140737386150512 140656429644816 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14086852 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) S 14751 14754 11204 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 246616663 14424936448 108199 33554432000 4194304 4196468 140737386150512 140656022026352 140656480193154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0

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

/proc/14754/task/14756/stat : 14756 (java) S 14751 14754 11204 0 -1 1077944384 25371 0 0 0 997 26 0 0 20 0 15 0 246616661 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656484417712 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14088900 memory=0 CPUtime=14.05 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) R 14751 14754 11204 0 -1 4202560 94669 0 0 0 1155 250 0 0 20 0 15 0 246616662 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656432802824 140656472810215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14088900 memory=122 CPUtime=14.1 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) R 14751 14754 11204 0 -1 4202560 217652 0 0 0 1104 306 0 0 20 0 15 0 246616662 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656431749792 140656473278708 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14088900 memory=124 CPUtime=14.05 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) R 14751 14754 11204 0 -1 4202560 114132 0 0 0 1111 294 0 0 20 0 15 0 246616662 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656430697424 140656472810215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14088900 memory=56 CPUtime=14.06 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) R 14751 14754 11204 0 -1 4202560 186011 0 0 0 1105 301 0 0 20 0 15 0 246616662 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656429644936 140656472810215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14088900 memory=-7674914008656224160 CPUtime=1.01 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) S 14751 14754 11204 0 -1 1077944384 18653 0 0 0 100 1 0 0 20 0 15 0 246616663 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656022024912 140656480192213 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14762] ppid=14751 vsize=14088900 memory=281174731858544 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14762/stat : 14762 (java) S 14751 14754 11204 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 246616663 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656020972384 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14763] ppid=14751 vsize=14088900 memory=-7523660553960122769 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14763/stat : 14763 (java) S 14751 14754 11204 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616663 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656019920000 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14764] ppid=14751 vsize=14088900 memory=66904 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14764/stat : 14764 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655951079504 140656480200603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14765] ppid=14751 vsize=14088900 memory=1100 CPUtime=0.83 cores=1,3,5,7
/proc/14754/task/14765/stat : 14765 (java) S 14751 14754 11204 0 -1 1077944384 2413 0 0 0 83 0 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655950027376 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14766] ppid=14751 vsize=14088900 memory=2356 CPUtime=1.02 cores=1,3,5,7
/proc/14754/task/14766/stat : 14766 (java) S 14751 14754 11204 0 -1 1077944384 2254 0 0 0 101 1 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655948974576 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14767] ppid=14751 vsize=14088900 memory=1784 CPUtime=0.5 cores=1,3,5,7
/proc/14754/task/14767/stat : 14767 (java) S 14751 14754 11204 0 -1 1077944384 2279 0 0 0 49 1 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655947922288 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14768] ppid=14751 vsize=14088900 memory=752 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14768/stat : 14768 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655946869728 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14769] ppid=14751 vsize=14088900 memory=1224 CPUtime=0.01 cores=1,3,5,7
/proc/14754/task/14769/stat : 14769 (java) S 14751 14754 11204 0 -1 1077944384 486 0 0 0 0 1 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655945816496 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
Current children cumulated CPU time: 69.96 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11762692 KiB

[startup+27.4981 s]
# the end of solver process 14754 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=64.1432 s, system=12.0524 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6009 s]
/proc/loadavg: 2.12 1.76 1.68 6/219 14769
/proc/meminfo: memFree=10970360/32770624 swapFree=67108840/67108860
[pid=14754] ppid=14751 vsize=14088900 memory=11762692 CPUtime=70.35 cores=1,3,5,7
/proc/14754/stat : 14754 (java) S 14751 14754 11204 0 -1 1077944320 665334 0 0 0 5849 1186 0 0 20 0 15 0 246616660 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140737386133056 140656480182007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
/proc/14754/statm: 3522225 2940673 3589 1 0 3484297 0
[pid=14754/tid=14756] ppid=14751 vsize=14088900 memory=83 CPUtime=10.23 cores=1,3,5,7
/proc/14754/task/14756/stat : 14756 (java) S 14751 14754 11204 0 -1 1077944384 25371 0 0 0 997 26 0 0 20 0 15 0 246616661 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656484417712 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14088900 memory=102 CPUtime=14.15 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) R 14751 14754 11204 0 -1 4202560 94669 0 0 0 1165 250 0 0 20 0 15 0 246616662 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656432802824 140656472810215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14088900 memory=50 CPUtime=14.2 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) R 14751 14754 11204 0 -1 4202560 217667 0 0 0 1114 306 0 0 20 0 15 0 246616662 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656431749792 140656473278724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14088900 memory=0 CPUtime=14.15 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) R 14751 14754 11204 0 -1 4202560 114132 0 0 0 1121 294 0 0 20 0 15 0 246616662 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656430697424 140656472810215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14088900 memory=0 CPUtime=14.15 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) R 14751 14754 11204 0 -1 4202560 186011 0 0 0 1114 301 0 0 20 0 15 0 246616662 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656429644624 140656472810215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14088900 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) S 14751 14754 11204 0 -1 1077944384 18653 0 0 0 100 1 0 0 20 0 15 0 246616663 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656022024912 140656480192213 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14762] ppid=14751 vsize=14088900 memory=8039887049847964027 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14762/stat : 14762 (java) S 14751 14754 11204 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 246616663 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656020972384 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14763] ppid=14751 vsize=14088900 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14763/stat : 14763 (java) S 14751 14754 11204 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616663 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140656019920000 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14764] ppid=14751 vsize=14088900 memory=288230621787193645 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14764/stat : 14764 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655951079504 140656480200603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14765] ppid=14751 vsize=14088900 memory=14410419259311685 CPUtime=0.83 cores=1,3,5,7
/proc/14754/task/14765/stat : 14765 (java) S 14751 14754 11204 0 -1 1077944384 2413 0 0 0 83 0 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655950027376 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14766] ppid=14751 vsize=14088900 memory=6010124493810264672 CPUtime=1.02 cores=1,3,5,7
/proc/14754/task/14766/stat : 14766 (java) S 14751 14754 11204 0 -1 1077944384 2254 0 0 0 101 1 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655948974576 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14767] ppid=14751 vsize=14088900 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/14754/task/14767/stat : 14767 (java) S 14751 14754 11204 0 -1 1077944384 2279 0 0 0 49 1 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655947922288 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14768] ppid=14751 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14768/stat : 14768 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655946869728 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14769] ppid=14751 vsize=14088900 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14754/task/14769/stat : 14769 (java) S 14751 14754 11204 0 -1 1077944384 486 0 0 0 0 1 0 0 20 0 15 0 246616666 14427033600 2940673 33554432000 4194304 4196468 140737386150512 140655945816496 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
Current children cumulated CPU time: 70.35 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11762692 KiB

[startup+26.4008 s]
/proc/loadavg: 2.12 1.76 1.68 6/219 14769
/proc/meminfo: memFree=10970472/32770624 swapFree=67108840/67108860
[pid=14754] ppid=14751 vsize=14088900 memory=11762932 CPUtime=73.03 cores=1,3,5,7
/proc/14754/stat : 14754 (java) S 14751 14754 11204 0 -1 1077944320 770968 0 0 0 6111 1192 0 0 20 0 15 0 246616660 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140737386133056 140656480182007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
/proc/14754/statm: 3522225 2940733 3589 1 0 3484297 0
[pid=14754/tid=14756] ppid=14751 vsize=14088900 memory=5728 CPUtime=10.23 cores=1,3,5,7
/proc/14754/task/14756/stat : 14756 (java) S 14751 14754 11204 0 -1 1077944384 25389 0 0 0 997 26 0 0 20 0 15 0 246616661 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656484417712 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14088900 memory=1408 CPUtime=14.78 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) R 14751 14754 11204 0 -1 4202560 125440 0 0 0 1226 252 0 0 20 0 15 0 246616662 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656432802904 140656465178417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14088900 memory=1092 CPUtime=14.81 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) R 14751 14754 11204 0 -1 4202560 236879 0 0 0 1175 306 0 0 20 0 15 0 246616662 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656431750104 140656464881392 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14088900 memory=836 CPUtime=14.77 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) R 14751 14754 11204 0 -1 4202560 135411 0 0 0 1182 295 0 0 20 0 15 0 246616662 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656430697616 140656464880766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14088900 memory=10692 CPUtime=14.78 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) R 14751 14754 11204 0 -1 4202560 208087 0 0 0 1176 302 0 0 20 0 15 0 246616662 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656429644816 140656461791755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14088900 memory=1620 CPUtime=1.18 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) S 14751 14754 11204 0 -1 1077944384 30930 0 0 0 116 2 0 0 20 0 15 0 246616663 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656022024896 140656480192213 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14762] ppid=14751 vsize=14088900 memory=6856 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14762/stat : 14762 (java) S 14751 14754 11204 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 246616663 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656020972288 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14763] ppid=14751 vsize=14088900 memory=4548 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14763/stat : 14763 (java) S 14751 14754 11204 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616663 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656019920000 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14764] ppid=14751 vsize=14088900 memory=15188 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14764/stat : 14764 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655951079504 140656480200603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14765] ppid=14751 vsize=14088900 memory=4008 CPUtime=0.83 cores=1,3,5,7
/proc/14754/task/14765/stat : 14765 (java) S 14751 14754 11204 0 -1 1077944384 2413 0 0 0 83 0 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655950027376 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14766] ppid=14751 vsize=14088900 memory=37972 CPUtime=1.02 cores=1,3,5,7
/proc/14754/task/14766/stat : 14766 (java) S 14751 14754 11204 0 -1 1077944384 2254 0 0 0 101 1 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655948974576 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14767] ppid=14751 vsize=14088900 memory=16320 CPUtime=0.5 cores=1,3,5,7
/proc/14754/task/14767/stat : 14767 (java) S 14751 14754 11204 0 -1 1077944384 2279 0 0 0 49 1 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655947922288 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14768] ppid=14751 vsize=14088900 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14768/stat : 14768 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655946869728 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14769] ppid=14751 vsize=14088900 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/14754/task/14769/stat : 14769 (java) S 14751 14754 11204 0 -1 1077944384 486 0 0 0 0 1 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655945816496 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
Current children cumulated CPU time: 73.03 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11762932 KiB

[startup+27.2007 s]
/proc/loadavg: 2.03 1.75 1.68 6/219 14769
/proc/meminfo: memFree=10970472/32770624 swapFree=67108840/67108860
[pid=14754] ppid=14751 vsize=14088900 memory=11762932 CPUtime=75.78 cores=1,3,5,7
/proc/14754/stat : 14754 (java) S 14751 14754 11204 0 -1 1077944320 771722 0 0 0 6386 1192 0 0 20 0 15 0 246616660 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140737386133056 140656480182007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
/proc/14754/statm: 3522225 2940733 3589 1 0 3484297 0
[pid=14754/tid=14756] ppid=14751 vsize=14088900 memory=11762932 CPUtime=10.23 cores=1,3,5,7
/proc/14754/task/14756/stat : 14756 (java) S 14751 14754 11204 0 -1 1077944384 25389 0 0 0 997 26 0 0 20 0 15 0 246616661 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656484417712 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14757] ppid=14751 vsize=14088900 memory=11762692 CPUtime=15.43 cores=1,3,5,7
/proc/14754/task/14757/stat : 14757 (java) S 14751 14754 11204 0 -1 1077944384 125599 0 0 0 1291 252 0 0 20 0 15 0 246616662 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656432802704 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14758] ppid=14751 vsize=14088900 memory=752 CPUtime=15.46 cores=1,3,5,7
/proc/14754/task/14758/stat : 14758 (java) S 14751 14754 11204 0 -1 1077944384 237196 0 0 0 1240 306 0 0 20 0 15 0 246616662 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656431749904 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14759] ppid=14751 vsize=14088900 memory=0 CPUtime=15.42 cores=1,3,5,7
/proc/14754/task/14759/stat : 14759 (java) S 14751 14754 11204 0 -1 1077944384 135448 0 0 0 1247 295 0 0 20 0 15 0 246616662 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656430697616 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14760] ppid=14751 vsize=14088900 memory=203942227112775 CPUtime=15.42 cores=1,3,5,7
/proc/14754/task/14760/stat : 14760 (java) S 14751 14754 11204 0 -1 1077944384 208319 0 0 0 1240 302 0 0 20 0 15 0 246616662 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656429644816 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14761] ppid=14751 vsize=14088900 memory=203942227112776 CPUtime=1.32 cores=1,3,5,7
/proc/14754/task/14761/stat : 14761 (java) R 14751 14754 11204 0 -1 4202560 30932 0 0 0 130 2 0 0 20 0 15 0 246616663 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656022024912 140656458552187 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14762] ppid=14751 vsize=14088900 memory=203942227112777 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14762/stat : 14762 (java) S 14751 14754 11204 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 246616663 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656020972288 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14763] ppid=14751 vsize=14088900 memory=203942227112778 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14763/stat : 14763 (java) S 14751 14754 11204 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616663 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140656019920000 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14764] ppid=14751 vsize=14088900 memory=281174732286832 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14764/stat : 14764 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655951079504 140656480200603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14765] ppid=14751 vsize=14088900 memory=2356 CPUtime=0.83 cores=1,3,5,7
/proc/14754/task/14765/stat : 14765 (java) S 14751 14754 11204 0 -1 1077944384 2416 0 0 0 83 0 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655950027376 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14766] ppid=14751 vsize=14088900 memory=1784 CPUtime=1.02 cores=1,3,5,7
/proc/14754/task/14766/stat : 14766 (java) S 14751 14754 11204 0 -1 1077944384 2256 0 0 0 101 1 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655948974576 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14767] ppid=14751 vsize=14088900 memory=752 CPUtime=0.5 cores=1,3,5,7
/proc/14754/task/14767/stat : 14767 (java) S 14751 14754 11204 0 -1 1077944384 2281 0 0 0 49 1 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655947922288 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14768] ppid=14751 vsize=14088900 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/14754/task/14768/stat : 14768 (java) S 14751 14754 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655946869728 140656480192213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
[pid=14754/tid=14769] ppid=14751 vsize=14088900 memory=1828 CPUtime=0.01 cores=1,3,5,7
/proc/14754/task/14769/stat : 14769 (java) S 14751 14754 11204 0 -1 1077944384 486 0 0 0 0 1 0 0 20 0 15 0 246616666 14427033600 2940733 33554432000 4194304 4196468 140737386150512 140655945816496 140656480193154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17534976 140737386153033 140737386153225 140737386153225 140737386155983 0
Current children cumulated CPU time: 75.78 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11762932 KiB

[startup+27.404 s]*
/proc/loadavg: 2.03 1.75 1.68 3/206 14770
/proc/meminfo: memFree=15610284/32770624 swapFree=67108840/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 27.4981
CPU time (s): 76.1956
CPU user time (s): 64.1432
CPU system time (s): 12.0524
CPU usage (%): 277.094
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11762944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.1432
system time used= 12.0524
maximum resident set size= 11762944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 772082
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= 9870
involuntary context switches= 630


# summary of solver processes directly reported to runsolver:
#   pid: 14754
#   total CPU time (s): 76.1956
#   total CPU user time (s): 64.1432
#   total CPU system time (s): 12.0524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.194208 second user time and 0.336412 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 01:48:55
IDJOB=4307821
IDBENCH=141315
IDSOLVER=2791
FILE ID=node135/4307821-1534290534
RUNJOBID= node135-1534270601-12744
PBS_JOBID= 21038122
Free space on /tmp= 47080 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-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-4307821-1534290534/watcher-4307821-1534290534 -o /tmp/evaluation-result-4307821-1534290534/solver-4307821-1534290534 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534270601-12744 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 484926181 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307821-1534290534.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=484926181

node135.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.50
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.50
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.50
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.50
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:        22726160 kB
MemAvailable:   29998976 kB
Buffers:          146544 kB
Cached:          7352112 kB
SwapCached:           20 kB
Active:          6016324 kB
Inactive:        3437176 kB
Active(anon):    1904092 kB
Inactive(anon):   103280 kB
Active(file):    4112232 kB
Inactive(file):  3333896 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             78836 kB
Writeback:            16 kB
AnonPages:       1961760 kB
Mapped:            70796 kB
Shmem:             49804 kB
Slab:             283276 kB
SReclaimable:     255148 kB
SUnreclaim:        28128 kB
KernelStack:        3584 kB
PageTables:         9512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2918436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1800192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47044 MiB
End job on node135 at 2018-08-15 01:49:22