Trace number 4309929

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? 75.592 27.2326

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309929-1534331341/watcher-4309929-1534331341 -o /tmp/evaluation-result-4309929-1534331341/solver-4309929-1534331341 -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 1531092180 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309929-1534331341.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=27153, runsolver pid=27150
Current StackSize limit: 8192 KiB


[startup+0.100502 s]*
/proc/loadavg: 3.38 2.30 1.88 3/217 27168
/proc/meminfo: memFree=13764460/32770624 swapFree=67108792/67108860
[pid=27153] ppid=27150 vsize=14082736 memory=31788 CPUtime=0.1 cores=1,3,5,7
/proc/27153/stat : 27153 (java) S 27150 27153 25450 0 -1 1077944320 6850 0 0 0 9 1 0 0 20 0 15 0 250697441 14420721664 7947 33554432000 4194304 4196468 140727608724624 140727608707168 139862922362615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
/proc/27153/statm: 3520684 7947 3155 1 0 3482761 0
[pid=27153/tid=27155] ppid=27150 vsize=14082736 memory=-6966717417093883519 CPUtime=0.08 cores=1,3,5,7
/proc/27153/task/27155/stat : 27155 (java) R 27150 27153 25450 0 -1 4202560 4891 0 0 0 7 1 0 0 20 0 15 0 250697441 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862926565736 139862922384541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14082736 memory=5793855679098628537 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862859963408 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14082736 memory=140428088735360 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862517226640 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862516173584 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) S 27150 27153 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862515121040 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862464616688 139862922373762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27161] ppid=27150 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27161/stat : 27161 (java) S 27150 27153 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862463562912 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27162] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27162/stat : 27162 (java) S 27150 27153 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862462509808 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27163] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27163/stat : 27163 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862461458384 139862922381211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27164] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27164/stat : 27164 (java) S 27150 27153 25450 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862460406512 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27165] ppid=27150 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27165/stat : 27165 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862459353968 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27166] ppid=27150 vsize=14082736 memory=140428088735360 CPUtime=0.01 cores=1,3,5,7
/proc/27153/task/27166/stat : 27166 (java) S 27150 27153 25450 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 250697447 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862458300912 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27167] ppid=27150 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27167/stat : 27167 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862457248608 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27168] ppid=27150 vsize=14082736 memory=140428088735360 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27168/stat : 27168 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 7947 33554432000 4194304 4196468 140727608724624 139862254545456 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31788 KiB

[startup+0.210511 s]*
/proc/loadavg: 3.38 2.30 1.88 4/217 27168
/proc/meminfo: memFree=13748692/32770624 swapFree=67108792/67108860
[pid=27153] ppid=27150 vsize=14082736 memory=47464 CPUtime=0.28 cores=1,3,5,7
/proc/27153/stat : 27153 (java) S 27150 27153 25450 0 -1 1077944320 10468 0 0 0 26 2 0 0 20 0 15 0 250697441 14420721664 11866 33554432000 4194304 4196468 140727608724624 140727608707168 139862922362615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
/proc/27153/statm: 3520684 11866 3316 1 0 3482761 0
[pid=27153/tid=27155] ppid=27150 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/27153/task/27155/stat : 27155 (java) R 27150 27153 25450 0 -1 4202560 8253 0 0 0 18 1 0 0 20 0 15 0 250697441 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862926586496 139862922384541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14082736 memory=4211974154293525898 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862859963408 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14082736 memory=140428088735360 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862517226640 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862516173584 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) S 27150 27153 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862515121040 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14082736 memory=140428088735360 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862464616688 139862922373762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27161] ppid=27150 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27161/stat : 27161 (java) S 27150 27153 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862463562912 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27162] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27162/stat : 27162 (java) S 27150 27153 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862462509808 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27163] ppid=27150 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27163/stat : 27163 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862461458384 139862922381211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27164] ppid=27150 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27153/task/27164/stat : 27164 (java) R 27150 27153 25450 0 -1 4202560 467 0 0 0 1 0 0 0 20 0 15 0 250697447 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862460406512 139862900189761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27165] ppid=27150 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27165/stat : 27165 (java) R 27150 27153 25450 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862459353968 139862922373762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27166] ppid=27150 vsize=14082736 memory=140428088735360 CPUtime=0.05 cores=1,3,5,7
/proc/27153/task/27166/stat : 27166 (java) R 27150 27153 25450 0 -1 4202560 311 0 0 0 5 0 0 0 20 0 15 0 250697447 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862458296864 139862900984081 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27167] ppid=27150 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27167/stat : 27167 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862457248608 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27168] ppid=27150 vsize=14082736 memory=140428088735360 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27168/stat : 27168 (java) R 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 11866 33554432000 4194304 4196468 140727608724624 139862254545456 139862922373762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47464 KiB

[startup+0.31064 s]*
/proc/loadavg: 3.38 2.30 1.88 3/217 27168
/proc/meminfo: memFree=13744436/32770624 swapFree=67108792/67108860
[pid=27153] ppid=27150 vsize=14082736 memory=51116 CPUtime=0.44 cores=1,3,5,7
/proc/27153/stat : 27153 (java) S 27150 27153 25450 0 -1 1077944320 10923 0 0 0 41 3 0 0 20 0 15 0 250697441 14420721664 12779 33554432000 4194304 4196468 140727608724624 140727608707168 139862922362615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
/proc/27153/statm: 3520684 12779 3410 1 0 3482761 0
[pid=27153/tid=27155] ppid=27150 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/27153/task/27155/stat : 27155 (java) R 27150 27153 25450 0 -1 4202560 8585 0 0 0 28 2 0 0 20 0 15 0 250697441 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862926566624 139862903926171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14082736 memory=4211974154293525898 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862859963408 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14082736 memory=280856071121280 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862517226640 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14082736 memory=280855964799488 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862516173584 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14082736 memory=140427982385935 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) S 27150 27153 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250697442 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862515121040 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14082736 memory=280856071128192 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862464616688 139862922373762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27161] ppid=27150 vsize=14082736 memory=140427982390543 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27161/stat : 27161 (java) S 27150 27153 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862463562912 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27162] ppid=27150 vsize=14082736 memory=140427982418329 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27162/stat : 27162 (java) S 27150 27153 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250697444 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862462509808 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27163] ppid=27150 vsize=14082736 memory=140427982420634 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27163/stat : 27163 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862461458384 139862922381211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27164] ppid=27150 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27153/task/27164/stat : 27164 (java) S 27150 27153 25450 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 15 0 250697447 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862460406512 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27165] ppid=27150 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27153/task/27165/stat : 27165 (java) S 27150 27153 25450 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 15 0 250697447 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862459353968 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27166] ppid=27150 vsize=14082736 memory=140428088735360 CPUtime=0.08 cores=1,3,5,7
/proc/27153/task/27166/stat : 27166 (java) S 27150 27153 25450 0 -1 1077944384 324 0 0 0 8 0 0 0 20 0 15 0 250697447 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862458300912 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27167] ppid=27150 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27167/stat : 27167 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862457248608 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27168] ppid=27150 vsize=14082736 memory=140428088767148 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27168/stat : 27168 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697447 14420721664 12779 33554432000 4194304 4196468 140727608724624 139862254545456 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51116 KiB

[startup+0.700834 s]
/proc/loadavg: 3.38 2.30 1.88 3/217 27168
/proc/meminfo: memFree=13720764/32770624 swapFree=67108792/67108860
[pid=27153] ppid=27150 vsize=14084804 memory=90772 CPUtime=0.98 cores=1,3,5,7
/proc/27153/stat : 27153 (java) S 27150 27153 25450 0 -1 1077944320 17626 0 0 0 93 5 0 0 20 0 15 0 250697441 14422839296 22693 33554432000 4194304 4196468 140727608724624 140727608707168 139862922362615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
/proc/27153/statm: 3521201 22693 3503 1 0 3483273 0
[pid=27153/tid=27155] ppid=27150 vsize=14084804 memory=53 CPUtime=0.66 cores=1,3,5,7
/proc/27153/task/27155/stat : 27155 (java) R 27150 27153 25450 0 -1 4202560 14918 0 0 0 63 3 0 0 20 0 15 0 250697441 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862926586720 139862922384541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862859963408 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862517226640 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14084804 memory=79 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697442 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862516173584 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14084804 memory=1 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) S 27150 27153 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250697442 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862515121040 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14084804 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250697444 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862464616688 139862922373762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27161] ppid=27150 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27161/stat : 27161 (java) S 27150 27153 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250697444 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862463562912 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27162] ppid=27150 vsize=14084804 memory=1264 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27162/stat : 27162 (java) S 27150 27153 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250697444 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862462509808 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27163] ppid=27150 vsize=14084804 memory=7200 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27163/stat : 27163 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862461458384 139862922381211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27164] ppid=27150 vsize=14084804 memory=748 CPUtime=0.07 cores=1,3,5,7
/proc/27153/task/27164/stat : 27164 (java) S 27150 27153 25450 0 -1 1077944384 680 0 0 0 7 0 0 0 20 0 15 0 250697447 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862460406512 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27165] ppid=27150 vsize=14084804 memory=872 CPUtime=0.06 cores=1,3,5,7
/proc/27153/task/27165/stat : 27165 (java) S 27150 27153 25450 0 -1 1077944384 259 0 0 0 6 0 0 0 20 0 15 0 250697447 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862459353968 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27166] ppid=27150 vsize=14084804 memory=1220 CPUtime=0.14 cores=1,3,5,7
/proc/27153/task/27166/stat : 27166 (java) S 27150 27153 25450 0 -1 1077944384 389 0 0 0 14 0 0 0 20 0 15 0 250697447 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862458300912 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27167] ppid=27150 vsize=14084804 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27167/stat : 27167 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862457248608 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27168] ppid=27150 vsize=14084804 memory=15336 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27168/stat : 27168 (java) S 27150 27153 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250697447 14422839296 22693 33554432000 4194304 4196468 140727608724624 139862254545456 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90772 KiB

[startup+1.66104 s]
/proc/loadavg: 3.38 2.30 1.88 3/217 27168
/proc/meminfo: memFree=13720764/32770624 swapFree=67108792/67108860
[pid=27153] ppid=27150 vsize=14086852 memory=517836 CPUtime=2.92 cores=1,3,5,7
/proc/27153/stat : 27153 (java) S 27150 27153 25450 0 -1 1077944320 19794 0 0 0 264 28 0 0 20 0 15 0 250697441 14424936448 129459 33554432000 4194304 4196468 140727608724624 140727608707168 139862922362615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
/proc/27153/statm: 3521713 129459 3564 1 0 3483785 0
[pid=27153/tid=27155] ppid=27150 vsize=14086852 memory=15336 CPUtime=1.53 cores=1,3,5,7
/proc/27153/task/27155/stat : 27155 (java) R 27150 27153 25450 0 -1 4202560 15415 0 0 0 146 7 0 0 20 0 15 0 250697441 14424936448 129459 33554432000 4194304 4196468 140727608724624 139862926599088 139862543180714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14086852 memory=15840 CPUtime=0.08 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) S 27150 27153 25450 0 -1 1077944384 80 0 0 0 4 4 0 0 20 0 15 0 250697442 14424936448 129459 33554432000 4194304 4196468 140727608724624 139862859963408 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14086852 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) S 27150 27153 25450 0 -1 1077944384 102 0 0 0 3 5 0 0 20 0 15 0 250697442 14424936448 129459 33554432000 4194304 4196468 140727608724624 139862517226640 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14086852 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) S 27150 27153 25450 0 -1 1077944384 91 0 0 0 4 4 0 0 20 0 15 0 250697442 14424936448 129459 33554432000 4194304 4196468 140727608724624 139862516173584 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14086852 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) S 27150 27153 25450 0 -1 1077944384 200 0 0 0 4 4 0 0 20 0 15 0 250697442 14424936448 129459 33554432000 4194304 4196468 140727608724624 139862515121040 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 250697444 14424936448 129459 33554432000 4194304 4196468 140727608724624 139862464616688 139862922373762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0

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

/proc/27153/task/27155/stat : 27155 (java) S 27150 27153 25450 0 -1 1077944384 26307 0 0 0 730 27 0 0 20 0 15 0 250697441 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862926598320 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14088900 memory=7001608 CPUtime=4.67 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) R 27150 27153 25450 0 -1 4202560 80536 0 0 0 308 159 0 0 20 0 15 0 250697442 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862859963608 139862915459372 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14088900 memory=0 CPUtime=4.66 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) R 27150 27153 25450 0 -1 4202560 81089 0 0 0 317 149 0 0 20 0 15 0 250697442 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862517226840 139862915459316 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14088900 memory=56 CPUtime=4.72 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) R 27150 27153 25450 0 -1 4202560 79115 0 0 0 317 155 0 0 20 0 15 0 250697442 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862516173472 139862907389738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14088900 memory=708 CPUtime=4.67 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) R 27150 27153 25450 0 -1 4202560 71242 0 0 0 339 128 0 0 20 0 15 0 250697442 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862515121240 139862915459316 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14088900 memory=2752260 CPUtime=0.35 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 10214 0 0 0 35 0 0 0 20 0 15 0 250697444 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862464615200 139862922372821 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27161] ppid=27150 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27161/stat : 27161 (java) S 27150 27153 25450 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 250697444 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862463562976 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27162] ppid=27150 vsize=14088900 memory=1578 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27162/stat : 27162 (java) S 27150 27153 25450 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250697444 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862462509824 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27163] ppid=27150 vsize=14088900 memory=594 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27163/stat : 27163 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862461458384 139862922381211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27164] ppid=27150 vsize=14088900 memory=20 CPUtime=1 cores=1,3,5,7
/proc/27153/task/27164/stat : 27164 (java) S 27150 27153 25450 0 -1 1077944384 2252 0 0 0 100 0 0 0 20 0 15 0 250697447 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862460406512 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27165] ppid=27150 vsize=14088900 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/27153/task/27165/stat : 27165 (java) S 27150 27153 25450 0 -1 1077944384 1930 0 0 0 94 0 0 0 20 0 15 0 250697447 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862459353968 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27166] ppid=27150 vsize=14088900 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/27153/task/27166/stat : 27166 (java) S 27150 27153 25450 0 -1 1077944384 2038 0 0 0 49 0 0 0 20 0 15 0 250697447 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862458300912 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27167] ppid=27150 vsize=14088900 memory=2460936 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27167/stat : 27167 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862457248608 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27168] ppid=27150 vsize=14088900 memory=3892 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27168/stat : 27168 (java) S 27150 27153 25450 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 1826841 33554432000 4194304 4196468 140727608724624 139862254545456 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
Current children cumulated CPU time: 29.18 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7307364 KiB

[startup+25.5015 s]
/proc/loadavg: 3.20 2.35 1.91 6/217 27168
/proc/meminfo: memFree=2035584/32770624 swapFree=67108792/67108860
[pid=27153] ppid=27150 vsize=14088900 memory=11736524 CPUtime=69.96 cores=1,3,5,7
/proc/27153/stat : 27153 (java) S 27150 27153 25450 0 -1 1077944320 623676 0 0 0 5889 1107 0 0 20 0 15 0 250697441 14427033600 2934131 33554432000 4194304 4196468 140727608724624 140727608707168 139862922362615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
/proc/27153/statm: 3522225 2934131 3592 1 0 3484297 0
[pid=27153/tid=27155] ppid=27150 vsize=14088900 memory=11736524 CPUtime=10.26 cores=1,3,5,7
/proc/27153/task/27155/stat : 27155 (java) S 27150 27153 25450 0 -1 1077944384 26752 0 0 0 999 27 0 0 20 0 15 0 250697441 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862926598320 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14088900 memory=11736516 CPUtime=14.04 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) R 27150 27153 25450 0 -1 4202560 150343 0 0 0 1129 275 0 0 20 0 15 0 250697442 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862859963216 139862914990823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14088900 memory=11736524 CPUtime=14.03 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) R 27150 27153 25450 0 -1 4202560 150366 0 0 0 1129 274 0 0 20 0 15 0 250697442 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862517226528 139862915459324 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14088900 memory=11736524 CPUtime=14 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) R 27150 27153 25450 0 -1 4202560 109937 0 0 0 1138 262 0 0 20 0 15 0 250697442 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862516173704 139862914990823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14088900 memory=2192 CPUtime=14.01 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) R 27150 27153 25450 0 -1 4202560 159889 0 0 0 1140 261 0 0 20 0 15 0 250697442 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862515120848 139862914990823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14088900 memory=11736524 CPUtime=1.04 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 17813 0 0 0 103 1 0 0 20 0 15 0 250697444 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862464615248 139862922372821 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27161] ppid=27150 vsize=14088900 memory=11736524 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27161/stat : 27161 (java) S 27150 27153 25450 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 250697444 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862463562976 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27162] ppid=27150 vsize=14088900 memory=10233548 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27162/stat : 27162 (java) S 27150 27153 25450 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250697444 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862462509824 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27163] ppid=27150 vsize=14088900 memory=11736524 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27163/stat : 27163 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862461458384 139862922381211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27164] ppid=27150 vsize=14088900 memory=276 CPUtime=1.03 cores=1,3,5,7
/proc/27153/task/27164/stat : 27164 (java) S 27150 27153 25450 0 -1 1077944384 2609 0 0 0 102 1 0 0 20 0 15 0 250697447 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862460406512 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27165] ppid=27150 vsize=14088900 memory=6943526294502006880 CPUtime=0.94 cores=1,3,5,7
/proc/27153/task/27165/stat : 27165 (java) S 27150 27153 25450 0 -1 1077944384 1949 0 0 0 94 0 0 0 20 0 15 0 250697447 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862459353968 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27166] ppid=27150 vsize=14088900 memory=280855964592888 CPUtime=0.49 cores=1,3,5,7
/proc/27153/task/27166/stat : 27166 (java) S 27150 27153 25450 0 -1 1077944384 2173 0 0 0 49 0 0 0 20 0 15 0 250697447 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862458300912 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27167] ppid=27150 vsize=14088900 memory=25311 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27167/stat : 27167 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862457248608 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27168] ppid=27150 vsize=14088900 memory=11736524 CPUtime=0.01 cores=1,3,5,7
/proc/27153/task/27168/stat : 27168 (java) S 27150 27153 25450 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 15 0 250697447 14427033600 2934131 33554432000 4194304 4196468 140727608724624 139862254545456 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
Current children cumulated CPU time: 69.96 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11736524 KiB

[startup+27.2325 s]
# the end of solver process 27153 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=64.3374 s, system=11.2546 s

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

[startup+26.4015 s]
/proc/loadavg: 3.20 2.35 1.91 6/217 27168
/proc/meminfo: memFree=2035584/32770624 swapFree=67108792/67108860
[pid=27153] ppid=27150 vsize=14088900 memory=11736548 CPUtime=73.22 cores=1,3,5,7
/proc/27153/stat : 27153 (java) S 27150 27153 25450 0 -1 1077944320 632270 0 0 0 6212 1110 0 0 20 0 15 0 250697441 14427033600 2934137 33554432000 4194304 4196468 140727608724624 140727608707168 139862922362615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
/proc/27153/statm: 3522225 2934137 3592 1 0 3484297 0
[pid=27153/tid=27155] ppid=27150 vsize=14088900 memory=3026172 CPUtime=10.26 cores=1,3,5,7
/proc/27153/task/27155/stat : 27155 (java) S 27150 27153 25450 0 -1 1077944384 26769 0 0 0 999 27 0 0 20 0 15 0 250697441 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862926598320 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14088900 memory=11044 CPUtime=14.83 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) R 27150 27153 25450 0 -1 4202560 150649 0 0 0 1208 275 0 0 20 0 15 0 250697442 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862859963408 139862903959233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14088900 memory=1220 CPUtime=14.84 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) R 27150 27153 25450 0 -1 4202560 151726 0 0 0 1209 275 0 0 20 0 15 0 250697442 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862517226528 139862907313742 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14088900 memory=2380 CPUtime=14.79 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) R 27150 27153 25450 0 -1 4202560 110057 0 0 0 1216 263 0 0 20 0 15 0 250697442 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862516173584 139862907060367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14088900 memory=1752 CPUtime=14.8 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) R 27150 27153 25450 0 -1 4202560 160042 0 0 0 1219 261 0 0 20 0 15 0 250697442 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862515121240 139862907313293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14088900 memory=1620 CPUtime=1.13 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 24436 0 0 0 111 2 0 0 20 0 15 0 250697444 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862464615008 139862922372821 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27161] ppid=27150 vsize=14088900 memory=4744 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27161/stat : 27161 (java) S 27150 27153 25450 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 250697444 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862463562880 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27162] ppid=27150 vsize=14088900 memory=3888 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27162/stat : 27162 (java) S 27150 27153 25450 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250697444 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862462509824 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27163] ppid=27150 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27163/stat : 27163 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862461458384 139862922381211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27164] ppid=27150 vsize=14088900 memory=1800 CPUtime=1.03 cores=1,3,5,7
/proc/27153/task/27164/stat : 27164 (java) S 27150 27153 25450 0 -1 1077944384 2609 0 0 0 102 1 0 0 20 0 15 0 250697447 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862460406512 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27165] ppid=27150 vsize=14088900 memory=1264 CPUtime=0.94 cores=1,3,5,7
/proc/27153/task/27165/stat : 27165 (java) S 27150 27153 25450 0 -1 1077944384 1949 0 0 0 94 0 0 0 20 0 15 0 250697447 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862459353968 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27166] ppid=27150 vsize=14088900 memory=7200 CPUtime=0.49 cores=1,3,5,7
/proc/27153/task/27166/stat : 27166 (java) S 27150 27153 25450 0 -1 1077944384 2173 0 0 0 49 0 0 0 20 0 15 0 250697447 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862458300912 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27167] ppid=27150 vsize=14088900 memory=11736524 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27167/stat : 27167 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862457248608 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27168] ppid=27150 vsize=14088900 memory=257032317883430 CPUtime=0.01 cores=1,3,5,7
/proc/27153/task/27168/stat : 27168 (java) S 27150 27153 25450 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 15 0 250697447 14427033600 2934137 33554432000 4194304 4196468 140727608724624 139862254545456 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
Current children cumulated CPU time: 73.22 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11736548 KiB

[startup+26.8015 s]*
/proc/loadavg: 3.20 2.35 1.91 6/217 27168
/proc/meminfo: memFree=2035584/32770624 swapFree=67108792/67108860
[pid=27153] ppid=27150 vsize=14088900 memory=11736556 CPUtime=74.66 cores=1,3,5,7
/proc/27153/stat : 27153 (java) S 27150 27153 25450 0 -1 1077944320 724953 0 0 0 6351 1115 0 0 20 0 15 0 250697441 14427033600 2934139 33554432000 4194304 4196468 140727608724624 140727608707168 139862922362615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
/proc/27153/statm: 3522225 2934139 3592 1 0 3484297 0
[pid=27153/tid=27155] ppid=27150 vsize=14088900 memory=6791534058613427641 CPUtime=10.26 cores=1,3,5,7
/proc/27153/task/27155/stat : 27155 (java) S 27150 27153 25450 0 -1 1077944384 26769 0 0 0 999 27 0 0 20 0 15 0 250697441 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862926598320 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27156] ppid=27150 vsize=14088900 memory=-7003737579269690708 CPUtime=15.16 cores=1,3,5,7
/proc/27153/task/27156/stat : 27156 (java) R 27150 27153 25450 0 -1 4202560 166571 0 0 0 1240 276 0 0 20 0 15 0 250697442 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862859963296 139862907060367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27157] ppid=27150 vsize=14088900 memory=7595982017970924384 CPUtime=15.18 cores=1,3,5,7
/proc/27153/task/27157/stat : 27157 (java) R 27150 27153 25450 0 -1 4202560 201069 0 0 0 1241 277 0 0 20 0 15 0 250697442 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862517226640 139862907060367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27158] ppid=27150 vsize=14088900 memory=7453282923495452516 CPUtime=15.13 cores=1,3,5,7
/proc/27153/task/27158/stat : 27158 (java) R 27150 27153 25450 0 -1 4202560 119803 0 0 0 1250 263 0 0 20 0 15 0 250697442 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862516173584 139862907313621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27159] ppid=27150 vsize=14088900 memory=7596560399758483797 CPUtime=15.15 cores=1,3,5,7
/proc/27153/task/27159/stat : 27159 (java) R 27150 27153 25450 0 -1 4202560 173043 0 0 0 1253 262 0 0 20 0 15 0 250697442 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862515121240 139862907060357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27160] ppid=27150 vsize=14088900 memory=280855965361700 CPUtime=1.19 cores=1,3,5,7
/proc/27153/task/27160/stat : 27160 (java) S 27150 27153 25450 0 -1 1077944384 29108 0 0 0 117 2 0 0 20 0 15 0 250697444 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862464615024 139862922372821 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27161] ppid=27150 vsize=14088900 memory=54 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27161/stat : 27161 (java) S 27150 27153 25450 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 250697444 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862463562880 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27162] ppid=27150 vsize=14088900 memory=142785919524517 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27162/stat : 27162 (java) S 27150 27153 25450 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250697444 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862462509824 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27163] ppid=27150 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27163/stat : 27163 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862461458384 139862922381211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27164] ppid=27150 vsize=14088900 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/27153/task/27164/stat : 27164 (java) S 27150 27153 25450 0 -1 1077944384 2609 0 0 0 102 1 0 0 20 0 15 0 250697447 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862460406512 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27165] ppid=27150 vsize=14088900 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/27153/task/27165/stat : 27165 (java) S 27150 27153 25450 0 -1 1077944384 1949 0 0 0 94 0 0 0 20 0 15 0 250697447 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862459353968 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27166] ppid=27150 vsize=14088900 memory=206042850 CPUtime=0.49 cores=1,3,5,7
/proc/27153/task/27166/stat : 27166 (java) S 27150 27153 25450 0 -1 1077944384 2173 0 0 0 49 0 0 0 20 0 15 0 250697447 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862458300912 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27167] ppid=27150 vsize=14088900 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/27153/task/27167/stat : 27167 (java) S 27150 27153 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250697447 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862457248608 139862922372821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
[pid=27153/tid=27168] ppid=27150 vsize=14088900 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27153/task/27168/stat : 27168 (java) S 27150 27153 25450 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 15 0 250697447 14427033600 2934139 33554432000 4194304 4196468 140727608724624 139862254545456 139862922373762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8630272 140727608730702 140727608730894 140727608730894 140727608733647 0
Current children cumulated CPU time: 74.66 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11736556 KiB

[startup+27.2026 s]*
/proc/loadavg: 3.11 2.34 1.91 3/204 27169
/proc/meminfo: memFree=8941356/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): 27.2326
CPU time (s): 75.592
CPU user time (s): 64.3374
CPU system time (s): 11.2546
CPU usage (%): 277.58
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11736672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.3374
system time used= 11.2546
maximum resident set size= 11736672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 730282
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= 9950
involuntary context switches= 568


# summary of solver processes directly reported to runsolver:
#   pid: 27153
#   total CPU time (s): 75.592
#   total CPU user time (s): 64.3374
#   total CPU system time (s): 11.2546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.20749 second user time and 0.317198 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 13:09:02
IDJOB=4309929
IDBENCH=141315
IDSOLVER=2795
FILE ID=node150/4309929-1534331341
RUNJOBID= node150-1534329088-25482
PBS_JOBID= 21038155
Free space on /tmp= 37852 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309929-1534331341/watcher-4309929-1534331341 -o /tmp/evaluation-result-4309929-1534331341/solver-4309929-1534331341 -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 1531092180 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309929-1534331341.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=1531092180

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:        13782796 kB
MemAvailable:   27235496 kB
Buffers:          249892 kB
Cached:         13371532 kB
SwapCached:           32 kB
Active:         11124580 kB
Inactive:        7206696 kB
Active(anon):    4658776 kB
Inactive(anon):   111664 kB
Active(file):    6465804 kB
Inactive(file):  7095032 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             78848 kB
Writeback:             0 kB
AnonPages:       4716820 kB
Mapped:            69952 kB
Shmem:             57924 kB
Slab:             348788 kB
SReclaimable:     320324 kB
SUnreclaim:        28464 kB
KernelStack:        3856 kB
PageTables:        14760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6846328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4513792 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= 37820 MiB
End job on node150 at 2018-08-15 13:09:29