Trace number 4310277

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 - Hybrid 2018-08-14? 80.97 27.4783

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310277-1534330941/watcher-4310277-1534330941 -o /tmp/evaluation-result-4310277-1534330941/solver-4310277-1534330941 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16097 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 178067891 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310277-1534330941.xml 

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

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=17464, runsolver pid=17461
Current StackSize limit: 8192 KiB


[startup+0.105142 s]*
/proc/loadavg: 2.55 1.97 1.79 3/221 17479
/proc/meminfo: memFree=18130216/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14082736 memory=34584 CPUtime=0.13 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 7048 0 0 0 11 2 0 0 20 0 15 0 250657265 14420721664 8646 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3520684 8646 3138 1 0 3482761 0
[pid=17464/tid=17466] ppid=17461 vsize=14082736 memory=-8485517772678401406 CPUtime=0.09 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) R 17461 17464 16066 0 -1 4202560 5125 0 0 0 8 1 0 0 20 0 15 0 250657266 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059930911880 140059910747493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059891985552 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059521170448 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059520117648 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059519064848 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657268 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059401472368 140059926715010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17472] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17472/stat : 17472 (java) S 17461 17464 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250657268 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059400418336 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17473] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17473/stat : 17473 (java) S 17461 17464 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250657269 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059399365488 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17474] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17474/stat : 17474 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059398313808 140059926722459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17475] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17475/stat : 17475 (java) S 17461 17464 16066 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059397262192 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17476] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17476/stat : 17476 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059396209392 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17477] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0.01 cores=0,2,4,6
/proc/17464/task/17477/stat : 17477 (java) S 17461 17464 16066 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 250657271 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059395156592 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17478] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17478/stat : 17478 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059394104032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17479] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17479/stat : 17479 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 8646 33554432000 4194304 4196468 140736995376672 140059393051312 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34584 KiB

[startup+0.210665 s]*
/proc/loadavg: 2.55 1.97 1.79 4/221 17479
/proc/meminfo: memFree=18116324/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14082736 memory=47708 CPUtime=0.31 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 10034 0 0 0 28 3 0 0 20 0 15 0 250657265 14420721664 11927 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3520684 11927 3379 1 0 3482761 0
[pid=17464/tid=17466] ppid=17461 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) R 17461 17464 16066 0 -1 1077944384 7768 0 0 0 18 2 0 0 20 0 15 0 250657266 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059930932880 140059926714069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14082736 memory=345 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059891985552 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14082736 memory=140562985977994 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059521170448 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059520117648 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059519064848 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) S 17461 17464 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250657268 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059401472368 140059926715010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17472] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17472/stat : 17472 (java) S 17461 17464 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250657268 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059400418336 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17473] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17473/stat : 17473 (java) S 17461 17464 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250657269 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059399365488 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17474] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17474/stat : 17474 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059398313808 140059926722459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17475] ppid=17461 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17464/task/17475/stat : 17475 (java) S 17461 17464 16066 0 -1 1077944384 523 0 0 0 1 0 0 0 20 0 15 0 250657271 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059397262192 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17476] ppid=17461 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17464/task/17476/stat : 17476 (java) R 17461 17464 16066 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 15 0 250657271 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059396209392 140059905919793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17477] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0.06 cores=0,2,4,6
/proc/17464/task/17477/stat : 17477 (java) S 17461 17464 16066 0 -1 1077944384 278 0 0 0 6 0 0 0 20 0 15 0 250657271 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059395156592 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17478] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17478/stat : 17478 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059394104032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17479] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17479/stat : 17479 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 11927 33554432000 4194304 4196468 140736995376672 140059393051312 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47708 KiB

[startup+0.311039 s]*
/proc/loadavg: 2.55 1.97 1.79 3/221 17479
/proc/meminfo: memFree=18112416/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14082736 memory=50932 CPUtime=0.42 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 10380 0 0 0 39 3 0 0 20 0 15 0 250657265 14420721664 12733 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3520684 12733 3381 1 0 3482761 0
[pid=17464/tid=17466] ppid=17461 vsize=14082736 memory=7311146985107750967 CPUtime=0.28 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) R 17461 17464 16066 0 -1 4202560 8101 0 0 0 26 2 0 0 20 0 15 0 250657266 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059930904920 140059909890672 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059891985552 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14082736 memory=140562985980591 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059521170448 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059520117648 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657267 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059519064848 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) S 17461 17464 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250657268 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059401472368 140059926715010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17472] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17472/stat : 17472 (java) S 17461 17464 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250657268 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059400418336 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17473] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17473/stat : 17473 (java) S 17461 17464 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250657269 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059399365488 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17474] ppid=17461 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17474/stat : 17474 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059398313808 140059926722459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17475] ppid=17461 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17464/task/17475/stat : 17475 (java) S 17461 17464 16066 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 250657271 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059397262192 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17476] ppid=17461 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17464/task/17476/stat : 17476 (java) S 17461 17464 16066 0 -1 1077944384 89 0 0 0 2 0 0 0 20 0 15 0 250657271 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059396209392 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17477] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0.08 cores=0,2,4,6
/proc/17464/task/17477/stat : 17477 (java) S 17461 17464 16066 0 -1 1077944384 285 0 0 0 8 0 0 0 20 0 15 0 250657271 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059395156592 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17478] ppid=17461 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17478/stat : 17478 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059394104032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17479] ppid=17461 vsize=14082736 memory=140562984621696 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17479/stat : 17479 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657271 14420721664 12733 33554432000 4194304 4196468 140736995376672 140059393051312 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50932 KiB

[startup+0.700657 s]
/proc/loadavg: 2.55 1.97 1.79 3/221 17479
/proc/meminfo: memFree=18096232/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14084804 memory=86012 CPUtime=0.98 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 16975 0 0 0 93 5 0 0 20 0 15 0 250657265 14422839296 21503 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3521201 21503 3495 1 0 3483273 0
[pid=17464/tid=17466] ppid=17461 vsize=14084804 memory=3340 CPUtime=0.65 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) R 17461 17464 16066 0 -1 4202560 14371 0 0 0 62 3 0 0 20 0 15 0 250657266 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059930909600 140059912385358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14084804 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657267 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059891985552 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14084804 memory=37824 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657267 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059521170448 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657267 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059520117648 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) S 17461 17464 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250657267 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059519064848 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) S 17461 17464 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250657268 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059401472368 140059926715010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17472] ppid=17461 vsize=14084804 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17472/stat : 17472 (java) S 17461 17464 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250657268 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059400418336 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17473] ppid=17461 vsize=14084804 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17473/stat : 17473 (java) S 17461 17464 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250657269 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059399365488 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17474] ppid=17461 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17474/stat : 17474 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059398313808 140059926722459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17475] ppid=17461 vsize=14084804 memory=7237400421040875609 CPUtime=0.07 cores=0,2,4,6
/proc/17464/task/17475/stat : 17475 (java) S 17461 17464 16066 0 -1 1077944384 650 0 0 0 7 0 0 0 20 0 15 0 250657271 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059397262192 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17476] ppid=17461 vsize=14084804 memory=7523071198212214892 CPUtime=0.08 cores=0,2,4,6
/proc/17464/task/17476/stat : 17476 (java) S 17461 17464 16066 0 -1 1077944384 254 0 0 0 8 0 0 0 20 0 15 0 250657271 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059396209392 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17477] ppid=17461 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/17464/task/17477/stat : 17477 (java) S 17461 17464 16066 0 -1 1077944384 318 0 0 0 15 0 0 0 20 0 15 0 250657271 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059395156592 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17478] ppid=17461 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17478/stat : 17478 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059394104032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17479] ppid=17461 vsize=14084804 memory=6436 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17479/stat : 17479 (java) S 17461 17464 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250657271 14422839296 21503 33554432000 4194304 4196468 140736995376672 140059393051312 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 86012 KiB

[startup+1.50082 s]
/proc/loadavg: 2.55 1.97 1.79 5/221 17479
/proc/meminfo: memFree=17980440/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14086852 memory=309832 CPUtime=2.83 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 22188 0 0 0 267 16 0 0 20 0 15 0 250657265 14424936448 77458 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3521713 77458 3569 1 0 3483785 0
[pid=17464/tid=17466] ppid=17461 vsize=14086852 memory=303488 CPUtime=1.41 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) R 17461 17464 16066 0 -1 4202560 15370 0 0 0 135 6 0 0 20 0 15 0 250657266 14424936448 77458 33554432000 4194304 4196468 140736995376672 140059930939056 140059566488078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14086852 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) S 17461 17464 16066 0 -1 1077944384 180 0 0 0 1 2 0 0 20 0 15 0 250657267 14424936448 77458 33554432000 4194304 4196468 140736995376672 140059891985552 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) S 17461 17464 16066 0 -1 1077944384 482 0 0 0 1 1 0 0 20 0 15 0 250657267 14424936448 77458 33554432000 4194304 4196468 140736995376672 140059521170448 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) S 17461 17464 16066 0 -1 1077944384 96 0 0 0 1 1 0 0 20 0 15 0 250657267 14424936448 77458 33554432000 4194304 4196468 140736995376672 140059520117648 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14086852 memory=6943526294502006880 CPUtime=0.03 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) S 17461 17464 16066 0 -1 1077944384 256 0 0 0 1 2 0 0 20 0 15 0 250657267 14424936448 77458 33554432000 4194304 4196468 140736995376672 140059519064848 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) S 17461 17464 16066 0 -1 1077944384 331 0 0 0 0 0 0 0 20 0 15 0 250657268 14424936448 77458 33554432000 4194304 4196468 140736995376672 140059401472368 140059926715010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0

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

[startup+27.4782 s]
# the end of solver process 17464 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=67.4445 s, system=13.5255 s

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

[startup+25.601 s]
/proc/loadavg: 3.24 2.16 1.86 9/221 17635
/proc/meminfo: memFree=3077020/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14088900 memory=11758656 CPUtime=74.91 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 172207 0 0 0 6147 1344 0 0 20 0 15 0 250657265 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3522225 2939664 3596 1 0 3484297 0
[pid=17464/tid=17466] ppid=17461 vsize=14088900 memory=0 CPUtime=8.03 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) S 17461 17464 16066 0 -1 1077944384 23565 0 0 0 787 16 0 0 20 0 15 0 250657266 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059930939456 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14088900 memory=6791534058613427641 CPUtime=15.91 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) R 17461 17464 16066 0 -1 4202560 37466 0 0 0 1312 279 0 0 20 0 15 0 250657267 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059891985360 140059919332071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14088900 memory=1616 CPUtime=16 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) R 17461 17464 16066 0 -1 4202560 27293 0 0 0 1269 331 0 0 20 0 15 0 250657267 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059521170648 140059919800596 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14088900 memory=11584 CPUtime=15.92 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) R 17461 17464 16066 0 -1 4202560 24485 0 0 0 1260 332 0 0 20 0 15 0 250657267 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059520117768 140059919332071 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14088900 memory=4960 CPUtime=15.86 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) R 17461 17464 16066 0 -1 4202560 27817 0 0 0 1208 378 0 0 20 0 15 0 250657267 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059519064656 140059919332071 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14088900 memory=3840 CPUtime=0.94 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) S 17461 17464 16066 0 -1 1077944384 23675 0 0 0 92 2 0 0 20 0 15 0 250657268 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059401470928 140059926714069 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17472] ppid=17461 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17472/stat : 17472 (java) S 17461 17464 16066 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 250657268 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059400418400 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17473] ppid=17461 vsize=14088900 memory=78 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17473/stat : 17473 (java) S 17461 17464 16066 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250657269 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059399365504 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17474] ppid=17461 vsize=14088900 memory=88 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17474/stat : 17474 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059398313808 140059926722459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17475] ppid=17461 vsize=14088900 memory=47 CPUtime=0.8 cores=0,2,4,6
/proc/17464/task/17475/stat : 17475 (java) S 17461 17464 16066 0 -1 1077944384 1749 0 0 0 79 1 0 0 20 0 15 0 250657271 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059397262192 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17476] ppid=17461 vsize=14088900 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/17464/task/17476/stat : 17476 (java) S 17461 17464 16066 0 -1 1077944384 1647 0 0 0 89 0 0 0 20 0 15 0 250657271 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059396209392 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17477] ppid=17461 vsize=14088900 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/17464/task/17477/stat : 17477 (java) S 17461 17464 16066 0 -1 1077944384 2633 0 0 0 48 0 0 0 20 0 15 0 250657271 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059395156592 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17478] ppid=17461 vsize=14088900 memory=281125742483896 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17478/stat : 17478 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059394104032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17479] ppid=17461 vsize=14088900 memory=11758656 CPUtime=0.01 cores=0,2,4,6
/proc/17464/task/17479/stat : 17479 (java) S 17461 17464 16066 0 -1 1077944384 451 0 0 0 0 1 0 0 20 0 15 0 250657271 14427033600 2939664 33554432000 4194304 4196468 140736995376672 140059393051312 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
Current children cumulated CPU time: 74.91 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758656 KiB

[startup+26.411 s]
/proc/loadavg: 3.24 2.16 1.86 10/221 17635
/proc/meminfo: memFree=2215844/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14088900 memory=11758816 CPUtime=77.65 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 176225 0 0 0 6420 1345 0 0 20 0 15 0 250657265 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3522225 2939704 3596 1 0 3484297 0
[pid=17464/tid=17466] ppid=17461 vsize=14088900 memory=6791534058613427641 CPUtime=8.03 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) S 17461 17464 16066 0 -1 1077944384 23572 0 0 0 787 16 0 0 20 0 15 0 250657266 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059930939456 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14088900 memory=9108224 CPUtime=16.56 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) R 17461 17464 16066 0 -1 4202560 37525 0 0 0 1376 280 0 0 20 0 15 0 250657267 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059891985752 140059911700416 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14088900 memory=6791534058613427641 CPUtime=16.65 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) R 17461 17464 16066 0 -1 4202560 27634 0 0 0 1334 331 0 0 20 0 15 0 250657267 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059521170448 140059911700477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14088900 memory=928 CPUtime=16.55 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) R 17461 17464 16066 0 -1 4202560 24490 0 0 0 1323 332 0 0 20 0 15 0 250657267 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059520117648 140059908313611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14088900 memory=2248 CPUtime=16.51 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) R 17461 17464 16066 0 -1 4202560 27863 0 0 0 1273 378 0 0 20 0 15 0 250657267 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059519064848 140059911402608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14088900 memory=1568 CPUtime=1.09 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) S 17461 17464 16066 0 -1 1077944384 27225 0 0 0 107 2 0 0 20 0 15 0 250657268 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059401470912 140059926714069 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17472] ppid=17461 vsize=14088900 memory=924 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17472/stat : 17472 (java) S 17461 17464 16066 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 250657268 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059400418032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17473] ppid=17461 vsize=14088900 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17473/stat : 17473 (java) S 17461 17464 16066 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250657269 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059399365504 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17474] ppid=17461 vsize=14088900 memory=11758656 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17474/stat : 17474 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059398313808 140059926722459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17475] ppid=17461 vsize=14088900 memory=1404 CPUtime=0.8 cores=0,2,4,6
/proc/17464/task/17475/stat : 17475 (java) S 17461 17464 16066 0 -1 1077944384 1749 0 0 0 79 1 0 0 20 0 15 0 250657271 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059397262192 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17476] ppid=17461 vsize=14088900 memory=2748 CPUtime=0.89 cores=0,2,4,6
/proc/17464/task/17476/stat : 17476 (java) S 17461 17464 16066 0 -1 1077944384 1647 0 0 0 89 0 0 0 20 0 15 0 250657271 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059396209392 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17477] ppid=17461 vsize=14088900 memory=11754028 CPUtime=0.48 cores=0,2,4,6
/proc/17464/task/17477/stat : 17477 (java) S 17461 17464 16066 0 -1 1077944384 2633 0 0 0 48 0 0 0 20 0 15 0 250657271 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059395156592 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17478] ppid=17461 vsize=14088900 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17478/stat : 17478 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059394104032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17479] ppid=17461 vsize=14088900 memory=2680 CPUtime=0.01 cores=0,2,4,6
/proc/17464/task/17479/stat : 17479 (java) S 17461 17464 16066 0 -1 1077944384 452 0 0 0 0 1 0 0 20 0 15 0 250657271 14427033600 2939704 33554432000 4194304 4196468 140736995376672 140059393051312 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
Current children cumulated CPU time: 77.65 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758816 KiB

[startup+27.201 s]
/proc/loadavg: 3.24 2.16 1.86 6/221 17635
/proc/meminfo: memFree=2209056/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14088900 memory=11758940 CPUtime=80.43 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 176693 0 0 0 6698 1345 0 0 20 0 15 0 250657265 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3522225 2939735 3596 1 0 3484297 0
[pid=17464/tid=17466] ppid=17461 vsize=14088900 memory=281125742758112 CPUtime=8.03 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) S 17461 17464 16066 0 -1 1077944384 23573 0 0 0 787 16 0 0 20 0 15 0 250657266 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059930939456 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14088900 memory=-2026666227646604569 CPUtime=17.23 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) R 17461 17464 16066 0 -1 4202560 37665 0 0 0 1443 280 0 0 20 0 15 0 250657267 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059891985552 140059908313611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14088900 memory=9164 CPUtime=17.32 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) R 17461 17464 16066 0 -1 4202560 27644 0 0 0 1401 331 0 0 20 0 15 0 250657267 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059521170448 140059911700230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14088900 memory=303430223234596890 CPUtime=17.21 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) R 17461 17464 16066 0 -1 4202560 24792 0 0 0 1389 332 0 0 20 0 15 0 250657267 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059520117848 140059908313611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14088900 memory=288230583166042426 CPUtime=17.18 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) R 17461 17464 16066 0 -1 4202560 27878 0 0 0 1340 378 0 0 20 0 15 0 250657267 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059519064736 140059911700432 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14088900 memory=13855174477220093 CPUtime=1.21 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) S 17461 17464 16066 0 -1 1077944384 27225 0 0 0 119 2 0 0 20 0 15 0 250657268 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059401470928 140059926714069 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17472] ppid=17461 vsize=14088900 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17472/stat : 17472 (java) S 17461 17464 16066 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 250657268 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059400418032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17473] ppid=17461 vsize=14088900 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17473/stat : 17473 (java) S 17461 17464 16066 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250657269 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059399365504 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17474] ppid=17461 vsize=14088900 memory=916 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17474/stat : 17474 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059398313808 140059926722459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17475] ppid=17461 vsize=14088900 memory=3848 CPUtime=0.8 cores=0,2,4,6
/proc/17464/task/17475/stat : 17475 (java) S 17461 17464 16066 0 -1 1077944384 1749 0 0 0 79 1 0 0 20 0 15 0 250657271 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059397262192 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17476] ppid=17461 vsize=14088900 memory=6791534058613427641 CPUtime=0.89 cores=0,2,4,6
/proc/17464/task/17476/stat : 17476 (java) S 17461 17464 16066 0 -1 1077944384 1647 0 0 0 89 0 0 0 20 0 15 0 250657271 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059396209392 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17477] ppid=17461 vsize=14088900 memory=-2023959437020729679 CPUtime=0.48 cores=0,2,4,6
/proc/17464/task/17477/stat : 17477 (java) S 17461 17464 16066 0 -1 1077944384 2633 0 0 0 48 0 0 0 20 0 15 0 250657271 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059395156592 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17478] ppid=17461 vsize=14088900 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17478/stat : 17478 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059394104032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17479] ppid=17461 vsize=14088900 memory=6655300316396806240 CPUtime=0.01 cores=0,2,4,6
/proc/17464/task/17479/stat : 17479 (java) S 17461 17464 16066 0 -1 1077944384 452 0 0 0 0 1 0 0 20 0 15 0 250657271 14427033600 2939735 33554432000 4194304 4196468 140736995376672 140059393051312 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 58 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
Current children cumulated CPU time: 80.43 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758940 KiB

[startup+27.4007 s]
/proc/loadavg: 3.24 2.16 1.86 6/221 17635
/proc/meminfo: memFree=2209056/32770624 swapFree=67108852/67108860
[pid=17464] ppid=17461 vsize=14088900 memory=11759172 CPUtime=80.88 cores=0,2,4,6
/proc/17464/stat : 17464 (java) S 17461 17464 16066 0 -1 1077944320 176901 0 0 0 6742 1346 0 0 20 0 15 0 250657265 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140736995359216 140059926703863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
/proc/17464/statm: 3522225 2939793 3597 1 0 3484297 0
[pid=17464/tid=17466] ppid=17461 vsize=14088900 memory=-7880843606126264262 CPUtime=8.03 cores=0,2,4,6
/proc/17464/task/17466/stat : 17466 (java) S 17461 17464 16066 0 -1 1077944384 23653 0 0 0 787 16 0 0 20 0 15 0 250657266 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059930943088 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17467] ppid=17461 vsize=14088900 memory=5450919713671312938 CPUtime=17.31 cores=0,2,4,6
/proc/17464/task/17467/stat : 17467 (java) S 17461 17464 16066 0 -1 1077944384 37707 0 0 0 1451 280 0 0 20 0 15 0 250657267 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059891985552 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17468] ppid=17461 vsize=14088900 memory=6791534058613427641 CPUtime=17.4 cores=0,2,4,6
/proc/17464/task/17468/stat : 17468 (java) S 17461 17464 16066 0 -1 1077944384 27720 0 0 0 1409 331 0 0 20 0 15 0 250657267 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059521170448 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17469] ppid=17461 vsize=14088900 memory=11758448 CPUtime=17.29 cores=0,2,4,6
/proc/17464/task/17469/stat : 17469 (java) S 17461 17464 16066 0 -1 1077944384 24796 0 0 0 1397 332 0 0 20 0 15 0 250657267 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059520117648 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17470] ppid=17461 vsize=14088900 memory=3708 CPUtime=17.26 cores=0,2,4,6
/proc/17464/task/17470/stat : 17470 (java) S 17461 17464 16066 0 -1 1077944384 27879 0 0 0 1348 378 0 0 20 0 15 0 250657267 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059519064848 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17471] ppid=17461 vsize=14088900 memory=6791534058613427641 CPUtime=1.32 cores=0,2,4,6
/proc/17464/task/17471/stat : 17471 (java) R 17461 17464 16066 0 -1 4202560 27226 0 0 0 130 2 0 0 20 0 15 0 250657268 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059401470912 140059918993317 0 0 0 16800975 0 0 0 -1 0 0 0 59 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17472] ppid=17461 vsize=14088900 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17472/stat : 17472 (java) S 17461 17464 16066 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 250657268 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059400418400 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17473] ppid=17461 vsize=14088900 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17473/stat : 17473 (java) S 17461 17464 16066 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250657269 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059399365504 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17474] ppid=17461 vsize=14088900 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17474/stat : 17474 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059398313808 140059926722459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17475] ppid=17461 vsize=14088900 memory=1404 CPUtime=0.8 cores=0,2,4,6
/proc/17464/task/17475/stat : 17475 (java) S 17461 17464 16066 0 -1 1077944384 1749 0 0 0 79 1 0 0 20 0 15 0 250657271 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059397262192 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17476] ppid=17461 vsize=14088900 memory=2656 CPUtime=0.89 cores=0,2,4,6
/proc/17464/task/17476/stat : 17476 (java) S 17461 17464 16066 0 -1 1077944384 1647 0 0 0 89 0 0 0 20 0 15 0 250657271 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059396209392 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17477] ppid=17461 vsize=14088900 memory=1280 CPUtime=0.48 cores=0,2,4,6
/proc/17464/task/17477/stat : 17477 (java) S 17461 17464 16066 0 -1 1077944384 2633 0 0 0 48 0 0 0 20 0 15 0 250657271 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059395156592 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17478] ppid=17461 vsize=14088900 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/17464/task/17478/stat : 17478 (java) S 17461 17464 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250657271 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059394104032 140059926714069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
[pid=17464/tid=17479] ppid=17461 vsize=14088900 memory=876 CPUtime=0.01 cores=0,2,4,6
/proc/17464/task/17479/stat : 17479 (java) S 17461 17464 16066 0 -1 1077944384 452 0 0 0 0 1 0 0 20 0 15 0 250657271 14427033600 2939793 33554432000 4194304 4196468 140736995376672 140059393051312 140059926715010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 58 0 0 6293624 6294260 10981376 140736995378267 140736995378446 140736995378446 140736995381199 0
Current children cumulated CPU time: 80.88 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759172 KiB

Child status: 1
Real time (s): 27.4783
CPU time (s): 80.97
CPU user time (s): 67.4445
CPU system time (s): 13.5255
CPU usage (%): 294.669
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11759172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.4445
system time used= 13.5255
maximum resident set size= 11759172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177023
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5246
involuntary context switches= 1368


# summary of solver processes directly reported to runsolver:
#   pid: 17464
#   total CPU time (s): 80.97
#   total CPU user time (s): 67.4445
#   total CPU system time (s): 13.5255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.207525 second user time and 0.340013 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-15 13:02:21
IDJOB=4310277
IDBENCH=141304
IDSOLVER=2796
FILE ID=node133/4310277-1534330941
RUNJOBID= node133-1534329232-16097
PBS_JOBID= 21038161
Free space on /tmp= 39116 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310277-1534330941/watcher-4310277-1534330941 -o /tmp/evaluation-result-4310277-1534330941/solver-4310277-1534330941 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16097 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 178067891 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310277-1534330941.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=178067891

node133.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.24
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.24
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.24
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.24
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:        18149888 kB
MemAvailable:   26367236 kB
Buffers:          158712 kB
Cached:          8299680 kB
SwapCached:            4 kB
Active:         10041060 kB
Inactive:        3993316 kB
Active(anon):    5526516 kB
Inactive(anon):   109924 kB
Active(file):    4514544 kB
Inactive(file):  3883392 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             53404 kB
Writeback:             0 kB
AnonPages:       5764448 kB
Mapped:            69480 kB
Shmem:             58008 kB
Slab:             276416 kB
SReclaimable:     247872 kB
SUnreclaim:        28544 kB
KernelStack:        3904 kB
PageTables:        16088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6743872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5505024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39200 MiB
End job on node133 at 2018-08-15 13:02:49