Trace number 4311557

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-17? 72.2858 26.098

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311557-1534551657/watcher-4311557-1534551657 -o /tmp/evaluation-result-4311557-1534551657/solver-4311557-1534551657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15719 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 587134263 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311557-1534551657.xml 

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

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


[startup+0.100139 s]*
/proc/loadavg: 2.02 1.71 1.53 3/216 17121
/proc/meminfo: memFree=18624604/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14082736 memory=31200 CPUtime=0.12 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 6746 0 0 0 11 1 0 0 20 0 15 0 272728967 14420721664 7800 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3520684 7800 3136 1 0 3482761 0
[pid=17106/tid=17108] ppid=17103 vsize=14082736 memory=-8701690554792449409 CPUtime=0.09 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) R 17103 17106 15687 0 -1 4202560 4815 0 0 0 8 1 0 0 20 0 15 0 272728968 14420721664 7800 33554432000 4194304 4196468 140727497965280 139640100483200 139640080323934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639692438416 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639691385616 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639690333328 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) S 17103 17106 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639689280528 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) S 17103 17106 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639571220592 139640096254594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17114] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17114/stat : 17114 (java) S 17103 17106 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639570166560 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17115] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17115/stat : 17115 (java) S 17103 17106 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639569114224 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17116] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17116/stat : 17116 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639568062544 139640096262043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17117] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17117/stat : 17117 (java) S 17103 17106 15687 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639567010416 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17118] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17118/stat : 17118 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639565957616 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17119] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0.01 cores=1,3,5,7
/proc/17106/task/17119/stat : 17119 (java) S 17103 17106 15687 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 15 0 272728973 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639564905328 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17120] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17120/stat : 17120 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639563852768 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17121] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17121/stat : 17121 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 7800 33554432000 4194304 4196468 140727497965280 139639562799536 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31200 KiB

[startup+0.211486 s]*
/proc/loadavg: 2.02 1.71 1.53 6/216 17121
/proc/meminfo: memFree=18608852/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14082736 memory=47272 CPUtime=0.31 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 10416 0 0 0 29 2 0 0 20 0 15 0 272728967 14420721664 11818 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3520684 11818 3367 1 0 3482761 0
[pid=17106/tid=17108] ppid=17103 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) R 17103 17106 15687 0 -1 4202560 8149 0 0 0 19 1 0 0 20 0 15 0 272728968 14420721664 11818 33554432000 4194304 4196468 140727497965280 139640100471776 139640096255382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639692438416 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14082736 memory=140215562483030 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639691385616 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639690333328 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) S 17103 17106 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639689280528 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) S 17103 17106 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639571220592 139640096254594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17114] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17114/stat : 17114 (java) S 17103 17106 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639570166560 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17115] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17115/stat : 17115 (java) S 17103 17106 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639569114224 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17116] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17116/stat : 17116 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639568062544 139640096262043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17117] ppid=17103 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17106/task/17117/stat : 17117 (java) R 17103 17106 15687 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 272728973 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639567010416 139640096254594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17118] ppid=17103 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17106/task/17118/stat : 17118 (java) R 17103 17106 15687 0 -1 4202560 222 0 0 0 2 0 0 0 20 0 15 0 272728973 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639565943640 139640079630031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17119] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0.06 cores=1,3,5,7
/proc/17106/task/17119/stat : 17119 (java) R 17103 17106 15687 0 -1 4202560 275 0 0 0 6 0 0 0 20 0 15 0 272728973 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639564905328 139640075210352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17120] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17120/stat : 17120 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639563852768 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17121] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17121/stat : 17121 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 11818 33554432000 4194304 4196468 140727497965280 139639562799536 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47272 KiB

[startup+0.310643 s]*
/proc/loadavg: 2.02 1.71 1.53 5/216 17121
/proc/meminfo: memFree=18605564/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14082736 memory=50780 CPUtime=0.44 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 10819 0 0 0 42 2 0 0 20 0 15 0 272728967 14420721664 12695 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3520684 12695 3414 1 0 3482761 0
[pid=17106/tid=17108] ppid=17103 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) R 17103 17106 15687 0 -1 4202560 8511 0 0 0 28 2 0 0 20 0 15 0 272728968 14420721664 12747 33554432000 4194304 4196468 140727497965280 139640100454960 139640080323934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14082736 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639692438416 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14082736 memory=140215562482919 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639691385616 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639690333328 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) S 17103 17106 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272728968 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639689280528 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) S 17103 17106 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639571220592 139640096254594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17114] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17114/stat : 17114 (java) S 17103 17106 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639570166560 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17115] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17115/stat : 17115 (java) S 17103 17106 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272728970 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639569114224 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17116] ppid=17103 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17116/stat : 17116 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639568062544 139640096262043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17117] ppid=17103 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17106/task/17117/stat : 17117 (java) S 17103 17106 15687 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 15 0 272728973 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639567010416 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17118] ppid=17103 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17106/task/17118/stat : 17118 (java) S 17103 17106 15687 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 272728973 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639565957616 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17119] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0.08 cores=1,3,5,7
/proc/17106/task/17119/stat : 17119 (java) S 17103 17106 15687 0 -1 1077944384 297 0 0 0 8 0 0 0 20 0 15 0 272728973 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639564905328 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17120] ppid=17103 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17120/stat : 17120 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639563852768 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17121] ppid=17103 vsize=14082736 memory=140215562466944 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17121/stat : 17121 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728973 14420721664 12747 33554432000 4194304 4196468 140727497965280 139639562799536 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50780 KiB

[startup+0.700754 s]
/proc/loadavg: 2.02 1.71 1.53 3/216 17121
/proc/meminfo: memFree=18581132/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14084804 memory=88836 CPUtime=0.99 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 17619 0 0 0 95 4 0 0 20 0 15 0 272728967 14422839296 22209 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3521201 22209 3499 1 0 3483273 0
[pid=17106/tid=17108] ppid=17103 vsize=14084804 memory=1744 CPUtime=0.67 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) R 17103 17106 15687 0 -1 4202560 14955 0 0 0 64 3 0 0 20 0 15 0 272728968 14422839296 22209 33554432000 4194304 4196468 140727497965280 139640100458496 139640096265373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639692438416 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14084804 memory=836 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639691385616 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14084804 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728968 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639690333328 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14084804 memory=1600 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) S 17103 17106 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272728968 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639689280528 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14084804 memory=7952 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) S 17103 17106 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272728970 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639571220592 139640096254594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17114] ppid=17103 vsize=14084804 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17114/stat : 17114 (java) S 17103 17106 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272728970 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639570166560 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17115] ppid=17103 vsize=14084804 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17115/stat : 17115 (java) S 17103 17106 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272728970 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639569114224 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17116] ppid=17103 vsize=14084804 memory=4639098309541127012 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17116/stat : 17116 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639568062544 139640096262043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17117] ppid=17103 vsize=14084804 memory=6369613153740022872 CPUtime=0.07 cores=1,3,5,7
/proc/17106/task/17117/stat : 17117 (java) S 17103 17106 15687 0 -1 1077944384 550 0 0 0 7 0 0 0 20 0 15 0 272728973 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639567010416 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17118] ppid=17103 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=1,3,5,7
/proc/17106/task/17118/stat : 17118 (java) S 17103 17106 15687 0 -1 1077944384 368 0 0 0 7 0 0 0 20 0 15 0 272728973 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639565957616 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17119] ppid=17103 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17106/task/17119/stat : 17119 (java) R 17103 17106 15687 0 -1 1077944384 365 0 0 0 15 0 0 0 20 0 15 0 272728973 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639564905328 139640096254594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17120] ppid=17103 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17120/stat : 17120 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639563852768 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17121] ppid=17103 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17121/stat : 17121 (java) S 17103 17106 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272728973 14422839296 22209 33554432000 4194304 4196468 140727497965280 139639562799536 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88836 KiB

[startup+1.50082 s]
/proc/loadavg: 2.10 1.73 1.54 6/216 17121
/proc/meminfo: memFree=18365052/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14086852 memory=425344 CPUtime=2.8 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 19643 0 0 0 257 23 0 0 20 0 15 0 272728967 14424936448 106336 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3521713 106336 3559 1 0 3483785 0
[pid=17106/tid=17108] ppid=17103 vsize=14086852 memory=6791534058613427641 CPUtime=1.39 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) R 17103 17106 15687 0 -1 4202560 15381 0 0 0 131 8 0 0 20 0 15 0 272728968 14424936448 106336 33554432000 4194304 4196468 140727497965280 139640100479408 139639737380637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14086852 memory=-6951259422114956437 CPUtime=0.07 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) S 17103 17106 15687 0 -1 1077944384 103 0 0 0 4 3 0 0 20 0 15 0 272728968 14424936448 106336 33554432000 4194304 4196468 140727497965280 139639692438416 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14086852 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) S 17103 17106 15687 0 -1 1077944384 56 0 0 0 4 2 0 0 20 0 15 0 272728968 14424936448 106336 33554432000 4194304 4196468 140727497965280 139639691385616 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14086852 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) S 17103 17106 15687 0 -1 1077944384 223 0 0 0 4 3 0 0 20 0 15 0 272728968 14424936448 106336 33554432000 4194304 4196468 140727497965280 139639690333328 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14086852 memory=4134692831991786133 CPUtime=0.06 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) S 17103 17106 15687 0 -1 1077944384 70 0 0 0 3 3 0 0 20 0 15 0 272728968 14424936448 106336 33554432000 4194304 4196468 140727497965280 139639689280528 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) S 17103 17106 15687 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 272728970 14424936448 106336 33554432000 4194304 4196468 140727497965280 139639571220592 139640096254594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0

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

[startup+12.7015 s]
/proc/loadavg: 2.62 1.85 1.58 7/216 17121
/proc/meminfo: memFree=11446292/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14088900 memory=7373392 CPUtime=29.67 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 396071 0 0 0 2356 611 0 0 20 0 15 0 272728967 14427033600 1843348 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3522225 1843348 3592 1 0 3484297 0
[pid=17106/tid=17108] ppid=17103 vsize=14088900 memory=7194732 CPUtime=7.45 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) S 17103 17106 15687 0 -1 1077944384 25984 0 0 0 717 28 0 0 20 0 15 0 272728968 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139640100479152 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14088900 memory=2176 CPUtime=4.81 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) R 17103 17106 15687 0 -1 4202560 110706 0 0 0 324 157 0 0 20 0 15 0 272728968 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639692438616 139640089340331 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14088900 memory=3984 CPUtime=4.83 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) R 17103 17106 15687 0 -1 4202560 61409 0 0 0 363 120 0 0 20 0 15 0 272728968 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639691385616 139640089340283 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14088900 memory=1916 CPUtime=4.83 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) R 17103 17106 15687 0 -1 4202560 101306 0 0 0 325 158 0 0 20 0 15 0 272728968 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639690333328 139640089340299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14088900 memory=8996 CPUtime=4.83 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) R 17103 17106 15687 0 -1 4202560 77840 0 0 0 344 139 0 0 20 0 15 0 272728968 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639689280728 139640089340331 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14088900 memory=7883649448447534951 CPUtime=0.32 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) S 17103 17106 15687 0 -1 1077944384 10571 0 0 0 32 0 0 0 20 0 15 0 272728970 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639571219104 139640096253653 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17114] ppid=17103 vsize=14088900 memory=33 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17114/stat : 17114 (java) S 17103 17106 15687 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 272728970 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639570166624 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17115] ppid=17103 vsize=14088900 memory=7739268204259272556 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17115/stat : 17115 (java) S 17103 17106 15687 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 272728970 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639569114240 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17116] ppid=17103 vsize=14088900 memory=7373352817561002853 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17116/stat : 17116 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639568062544 139640096262043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17117] ppid=17103 vsize=14088900 memory=7380101641474042200 CPUtime=0.98 cores=1,3,5,7
/proc/17106/task/17117/stat : 17117 (java) S 17103 17106 15687 0 -1 1077944384 1919 0 0 0 98 0 0 0 20 0 15 0 272728973 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639567010416 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17118] ppid=17103 vsize=14088900 memory=5867180238654946915 CPUtime=1.01 cores=1,3,5,7
/proc/17106/task/17118/stat : 17118 (java) S 17103 17106 15687 0 -1 1077944384 2409 0 0 0 101 0 0 0 20 0 15 0 272728973 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639565957616 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17119] ppid=17103 vsize=14088900 memory=280429122161018 CPUtime=0.5 cores=1,3,5,7
/proc/17106/task/17119/stat : 17119 (java) S 17103 17106 15687 0 -1 1077944384 2112 0 0 0 49 1 0 0 20 0 15 0 272728973 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639564905328 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17120] ppid=17103 vsize=14088900 memory=752 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17120/stat : 17120 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639563852768 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17121] ppid=17103 vsize=14088900 memory=836 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17121/stat : 17121 (java) S 17103 17106 15687 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 1843348 33554432000 4194304 4196468 140727497965280 139639562799536 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
Current children cumulated CPU time: 29.67 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7373392 KiB

[startup+25.5009 s]
/proc/loadavg: 2.98 1.95 1.62 6/216 17121
/proc/meminfo: memFree=6883812/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14088900 memory=11749276 CPUtime=70.78 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 761760 0 0 0 5976 1102 0 0 20 0 15 0 272728967 14427033600 2937319 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3522225 2937319 3592 1 0 3484297 0
[pid=17106/tid=17108] ppid=17103 vsize=14088900 memory=11719504 CPUtime=10.07 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) S 17103 17106 15687 0 -1 1077944384 28152 0 0 0 979 28 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139640100479152 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14088900 memory=6944652177228980320 CPUtime=14.27 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) S 17103 17106 15687 0 -1 1077944384 197024 0 0 0 1151 276 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639692438416 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14088900 memory=0 CPUtime=14.34 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) S 17103 17106 15687 0 -1 1077944384 128197 0 0 0 1182 252 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639691385616 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14088900 memory=0 CPUtime=14.29 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) S 17103 17106 15687 0 -1 1077944384 156702 0 0 0 1156 273 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639690333328 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14088900 memory=11689964 CPUtime=14.2 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) S 17103 17106 15687 0 -1 1077944384 210989 0 0 0 1157 263 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639689280528 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14088900 memory=14699762573 CPUtime=0.97 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) R 17103 17106 15687 0 -1 4202560 31853 0 0 0 95 2 0 0 20 0 15 0 272728970 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639571219136 139640074613627 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17114] ppid=17103 vsize=14088900 memory=11749272 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17114/stat : 17114 (java) S 17103 17106 15687 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272728970 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639570166160 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17115] ppid=17103 vsize=14088900 memory=11749272 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17115/stat : 17115 (java) S 17103 17106 15687 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 272728970 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639569114240 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17116] ppid=17103 vsize=14088900 memory=3708 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17116/stat : 17116 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639568062544 139640096262043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17117] ppid=17103 vsize=14088900 memory=11749272 CPUtime=0.99 cores=1,3,5,7
/proc/17106/task/17117/stat : 17117 (java) S 17103 17106 15687 0 -1 1077944384 2055 0 0 0 99 0 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639567010416 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17118] ppid=17103 vsize=14088900 memory=11748936 CPUtime=1.02 cores=1,3,5,7
/proc/17106/task/17118/stat : 17118 (java) S 17103 17106 15687 0 -1 1077944384 2657 0 0 0 102 0 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639565957616 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17119] ppid=17103 vsize=14088900 memory=7451582056129128016 CPUtime=0.5 cores=1,3,5,7
/proc/17106/task/17119/stat : 17119 (java) S 17103 17106 15687 0 -1 1077944384 2257 0 0 0 49 1 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639564905328 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17120] ppid=17103 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17120/stat : 17120 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639563852768 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17121] ppid=17103 vsize=14088900 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17106/task/17121/stat : 17121 (java) S 17103 17106 15687 0 -1 1077944384 468 0 0 0 0 1 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639562799536 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
Current children cumulated CPU time: 70.78 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11749276 KiB

[startup+26.098 s]
# the end of solver process 17106 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=61.1565 s, system=11.1294 s

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

[startup+25.6015 s]
/proc/loadavg: 2.98 1.95 1.62 6/216 17121
/proc/meminfo: memFree=6883812/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14088900 memory=11749276 CPUtime=71.04 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 761887 0 0 0 6002 1102 0 0 20 0 15 0 272728967 14427033600 2937319 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3522225 2937319 3592 1 0 3484297 0
[pid=17106/tid=17108] ppid=17103 vsize=14088900 memory=10333452 CPUtime=10.07 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) S 17103 17106 15687 0 -1 1077944384 28152 0 0 0 979 28 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139640100479152 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14088900 memory=0 CPUtime=14.32 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) R 17103 17106 15687 0 -1 4202560 197026 0 0 0 1156 276 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639692438616 139640081194546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14088900 memory=-7522837583128914061 CPUtime=14.4 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) R 17103 17106 15687 0 -1 4202560 128318 0 0 0 1188 252 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639691385616 139640081194571 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14088900 memory=0 CPUtime=14.35 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) R 17103 17106 15687 0 -1 4202560 156704 0 0 0 1162 273 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639690333528 139640081194686 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14088900 memory=-7378697725838980288 CPUtime=14.26 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) R 17103 17106 15687 0 -1 4202560 210991 0 0 0 1163 263 0 0 20 0 15 0 272728968 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639689280528 139640077839905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14088900 memory=4945125699554088323 CPUtime=1.02 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) S 17103 17106 15687 0 -1 1077944384 31853 0 0 0 100 2 0 0 20 0 15 0 272728970 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639571218928 139640096253653 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17114] ppid=17103 vsize=14088900 memory=6944656592452807314 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17114/stat : 17114 (java) S 17103 17106 15687 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272728970 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639570166160 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17115] ppid=17103 vsize=14088900 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17115/stat : 17115 (java) S 17103 17106 15687 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 272728970 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639569114240 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17116] ppid=17103 vsize=14088900 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17116/stat : 17116 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639568062544 139640096262043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17117] ppid=17103 vsize=14088900 memory=6944656575208382560 CPUtime=0.99 cores=1,3,5,7
/proc/17106/task/17117/stat : 17117 (java) S 17103 17106 15687 0 -1 1077944384 2055 0 0 0 99 0 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639567010416 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17118] ppid=17103 vsize=14088900 memory=14872 CPUtime=1.02 cores=1,3,5,7
/proc/17106/task/17118/stat : 17118 (java) S 17103 17106 15687 0 -1 1077944384 2657 0 0 0 102 0 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639565957616 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17119] ppid=17103 vsize=14088900 memory=3296 CPUtime=0.5 cores=1,3,5,7
/proc/17106/task/17119/stat : 17119 (java) S 17103 17106 15687 0 -1 1077944384 2257 0 0 0 49 1 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639564905328 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17120] ppid=17103 vsize=14088900 memory=15292 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17120/stat : 17120 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639563852768 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17121] ppid=17103 vsize=14088900 memory=3528 CPUtime=0.01 cores=1,3,5,7
/proc/17106/task/17121/stat : 17121 (java) S 17103 17106 15687 0 -1 1077944384 468 0 0 0 0 1 0 0 20 0 15 0 272728973 14427033600 2937319 33554432000 4194304 4196468 140727497965280 139639562799536 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
Current children cumulated CPU time: 71.04 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11749276 KiB

[startup+26.0008 s]*
/proc/loadavg: 3.15 2.01 1.64 3/216 17121
/proc/meminfo: memFree=6889792/32770624 swapFree=67108804/67108860
[pid=17106] ppid=17103 vsize=14088900 memory=7839208 CPUtime=72.19 cores=1,3,5,7
/proc/17106/stat : 17106 (java) S 17103 17106 15687 0 -1 1077944320 762212 0 0 0 6115 1104 0 0 20 0 15 0 272728967 14427033600 1959802 33554432000 4194304 4196468 140727497965280 140727497947824 139640096243447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
/proc/17106/statm: 3522225 1959802 3593 1 0 3484297 0
[pid=17106/tid=17108] ppid=17103 vsize=14088900 memory=6791534058613427641 CPUtime=10.07 cores=1,3,5,7
/proc/17106/task/17108/stat : 17108 (java) S 17103 17106 15687 0 -1 1077944384 28240 0 0 0 979 28 0 0 20 0 15 0 272728968 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139640100482720 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17109] ppid=17103 vsize=14088900 memory=4872558044660077418 CPUtime=14.56 cores=1,3,5,7
/proc/17106/task/17109/stat : 17109 (java) S 17103 17106 15687 0 -1 1077944384 197135 0 0 0 1180 276 0 0 20 0 15 0 272728968 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639692438416 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17110] ppid=17103 vsize=14088900 memory=6943487855420614559 CPUtime=14.64 cores=1,3,5,7
/proc/17106/task/17110/stat : 17110 (java) S 17103 17106 15687 0 -1 1077944384 128436 0 0 0 1212 252 0 0 20 0 15 0 272728968 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639691385616 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17111] ppid=17103 vsize=14088900 memory=5787213831476700249 CPUtime=14.59 cores=1,3,5,7
/proc/17106/task/17111/stat : 17111 (java) S 17103 17106 15687 0 -1 1077944384 156707 0 0 0 1186 273 0 0 20 0 15 0 272728968 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639690333328 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17112] ppid=17103 vsize=14088900 memory=4639074098508484695 CPUtime=14.5 cores=1,3,5,7
/proc/17106/task/17112/stat : 17112 (java) S 17103 17106 15687 0 -1 1077944384 210997 0 0 0 1187 263 0 0 20 0 15 0 272728968 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639689280528 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17113] ppid=17103 vsize=14088900 memory=11749276 CPUtime=1.18 cores=1,3,5,7
/proc/17106/task/17113/stat : 17113 (java) R 17103 17106 15687 0 -1 4202560 31854 0 0 0 115 3 0 0 20 0 15 0 272728970 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639571219136 139640088960410 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17114] ppid=17103 vsize=14088900 memory=-2892745056948402235 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17114/stat : 17114 (java) S 17103 17106 15687 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272728970 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639570166624 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17115] ppid=17103 vsize=14088900 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17115/stat : 17115 (java) S 17103 17106 15687 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 272728970 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639569114240 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17116] ppid=17103 vsize=14088900 memory=-7161131788332309537 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17116/stat : 17116 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639568062544 139640096262043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17117] ppid=17103 vsize=14088900 memory=-7022074515825631275 CPUtime=0.99 cores=1,3,5,7
/proc/17106/task/17117/stat : 17117 (java) S 17103 17106 15687 0 -1 1077944384 2055 0 0 0 99 0 0 0 20 0 15 0 272728973 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639567010416 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17118] ppid=17103 vsize=14088900 memory=7976406965554101975 CPUtime=1.02 cores=1,3,5,7
/proc/17106/task/17118/stat : 17118 (java) S 17103 17106 15687 0 -1 1077944384 2657 0 0 0 102 0 0 0 20 0 15 0 272728973 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639565957616 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17119] ppid=17103 vsize=14088900 memory=-2026666227646604569 CPUtime=0.5 cores=1,3,5,7
/proc/17106/task/17119/stat : 17119 (java) S 17103 17106 15687 0 -1 1077944384 2257 0 0 0 49 1 0 0 20 0 15 0 272728973 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639564905328 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17120] ppid=17103 vsize=14088900 memory=-1751206657426859557 CPUtime=0 cores=1,3,5,7
/proc/17106/task/17120/stat : 17120 (java) S 17103 17106 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272728973 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639563852768 139640096253653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
[pid=17106/tid=17121] ppid=17103 vsize=14088900 memory=-2026666227646604569 CPUtime=0.01 cores=1,3,5,7
/proc/17106/task/17121/stat : 17121 (java) S 17103 17106 15687 0 -1 1077944384 468 0 0 0 0 1 0 0 20 0 15 0 272728973 14427033600 1959802 33554432000 4194304 4196468 140727497965280 139639562799536 139640096254594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21606400 140727497970761 140727497970953 140727497970953 140727497973711 0
Current children cumulated CPU time: 72.19 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7839208 KiB

Child status: 1
Real time (s): 26.098
CPU time (s): 72.2858
CPU user time (s): 61.1565
CPU system time (s): 11.1294
CPU usage (%): 276.978
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11749348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.1565
system time used= 11.1294
maximum resident set size= 11749348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 762340
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= 10131
involuntary context switches= 562


# summary of solver processes directly reported to runsolver:
#   pid: 17106
#   total CPU time (s): 72.2858
#   total CPU user time (s): 61.1565
#   total CPU system time (s): 11.1294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181155 second user time and 0.32981 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-18 02:20:58
IDJOB=4311557
IDBENCH=141315
IDSOLVER=2799
FILE ID=node105/4311557-1534551657
RUNJOBID= node105-1534541043-15719
PBS_JOBID= 21038642
Free space on /tmp= 52196 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
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 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311557-1534551657/watcher-4311557-1534551657 -o /tmp/evaluation-result-4311557-1534551657/solver-4311557-1534551657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15719 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 587134263 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311557-1534551657.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=587134263

node105.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.32
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.32
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.32
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.32
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:        18642744 kB
MemAvailable:   26954792 kB
Buffers:          252480 kB
Cached:          8321148 kB
SwapCached:           16 kB
Active:         10561228 kB
Inactive:        2990260 kB
Active(anon):    4950428 kB
Inactive(anon):    96512 kB
Active(file):    5610800 kB
Inactive(file):  2893748 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             66384 kB
Writeback:             0 kB
AnonPages:       4985352 kB
Mapped:            31280 kB
Shmem:             66132 kB
Slab:             265612 kB
SReclaimable:     235960 kB
SUnreclaim:        29652 kB
KernelStack:        3504 kB
PageTables:        14444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6219892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4798464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 52160 MiB
End job on node105 at 2018-08-18 02:21:24