Trace number 4263075

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
sat4j-CSP 2017-07-05? (TO) 2521.29 2436.28

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-18.xml
MD5SUMc676f6660bfbd7761e9ca0de91c4f968
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 variables391
Number of constraints390
Number of domains2
Minimum domain size2
Maximum domain size324
Distribution of domain sizes[{"size":2,"count":66},{"size":324,"count":325}]
Minimum variable degree2
Maximum variable degree66
Distribution of variable degrees[{"degree":2,"count":68},{"degree":3,"count":256},{"degree":4,"count":66},{"degree":66,"count":1}]
Minimum constraint arity2
Maximum constraint arity324
Distribution of constraint arities[{"arity":2,"count":323},{"arity":3,"count":66},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints389
Distribution of constraint types[{"type":"intension","count":389},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

54.31/35.53	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
54.31/35.53	c This is free software under the dual EPL/GNU LGPL licenses.
54.31/35.53	c See www.sat4j.org for details.
54.31/35.53	c That software uses the Rhino library from the Mozilla project.
54.31/35.53	c version CUSTOM.v20170705
54.31/35.53	c java.runtime.name	Java(TM) SE Runtime Environment
54.31/35.53	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
54.31/35.53	c java.vm.version	25.131-b11
54.31/35.53	c java.vm.vendor	Oracle Corporation
54.31/35.53	c sun.arch.data.model	64
54.31/35.53	c java.version		1.8.0_131
54.31/35.53	c os.name		Linux
54.31/35.53	c os.version		3.10.0-514.16.1.el7.x86_64
54.31/35.53	c os.arch		amd64
54.31/35.53	c Free memory 		499604488
54.31/35.53	c Max memory 		7247757312
54.31/35.53	c Total memory 		504889344
54.31/35.53	c Number of processors 	4
54.31/35.53	c c --- Begin Solver configuration ---
54.31/35.53	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
54.31/35.53	c Learn all clauses as in MiniSAT
54.31/35.53	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
54.31/35.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
54.31/35.53	c No reason simplification
54.31/35.53	c Glucose 2.1 dynamic restart strategy
54.31/35.53	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
54.31/35.53	c timeout=2147483s
54.31/35.53	c DB Simplification allowed=false
54.31/35.53	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
54.31/35.53	c --- End Solver configuration ---
54.31/35.53	c constraints type 
54.31/35.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 782
54.31/35.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17985168
54.31/35.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7458876
54.31/35.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 778
54.31/35.53	c 25445604 constraints processed.
2521.16/2436.17	c starts		: 51057
2521.16/2436.17	c conflicts		: 12733322
2521.16/2436.17	c decisions		: 397006713
2521.16/2436.17	c propagations		: 4580256626
2521.16/2436.17	c inspects		: 15313979424
2521.16/2436.17	c shortcuts		: 0
2521.16/2436.17	c learnt literals	: 0
2521.16/2436.17	c learnt binary clauses	: 59306
2521.16/2436.17	c learnt ternary clauses	: 247235
2521.16/2436.17	c learnt constraints	: 12733322
2521.16/2436.17	c ignored constraints	: 0
2521.16/2436.17	c root simplifications	: 0
2521.16/2436.17	c removed literals (reason simplification)	: 0
2521.16/2436.17	c reason swapping (by a shorter reason)	: 0
2521.16/2436.17	c Calls to reduceDB	: 155
2521.16/2436.17	c Number of update (reduction) of LBD	: 7960001
2521.16/2436.17	c Imported unit clauses	: 0
2521.16/2436.17	c number of reductions to clauses (during analyze)	: 0
2521.16/2436.17	c number of learned constraints concerned by reduction	: 0
2521.16/2436.17	c number of learning phase by resolution	: 0
2521.16/2436.17	c number of learning phase by cutting planes	: 0
2521.16/2436.17	c number of rounding to 1 operations	: 0
2521.16/2436.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2521.16/2436.17	c number of reductions of the coefficients by power 2 	: 0
2521.16/2436.17	c number of right shift for reduction by power 2 	: 0
2521.16/2436.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
2521.16/2436.17	c speed (assignments/second)	: 1907959.2960941095
2521.16/2436.17	c non guided choices	65750025
2521.20/2436.23	c learnt constraints type 
2521.20/2436.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 59306
2521.20/2436.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 514608
2521.20/2436.23	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 (12320 MiB free)
  memory of node 1: 16384 MiB (13413 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263075-1502627432/watcher-4263075-1502627432 -o /tmp/evaluation-result-4263075-1502627432/solver-4263075-1502627432 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4808 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263075-1502627432.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=5264, runsolver pid=5261

[startup+0.110555 s]*
/proc/loadavg: 2.01 2.01 1.99 4/216 5279
/proc/meminfo: memFree=26331508/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555400 memory=30936 CPUtime=0.13 cores=0,2,4,6
/proc/5264/stat : 5264 (java) S 5261 5264 31727 0 -1 1077944320 6806 0 0 0 11 2 0 0 20 0 15 0 95814861 10808729600 7734 33554432000 4194304 4196468 140721551243696 140721551226240 140615571332855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
/proc/5264/statm: 2638850 7734 2817 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 31727 0 -1 4202560 4652 0 0 0 8 1 0 0 20 0 15 0 95814861 10808729600 7734 33554432000 4194304 4196468 140721551243696 140615575555888 140615571354781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5267] ppid=5261 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95814862 10808729600 7734 33554432000 4194304 4196468 140721551243696 140615497407632 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5268] ppid=5261 vsize=10555400 memory=140413742118528 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808729600 7734 33554432000 4194304 4196468 140721551243696 140615496354832 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5269] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808729600 7734 33554432000 4194304 4196468 140721551243696 140615495302032 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5270] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808729600 7734 33554432000 4194304 4196468 140721551243696 140615494249232 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5271] ppid=5261 vsize=10555400 memory=140413742118528 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814864 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614809135472 140615571344002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5272] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95814864 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614808081440 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5273] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95814864 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614807028592 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5274] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614805976912 140615571351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5275] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 31727 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 95814867 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614804925296 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5276] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614803872496 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5277] ppid=5261 vsize=10555400 memory=140413742118528 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 31727 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 95814867 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614802819696 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5278] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614801767136 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5279] ppid=5261 vsize=10555400 memory=140413742118528 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95814867 10808729600 7734 33554432000 4194304 4196468 140721551243696 140614800714416 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30936 KiB

[startup+0.210382 s]*
/proc/loadavg: 2.01 2.01 1.99 4/216 5279
/proc/meminfo: memFree=26323568/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555400 memory=39488 CPUtime=0.3 cores=0,2,4,6
/proc/5264/stat : 5264 (java) S 5261 5264 31727 0 -1 1077944320 8135 0 0 0 27 3 0 0 20 0 15 0 95814861 10808729600 9872 33554432000 4194304 4196468 140721551243696 140721551226240 140615571332855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
/proc/5264/statm: 2638850 9872 2951 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 31727 0 -1 4202560 5229 0 0 0 17 2 0 0 20 0 15 0 95814861 10808729600 9884 33554432000 4194304 4196468 140721551243696 140615575561808 140615555413342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5267] ppid=5261 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95814862 10808729600 9884 33554432000 4194304 4196468 140721551243696 140615497407632 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5268] ppid=5261 vsize=10555400 memory=288370789893830272 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808729600 9884 33554432000 4194304 4196468 140721551243696 140615496354832 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5269] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808729600 9884 33554432000 4194304 4196468 140721551243696 140615495302032 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5270] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808729600 9884 33554432000 4194304 4196468 140721551243696 140615494249232 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5271] ppid=5261 vsize=10555400 memory=140413742118528 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814864 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614809135472 140615571344002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5272] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95814864 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614808081440 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5273] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95814864 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614807028592 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5274] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614805976912 140615571351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5275] ppid=5261 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 31727 0 -1 1077944384 574 0 0 0 1 0 0 0 20 0 15 0 95814867 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614804925296 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5276] ppid=5261 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 31727 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 15 0 95814867 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614803872496 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5277] ppid=5261 vsize=10555400 memory=140413742118528 CPUtime=0.06 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 31727 0 -1 1077944384 797 0 0 0 6 0 0 0 20 0 15 0 95814867 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614802819696 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5278] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614801767136 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5279] ppid=5261 vsize=10555400 memory=140413742118528 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95814867 10808729600 9884 33554432000 4194304 4196468 140721551243696 140614800714416 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39488 KiB

[startup+0.310747 s]*
/proc/loadavg: 2.01 2.01 1.99 4/216 5279
/proc/meminfo: memFree=26316496/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555476 memory=46536 CPUtime=0.51 cores=0,2,4,6
/proc/5264/stat : 5264 (java) S 5261 5264 31727 0 -1 1077944320 8893 0 0 0 47 4 0 0 20 0 15 0 95814861 10808807424 11634 33554432000 4194304 4196468 140721551243696 140721551226240 140615571332855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
/proc/5264/statm: 2638869 11634 3034 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555476 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 31727 0 -1 4202560 5690 0 0 0 27 2 0 0 20 0 15 0 95814861 10808807424 11634 33554432000 4194304 4196468 140721551243696 140615575568160 140615165706549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5267] ppid=5261 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95814862 10808807424 11634 33554432000 4194304 4196468 140721551243696 140615497407632 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5268] ppid=5261 vsize=10555476 memory=140413742176544 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808807424 11634 33554432000 4194304 4196468 140721551243696 140615496354832 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5269] ppid=5261 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808807424 11634 33554432000 4194304 4196468 140721551243696 140615495302032 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5270] ppid=5261 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814862 10808807424 11634 33554432000 4194304 4196468 140721551243696 140615494249232 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5271] ppid=5261 vsize=10555476 memory=140413742183456 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95814864 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614809135472 140615571344002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5272] ppid=5261 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95814864 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614808081440 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5273] ppid=5261 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95814864 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614807028592 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5274] ppid=5261 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614805976912 140615571351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5275] ppid=5261 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 31727 0 -1 1077944384 693 0 0 0 4 0 0 0 20 0 15 0 95814867 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614804925296 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5276] ppid=5261 vsize=10555476 memory=140413621095951 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) R 5261 5264 31727 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 95814867 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614803872496 140615571344002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5277] ppid=5261 vsize=10555476 memory=140413742123712 CPUtime=0.12 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) R 5261 5264 31727 0 -1 4202560 919 0 0 0 12 0 0 0 20 0 15 0 95814867 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614802819696 140615555413342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5278] ppid=5261 vsize=10555476 memory=140413621100495 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614801767136 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5279] ppid=5261 vsize=10555476 memory=280827363235776 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95814867 10808807424 11634 33554432000 4194304 4196468 140721551243696 140614800714416 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46536 KiB

[startup+0.701585 s]
/proc/loadavg: 2.01 2.01 1.99 3/216 5279
/proc/meminfo: memFree=26154968/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555476 memory=241244 CPUtime=1.61 cores=0,2,4,6
/proc/5264/stat : 5264 (java) S 5261 5264 31727 0 -1 1077944320 11732 0 0 0 150 11 0 0 20 0 15 0 95814861 10808807424 60311 33554432000 4194304 4196468 140721551243696 140721551226240 140615571332855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
/proc/5264/statm: 2638869 60311 3108 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555476 memory=2372 CPUtime=0.63 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 31727 0 -1 4202560 5847 0 0 0 58 5 0 0 20 0 15 0 95814861 10808807424 60311 33554432000 4194304 4196468 140721551243696 140615575570496 140615168758458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5267] ppid=5261 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 31727 0 -1 1077944384 94 0 0 0 2 1 0 0 20 0 15 0 95814862 10808807424 60311 33554432000 4194304 4196468 140721551243696 140615497407632 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5268] ppid=5261 vsize=10555476 memory=10640 CPUtime=0.01 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 31727 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 15 0 95814862 10808807424 60311 33554432000 4194304 4196468 140721551243696 140615496354832 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5269] ppid=5261 vsize=10555476 memory=15876 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 31727 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 15 0 95814862 10808807424 60311 33554432000 4194304 4196468 140721551243696 140615495302032 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5270] ppid=5261 vsize=10555476 memory=15588 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 31727 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 15 0 95814862 10808807424 60311 33554432000 4194304 4196468 140721551243696 140615494249232 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5271] ppid=5261 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 31727 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95814864 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614809135472 140615571344002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5272] ppid=5261 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95814864 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614808081440 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5273] ppid=5261 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 31727 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95814864 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614807028592 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5274] ppid=5261 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614805976912 140615571351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5275] ppid=5261 vsize=10555476 memory=6656426216303648864 CPUtime=0.32 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) R 5261 5264 31727 0 -1 4202560 1705 0 0 0 32 0 0 0 20 0 15 0 95814867 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614804906312 140615564432702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5276] ppid=5261 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) R 5261 5264 31727 0 -1 4202560 1256 0 0 0 29 0 0 0 20 0 15 0 95814867 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614803859952 140615552034560 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5277] ppid=5261 vsize=10555476 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 31727 0 -1 1077944384 1122 0 0 0 21 0 0 0 20 0 15 0 95814867 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614802819696 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5278] ppid=5261 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95814867 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614801767136 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5279] ppid=5261 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95814867 10808807424 60311 33554432000 4194304 4196468 140721551243696 140614800714416 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 241244 KiB

[startup+1.50082 s]
/proc/loadavg: 2.01 2.01 1.99 3/216 5279
/proc/meminfo: memFree=26095520/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555476 memory=312992 CPUtime=2.44 cores=0,2,4,6
/proc/5264/stat : 5264 (java) S 5261 5264 31727 0 -1 1077944320 11768 0 0 0 232 12 0 0 20 0 15 0 95814861 10808807424 78248 33554432000 4194304 4196468 140721551243696 140721551226240 140615571332855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
/proc/5264/statm: 2638869 78248 3112 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555476 memory=3467830215700591932 CPUtime=1.43 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 31727 0 -1 4202560 5883 0 0 0 137 6 0 0 20 0 15 0 95814861 10808807424 78248 33554432000 4194304 4196468 140721551243696 140615575569272 140615168760621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5267] ppid=5261 vsize=10555476 memory=257628 CPUtime=0.03 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 31727 0 -1 1077944384 94 0 0 0 2 1 0 0 20 0 15 0 95814862 10808807424 78248 33554432000 4194304 4196468 140721551243696 140615497407632 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5268] ppid=5261 vsize=10555476 memory=2241 CPUtime=0.01 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 31727 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 15 0 95814862 10808807424 78248 33554432000 4194304 4196468 140721551243696 140615496354832 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5269] ppid=5261 vsize=10555476 memory=10640 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 31727 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 15 0 95814862 10808807424 78248 33554432000 4194304 4196468 140721551243696 140615495302032 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5270] ppid=5261 vsize=10555476 memory=15876 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 31727 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 15 0 95814862 10808807424 78248 33554432000 4194304 4196468 140721551243696 140615494249232 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5271] ppid=5261 vsize=10555476 memory=15588 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 31727 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95814864 10808807424 78248 33554432000 4194304 4196468 140721551243696 140614809135472 140615571344002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0

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

/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 31727 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 95814864 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614808081504 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5273] ppid=5261 vsize=10622040 memory=7044924 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 31727 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 95814864 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614807028608 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5274] ppid=5261 vsize=10622040 memory=7044924 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614805976912 140615571351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5275] ppid=5261 vsize=10622040 memory=2344 CPUtime=2.17 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 31727 0 -1 1077944384 8440 0 0 0 215 2 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614804925296 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5276] ppid=5261 vsize=10622040 memory=1576 CPUtime=2.14 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 31727 0 -1 1077944384 7765 0 0 0 213 1 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614803872496 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5277] ppid=5261 vsize=10622040 memory=8112282956445269571 CPUtime=0.5 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 31727 0 -1 1077944384 3961 0 0 0 48 2 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614802819696 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5278] ppid=5261 vsize=10622040 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614801767136 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5279] ppid=5261 vsize=10622040 memory=4012 CPUtime=1.39 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 31727 0 -1 1077944384 2335 0 0 0 69 70 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614800714416 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5280] ppid=5261 vsize=10622040 memory=27552 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5280/stat : 5280 (java) S 5261 5264 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95818418 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614799659952 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
Current children cumulated CPU time: 2466.66 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 7044924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2435.7 s]
/proc/loadavg: 2.03 2.06 2.33 3/217 5661
/proc/meminfo: memFree=19023472/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10622040 memory=7044924 CPUtime=2520.09 cores=0,2,4,6
/proc/5264/stat : 5264 (java) S 5261 5264 31727 0 -1 1077944320 323494 0 0 0 251265 744 0 0 20 0 16 0 95814861 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140721551226240 140615571332855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
/proc/5264/statm: 2655510 1761231 3167 1 0 2643904 0
[pid=5264/tid=5266] ppid=5261 vsize=10622040 memory=640 CPUtime=2403.8 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 31727 0 -1 4202560 171597 0 0 0 240344 36 0 0 20 0 16 0 95814861 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140615575571760 140615171154510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5267] ppid=5261 vsize=10622040 memory=7044924 CPUtime=26.17 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 31727 0 -1 1077944384 26643 0 0 0 2462 155 0 0 20 0 16 0 95814862 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140615497407632 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5268] ppid=5261 vsize=10622040 memory=7044924 CPUtime=25.96 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 31727 0 -1 1077944384 23374 0 0 0 2436 160 0 0 20 0 16 0 95814862 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140615496354832 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5269] ppid=5261 vsize=10622040 memory=7044924 CPUtime=26.11 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 31727 0 -1 1077944384 23046 0 0 0 2446 165 0 0 20 0 16 0 95814862 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140615495302032 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5270] ppid=5261 vsize=10622040 memory=7044924 CPUtime=25.99 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 31727 0 -1 1077944384 19580 0 0 0 2439 160 0 0 20 0 16 0 95814862 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140615494249232 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5271] ppid=5261 vsize=10622040 memory=7044924 CPUtime=5.76 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 31727 0 -1 1077944384 35186 0 0 0 572 4 0 0 20 0 16 0 95814864 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614809135472 140615571344002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5272] ppid=5261 vsize=10622040 memory=7044924 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 31727 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 95814864 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614808081504 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5273] ppid=5261 vsize=10622040 memory=7044924 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 31727 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 95814864 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614807028608 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5274] ppid=5261 vsize=10622040 memory=7044924 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614805976912 140615571351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5275] ppid=5261 vsize=10622040 memory=7044924 CPUtime=2.17 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 31727 0 -1 1077944384 8452 0 0 0 215 2 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614804925296 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5276] ppid=5261 vsize=10622040 memory=7044924 CPUtime=2.14 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 31727 0 -1 1077944384 7783 0 0 0 213 1 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614803872496 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5277] ppid=5261 vsize=10622040 memory=7044924 CPUtime=0.5 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 31727 0 -1 1077944384 3973 0 0 0 48 2 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614802819696 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5278] ppid=5261 vsize=10622040 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614801767136 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5279] ppid=5261 vsize=10622040 memory=7044924 CPUtime=1.42 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 31727 0 -1 1077944384 2398 0 0 0 71 71 0 0 20 0 16 0 95814867 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614800714416 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5280] ppid=5261 vsize=10622040 memory=7044924 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5280/stat : 5280 (java) S 5261 5264 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95818418 10876968960 1761231 33554432000 4194304 4196468 140721551243696 140614799659952 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 7044924 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2436.28 s]
# the end of solver process 5264 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.81 s, system=7.48926 s

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

[startup+2436 s]*
/proc/loadavg: 2.03 2.06 2.33 2/218 5664
/proc/meminfo: memFree=19023472/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10821732 memory=7045168 CPUtime=2521.16 cores=0,2,4,6
/proc/5264/stat : 5264 (java) S 5261 5264 31727 0 -1 1077944320 327654 0 0 0 251371 745 0 0 20 0 17 0 95814861 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140721551226240 140615571332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
/proc/5264/statm: 2705433 1761292 3170 1 0 2693827 0
[pid=5264/tid=5266] ppid=5261 vsize=10821732 memory=6935054825532540783 CPUtime=2403.81 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) S 5261 5264 31727 0 -1 1077944384 171646 0 0 0 240345 36 0 0 20 0 17 0 95814861 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140615575575728 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5267] ppid=5261 vsize=10821732 memory=4872558044660077418 CPUtime=26.43 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 31727 0 -1 1077944384 27218 0 0 0 2488 155 0 0 20 0 17 0 95814862 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140615497407632 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5268] ppid=5261 vsize=10821732 memory=3832 CPUtime=26.22 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 31727 0 -1 1077944384 24482 0 0 0 2462 160 0 0 20 0 17 0 95814862 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140615496354832 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5269] ppid=5261 vsize=10821732 memory=6935054825532540783 CPUtime=26.37 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 31727 0 -1 1077944384 23460 0 0 0 2472 165 0 0 20 0 17 0 95814862 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140615495302032 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5270] ppid=5261 vsize=10821732 memory=4872558044660077418 CPUtime=26.25 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 31727 0 -1 1077944384 20550 0 0 0 2465 160 0 0 20 0 17 0 95814862 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140615494249232 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5271] ppid=5261 vsize=10821732 memory=1296 CPUtime=5.76 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 31727 0 -1 1077944384 35374 0 0 0 572 4 0 0 20 0 17 0 95814864 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614809135472 140615571344002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5272] ppid=5261 vsize=10821732 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 31727 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 95814864 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614808081504 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5273] ppid=5261 vsize=10821732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 31727 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 95814864 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614807028608 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5274] ppid=5261 vsize=10821732 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 31727 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 17 0 95814867 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614805976912 140615571351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5275] ppid=5261 vsize=10821732 memory=1708 CPUtime=2.17 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 31727 0 -1 1077944384 8452 0 0 0 215 2 0 0 20 0 17 0 95814867 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614804925296 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5276] ppid=5261 vsize=10821732 memory=1012 CPUtime=2.14 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 31727 0 -1 1077944384 7783 0 0 0 213 1 0 0 20 0 17 0 95814867 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614803872496 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5277] ppid=5261 vsize=10821732 memory=796 CPUtime=0.5 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 31727 0 -1 1077944384 4251 0 0 0 48 2 0 0 20 0 17 0 95814867 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614802819696 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5278] ppid=5261 vsize=10821732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95814867 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614801767136 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5279] ppid=5261 vsize=10821732 memory=8112282956445269571 CPUtime=1.42 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 31727 0 -1 1077944384 2398 0 0 0 71 71 0 0 20 0 17 0 95814867 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614800714416 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5662] ppid=5261 vsize=10821732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5662/stat : 5662 (java) S 5261 5264 31727 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 17 0 96058432 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614798606448 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5663] ppid=5261 vsize=10821732 memory=840 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5663/stat : 5663 (java) S 5261 5264 31727 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96058458 11081453568 1761292 33554432000 4194304 4196468 140721551243696 140614797554576 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
Current children cumulated CPU time: 2521.16 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 7045168 KiB

[startup+2436.2 s]
/proc/loadavg: 2.03 2.06 2.33 2/218 5664
/proc/meminfo: memFree=19023472/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10821732 memory=7045276 CPUtime=2521.2 cores=0,2,4,6
/proc/5264/stat : 5264 (java) S 5261 5264 31727 0 -1 1077944320 328394 0 0 0 251375 745 0 0 20 0 17 0 95814861 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140721551226240 140615571332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
/proc/5264/statm: 2705433 1761319 3170 1 0 2693827 0
[pid=5264/tid=5266] ppid=5261 vsize=10821732 memory=13571509067188477 CPUtime=2403.81 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) S 5261 5264 31727 0 -1 1077944384 171646 0 0 0 240345 36 0 0 20 0 17 0 95814861 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140615575575728 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5267] ppid=5261 vsize=10821732 memory=7044924 CPUtime=26.43 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 31727 0 -1 1077944384 27218 0 0 0 2488 155 0 0 20 0 17 0 95814862 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140615497407632 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5268] ppid=5261 vsize=10821732 memory=288230621803970871 CPUtime=26.22 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 31727 0 -1 1077944384 24482 0 0 0 2462 160 0 0 20 0 17 0 95814862 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140615496354832 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5269] ppid=5261 vsize=10821732 memory=13571509067188477 CPUtime=26.37 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 31727 0 -1 1077944384 23460 0 0 0 2472 165 0 0 20 0 17 0 95814862 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140615495302032 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5270] ppid=5261 vsize=10821732 memory=2200 CPUtime=26.25 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 31727 0 -1 1077944384 20550 0 0 0 2465 160 0 0 20 0 17 0 95814862 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140615494249232 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5271] ppid=5261 vsize=10821732 memory=6508 CPUtime=5.76 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 31727 0 -1 1077944384 35374 0 0 0 572 4 0 0 20 0 17 0 95814864 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614809135472 140615571344002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5272] ppid=5261 vsize=10821732 memory=840 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 31727 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 95814864 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614808081504 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5273] ppid=5261 vsize=10821732 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 31727 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 95814864 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614807028608 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5274] ppid=5261 vsize=10821732 memory=2536 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 31727 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 17 0 95814867 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614805976912 140615571351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5275] ppid=5261 vsize=10821732 memory=2840 CPUtime=2.17 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 31727 0 -1 1077944384 8529 0 0 0 215 2 0 0 20 0 17 0 95814867 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614804925296 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5276] ppid=5261 vsize=10821732 memory=1156 CPUtime=2.14 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) R 5261 5264 31727 0 -1 4202560 7932 0 0 0 213 1 0 0 20 0 17 0 95814867 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614803872496 140615554826857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5277] ppid=5261 vsize=10821732 memory=3280 CPUtime=0.5 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 31727 0 -1 1077944384 4599 0 0 0 48 2 0 0 20 0 17 0 95814867 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614802819696 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5278] ppid=5261 vsize=10821732 memory=301741373374332954 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95814867 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614801767136 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5279] ppid=5261 vsize=10821732 memory=1296 CPUtime=1.42 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 31727 0 -1 1077944384 2398 0 0 0 71 71 0 0 20 0 17 0 95814867 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614800714416 140615571344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5662] ppid=5261 vsize=10821732 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5662/stat : 5662 (java) S 5261 5264 31727 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 17 0 96058432 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614798606448 140615571343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
[pid=5264/tid=5663] ppid=5261 vsize=10821732 memory=1728 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5663/stat : 5663 (java) R 5261 5264 31727 0 -1 4202560 226 0 0 0 2 0 0 0 20 0 17 0 96058458 11081453568 1761319 33554432000 4194304 4196468 140721551243696 140614797550712 140615172107904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33452032 140721551250566 140721551250719 140721551250719 140721551253455 0
Current children cumulated CPU time: 2521.2 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 7045276 KiB

Child status: 143
Real time (s): 2436.28
CPU time (s): 2521.29
CPU user time (s): 2513.81
CPU system time (s): 7.48926
CPU usage (%): 103.49
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 7045276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.81
system time used= 7.48926
maximum resident set size= 7045472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56255
involuntary context switches= 3311


# summary of solver processes directly reported to runsolver:
#   pid: 5264
#   total CPU time (s): 2521.29
#   total CPU user time (s): 2513.81
#   total CPU system time (s): 7.48926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.96 second user time and 24.1071 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 14:16:14
IDJOB=4263075
IDBENCH=130619
IDSOLVER=2651
FILE ID=node105/4263075-1502627432
RUNJOBID= node105-1502624010-4808
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263075-1502627432/watcher-4263075-1502627432 -o /tmp/evaluation-result-4263075-1502627432/solver-4263075-1502627432 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4808 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263075-1502627432.xml

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

MD5SUM BENCH= c676f6660bfbd7761e9ca0de91c4f968
RANDOM SEED=1058648239

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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.17
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.17
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.17
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:        26351956 kB
MemAvailable:   31741836 kB
Buffers:          165468 kB
Cached:          5499652 kB
SwapCached:            0 kB
Active:           904912 kB
Inactive:        5053360 kB
Active(anon):     295556 kB
Inactive(anon):    25060 kB
Active(file):     609356 kB
Inactive(file):  5028300 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1520 kB
Writeback:             0 kB
AnonPages:        373920 kB
Mapped:            54896 kB
Shmem:             25228 kB
Slab:             161668 kB
SReclaimable:     136116 kB
SUnreclaim:        25552 kB
KernelStack:        3856 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1177796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60664 MiB
End job on node105 at 2017-08-13 14:56:50