Trace number 4307811

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? 502.799 163.888

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.69
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 1539332121
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
502.18/163.68	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
502.18/163.68		at scala.collection.mutable.ArrayBuilder$ofInt.mkArray(ArrayBuilder.scala:323)
502.18/163.68		at scala.collection.mutable.ArrayBuilder$ofInt.resize(ArrayBuilder.scala:329)
502.18/163.68		at scala.collection.mutable.ArrayBuilder$ofInt.sizeHint(ArrayBuilder.scala:334)
502.18/163.68		at scala.Array$.tabulate(Array.scala:327)
502.18/163.68		at oscar.cp.core.variables.CPIntVarAdaptable.oscar$cp$core$variables$CPIntVarAdaptable$$buildSparse(CPIntVarAdaptable.scala:277)
502.18/163.68		at oscar.cp.core.variables.CPIntVarAdaptable.removeContinuous(CPIntVarAdaptable.scala:267)
502.18/163.69		at oscar.cp.core.variables.CPIntVarAdaptable.removeValue(CPIntVarAdaptable.scala:259)
502.18/163.69		at oscar.cp.constraints.DiffVal.setup(DiffVal.scala:10)
502.18/163.69		at oscar.cp.core.CPStore.post(CPStore.scala:282)
502.18/163.69		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
502.18/163.69		at oscar.cp.core.CPSolver$$Lambda$170/600554759.apply$mcV$sp(Unknown Source)
502.70/163.85		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
502.70/163.85		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
502.70/163.85		at oscar.cp.package$.isInconsistent(package.scala:54)
502.70/163.85		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
502.70/163.85		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
502.70/163.85		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
502.70/163.85		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
502.70/163.85		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
502.70/163.85		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
502.70/163.85		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
502.70/163.85		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
502.70/163.85		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
502.70/163.85		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
502.70/163.85		at oscar.modeling.models.InstantiatedModel$$Lambda$161/409007038.apply(Unknown Source)
502.70/163.85		at scala.collection.immutable.List.foreach(List.scala:389)
502.70/163.85		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
502.70/163.85		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
502.70/163.85		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
502.70/163.85		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
502.70/163.85		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
502.70/163.85		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
502.70/163.85	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 (11164 MiB free)
  memory of node 1: 16384 MiB (13084 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307811-1534275706/watcher-4307811-1534275706 -o /tmp/evaluation-result-4307811-1534275706/solver-4307811-1534275706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15075 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1539332121 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307811-1534275706.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=17047, runsolver pid=17044
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 1.22 1.33 1.40 3/215 17062
/proc/meminfo: memFree=24813292/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14082736 memory=31964 CPUtime=0.12 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 6896 0 0 0 11 1 0 0 20 0 15 0 245133778 14420721664 7991 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3520684 7991 3152 1 0 3482761 0
[pid=17047/tid=17049] ppid=17044 vsize=14082736 memory=-8701690554792185722 CPUtime=0.09 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) R 17044 17047 15043 0 -1 4202560 4941 0 0 0 8 1 0 0 20 0 15 0 245133779 14420721664 7991 33554432000 4194304 4196468 140734918567616 140525427492512 140525407352158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 7991 33554432000 4194304 4196468 140734918567616 140525360871696 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 7991 33554432000 4194304 4196468 140734918567616 140525359819152 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 7991 33554432000 4194304 4196468 140734918567616 140525358766608 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) S 17044 17047 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 7991 33554432000 4194304 4196468 140734918567616 140525015931536 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) S 17044 17047 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524965427696 140525423282818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17055] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17055/stat : 17055 (java) S 17044 17047 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524964373920 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17056] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17056/stat : 17056 (java) S 17044 17047 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524963321328 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17057] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17057/stat : 17057 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524962269904 140525423290267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17058] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17058/stat : 17058 (java) S 17044 17047 15043 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524961216496 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17059] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17059/stat : 17059 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524960163952 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17060] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0.01 cores=1,3,5,7
/proc/17047/task/17060/stat : 17060 (java) S 17044 17047 15043 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 245133784 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524959111408 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17061] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17061/stat : 17061 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524958059104 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17062] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17062/stat : 17062 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 7991 33554432000 4194304 4196468 140734918567616 140524957006640 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31964 KiB

[startup+0.210847 s]*
/proc/loadavg: 1.22 1.33 1.40 6/215 17062
/proc/meminfo: memFree=24797912/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14082736 memory=47780 CPUtime=0.3 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 10564 0 0 0 28 2 0 0 20 0 15 0 245133778 14420721664 11945 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3520684 11945 3367 1 0 3482761 0
[pid=17047/tid=17049] ppid=17044 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) R 17044 17047 15043 0 -1 4202560 8276 0 0 0 18 2 0 0 20 0 15 0 245133779 14420721664 11945 33554432000 4194304 4196468 140734918567616 140525427497472 140525423283606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 11945 33554432000 4194304 4196468 140734918567616 140525360871696 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14082736 memory=3762109587562305184 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 11945 33554432000 4194304 4196468 140734918567616 140525359819152 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 11945 33554432000 4194304 4196468 140734918567616 140525358766608 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) S 17044 17047 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 11945 33554432000 4194304 4196468 140734918567616 140525015931536 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) S 17044 17047 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524965427696 140525423282818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17055] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17055/stat : 17055 (java) S 17044 17047 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524964373920 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17056] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17056/stat : 17056 (java) S 17044 17047 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524963321328 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17057] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17057/stat : 17057 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524962269904 140525423290267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17058] ppid=17044 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17047/task/17058/stat : 17058 (java) R 17044 17047 15043 0 -1 1077944384 449 0 0 0 2 0 0 0 20 0 15 0 245133784 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524961216496 140525423282818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17059] ppid=17044 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17047/task/17059/stat : 17059 (java) R 17044 17047 15043 0 -1 4202560 163 0 0 0 2 0 0 0 20 0 15 0 245133784 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524960163952 140525400518816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17060] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0.05 cores=1,3,5,7
/proc/17047/task/17060/stat : 17060 (java) R 17044 17047 15043 0 -1 4202560 295 0 0 0 5 0 0 0 20 0 15 0 245133784 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524959107776 140525401760969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17061] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17061/stat : 17061 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524958059104 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17062] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17062/stat : 17062 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 11945 33554432000 4194304 4196468 140734918567616 140524957006640 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47780 KiB

[startup+0.310595 s]*
/proc/loadavg: 1.22 1.33 1.40 3/215 17062
/proc/meminfo: memFree=24794020/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14082736 memory=51108 CPUtime=0.44 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 10918 0 0 0 41 3 0 0 20 0 15 0 245133778 14420721664 12777 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3520684 12777 3370 1 0 3482761 0
[pid=17047/tid=17049] ppid=17044 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) R 17044 17047 15043 0 -1 4202560 8609 0 0 0 28 2 0 0 20 0 15 0 245133779 14420721664 12777 33554432000 4194304 4196468 140734918567616 140525427483184 140525404835227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14082736 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 12777 33554432000 4194304 4196468 140734918567616 140525360871696 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14082736 memory=3905098875731318432 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 12777 33554432000 4194304 4196468 140734918567616 140525359819152 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 12777 33554432000 4194304 4196468 140734918567616 140525358766608 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) S 17044 17047 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245133779 14420721664 12777 33554432000 4194304 4196468 140734918567616 140525015931536 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) S 17044 17047 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524965427696 140525423282818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17055] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17055/stat : 17055 (java) S 17044 17047 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524964373920 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17056] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17056/stat : 17056 (java) S 17044 17047 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245133781 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524963321328 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17057] ppid=17044 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17057/stat : 17057 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524962269904 140525423290267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17058] ppid=17044 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/17047/task/17058/stat : 17058 (java) S 17044 17047 15043 0 -1 1077944384 455 0 0 0 3 0 0 0 20 0 15 0 245133784 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524961216496 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17059] ppid=17044 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17047/task/17059/stat : 17059 (java) S 17044 17047 15043 0 -1 1077944384 168 0 0 0 2 0 0 0 20 0 15 0 245133784 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524960163952 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17060] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0.07 cores=1,3,5,7
/proc/17047/task/17060/stat : 17060 (java) S 17044 17047 15043 0 -1 1077944384 304 0 0 0 7 0 0 0 20 0 15 0 245133784 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524959111408 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17061] ppid=17044 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17061/stat : 17061 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524958059104 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17062] ppid=17044 vsize=14082736 memory=140215980791424 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17062/stat : 17062 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133784 14420721664 12777 33554432000 4194304 4196468 140734918567616 140524957006640 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51108 KiB

[startup+0.700781 s]
/proc/loadavg: 1.22 1.33 1.40 6/215 17062
/proc/meminfo: memFree=24575152/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14084804 memory=91068 CPUtime=0.99 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 17623 0 0 0 94 5 0 0 20 0 15 0 245133778 14422839296 22767 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3521201 22767 3501 1 0 3483273 0
[pid=17047/tid=17049] ppid=17044 vsize=14084804 memory=33280 CPUtime=0.67 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) R 17044 17047 15043 0 -1 4202560 14944 0 0 0 63 4 0 0 20 0 15 0 245133779 14422839296 22767 33554432000 4194304 4196468 140734918567616 140525427495040 140525405755467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14084804 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14422839296 22767 33554432000 4194304 4196468 140734918567616 140525360871696 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14084804 memory=492 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14422839296 22767 33554432000 4194304 4196468 140734918567616 140525359819152 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14084804 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133779 14422839296 22767 33554432000 4194304 4196468 140734918567616 140525358766608 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) S 17044 17047 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245133779 14422839296 22767 33554432000 4194304 4196468 140734918567616 140525015931536 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14084804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) S 17044 17047 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245133781 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524965427696 140525423282818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17055] ppid=17044 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17055/stat : 17055 (java) S 17044 17047 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245133781 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524964373920 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17056] ppid=17044 vsize=14084804 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17056/stat : 17056 (java) S 17044 17047 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245133781 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524963321328 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17057] ppid=17044 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17057/stat : 17057 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524962269904 140525423290267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17058] ppid=17044 vsize=14084804 memory=7881696724453321575 CPUtime=0.06 cores=1,3,5,7
/proc/17047/task/17058/stat : 17058 (java) S 17044 17047 15043 0 -1 1077944384 583 0 0 0 6 0 0 0 20 0 15 0 245133784 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524961216496 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17059] ppid=17044 vsize=14084804 memory=7453282923461570405 CPUtime=0.09 cores=1,3,5,7
/proc/17047/task/17059/stat : 17059 (java) S 17044 17047 15043 0 -1 1077944384 343 0 0 0 9 0 0 0 20 0 15 0 245133784 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524960163952 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17060] ppid=17044 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17047/task/17060/stat : 17060 (java) S 17044 17047 15043 0 -1 1077944384 371 0 0 0 15 0 0 0 20 0 15 0 245133784 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524959111408 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17061] ppid=17044 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17061/stat : 17061 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524958059104 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17062] ppid=17044 vsize=14084804 memory=972 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17062/stat : 17062 (java) S 17044 17047 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245133784 14422839296 22767 33554432000 4194304 4196468 140734918567616 140524957006640 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 91068 KiB

[startup+1.50085 s]
/proc/loadavg: 1.22 1.33 1.40 6/215 17062
/proc/meminfo: memFree=24099108/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14086852 memory=322668 CPUtime=3.24 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 20032 0 0 0 301 23 0 0 20 0 15 0 245133778 14424936448 80667 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3521713 80667 3563 1 0 3483785 0
[pid=17047/tid=17049] ppid=17044 vsize=14086852 memory=321720 CPUtime=1.36 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) R 17044 17047 15043 0 -1 4202560 15372 0 0 0 129 7 0 0 20 0 15 0 245133779 14424936448 80667 33554432000 4194304 4196468 140734918567616 140525427505360 140525042676640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14086852 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) S 17044 17047 15043 0 -1 1077944384 61 0 0 0 7 3 0 0 20 0 15 0 245133779 14424936448 80667 33554432000 4194304 4196468 140734918567616 140525360871696 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14086852 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) S 17044 17047 15043 0 -1 1077944384 57 0 0 0 7 3 0 0 20 0 15 0 245133779 14424936448 80667 33554432000 4194304 4196468 140734918567616 140525359819152 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) S 17044 17047 15043 0 -1 1077944384 61 0 0 0 6 3 0 0 20 0 15 0 245133779 14424936448 80667 33554432000 4194304 4196468 140734918567616 140525358766608 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14086852 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) S 17044 17047 15043 0 -1 1077944384 67 0 0 0 7 3 0 0 20 0 15 0 245133779 14424936448 80667 33554432000 4194304 4196468 140734918567616 140525015931536 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) S 17044 17047 15043 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 245133781 14424936448 80667 33554432000 4194304 4196468 140734918567616 140524965427696 140525423282818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0

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

[startup+162.301 s]
/proc/loadavg: 3.66 2.36 1.78 6/215 17064
/proc/meminfo: memFree=10406196/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14090948 memory=11719624 CPUtime=497.6 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 252983 0 0 0 48692 1068 0 0 20 0 15 0 245133778 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3522737 2929906 3608 1 0 3484809 0
[pid=17047/tid=17049] ppid=17044 vsize=14090948 memory=11719592 CPUtime=39.54 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) S 17044 17047 15043 0 -1 1077944384 30228 0 0 0 3904 50 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525427510160 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14090948 memory=11719616 CPUtime=110.32 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) R 17044 17047 15043 0 -1 4202560 40470 0 0 0 10796 236 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525360871696 140525404868198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14090948 memory=11719620 CPUtime=110.12 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) R 17044 17047 15043 0 -1 4202560 24124 0 0 0 10758 254 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525359819152 140525404868682 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14090948 memory=11719620 CPUtime=109.6 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) R 17044 17047 15043 0 -1 4202560 25427 0 0 0 10702 258 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525358766808 140525404867522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14090948 memory=11719624 CPUtime=110.2 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) R 17044 17047 15043 0 -1 4202560 41297 0 0 0 10763 257 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525015931536 140525404868688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14090948 memory=11719624 CPUtime=10.52 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) S 17044 17047 15043 0 -1 1077944384 69403 0 0 0 1047 5 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524965426016 140525423281877 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17055] ppid=17044 vsize=14090948 memory=140215851507057 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17055/stat : 17055 (java) S 17044 17047 15043 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524964373984 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17056] ppid=17044 vsize=14090948 memory=11719612 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17056/stat : 17056 (java) S 17044 17047 15043 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524963321344 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17057] ppid=17044 vsize=14090948 memory=11719620 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17057/stat : 17057 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524962269904 140525423290267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17058] ppid=17044 vsize=14090948 memory=11719616 CPUtime=2.93 cores=1,3,5,7
/proc/17047/task/17058/stat : 17058 (java) S 17044 17047 15043 0 -1 1077944384 8279 0 0 0 292 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524961216496 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17059] ppid=17044 vsize=14090948 memory=11719620 CPUtime=3.4 cores=1,3,5,7
/proc/17047/task/17059/stat : 17059 (java) S 17044 17047 15043 0 -1 1077944384 5405 0 0 0 339 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524960163952 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17060] ppid=17044 vsize=14090948 memory=11719620 CPUtime=0.78 cores=1,3,5,7
/proc/17047/task/17060/stat : 17060 (java) S 17044 17047 15043 0 -1 1077944384 6726 0 0 0 77 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524959111408 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17061] ppid=17044 vsize=14090948 memory=11719620 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17061/stat : 17061 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524958059104 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17062] ppid=17044 vsize=14090948 memory=11719620 CPUtime=0.1 cores=1,3,5,7
/proc/17047/task/17062/stat : 17062 (java) S 17044 17047 15043 0 -1 1077944384 238 0 0 0 5 5 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524957006640 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
Current children cumulated CPU time: 497.6 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11719624 KiB

[startup+163.888 s]
# the end of solver process 17047 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=492.061 s, system=10.738 s

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

[startup+163.201 s]
/proc/loadavg: 3.85 2.42 1.80 6/215 17064
/proc/meminfo: memFree=10406196/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14090948 memory=11719624 CPUtime=500.77 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 253113 0 0 0 49009 1068 0 0 20 0 15 0 245133778 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3522737 2929906 3608 1 0 3484809 0
[pid=17047/tid=17049] ppid=17044 vsize=14090948 memory=1684 CPUtime=39.54 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) S 17044 17047 15043 0 -1 1077944384 30230 0 0 0 3904 50 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525427510224 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14090948 memory=768 CPUtime=111.07 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) R 17044 17047 15043 0 -1 4202560 40470 0 0 0 10871 236 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525360871896 140525408268075 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14090948 memory=11719624 CPUtime=110.88 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) R 17044 17047 15043 0 -1 4202560 24124 0 0 0 10834 254 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525359819152 140525408268317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14090948 memory=6791534058613427641 CPUtime=110.36 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) R 17044 17047 15043 0 -1 4202560 25427 0 0 0 10778 258 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525358766608 140525407970509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14090948 memory=64744 CPUtime=110.96 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) R 17044 17047 15043 0 -1 4202560 41425 0 0 0 10839 257 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525015931536 140525408268317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14090948 memory=776 CPUtime=10.66 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) S 17044 17047 15043 0 -1 1077944384 69403 0 0 0 1061 5 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524965426240 140525423281877 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17055] ppid=17044 vsize=14090948 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17055/stat : 17055 (java) S 17044 17047 15043 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524964373984 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17056] ppid=17044 vsize=14090948 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17056/stat : 17056 (java) S 17044 17047 15043 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524963321344 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17057] ppid=17044 vsize=14090948 memory=64744 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17057/stat : 17057 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524962269904 140525423290267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17058] ppid=17044 vsize=14090948 memory=776 CPUtime=2.93 cores=1,3,5,7
/proc/17047/task/17058/stat : 17058 (java) S 17044 17047 15043 0 -1 1077944384 8279 0 0 0 292 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524961216496 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17059] ppid=17044 vsize=14090948 memory=1876 CPUtime=3.4 cores=1,3,5,7
/proc/17047/task/17059/stat : 17059 (java) S 17044 17047 15043 0 -1 1077944384 5405 0 0 0 339 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524960163952 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17060] ppid=17044 vsize=14090948 memory=293 CPUtime=0.78 cores=1,3,5,7
/proc/17047/task/17060/stat : 17060 (java) S 17044 17047 15043 0 -1 1077944384 6726 0 0 0 77 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524959111408 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17061] ppid=17044 vsize=14090948 memory=340 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17061/stat : 17061 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524958059104 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17062] ppid=17044 vsize=14090948 memory=78 CPUtime=0.1 cores=1,3,5,7
/proc/17047/task/17062/stat : 17062 (java) S 17044 17047 15043 0 -1 1077944384 238 0 0 0 5 5 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524957006640 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
Current children cumulated CPU time: 500.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11719624 KiB

[startup+163.605 s]
/proc/loadavg: 3.85 2.42 1.80 6/215 17064
/proc/meminfo: memFree=10406196/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14090948 memory=11719624 CPUtime=502.18 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 253113 0 0 0 49150 1068 0 0 20 0 15 0 245133778 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3522737 2929906 3608 1 0 3484809 0
[pid=17047/tid=17049] ppid=17044 vsize=14090948 memory=2228 CPUtime=39.54 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) S 17044 17047 15043 0 -1 1077944384 30230 0 0 0 3904 50 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525427510224 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14090948 memory=33280 CPUtime=111.41 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) R 17044 17047 15043 0 -1 4202560 40470 0 0 0 10905 236 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525360871896 140525407970453 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14090948 memory=11908 CPUtime=111.21 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) R 17044 17047 15043 0 -1 4202560 24124 0 0 0 10867 254 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525359819152 140525408268317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14090948 memory=492 CPUtime=110.69 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) R 17044 17047 15043 0 -1 4202560 25427 0 0 0 10811 258 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525358766608 140525407970401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14090948 memory=1560 CPUtime=111.3 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) R 17044 17047 15043 0 -1 4202560 41425 0 0 0 10873 257 0 0 20 0 15 0 245133779 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140525015931536 140525408268038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14090948 memory=768 CPUtime=10.72 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) S 17044 17047 15043 0 -1 1077944384 69403 0 0 0 1067 5 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524965426256 140525423281877 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17055] ppid=17044 vsize=14090948 memory=5292 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17055/stat : 17055 (java) S 17044 17047 15043 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524964373984 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17056] ppid=17044 vsize=14090948 memory=11068 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17056/stat : 17056 (java) S 17044 17047 15043 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 245133781 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524963321344 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17057] ppid=17044 vsize=14090948 memory=1192 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17057/stat : 17057 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524962269904 140525423290267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17058] ppid=17044 vsize=14090948 memory=1520 CPUtime=2.93 cores=1,3,5,7
/proc/17047/task/17058/stat : 17058 (java) S 17044 17047 15043 0 -1 1077944384 8279 0 0 0 292 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524961216496 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17059] ppid=17044 vsize=14090948 memory=2680 CPUtime=3.4 cores=1,3,5,7
/proc/17047/task/17059/stat : 17059 (java) S 17044 17047 15043 0 -1 1077944384 5405 0 0 0 339 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524960163952 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17060] ppid=17044 vsize=14090948 memory=3160 CPUtime=0.78 cores=1,3,5,7
/proc/17047/task/17060/stat : 17060 (java) S 17044 17047 15043 0 -1 1077944384 6726 0 0 0 77 1 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524959111408 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17061] ppid=17044 vsize=14090948 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17061/stat : 17061 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524958059104 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17062] ppid=17044 vsize=14090948 memory=752 CPUtime=0.1 cores=1,3,5,7
/proc/17047/task/17062/stat : 17062 (java) S 17044 17047 15043 0 -1 1077944384 238 0 0 0 5 5 0 0 20 0 15 0 245133784 14429130752 2929906 33554432000 4194304 4196468 140734918567616 140524957006640 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
Current children cumulated CPU time: 502.18 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11719624 KiB

[startup+163.801 s]
/proc/loadavg: 3.85 2.42 1.80 6/215 17064
/proc/meminfo: memFree=10406196/32770624 swapFree=67030672/67108860
[pid=17047] ppid=17044 vsize=14090948 memory=11719628 CPUtime=502.7 cores=1,3,5,7
/proc/17047/stat : 17047 (java) S 17044 17047 15043 0 -1 1077944320 253212 0 0 0 49202 1068 0 0 20 0 15 0 245133778 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140734918550160 140525423271671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
/proc/17047/statm: 3522737 2929907 3609 1 0 3484809 0
[pid=17047/tid=17049] ppid=17044 vsize=14090948 memory=13888 CPUtime=39.54 cores=1,3,5,7
/proc/17047/task/17049/stat : 17049 (java) S 17044 17047 15043 0 -1 1077944384 30315 0 0 0 3904 50 0 0 20 0 15 0 245133779 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140525427511472 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17050] ppid=17044 vsize=14090948 memory=2228 CPUtime=111.52 cores=1,3,5,7
/proc/17047/task/17050/stat : 17050 (java) S 17044 17047 15043 0 -1 1077944384 40474 0 0 0 10916 236 0 0 20 0 15 0 245133779 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140525360871696 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17051] ppid=17044 vsize=14090948 memory=33280 CPUtime=111.32 cores=1,3,5,7
/proc/17047/task/17051/stat : 17051 (java) S 17044 17047 15043 0 -1 1077944384 24124 0 0 0 10878 254 0 0 20 0 15 0 245133779 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140525359819152 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17052] ppid=17044 vsize=14090948 memory=11908 CPUtime=110.8 cores=1,3,5,7
/proc/17047/task/17052/stat : 17052 (java) S 17044 17047 15043 0 -1 1077944384 25427 0 0 0 10822 258 0 0 20 0 15 0 245133779 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140525358766608 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17053] ppid=17044 vsize=14090948 memory=0 CPUtime=111.4 cores=1,3,5,7
/proc/17047/task/17053/stat : 17053 (java) S 17044 17047 15043 0 -1 1077944384 41425 0 0 0 10883 257 0 0 20 0 15 0 245133779 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140525015931536 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17054] ppid=17044 vsize=14090948 memory=140217797313446 CPUtime=10.81 cores=1,3,5,7
/proc/17047/task/17054/stat : 17054 (java) R 17044 17047 15043 0 -1 4202560 69406 0 0 0 1076 5 0 0 20 0 15 0 245133781 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524965426240 140525401641851 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17055] ppid=17044 vsize=14090948 memory=140217797313472 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17055/stat : 17055 (java) S 17044 17047 15043 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 245133781 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524964373984 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17056] ppid=17044 vsize=14090948 memory=140217797313601 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17056/stat : 17056 (java) S 17044 17047 15043 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 245133781 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524963321344 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17057] ppid=17044 vsize=14090948 memory=140217797314131 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17057/stat : 17057 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524962269904 140525423290267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17058] ppid=17044 vsize=14090948 memory=140217797314630 CPUtime=2.93 cores=1,3,5,7
/proc/17047/task/17058/stat : 17058 (java) S 17044 17047 15043 0 -1 1077944384 8279 0 0 0 292 1 0 0 20 0 15 0 245133784 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524961216496 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17059] ppid=17044 vsize=14090948 memory=149310243080262 CPUtime=3.4 cores=1,3,5,7
/proc/17047/task/17059/stat : 17059 (java) S 17044 17047 15043 0 -1 1077944384 5405 0 0 0 339 1 0 0 20 0 15 0 245133784 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524960163712 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17060] ppid=17044 vsize=14090948 memory=140217797314668 CPUtime=0.78 cores=1,3,5,7
/proc/17047/task/17060/stat : 17060 (java) S 17044 17047 15043 0 -1 1077944384 6733 0 0 0 77 1 0 0 20 0 15 0 245133784 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524959110304 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17061] ppid=17044 vsize=14090948 memory=140217797314669 CPUtime=0 cores=1,3,5,7
/proc/17047/task/17061/stat : 17061 (java) S 17044 17047 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245133784 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524958059104 140525423281877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
[pid=17047/tid=17062] ppid=17044 vsize=14090948 memory=140217797314815 CPUtime=0.1 cores=1,3,5,7
/proc/17047/task/17062/stat : 17062 (java) S 17044 17047 15043 0 -1 1077944384 238 0 0 0 5 5 0 0 20 0 15 0 245133784 14429130752 2929907 33554432000 4194304 4196468 140734918567616 140524957006640 140525423282818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12156928 140734918575176 140734918575369 140734918575369 140734918578127 0
Current children cumulated CPU time: 502.7 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11719628 KiB

Child status: 1
Real time (s): 163.888
CPU time (s): 502.799
CPU user time (s): 492.061
CPU system time (s): 10.738
CPU usage (%): 306.794
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 11719628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.061
system time used= 10.738
maximum resident set size= 11719628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16993
involuntary context switches= 5467


# summary of solver processes directly reported to runsolver:
#   pid: 17047
#   total CPU time (s): 502.799
#   total CPU user time (s): 492.061
#   total CPU system time (s): 10.738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25984 second user time and 1.4862 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-14 21:41:46
IDJOB=4307811
IDBENCH=141137
IDSOLVER=2791
FILE ID=node102/4307811-1534275706
RUNJOBID= node102-1534258226-15075
PBS_JOBID= 21038131
Free space on /tmp= 39476 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307811-1534275706/watcher-4307811-1534275706 -o /tmp/evaluation-result-4307811-1534275706/solver-4307811-1534275706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15075 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1539332121 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307811-1534275706.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=1539332121

node102.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.51
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.51
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.51
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.51
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:        24832112 kB
MemAvailable:   29059584 kB
Buffers:          198704 kB
Cached:          4279784 kB
SwapCached:        51232 kB
Active:          4784800 kB
Inactive:        2590872 kB
Active(anon):    2821976 kB
Inactive(anon):   126904 kB
Active(file):    1962824 kB
Inactive(file):  2463968 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030672 kB
Dirty:             43612 kB
Writeback:             0 kB
AnonPages:       2853964 kB
Mapped:            66196 kB
Shmem:             48996 kB
Slab:             257856 kB
SReclaimable:     229140 kB
SUnreclaim:        28716 kB
KernelStack:        3488 kB
PageTables:        10988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4826676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2723840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39440 MiB
End job on node102 at 2018-08-14 21:44:30