Trace number 4307823

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? 70.2551 27.0678

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-13-4-rom_c18.xml
MD5SUM0b51c5bbf7274d342280acfb624bd8bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables481
Number of constraints104
Number of domains5
Minimum domain size2
Maximum domain size129443
Distribution of domain sizes[{"size":2,"count":26},{"size":14,"count":182},{"size":27,"count":169},{"size":129443,"count":104}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":130},{"degree":2,"count":182},{"degree":8,"count":169}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":26},{"arity":17,"count":78}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307823-1534288816/watcher-4307823-1534288816 -o /tmp/evaluation-result-4307823-1534288816/solver-4307823-1534288816 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534271267-32165 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 417909769 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307823-1534288816.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=1881, runsolver pid=1878

[startup+0.100164 s]*
/proc/loadavg: 2.99 1.80 1.57 3/220 1896
/proc/meminfo: memFree=24129760/32770624 swapFree=67108688/67108860
[pid=1881] ppid=1878 vsize=14082736 memory=30520 CPUtime=0.12 cores=0,2,4,6
/proc/1881/stat : 1881 (java) S 1878 1881 30369 0 -1 1077944320 6524 0 0 0 11 1 0 0 20 0 15 0 246444963 14420721664 7630 33554432000 4194304 4196468 140736942759024 140736942741568 140105663123191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
/proc/1881/statm: 3520684 7630 3154 1 0 3482761 0
[pid=1881/tid=1883] ppid=1878 vsize=14082736 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) R 1878 1881 30369 0 -1 4202560 4576 0 0 0 8 1 0 0 20 0 15 0 246444963 14420721664 7630 33554432000 4194304 4196468 140736942759024 140105667318528 140105663145117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14082736 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 7630 33554432000 4194304 4196468 140736942759024 140105593211920 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 7630 33554432000 4194304 4196468 140736942759024 140105257499792 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 7630 33554432000 4194304 4196468 140736942759024 140105256446736 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 7630 33554432000 4194304 4196468 140736942759024 140105255394192 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444965 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104777558256 140105663134338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1889] ppid=1878 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) S 1878 1881 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246444966 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104776504480 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1890] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) S 1878 1881 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246444966 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104775451376 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1891] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104774399952 140105663141787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1892] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) S 1878 1881 30369 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 246444968 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104773348080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1893] ppid=1878 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104772295536 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1894] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0.01 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) S 1878 1881 30369 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 246444968 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104771242480 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1895] ppid=1878 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444969 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104770190176 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1896] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444969 14420721664 7630 33554432000 4194304 4196468 140736942759024 140104769137200 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30520 KiB

[startup+0.210528 s]*
/proc/loadavg: 2.99 1.80 1.57 5/220 1896
/proc/meminfo: memFree=24101596/32770624 swapFree=67108688/67108860
[pid=1881] ppid=1878 vsize=14082736 memory=46612 CPUtime=0.3 cores=0,2,4,6
/proc/1881/stat : 1881 (java) S 1878 1881 30369 0 -1 1077944320 10303 0 0 0 28 2 0 0 20 0 15 0 246444963 14420721664 11653 33554432000 4194304 4196468 140736942759024 140736942741568 140105663123191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
/proc/1881/statm: 3520684 11653 3313 1 0 3482761 0
[pid=1881/tid=1883] ppid=1878 vsize=14082736 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) R 1878 1881 30369 0 -1 4202560 8062 0 0 0 18 1 0 0 20 0 15 0 246444963 14420721664 11653 33554432000 4194304 4196468 140736942759024 140105667346944 140105272657376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14082736 memory=4294967661 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 11653 33554432000 4194304 4196468 140736942759024 140105593211920 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14082736 memory=288370469752686208 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 11653 33554432000 4194304 4196468 140736942759024 140105257499792 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 11653 33554432000 4194304 4196468 140736942759024 140105256446736 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 11653 33554432000 4194304 4196468 140736942759024 140105255394192 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) S 1878 1881 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246444965 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104777558256 140105663134338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1889] ppid=1878 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) S 1878 1881 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246444966 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104776504480 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1890] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) S 1878 1881 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246444966 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104775451376 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1891] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104774399952 140105663141787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1892] ppid=1878 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) R 1878 1881 30369 0 -1 4202560 394 0 0 0 2 0 0 0 20 0 15 0 246444968 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104773348080 140105641062176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1893] ppid=1878 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) R 1878 1881 30369 0 -1 1077944384 180 0 0 0 1 0 0 0 20 0 15 0 246444968 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104772295536 140105663134338 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1894] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0.06 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) R 1878 1881 30369 0 -1 4202560 330 0 0 0 6 0 0 0 20 0 15 0 246444968 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104771242320 140105647479356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1895] ppid=1878 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444969 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104770190176 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1896] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444969 14420721664 11653 33554432000 4194304 4196468 140736942759024 140104769137200 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46612 KiB

[startup+0.310709 s]*
/proc/loadavg: 2.99 1.80 1.57 3/220 1896
/proc/meminfo: memFree=24097680/32770624 swapFree=67108688/67108860
[pid=1881] ppid=1878 vsize=14082736 memory=50688 CPUtime=0.44 cores=0,2,4,6
/proc/1881/stat : 1881 (java) S 1878 1881 30369 0 -1 1077944320 10791 0 0 0 42 2 0 0 20 0 15 0 246444963 14420721664 12672 33554432000 4194304 4196468 140736942759024 140736942741568 140105663123191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
/proc/1881/statm: 3520684 12672 3421 1 0 3482761 0
[pid=1881/tid=1883] ppid=1878 vsize=14082736 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) R 1878 1881 30369 0 -1 4202560 8426 0 0 0 28 1 0 0 20 0 15 0 246444963 14420721664 12723 33554432000 4194304 4196468 140736942759024 140105667334704 140105646310000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 12723 33554432000 4194304 4196468 140736942759024 140105593211920 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 12723 33554432000 4194304 4196468 140736942759024 140105257499792 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 12723 33554432000 4194304 4196468 140736942759024 140105256446736 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14082736 memory=140093444696527 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444964 14420721664 12723 33554432000 4194304 4196468 140736942759024 140105255394192 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) S 1878 1881 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246444965 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104777558256 140105663134338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1889] ppid=1878 vsize=14082736 memory=140093444685007 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) S 1878 1881 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246444966 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104776504480 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1890] ppid=1878 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) S 1878 1881 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246444966 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104775451376 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1891] ppid=1878 vsize=14082736 memory=2273 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104774399952 140105663141787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1892] ppid=1878 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) S 1878 1881 30369 0 -1 1077944384 413 0 0 0 2 0 0 0 20 0 15 0 246444968 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104773348080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1893] ppid=1878 vsize=14082736 memory=140093444724367 CPUtime=0.02 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) S 1878 1881 30369 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 15 0 246444968 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104772295536 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1894] ppid=1878 vsize=14082736 memory=140093600974464 CPUtime=0.08 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) S 1878 1881 30369 0 -1 1077944384 354 0 0 0 8 0 0 0 20 0 15 0 246444968 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104771242480 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1895] ppid=1878 vsize=14082736 memory=140093444729471 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444969 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104770190176 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1896] ppid=1878 vsize=14082736 memory=140093847419427 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444969 14420721664 12723 33554432000 4194304 4196468 140736942759024 140104769137200 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50688 KiB

[startup+0.70081 s]
/proc/loadavg: 2.99 1.80 1.57 3/220 1896
/proc/meminfo: memFree=24073620/32770624 swapFree=67108688/67108860
[pid=1881] ppid=1878 vsize=14084804 memory=88752 CPUtime=0.99 cores=0,2,4,6
/proc/1881/stat : 1881 (java) S 1878 1881 30369 0 -1 1077944320 17636 0 0 0 95 4 0 0 20 0 15 0 246444963 14422839296 22188 33554432000 4194304 4196468 140736942759024 140736942741568 140105663123191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
/proc/1881/statm: 3521201 22188 3489 1 0 3483273 0
[pid=1881/tid=1883] ppid=1878 vsize=14084804 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) R 1878 1881 30369 0 -1 4202560 14873 0 0 0 64 3 0 0 20 0 15 0 246444963 14422839296 22188 33554432000 4194304 4196468 140736942759024 140105667334000 140105647203678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444964 14422839296 22188 33554432000 4194304 4196468 140736942759024 140105593211920 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444964 14422839296 22188 33554432000 4194304 4196468 140736942759024 140105257499792 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444964 14422839296 22188 33554432000 4194304 4196468 140736942759024 140105256446736 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14084804 memory=2 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) S 1878 1881 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246444964 14422839296 22188 33554432000 4194304 4196468 140736942759024 140105255394192 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) S 1878 1881 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246444965 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104777558256 140105663134338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1889] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) S 1878 1881 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246444966 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104776504480 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1890] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) S 1878 1881 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246444966 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104775451376 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1891] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104774399952 140105663141787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1892] ppid=1878 vsize=14084804 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) S 1878 1881 30369 0 -1 1077944384 541 0 0 0 6 0 0 0 20 0 15 0 246444968 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104773348080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1893] ppid=1878 vsize=14084804 memory=148202342849215 CPUtime=0.08 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) S 1878 1881 30369 0 -1 1077944384 384 0 0 0 8 0 0 0 20 0 15 0 246444968 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104772295536 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1894] ppid=1878 vsize=14084804 memory=1371494 CPUtime=0.15 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) R 1878 1881 30369 0 -1 4202560 456 0 0 0 15 0 0 0 20 0 15 0 246444968 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104771242480 140105663144538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1895] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444969 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104770190176 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1896] ppid=1878 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) S 1878 1881 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246444969 14422839296 22188 33554432000 4194304 4196468 140736942759024 140104769137200 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88752 KiB

[startup+1.50076 s]
/proc/loadavg: 2.99 1.80 1.57 3/220 1896
/proc/meminfo: memFree=23589680/32770624 swapFree=67108688/67108860
[pid=1881] ppid=1878 vsize=14086852 memory=496880 CPUtime=2.86 cores=0,2,4,6
/proc/1881/stat : 1881 (java) S 1878 1881 30369 0 -1 1077944320 19803 0 0 0 247 39 0 0 20 0 15 0 246444963 14424936448 124220 33554432000 4194304 4196468 140736942759024 140736942741568 140105663123191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
/proc/1881/statm: 3521713 124220 3561 1 0 3483785 0
[pid=1881/tid=1883] ppid=1878 vsize=14086852 memory=288230596050944315 CPUtime=1.34 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) R 1878 1881 30369 0 -1 4202560 15334 0 0 0 126 8 0 0 20 0 15 0 246444963 14424936448 124220 33554432000 4194304 4196468 140736942759024 140105667358496 140105276077309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14086852 memory=15255947996038866 CPUtime=0.11 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) S 1878 1881 30369 0 -1 1077944384 106 0 0 0 5 6 0 0 20 0 15 0 246444964 14424936448 124220 33554432000 4194304 4196468 140736942759024 140105593211920 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14086852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) S 1878 1881 30369 0 -1 1077944384 152 0 0 0 4 7 0 0 20 0 15 0 246444964 14424936448 124220 33554432000 4194304 4196468 140736942759024 140105257499792 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14086852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) S 1878 1881 30369 0 -1 1077944384 187 0 0 0 4 7 0 0 20 0 15 0 246444964 14424936448 124220 33554432000 4194304 4196468 140736942759024 140105256446736 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14086852 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) S 1878 1881 30369 0 -1 1077944384 156 0 0 0 4 6 0 0 20 0 15 0 246444964 14424936448 124220 33554432000 4194304 4196468 140736942759024 140105255394192 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14086852 memory=148202343118095 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) S 1878 1881 30369 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 246444965 14424936448 124220 33554432000 4194304 4196468 140736942759024 140104777558256 140105663134338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0

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

/proc/1881/task/1883/stat : 1883 (java) S 1878 1881 30369 0 -1 1077944384 25475 0 0 0 1174 21 0 0 20 0 15 0 246444963 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105667358880 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14088900 memory=1195 CPUtime=12.45 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) R 1878 1881 30369 0 -1 4202560 100505 0 0 0 1023 222 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105593211728 140105655751399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14088900 memory=11762868 CPUtime=12.47 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) R 1878 1881 30369 0 -1 4202560 216252 0 0 0 984 263 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105257499992 140105656219908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14088900 memory=3824 CPUtime=12.34 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) R 1878 1881 30369 0 -1 4202560 120344 0 0 0 981 253 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105256446856 140105655751399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14088900 memory=3762960491391276560 CPUtime=12.45 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) R 1878 1881 30369 0 -1 4202560 104580 0 0 0 941 304 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105255394312 140105655751399 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14088900 memory=3762960491391276592 CPUtime=0.98 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) S 1878 1881 30369 0 -1 1077944384 20424 0 0 0 96 2 0 0 20 0 15 0 246444965 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104777556816 140105663133397 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1889] ppid=1878 vsize=14088900 memory=10880460 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) S 1878 1881 30369 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 246444966 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104776504544 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1890] ppid=1878 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) S 1878 1881 30369 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 246444966 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104775451392 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1891] ppid=1878 vsize=14088900 memory=6368750178442779053 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104774399952 140105663141787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1892] ppid=1878 vsize=14088900 memory=6368750178442779053 CPUtime=1 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) S 1878 1881 30369 0 -1 1077944384 2281 0 0 0 99 1 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104773348080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1893] ppid=1878 vsize=14088900 memory=11663012 CPUtime=0.9 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) S 1878 1881 30369 0 -1 1077944384 1438 0 0 0 90 0 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104772295536 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1894] ppid=1878 vsize=14088900 memory=66956 CPUtime=0.51 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) S 1878 1881 30369 0 -1 1077944384 1789 0 0 0 50 1 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104771242480 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1895] ppid=1878 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444969 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104770190176 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1896] ppid=1878 vsize=14088900 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) S 1878 1881 30369 0 -1 1077944384 1143 0 0 0 2 0 0 0 20 0 15 0 246444969 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104769137200 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
Current children cumulated CPU time: 65.15 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11763084 KiB

[startup+27.0677 s]
# the end of solver process 1881 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=59.4175 s, system=10.8376 s

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

[startup+25.601 s]
/proc/loadavg: 3.03 1.90 1.60 6/220 1896
/proc/meminfo: memFree=11058776/32770624 swapFree=67108688/67108860
[pid=1881] ppid=1878 vsize=14088900 memory=11763084 CPUtime=65.55 cores=0,2,4,6
/proc/1881/stat : 1881 (java) S 1878 1881 30369 0 -1 1077944320 595613 0 0 0 5482 1073 0 0 20 0 15 0 246444963 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140736942741568 140105663123191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
/proc/1881/statm: 3522225 2940771 3589 1 0 3484297 0
[pid=1881/tid=1883] ppid=1878 vsize=14088900 memory=11763080 CPUtime=11.95 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) S 1878 1881 30369 0 -1 1077944384 25475 0 0 0 1174 21 0 0 20 0 15 0 246444963 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105667358880 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14088900 memory=11762048 CPUtime=12.55 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) R 1878 1881 30369 0 -1 4202560 100505 0 0 0 1033 222 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105593211728 140105655751399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14088900 memory=3824 CPUtime=12.57 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) R 1878 1881 30369 0 -1 4202560 216252 0 0 0 994 263 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105257499992 140105656219948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14088900 memory=66956 CPUtime=12.44 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) R 1878 1881 30369 0 -1 4202560 120344 0 0 0 991 253 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105256446856 140105655751399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14088900 memory=11763080 CPUtime=12.54 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) R 1878 1881 30369 0 -1 4202560 104580 0 0 0 950 304 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105255394312 140105655751399 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14088900 memory=1220 CPUtime=0.98 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) S 1878 1881 30369 0 -1 1077944384 20424 0 0 0 96 2 0 0 20 0 15 0 246444965 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104777556816 140105663133397 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1889] ppid=1878 vsize=14088900 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) S 1878 1881 30369 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 246444966 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104776504544 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1890] ppid=1878 vsize=14088900 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) S 1878 1881 30369 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 246444966 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104775451392 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1891] ppid=1878 vsize=14088900 memory=8696 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104774399952 140105663141787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1892] ppid=1878 vsize=14088900 memory=55 CPUtime=1 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) S 1878 1881 30369 0 -1 1077944384 2281 0 0 0 99 1 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104773348080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1893] ppid=1878 vsize=14088900 memory=13868 CPUtime=0.9 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) S 1878 1881 30369 0 -1 1077944384 1438 0 0 0 90 0 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104772295536 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1894] ppid=1878 vsize=14088900 memory=9051281539192488109 CPUtime=0.51 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) S 1878 1881 30369 0 -1 1077944384 1789 0 0 0 50 1 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104771242480 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1895] ppid=1878 vsize=14088900 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444969 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104770190176 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1896] ppid=1878 vsize=14088900 memory=6944656592455097440 CPUtime=0.02 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) S 1878 1881 30369 0 -1 1077944384 1143 0 0 0 2 0 0 0 20 0 15 0 246444969 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104769137200 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
Current children cumulated CPU time: 65.55 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11763084 KiB

[startup+26.4015 s]
/proc/loadavg: 3.03 1.90 1.60 7/220 1896
/proc/meminfo: memFree=11058888/32770624 swapFree=67108688/67108860
[pid=1881] ppid=1878 vsize=14088900 memory=11763084 CPUtime=68.42 cores=0,2,4,6
/proc/1881/stat : 1881 (java) S 1878 1881 30369 0 -1 1077944320 596313 0 0 0 5768 1074 0 0 20 0 15 0 246444963 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140736942741568 140105663123191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
/proc/1881/statm: 3522225 2940771 3589 1 0 3484297 0
[pid=1881/tid=1883] ppid=1878 vsize=14088900 memory=0 CPUtime=11.95 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) S 1878 1881 30369 0 -1 1077944384 25476 0 0 0 1174 21 0 0 20 0 15 0 246444963 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105667358880 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14088900 memory=8112282956445269571 CPUtime=13.25 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) R 1878 1881 30369 0 -1 4202560 100505 0 0 0 1102 223 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105593211808 140105648073920 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14088900 memory=11763084 CPUtime=13.29 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) R 1878 1881 30369 0 -1 4202560 216766 0 0 0 1066 263 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105257499792 140105647820943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14088900 memory=0 CPUtime=13.13 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) R 1878 1881 30369 0 -1 4202560 120344 0 0 0 1060 253 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105256446936 140105644720202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14088900 memory=0 CPUtime=13.24 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) R 1878 1881 30369 0 -1 4202560 104580 0 0 0 1019 305 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105255394192 140105648074217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14088900 memory=8112282956445269571 CPUtime=1.06 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) S 1878 1881 30369 0 -1 1077944384 20607 0 0 0 104 2 0 0 20 0 15 0 246444965 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104777556576 140105663133397 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1889] ppid=1878 vsize=14088900 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) S 1878 1881 30369 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 246444966 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104776504080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1890] ppid=1878 vsize=14088900 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) S 1878 1881 30369 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 246444966 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104775451392 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1891] ppid=1878 vsize=14088900 memory=1756 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104774399952 140105663141787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1892] ppid=1878 vsize=14088900 memory=872 CPUtime=1 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) S 1878 1881 30369 0 -1 1077944384 2281 0 0 0 99 1 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104773348080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1893] ppid=1878 vsize=14088900 memory=4216 CPUtime=0.9 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) S 1878 1881 30369 0 -1 1077944384 1438 0 0 0 90 0 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104772295536 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1894] ppid=1878 vsize=14088900 memory=752 CPUtime=0.51 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) S 1878 1881 30369 0 -1 1077944384 1789 0 0 0 50 1 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104771242480 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1895] ppid=1878 vsize=14088900 memory=3732 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444969 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104770190176 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1896] ppid=1878 vsize=14088900 memory=1276 CPUtime=0.02 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) S 1878 1881 30369 0 -1 1077944384 1143 0 0 0 2 0 0 0 20 0 15 0 246444969 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104769137200 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
Current children cumulated CPU time: 68.42 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11763084 KiB

[startup+26.8008 s]
/proc/loadavg: 3.03 1.90 1.60 7/220 1896
/proc/meminfo: memFree=11058888/32770624 swapFree=67108688/67108860
[pid=1881] ppid=1878 vsize=14088900 memory=11763084 CPUtime=69.77 cores=0,2,4,6
/proc/1881/stat : 1881 (java) S 1878 1881 30369 0 -1 1077944320 596326 0 0 0 5903 1074 0 0 20 0 15 0 246444963 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140736942741568 140105663123191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
/proc/1881/statm: 3522225 2940771 3589 1 0 3484297 0
[pid=1881/tid=1883] ppid=1878 vsize=14088900 memory=288230596050944315 CPUtime=11.95 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) S 1878 1881 30369 0 -1 1077944384 25476 0 0 0 1174 21 0 0 20 0 15 0 246444963 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105667358880 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1884] ppid=1878 vsize=14088900 memory=15255947996038866 CPUtime=13.57 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) S 1878 1881 30369 0 -1 1077944384 100505 0 0 0 1134 223 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105593211920 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1885] ppid=1878 vsize=14088900 memory=7020374404632767332 CPUtime=13.61 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) S 1878 1881 30369 0 -1 1077944384 216766 0 0 0 1098 263 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105257499792 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1886] ppid=1878 vsize=14088900 memory=11763084 CPUtime=13.44 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) S 1878 1881 30369 0 -1 1077944384 120356 0 0 0 1091 253 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105256446736 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1887] ppid=1878 vsize=14088900 memory=3980 CPUtime=13.55 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) S 1878 1881 30369 0 -1 1077944384 104580 0 0 0 1050 305 0 0 20 0 15 0 246444964 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140105255394192 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1888] ppid=1878 vsize=14088900 memory=1924 CPUtime=1.14 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) R 1878 1881 30369 0 -1 4202560 20608 0 0 0 112 2 0 0 20 0 15 0 246444965 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104777556816 140105641493371 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1889] ppid=1878 vsize=14088900 memory=7636 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) S 1878 1881 30369 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 246444966 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104776504080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1890] ppid=1878 vsize=14088900 memory=804 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) S 1878 1881 30369 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 246444966 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104775451392 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1891] ppid=1878 vsize=14088900 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104774399952 140105663141787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1892] ppid=1878 vsize=14088900 memory=920 CPUtime=1 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) S 1878 1881 30369 0 -1 1077944384 2281 0 0 0 99 1 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104773348080 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1893] ppid=1878 vsize=14088900 memory=3852 CPUtime=0.9 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) S 1878 1881 30369 0 -1 1077944384 1438 0 0 0 90 0 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104772295536 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1894] ppid=1878 vsize=14088900 memory=2660 CPUtime=0.51 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) S 1878 1881 30369 0 -1 1077944384 1789 0 0 0 50 1 0 0 20 0 15 0 246444968 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104771242480 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1895] ppid=1878 vsize=14088900 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) S 1878 1881 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246444969 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104770190176 140105663133397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
[pid=1881/tid=1896] ppid=1878 vsize=14088900 memory=2244 CPUtime=0.02 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) S 1878 1881 30369 0 -1 1077944384 1143 0 0 0 2 0 0 0 20 0 15 0 246444969 14427033600 2940771 33554432000 4194304 4196468 140736942759024 140104769137200 140105663134338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140736942761033 140736942761225 140736942761225 140736942763983 0
Current children cumulated CPU time: 69.77 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11763084 KiB

[startup+27.0036 s]*
/proc/loadavg: 3.03 1.90 1.60 3/207 1897
/proc/meminfo: memFree=16376796/32770624 swapFree=67108688/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.0678
CPU time (s): 70.2551
CPU user time (s): 59.4175
CPU system time (s): 10.8376
CPU usage (%): 259.552
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11763200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.4175
system time used= 10.8376
maximum resident set size= 11763200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 596508
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= 9002
involuntary context switches= 870


# summary of solver processes directly reported to runsolver:
#   pid: 1881
#   total CPU time (s): 70.2551
#   total CPU user time (s): 59.4175
#   total CPU system time (s): 10.8376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.21221 second user time and 0.303541 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 01:20:17
IDJOB=4307823
IDBENCH=141310
IDSOLVER=2791
FILE ID=node134/4307823-1534288816
RUNJOBID= node134-1534271267-32165
PBS_JOBID= 21038123
Free space on /tmp= 43284 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-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-4307823-1534288816/watcher-4307823-1534288816 -o /tmp/evaluation-result-4307823-1534288816/solver-4307823-1534288816 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534271267-32165 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 417909769 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307823-1534288816.xml

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=417909769

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24147448 kB
MemAvailable:   31552300 kB
Buffers:          183848 kB
Cached:          7427000 kB
SwapCached:           32 kB
Active:          4383784 kB
Inactive:        3634900 kB
Active(anon):     356832 kB
Inactive(anon):   103248 kB
Active(file):    4026952 kB
Inactive(file):  3531652 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:            160232 kB
Writeback:             0 kB
AnonPages:        294376 kB
Mapped:            68292 kB
Shmem:             49652 kB
Slab:             303452 kB
SReclaimable:     274708 kB
SUnreclaim:        28744 kB
KernelStack:        3600 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1704524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43248 MiB
End job on node134 at 2018-08-15 01:20:45