Trace number 4309932

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? 72.1732 28.4157

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309932-1534331310/watcher-4309932-1534331310 -o /tmp/evaluation-result-4309932-1534331310/solver-4309932-1534331310 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534329088-25482 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 32211405 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309932-1534331310.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=27077, runsolver pid=27074
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 2.65 2.07 1.80 3/217 27092
/proc/meminfo: memFree=18231488/32770624 swapFree=67108792/67108860
[pid=27077] ppid=27074 vsize=14082736 memory=30888 CPUtime=0.11 cores=1,3,5,7
/proc/27077/stat : 27077 (java) S 27074 27077 25450 0 -1 1077944320 6651 0 0 0 10 1 0 0 20 0 15 0 250694476 14420721664 7722 33554432000 4194304 4196468 140737283102112 140737283084656 140021506428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
/proc/27077/statm: 3520684 7722 3153 1 0 3482761 0
[pid=27077/tid=27079] ppid=27074 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=1,3,5,7
/proc/27077/task/27079/stat : 27079 (java) R 27074 27077 25450 0 -1 4202560 4684 0 0 0 8 1 0 0 20 0 15 0 250694477 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021510629048 140021487992192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14082736 memory=5793855595933149625 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021444028944 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14082736 memory=140344923256448 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021442976400 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021441923344 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) S 27074 27077 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021440870800 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021048441584 140021506439810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27085] ppid=27074 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27085/stat : 27085 (java) S 27074 27077 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021047387808 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27086] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27086/stat : 27086 (java) S 27074 27077 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021046334704 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27087] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27087/stat : 27087 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021045283280 140021506447259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27088] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27088/stat : 27088 (java) S 27074 27077 25450 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021044230384 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27089] ppid=27074 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27089/stat : 27089 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021043177840 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27090] ppid=27074 vsize=14082736 memory=140344923256448 CPUtime=0.01 cores=1,3,5,7
/proc/27077/task/27090/stat : 27090 (java) S 27074 27077 25450 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 250694482 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021042124784 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27091] ppid=27074 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27091/stat : 27091 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021041072480 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27092] ppid=27074 vsize=14082736 memory=140344923256448 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27092/stat : 27092 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 7722 33554432000 4194304 4196468 140737283102112 140021040020528 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30888 KiB

[startup+0.212428 s]*
/proc/loadavg: 2.65 2.07 1.80 6/217 27092
/proc/meminfo: memFree=18197072/32770624 swapFree=67108792/67108860
[pid=27077] ppid=27074 vsize=14082736 memory=47236 CPUtime=0.31 cores=1,3,5,7
/proc/27077/stat : 27077 (java) S 27074 27077 25450 0 -1 1077944320 10400 0 0 0 28 3 0 0 20 0 15 0 250694476 14420721664 11809 33554432000 4194304 4196468 140737283102112 140737283084656 140021506428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
/proc/27077/statm: 3520684 11809 3402 1 0 3482761 0
[pid=27077/tid=27079] ppid=27074 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/27077/task/27079/stat : 27079 (java) S 27074 27077 25450 0 -1 1077944384 8083 0 0 0 18 2 0 0 20 0 15 0 250694477 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021510653152 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14082736 memory=4211974071128046986 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021444028944 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14082736 memory=140344923256448 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021442976400 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021441923344 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) S 27074 27077 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021440870800 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14082736 memory=140344923256448 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021048441584 140021506439810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27085] ppid=27074 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27085/stat : 27085 (java) S 27074 27077 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021047387808 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27086] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27086/stat : 27086 (java) S 27074 27077 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021046334704 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27087] ppid=27074 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27087/stat : 27087 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021045283280 140021506447259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27088] ppid=27074 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27077/task/27088/stat : 27088 (java) S 27074 27077 25450 0 -1 1077944384 530 0 0 0 1 0 0 0 20 0 15 0 250694482 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021044230384 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27089] ppid=27074 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27077/task/27089/stat : 27089 (java) R 27074 27077 25450 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 250694482 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021043177840 140021506439810 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27090] ppid=27074 vsize=14082736 memory=140344923256448 CPUtime=0.06 cores=1,3,5,7
/proc/27077/task/27090/stat : 27090 (java) S 27074 27077 25450 0 -1 1077944384 320 0 0 0 6 0 0 0 20 0 15 0 250694482 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021042124784 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27091] ppid=27074 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27091/stat : 27091 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021041072480 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27092] ppid=27074 vsize=14082736 memory=140344923256448 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27092/stat : 27092 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 11809 33554432000 4194304 4196468 140737283102112 140021040020528 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47236 KiB

[startup+0.310588 s]*
/proc/loadavg: 2.65 2.07 1.80 5/217 27092
/proc/meminfo: memFree=18145372/32770624 swapFree=67108792/67108860
[pid=27077] ppid=27074 vsize=14082736 memory=50928 CPUtime=0.44 cores=1,3,5,7
/proc/27077/stat : 27077 (java) S 27074 27077 25450 0 -1 1077944320 10787 0 0 0 41 3 0 0 20 0 15 0 250694476 14420721664 12732 33554432000 4194304 4196468 140737283102112 140737283084656 140021506428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
/proc/27077/statm: 3520684 12732 3418 1 0 3482761 0
[pid=27077/tid=27079] ppid=27074 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/27077/task/27079/stat : 27079 (java) R 27074 27077 25450 0 -1 4202560 8440 0 0 0 28 2 0 0 20 0 15 0 250694477 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021510636496 140021487992179 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14082736 memory=4211974071128046986 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021444028944 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14082736 memory=280689690651008 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021442976400 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14082736 memory=280689534816768 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021441923344 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14082736 memory=140344767394575 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) S 27074 27077 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250694478 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021440870800 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14082736 memory=280689690657920 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021048441584 140021506439810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27085] ppid=27074 vsize=14082736 memory=140344767399183 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27085/stat : 27085 (java) S 27074 27077 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021047387808 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27086] ppid=27074 vsize=14082736 memory=140344767426969 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27086/stat : 27086 (java) S 27074 27077 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250694479 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021046334704 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27087] ppid=27074 vsize=14082736 memory=140344767429274 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27087/stat : 27087 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021045283280 140021506447259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27088] ppid=27074 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27077/task/27088/stat : 27088 (java) S 27074 27077 25450 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 15 0 250694482 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021044230384 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27089] ppid=27074 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27077/task/27089/stat : 27089 (java) S 27074 27077 25450 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 250694482 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021043177840 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27090] ppid=27074 vsize=14082736 memory=140344923256448 CPUtime=0.08 cores=1,3,5,7
/proc/27077/task/27090/stat : 27090 (java) S 27074 27077 25450 0 -1 1077944384 338 0 0 0 8 0 0 0 20 0 15 0 250694482 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021042124784 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27091] ppid=27074 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27091/stat : 27091 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021041072480 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27092] ppid=27074 vsize=14082736 memory=140344923287336 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27092/stat : 27092 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694482 14420721664 12732 33554432000 4194304 4196468 140737283102112 140021040020528 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50928 KiB

[startup+0.700721 s]
/proc/loadavg: 2.65 2.07 1.80 4/217 27092
/proc/meminfo: memFree=18097772/32770624 swapFree=67108792/67108860
[pid=27077] ppid=27074 vsize=14084804 memory=89064 CPUtime=0.97 cores=1,3,5,7
/proc/27077/stat : 27077 (java) S 27074 27077 25450 0 -1 1077944320 17639 0 0 0 92 5 0 0 20 0 15 0 250694476 14422839296 22266 33554432000 4194304 4196468 140737283102112 140737283084656 140021506428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
/proc/27077/statm: 3521201 22266 3482 1 0 3483273 0
[pid=27077/tid=27079] ppid=27074 vsize=14084804 memory=53 CPUtime=0.67 cores=1,3,5,7
/proc/27077/task/27079/stat : 27079 (java) R 27074 27077 25450 0 -1 4202560 14904 0 0 0 63 4 0 0 20 0 15 0 250694477 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021510652768 140021498662678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021444028944 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021442976400 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14084804 memory=79 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694478 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021441923344 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14084804 memory=1 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) S 27074 27077 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250694478 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021440870800 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14084804 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250694479 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021048441584 140021506439810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27085] ppid=27074 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27085/stat : 27085 (java) S 27074 27077 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250694479 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021047387808 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27086] ppid=27074 vsize=14084804 memory=1264 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27086/stat : 27086 (java) S 27074 27077 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250694479 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021046334704 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27087] ppid=27074 vsize=14084804 memory=7200 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27087/stat : 27087 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021045283280 140021506447259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27088] ppid=27074 vsize=14084804 memory=748 CPUtime=0.06 cores=1,3,5,7
/proc/27077/task/27088/stat : 27088 (java) S 27074 27077 25450 0 -1 1077944384 672 0 0 0 6 0 0 0 20 0 15 0 250694482 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021044230384 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27089] ppid=27074 vsize=14084804 memory=872 CPUtime=0.07 cores=1,3,5,7
/proc/27077/task/27089/stat : 27089 (java) S 27074 27077 25450 0 -1 1077944384 257 0 0 0 7 0 0 0 20 0 15 0 250694482 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021043177840 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27090] ppid=27074 vsize=14084804 memory=1220 CPUtime=0.15 cores=1,3,5,7
/proc/27077/task/27090/stat : 27090 (java) S 27074 27077 25450 0 -1 1077944384 425 0 0 0 15 0 0 0 20 0 15 0 250694482 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021042124784 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27091] ppid=27074 vsize=14084804 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27091/stat : 27091 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021041072480 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27092] ppid=27074 vsize=14084804 memory=15336 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27092/stat : 27092 (java) S 27074 27077 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250694482 14422839296 22266 33554432000 4194304 4196468 140737283102112 140021040020528 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89064 KiB

[startup+1.50079 s]
/proc/loadavg: 2.65 2.07 1.80 6/217 27092
/proc/meminfo: memFree=17738584/32770624 swapFree=67108792/67108860
[pid=27077] ppid=27074 vsize=14086852 memory=519364 CPUtime=2.9 cores=1,3,5,7
/proc/27077/stat : 27077 (java) S 27074 27077 25450 0 -1 1077944320 20927 0 0 0 242 48 0 0 20 0 15 0 250694476 14424936448 129841 33554432000 4194304 4196468 140737283102112 140737283084656 140021506428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
/proc/27077/statm: 3521713 129841 3561 1 0 3483785 0
[pid=27077/tid=27079] ppid=27074 vsize=14086852 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/27077/task/27079/stat : 27079 (java) R 27074 27077 25450 0 -1 4202560 15291 0 0 0 116 11 0 0 20 0 15 0 250694477 14424936448 129841 33554432000 4194304 4196468 140737283102112 140021510661872 140021121639513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14086852 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) S 27074 27077 25450 0 -1 1077944384 332 0 0 0 10 8 0 0 20 0 15 0 250694478 14424936448 129841 33554432000 4194304 4196468 140737283102112 140021444028944 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14086852 memory=79 CPUtime=0.18 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) S 27074 27077 25450 0 -1 1077944384 420 0 0 0 10 8 0 0 20 0 15 0 250694478 14424936448 129841 33554432000 4194304 4196468 140737283102112 140021442976400 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14086852 memory=1 CPUtime=0.18 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) S 27074 27077 25450 0 -1 1077944384 579 0 0 0 10 8 0 0 20 0 15 0 250694478 14424936448 129841 33554432000 4194304 4196468 140737283102112 140021441923344 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14086852 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) S 27074 27077 25450 0 -1 1077944384 380 0 0 0 10 8 0 0 20 0 15 0 250694478 14424936448 129841 33554432000 4194304 4196468 140737283102112 140021440870800 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 15 0 250694479 14424936448 129841 33554432000 4194304 4196468 140737283102112 140021048441584 140021506439810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0

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

/proc/27077/task/27079/stat : 27079 (java) S 27074 27077 25450 0 -1 1077944384 26709 0 0 0 1274 24 0 0 20 0 15 0 250694477 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021510664368 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14088900 memory=6174 CPUtime=11.51 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) R 27074 27077 25450 0 -1 4202560 85899 0 0 0 900 251 0 0 20 0 15 0 250694478 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021444028752 140021499056871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14088900 memory=140344767446865 CPUtime=11.57 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) R 27074 27077 25450 0 -1 4202560 192943 0 0 0 932 225 0 0 20 0 15 0 250694478 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021442976208 140021499056871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14088900 memory=56 CPUtime=11.53 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) R 27074 27077 25450 0 -1 4202560 100096 0 0 0 884 269 0 0 20 0 15 0 250694478 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021441923464 140021499056871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14088900 memory=11494536 CPUtime=11.44 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) R 27074 27077 25450 0 -1 4202560 92406 0 0 0 914 230 0 0 20 0 15 0 250694478 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021440871000 140021491127964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14088900 memory=280689534610168 CPUtime=0.85 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 16519 0 0 0 84 1 0 0 20 0 15 0 250694479 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021048440128 140021506438869 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27085] ppid=27074 vsize=14088900 memory=25311 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27085/stat : 27085 (java) S 27074 27077 25450 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250694479 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021047387872 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27086] ppid=27074 vsize=14088900 memory=11710824 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27086/stat : 27086 (java) S 27074 27077 25450 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250694479 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021046334720 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27087] ppid=27074 vsize=14088900 memory=11710824 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27087/stat : 27087 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021045283280 140021506447259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27088] ppid=27074 vsize=14088900 memory=11763556 CPUtime=0.98 cores=1,3,5,7
/proc/27077/task/27088/stat : 27088 (java) S 27074 27077 25450 0 -1 1077944384 3449 0 0 0 97 1 0 0 20 0 15 0 250694482 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021044230384 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27089] ppid=27074 vsize=14088900 memory=9856208 CPUtime=0.95 cores=1,3,5,7
/proc/27077/task/27089/stat : 27089 (java) S 27074 27077 25450 0 -1 1077944384 2206 0 0 0 94 1 0 0 20 0 15 0 250694482 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021043177840 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27090] ppid=27074 vsize=14088900 memory=3892 CPUtime=0.51 cores=1,3,5,7
/proc/27077/task/27090/stat : 27090 (java) S 27074 27077 25450 0 -1 1077944384 2271 0 0 0 50 1 0 0 20 0 15 0 250694482 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021042124784 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27091] ppid=27074 vsize=14088900 memory=68320 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27091/stat : 27091 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021041072480 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27092] ppid=27074 vsize=14088900 memory=11764084 CPUtime=0.01 cores=1,3,5,7
/proc/27077/task/27092/stat : 27092 (java) S 27074 27077 25450 0 -1 1077944384 1003 0 0 0 0 1 0 0 20 0 15 0 250694482 14427033600 2941062 33554432000 4194304 4196468 140737283102112 140021040020528 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
Current children cumulated CPU time: 62.43 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764248 KiB

[startup+28.4156 s]
# the end of solver process 27077 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=61.9268 s, system=10.2464 s

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

[startup+25.6018 s]
/proc/loadavg: 3.24 2.26 1.87 6/217 27092
/proc/meminfo: memFree=1931956/32770624 swapFree=67108792/67108860
[pid=27077] ppid=27074 vsize=14088900 memory=11764652 CPUtime=62.68 cores=1,3,5,7
/proc/27077/stat : 27077 (java) S 27074 27077 25450 0 -1 1077944320 525045 0 0 0 5259 1009 0 0 20 0 15 0 250694476 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140737283084656 140021506428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
/proc/27077/statm: 3522225 2941163 3591 1 0 3484297 0
[pid=27077/tid=27079] ppid=27074 vsize=14088900 memory=1851760 CPUtime=12.98 cores=1,3,5,7
/proc/27077/task/27079/stat : 27079 (java) S 27074 27077 25450 0 -1 1077944384 26785 0 0 0 1274 24 0 0 20 0 15 0 250694477 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021510664368 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14088900 memory=11044 CPUtime=11.56 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) R 27074 27077 25450 0 -1 4202560 85917 0 0 0 905 251 0 0 20 0 15 0 250694478 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021444028944 140021491126412 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14088900 memory=1220 CPUtime=11.62 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) R 27074 27077 25450 0 -1 4202560 192955 0 0 0 937 225 0 0 20 0 15 0 250694478 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021442976400 140021491413959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14088900 memory=2380 CPUtime=11.58 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) R 27074 27077 25450 0 -1 4202560 100108 0 0 0 889 269 0 0 20 0 15 0 250694478 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021441923544 140021488025117 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14088900 memory=1752 CPUtime=11.49 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) R 27074 27077 25450 0 -1 4202560 92412 0 0 0 919 230 0 0 20 0 15 0 250694478 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021440870800 140021491126497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14088900 memory=1620 CPUtime=0.9 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 16534 0 0 0 89 1 0 0 20 0 15 0 250694479 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021048439904 140021506438869 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27085] ppid=27074 vsize=14088900 memory=4744 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27085/stat : 27085 (java) S 27074 27077 25450 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250694479 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021047387872 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27086] ppid=27074 vsize=14088900 memory=3888 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27086/stat : 27086 (java) S 27074 27077 25450 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250694479 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021046334720 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27087] ppid=27074 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27087/stat : 27087 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021045283280 140021506447259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27088] ppid=27074 vsize=14088900 memory=1800 CPUtime=0.98 cores=1,3,5,7
/proc/27077/task/27088/stat : 27088 (java) S 27074 27077 25450 0 -1 1077944384 3449 0 0 0 97 1 0 0 20 0 15 0 250694482 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021044230384 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27089] ppid=27074 vsize=14088900 memory=1264 CPUtime=0.95 cores=1,3,5,7
/proc/27077/task/27089/stat : 27089 (java) S 27074 27077 25450 0 -1 1077944384 2206 0 0 0 94 1 0 0 20 0 15 0 250694482 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021043177840 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27090] ppid=27074 vsize=14088900 memory=7200 CPUtime=0.51 cores=1,3,5,7
/proc/27077/task/27090/stat : 27090 (java) S 27074 27077 25450 0 -1 1077944384 2271 0 0 0 50 1 0 0 20 0 15 0 250694482 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021042124784 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27091] ppid=27074 vsize=14088900 memory=11763556 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27091/stat : 27091 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021041072480 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27092] ppid=27074 vsize=14088900 memory=256624295990158 CPUtime=0.01 cores=1,3,5,7
/proc/27077/task/27092/stat : 27092 (java) S 27074 27077 25450 0 -1 1077944384 1003 0 0 0 0 1 0 0 20 0 15 0 250694482 14427033600 2941163 33554432000 4194304 4196468 140737283102112 140021040020528 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
Current children cumulated CPU time: 62.68 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764652 KiB

[startup+27.2007 s]
/proc/loadavg: 3.38 2.30 1.88 6/217 27092
/proc/meminfo: memFree=1931588/32770624 swapFree=67108792/67108860
[pid=27077] ppid=27074 vsize=14088900 memory=11764672 CPUtime=68.69 cores=1,3,5,7
/proc/27077/stat : 27077 (java) S 27074 27077 25450 0 -1 1077944320 537109 0 0 0 5857 1012 0 0 20 0 15 0 250694476 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140737283084656 140021506428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
/proc/27077/statm: 3522225 2941168 3591 1 0 3484297 0
[pid=27077/tid=27079] ppid=27074 vsize=14088900 memory=6791534058613427641 CPUtime=12.98 cores=1,3,5,7
/proc/27077/task/27079/stat : 27079 (java) S 27074 27077 25450 0 -1 1077944384 26785 0 0 0 1274 24 0 0 20 0 15 0 250694477 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021510664368 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14088900 memory=11763556 CPUtime=13.05 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) S 27074 27077 25450 0 -1 1077944384 86032 0 0 0 1053 252 0 0 20 0 15 0 250694478 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021444028752 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14088900 memory=8292148123324110535 CPUtime=13.14 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) R 27074 27077 25450 0 -1 4202560 193141 0 0 0 1089 225 0 0 20 0 15 0 250694478 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021442976288 140021499531692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14088900 memory=-7595718148000617580 CPUtime=13.06 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) R 27074 27077 25450 0 -1 4202560 100168 0 0 0 1036 270 0 0 20 0 15 0 250694478 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021441923152 140021499056871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14088900 memory=6791534058613427641 CPUtime=12.94 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) R 27074 27077 25450 0 -1 4202560 92484 0 0 0 1063 231 0 0 20 0 15 0 250694478 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021440870920 140021499056871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14088900 memory=288230596050944315 CPUtime=0.97 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 28140 0 0 0 96 1 0 0 20 0 15 0 250694479 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021048440144 140021506438869 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27085] ppid=27074 vsize=14088900 memory=14133342345897820 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27085/stat : 27085 (java) S 27074 27077 25450 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250694479 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021047387872 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27086] ppid=27074 vsize=14088900 memory=14133342345897820 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27086/stat : 27086 (java) S 27074 27077 25450 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250694479 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021046334720 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27087] ppid=27074 vsize=14088900 memory=14133342345897820 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27087/stat : 27087 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021045283280 140021506447259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27088] ppid=27074 vsize=14088900 memory=3892 CPUtime=0.98 cores=1,3,5,7
/proc/27077/task/27088/stat : 27088 (java) S 27074 27077 25450 0 -1 1077944384 3449 0 0 0 97 1 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021044230384 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27089] ppid=27074 vsize=14088900 memory=68320 CPUtime=0.95 cores=1,3,5,7
/proc/27077/task/27089/stat : 27089 (java) S 27074 27077 25450 0 -1 1077944384 2206 0 0 0 94 1 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021043177840 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27090] ppid=27074 vsize=14088900 memory=1220 CPUtime=0.51 cores=1,3,5,7
/proc/27077/task/27090/stat : 27090 (java) S 27074 27077 25450 0 -1 1077944384 2271 0 0 0 50 1 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021042124784 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27091] ppid=27074 vsize=14088900 memory=2380 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27091/stat : 27091 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021041072480 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27092] ppid=27074 vsize=14088900 memory=1752 CPUtime=0.01 cores=1,3,5,7
/proc/27077/task/27092/stat : 27092 (java) S 27074 27077 25450 0 -1 1077944384 1028 0 0 0 0 1 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021040020528 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
Current children cumulated CPU time: 68.69 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764672 KiB

[startup+28.0008 s]*
/proc/loadavg: 3.38 2.30 1.88 3/217 27092
/proc/meminfo: memFree=1931588/32770624 swapFree=67108792/67108860
[pid=27077] ppid=27074 vsize=14088900 memory=11764672 CPUtime=71.27 cores=1,3,5,7
/proc/27077/stat : 27077 (java) S 27074 27077 25450 0 -1 1077944320 573116 0 0 0 6113 1014 0 0 20 0 15 0 250694476 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140737283084656 140021506428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
/proc/27077/statm: 3522225 2941168 3591 1 0 3484297 0
[pid=27077/tid=27079] ppid=27074 vsize=14088900 memory=206042850 CPUtime=12.98 cores=1,3,5,7
/proc/27077/task/27079/stat : 27079 (java) S 27074 27077 25450 0 -1 1077944384 26793 0 0 0 1274 24 0 0 20 0 15 0 250694477 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021510664368 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27080] ppid=27074 vsize=14088900 memory=-7003737579269690708 CPUtime=13.64 cores=1,3,5,7
/proc/27077/task/27080/stat : 27080 (java) R 27074 27077 25450 0 -1 4202560 92327 0 0 0 1111 253 0 0 20 0 15 0 250694478 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021444028944 140021491128507 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27081] ppid=27074 vsize=14088900 memory=0 CPUtime=13.74 cores=1,3,5,7
/proc/27077/task/27081/stat : 27081 (java) R 27074 27077 25450 0 -1 4202560 208939 0 0 0 1148 226 0 0 20 0 15 0 250694478 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021442976400 140021491128579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27082] ppid=27074 vsize=14088900 memory=6791534058613427641 CPUtime=13.65 cores=1,3,5,7
/proc/27077/task/27082/stat : 27082 (java) R 27074 27077 25450 0 -1 4202560 103732 0 0 0 1095 270 0 0 20 0 15 0 250694478 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021441923344 140021491128494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27083] ppid=27074 vsize=14088900 memory=0 CPUtime=13.54 cores=1,3,5,7
/proc/27077/task/27083/stat : 27083 (java) R 27074 27077 25450 0 -1 1077944384 101357 0 0 0 1122 232 0 0 20 0 15 0 250694478 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021440870800 140021506438869 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27084] ppid=27074 vsize=14088900 memory=140344767339936 CPUtime=1.17 cores=1,3,5,7
/proc/27077/task/27084/stat : 27084 (java) S 27074 27077 25450 0 -1 1077944384 29607 0 0 0 116 1 0 0 20 0 15 0 250694479 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021048440144 140021506438869 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27085] ppid=27074 vsize=14088900 memory=38424 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27085/stat : 27085 (java) S 27074 27077 25450 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250694479 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021047387504 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27086] ppid=27074 vsize=14088900 memory=3304 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27086/stat : 27086 (java) S 27074 27077 25450 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250694479 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021046334720 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27087] ppid=27074 vsize=14088900 memory=496 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27087/stat : 27087 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021045283280 140021506447259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27088] ppid=27074 vsize=14088900 memory=1616 CPUtime=0.98 cores=1,3,5,7
/proc/27077/task/27088/stat : 27088 (java) S 27074 27077 25450 0 -1 1077944384 3449 0 0 0 97 1 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021044230384 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27089] ppid=27074 vsize=14088900 memory=1168 CPUtime=0.95 cores=1,3,5,7
/proc/27077/task/27089/stat : 27089 (java) S 27074 27077 25450 0 -1 1077944384 2206 0 0 0 94 1 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021043177840 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27090] ppid=27074 vsize=14088900 memory=928 CPUtime=0.51 cores=1,3,5,7
/proc/27077/task/27090/stat : 27090 (java) S 27074 27077 25450 0 -1 1077944384 2271 0 0 0 50 1 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021042124784 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27091] ppid=27074 vsize=14088900 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/27077/task/27091/stat : 27091 (java) S 27074 27077 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021041072480 140021506438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
[pid=27077/tid=27092] ppid=27074 vsize=14088900 memory=1572 CPUtime=0.01 cores=1,3,5,7
/proc/27077/task/27092/stat : 27092 (java) S 27074 27077 25450 0 -1 1077944384 1028 0 0 0 0 1 0 0 20 0 15 0 250694482 14427033600 2941168 33554432000 4194304 4196468 140737283102112 140021040020528 140021506439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28725248 140737283109968 140737283110158 140737283110158 140737283112911 0
Current children cumulated CPU time: 71.27 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764672 KiB

[startup+28.4009 s]*
/proc/loadavg: 3.38 2.30 1.88 3/204 27093
/proc/meminfo: memFree=11228660/32770624 swapFree=67108792/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): 28.4157
CPU time (s): 72.1732
CPU user time (s): 61.9268
CPU system time (s): 10.2464
CPU usage (%): 253.991
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11764784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.9268
system time used= 10.2464
maximum resident set size= 11764784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573528
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= 12454
involuntary context switches= 583


# summary of solver processes directly reported to runsolver:
#   pid: 27077
#   total CPU time (s): 72.1732
#   total CPU user time (s): 61.9268
#   total CPU system time (s): 10.2464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.198802 second user time and 0.342755 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 13:08:32
IDJOB=4309932
IDBENCH=141312
IDSOLVER=2795
FILE ID=node150/4309932-1534331310
RUNJOBID= node150-1534329088-25482
PBS_JOBID= 21038155
Free space on /tmp= 37776 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309932-1534331310/watcher-4309932-1534331310 -o /tmp/evaluation-result-4309932-1534331310/solver-4309932-1534331310 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534329088-25482 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 32211405 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309932-1534331310.xml

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=32211405

node150.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.76
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.76
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.76
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.76
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:        18255220 kB
MemAvailable:   31859688 kB
Buffers:          249964 kB
Cached:         13521848 kB
SwapCached:           32 kB
Active:          6580624 kB
Inactive:        7281496 kB
Active(anon):      41756 kB
Inactive(anon):   109136 kB
Active(file):    6538868 kB
Inactive(file):  7172360 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:            194348 kB
Writeback:             0 kB
AnonPages:         96012 kB
Mapped:            69320 kB
Shmem:             57924 kB
Slab:             350052 kB
SReclaimable:     321700 kB
SUnreclaim:        28352 kB
KernelStack:        3520 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1317860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37744 MiB
End job on node150 at 2018-08-15 13:09:01