Trace number 4263395

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1699 2499.5601

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-13.xml
MD5SUM748c50a37a644f843fb6cdaa8347be41
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.34524
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":58},{"degree":4,"count":19},{"degree":5,"count":4}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":21},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

6.94/2.96	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
6.94/2.96	c This is free software under the dual EPL/GNU LGPL licenses.
6.94/2.96	c See www.sat4j.org for details.
6.94/2.96	c That software uses the Rhino library from the Mozilla project.
6.94/2.96	c version CUSTOM.v20170705
6.94/2.96	c java.runtime.name	Java(TM) SE Runtime Environment
6.94/2.96	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
6.94/2.96	c java.vm.version	25.131-b11
6.94/2.96	c java.vm.vendor	Oracle Corporation
6.94/2.96	c sun.arch.data.model	64
6.94/2.96	c java.version		1.8.0_131
6.94/2.96	c os.name		Linux
6.94/2.96	c os.version		3.10.0-514.16.1.el7.x86_64
6.94/2.96	c os.arch		amd64
6.94/2.96	c Free memory 		499604488
6.94/2.96	c Max memory 		7247757312
6.94/2.96	c Total memory 		504889344
6.94/2.96	c Number of processors 	4
6.94/2.96	c c --- Begin Solver configuration ---
6.94/2.96	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
6.94/2.96	c Learn all clauses as in MiniSAT
6.94/2.96	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
6.94/2.96	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
6.94/2.96	c No reason simplification
6.94/2.96	c Glucose 2.1 dynamic restart strategy
6.94/2.96	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
6.94/2.96	c timeout=2147483s
6.94/2.96	c DB Simplification allowed=false
6.94/2.96	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
6.94/2.96	c --- End Solver configuration ---
6.94/2.96	c constraints type 
6.94/2.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 162
6.94/2.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 276860
6.94/2.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4678560
6.94/2.96	c org.sat4j.minisat.constraints.cnf.UnitClause => 49
6.94/2.96	c 4955631 constraints processed.
2520.09/2499.50	c starts		: 41361
2520.09/2499.50	c conflicts		: 8685246
2520.09/2499.50	c decisions		: 65319330
2520.09/2499.50	c propagations		: 4142732563
2520.09/2499.50	c inspects		: 33954270616
2520.09/2499.50	c shortcuts		: 0
2520.09/2499.50	c learnt literals	: 13057
2520.09/2499.50	c learnt binary clauses	: 18153
2520.09/2499.50	c learnt ternary clauses	: 98636
2520.09/2499.50	c learnt constraints	: 8672189
2520.09/2499.50	c ignored constraints	: 0
2520.09/2499.50	c root simplifications	: 0
2520.09/2499.50	c removed literals (reason simplification)	: 0
2520.09/2499.50	c reason swapping (by a shorter reason)	: 0
2520.09/2499.50	c Calls to reduceDB	: 127
2520.09/2499.50	c Number of update (reduction) of LBD	: 8112739
2520.09/2499.50	c Imported unit clauses	: 0
2520.09/2499.50	c number of reductions to clauses (during analyze)	: 0
2520.09/2499.50	c number of learned constraints concerned by reduction	: 0
2520.09/2499.50	c number of learning phase by resolution	: 0
2520.09/2499.50	c number of learning phase by cutting planes	: 0
2520.09/2499.50	c number of rounding to 1 operations	: 0
2520.09/2499.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.09/2499.50	c number of reductions of the coefficients by power 2 	: 0
2520.09/2499.50	c number of right shift for reduction by power 2 	: 0
2520.09/2499.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.09/2499.50	c speed (assignments/second)	: 1659410.8903316152
2520.09/2499.50	c non guided choices	7464880
2520.09/2499.54	c learnt constraints type 
2520.09/2499.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18153
2520.09/2499.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 232729
2520.09/2499.54	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 (13175 MiB free)
  memory of node 1: 16384 MiB (15429 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263395-1502629011/watcher-4263395-1502629011 -o /tmp/evaluation-result-4263395-1502629011/solver-4263395-1502629011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263395-1502629011.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
Current StackSize limit: 8192 KiB

solver pid=29548, runsolver pid=29545

[startup+0.100141 s]*
/proc/loadavg: 2.03 2.03 2.15 3/204 29557
/proc/meminfo: memFree=29280164/32770624 swapFree=67108860/67108860
[pid=29548] ppid=29545 vsize=10417928 memory=21204 CPUtime=0.04 cores=1,3,5,7
/proc/29548/stat : 29548 (java) S 29545 29548 897 0 -1 1077944320 4241 0 0 0 3 1 0 0 20 0 13 0 65121813 10667958272 5235 18446744073709551615 4194304 4196468 140722979847648 140722979830192 140538982268663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
/proc/29548/statm: 2604482 5235 2260 1 0 2593979 0
[pid=29548/tid=29550] ppid=29545 vsize=10417928 memory=8390339637985935414 CPUtime=0.03 cores=1,3,5,7
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 897 0 -1 4202560 2668 0 0 0 3 0 0 0 20 0 13 0 65121819 10667958272 5367 18446744073709551615 4194304 4196468 140722979847648 140538986504472 140538982290589 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29551] ppid=29545 vsize=10417928 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 65121819 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538923305616 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29552] ppid=29545 vsize=10417928 memory=288370658612192896 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 65121819 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 65121819 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538921200016 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 65121819 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538920147216 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10417928 memory=140282460481152 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 65121821 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538021702512 140538982279810 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 65121821 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538020648480 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 65121821 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538019595632 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29558] ppid=29545 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 65121824 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538018543952 140538982287259 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29559] ppid=29545 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29559/stat : 29559 (java) R 29545 29548 897 0 -1 4202560 274 0 0 0 0 0 0 0 20 0 13 0 65121824 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538017484888 140538962585529 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29560] ppid=29545 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 65121824 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538016438208 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29561] ppid=29545 vsize=10417928 memory=140282460481152 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 897 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 13 0 65121824 10667958272 5433 18446744073709551615 4194304 4196468 140722979847648 140538015385712 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 21204 KiB

[startup+0.213007 s]*
/proc/loadavg: 2.03 2.03 2.15 3/210 29563
/proc/meminfo: memFree=29270568/32770624 swapFree=67108860/67108860
[pid=29548] ppid=29545 vsize=10551156 memory=30072 CPUtime=0.15 cores=1,3,5,7
/proc/29548/stat : 29548 (java) S 29545 29548 897 0 -1 1077944320 7770 0 0 0 13 2 0 0 20 0 15 0 65121813 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140722979830192 140538982268663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
/proc/29548/statm: 2637789 7518 2803 1 0 2627261 0
[pid=29548/tid=29550] ppid=29545 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=1,3,5,7
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 897 0 -1 4202560 5607 0 0 0 9 2 0 0 20 0 15 0 65121819 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538986479840 140538966349150 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29551] ppid=29545 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538923305616 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29552] ppid=29545 vsize=10551156 memory=288370658612192896 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538921200016 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65121819 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538920147216 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10551156 memory=140282460481152 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65121821 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538021702512 140538982279810 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65121821 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538020648480 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65121821 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538019595632 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29558] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65121824 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538018543952 140538982287259 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29559] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 897 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 65121824 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538017491312 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29560] ppid=29545 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65121824 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538016438512 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29561] ppid=29545 vsize=10551156 memory=140282460481152 CPUtime=0.02 cores=1,3,5,7
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 897 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 15 0 65121824 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538015385712 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29562] ppid=29545 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65121824 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538014333152 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29563] ppid=29545 vsize=10551156 memory=140282460481152 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121828 10804383744 7518 18446744073709551615 4194304 4196468 140722979847648 140538013281456 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30072 KiB

[startup+0.309904 s]*
/proc/loadavg: 2.03 2.03 2.15 3/210 29563
/proc/meminfo: memFree=29264976/32770624 swapFree=67108860/67108860
[pid=29548] ppid=29545 vsize=10551156 memory=37592 CPUtime=0.29 cores=1,3,5,7
/proc/29548/stat : 29548 (java) S 29545 29548 897 0 -1 1077944320 9326 0 0 0 26 3 0 0 20 0 15 0 65121813 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140722979830192 140538982268663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
/proc/29548/statm: 2637789 9398 2883 1 0 2627261 0
[pid=29548/tid=29550] ppid=29545 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 897 0 -1 4202560 6939 0 0 0 18 2 0 0 20 0 15 0 65121819 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538986500864 140538966312293 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29551] ppid=29545 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538923305616 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29552] ppid=29545 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538921200016 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65121819 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538920147216 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65121821 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538021702512 140538982279810 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65121821 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538020648480 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65121821 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538019595632 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29558] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65121824 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538018543952 140538982287259 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29559] ppid=29545 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 897 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 15 0 65121824 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538017491312 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29560] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 897 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 65121824 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538016438512 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29561] ppid=29545 vsize=10551156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29548/task/29561/stat : 29561 (java) R 29545 29548 897 0 -1 4202560 431 0 0 0 5 0 0 0 20 0 15 0 65121824 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538015385712 140538961226619 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29562] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65121824 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538014333152 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29563] ppid=29545 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121828 10804383744 9398 18446744073709551615 4194304 4196468 140722979847648 140538013281456 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37592 KiB

[startup+0.701301 s]
/proc/loadavg: 2.03 2.03 2.15 5/210 29563
/proc/meminfo: memFree=29239752/32770624 swapFree=67108860/67108860
[pid=29548] ppid=29545 vsize=10551232 memory=96208 CPUtime=1.26 cores=1,3,5,7
/proc/29548/stat : 29548 (java) S 29545 29548 897 0 -1 1077944320 13673 0 0 0 122 4 0 0 20 0 15 0 65121813 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140722979830192 140538982268663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
/proc/29548/statm: 2637808 24052 3051 1 0 2627261 0
[pid=29548/tid=29550] ppid=29545 vsize=10551232 memory=2316 CPUtime=0.58 cores=1,3,5,7
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 897 0 -1 4202560 7375 0 0 0 55 3 0 0 20 0 15 0 65121819 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538986494128 140538966349150 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29551] ppid=29545 vsize=10551232 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538923305616 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29552] ppid=29545 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10551232 memory=3762542493851407957 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121819 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538921200016 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65121819 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538920147216 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65121821 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538021702512 140538982279810 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65121821 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538020648480 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65121821 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538019595632 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29558] ppid=29545 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65121824 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538018543952 140538982287259 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29559] ppid=29545 vsize=10551232 memory=1712 CPUtime=0.31 cores=1,3,5,7
/proc/29548/task/29559/stat : 29559 (java) R 29545 29548 897 0 -1 4202560 3067 0 0 0 31 0 0 0 20 0 15 0 65121824 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538017477048 140538963788342 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29560] ppid=29545 vsize=10551232 memory=4616 CPUtime=0.2 cores=1,3,5,7
/proc/29548/task/29560/stat : 29560 (java) R 29545 29548 897 0 -1 1077944384 991 0 0 0 20 0 0 0 20 0 15 0 65121824 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538016438512 140538982279810 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29561] ppid=29545 vsize=10551232 memory=1012 CPUtime=0.13 cores=1,3,5,7
/proc/29548/task/29561/stat : 29561 (java) R 29545 29548 897 0 -1 4202560 874 0 0 0 13 0 0 0 20 0 15 0 65121824 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538015381440 140538982280598 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29562] ppid=29545 vsize=10551232 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65121824 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538014333152 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29563] ppid=29545 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65121828 10804461568 24052 18446744073709551615 4194304 4196468 140722979847648 140538013281456 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 96208 KiB

[startup+1.50172 s]
/proc/loadavg: 2.03 2.03 2.15 3/210 29563
/proc/meminfo: memFree=29063864/32770624 swapFree=67108860/67108860
[pid=29548] ppid=29545 vsize=10551232 memory=472044 CPUtime=3.04 cores=1,3,5,7
/proc/29548/stat : 29548 (java) S 29545 29548 897 0 -1 1077944320 15413 0 0 0 276 28 0 0 20 0 15 0 65121813 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140722979830192 140538982268663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
/proc/29548/statm: 2637808 118011 3083 1 0 2627261 0
[pid=29548/tid=29550] ppid=29545 vsize=10551232 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/29548/task/29550/stat : 29550 (java) S 29545 29548 897 0 -1 1077944384 7544 0 0 0 111 5 0 0 20 0 15 0 65121819 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140538986501648 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29551] ppid=29545 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/29548/task/29551/stat : 29551 (java) R 29545 29548 897 0 -1 4202560 174 0 0 0 16 5 0 0 20 0 15 0 65121819 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140538923305816 140538967292718 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29552] ppid=29545 vsize=10551232 memory=34 CPUtime=0.21 cores=1,3,5,7
/proc/29548/task/29552/stat : 29552 (java) R 29545 29548 897 0 -1 4202560 147 0 0 0 16 5 0 0 20 0 15 0 65121819 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538967296537 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10551232 memory=17 CPUtime=0.2 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) R 29545 29548 897 0 -1 4202560 171 0 0 0 15 5 0 0 20 0 15 0 65121819 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140538921200216 140538975368363 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10551232 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) R 29545 29548 897 0 -1 4202560 155 0 0 0 16 4 0 0 20 0 15 0 65121819 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140538920147104 140538967296537 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 65121821 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140538021701024 140538982278869 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65121821 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140538020648480 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65121821 10804461568 118011 18446744073709551615 4194304 4196468 140722979847648 140538019595632 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0

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

/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 897 0 -1 1077944384 7663 0 0 0 406 78 0 0 20 0 16 0 65121819 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10617796 memory=3082276 CPUtime=4.87 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 897 0 -1 1077944384 5899 0 0 0 410 77 0 0 20 0 16 0 65121819 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538921200016 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10617796 memory=3082276 CPUtime=4.85 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 897 0 -1 1077944384 6419 0 0 0 408 77 0 0 20 0 16 0 65121819 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538920147216 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10617796 memory=3082276 CPUtime=1.27 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 8888 0 0 0 123 4 0 0 20 0 16 0 65121821 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538021702512 140538982279810 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10617796 memory=3082276 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 65121821 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538020648544 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10617796 memory=280564579320096 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65121821 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538019595648 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29558] ppid=29545 vsize=10617796 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65121824 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538018543952 140538982287259 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29559] ppid=29545 vsize=10617796 memory=3082276 CPUtime=1.31 cores=1,3,5,7
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 897 0 -1 1077944384 8551 0 0 0 130 1 0 0 20 0 16 0 65121824 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538017491312 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29560] ppid=29545 vsize=10617796 memory=3082276 CPUtime=1.01 cores=1,3,5,7
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 897 0 -1 1077944384 4729 0 0 0 100 1 0 0 20 0 16 0 65121824 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538016438512 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29561] ppid=29545 vsize=10617796 memory=4116 CPUtime=0.28 cores=1,3,5,7
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 897 0 -1 1077944384 3258 0 0 0 28 0 0 0 20 0 16 0 65121824 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538015385712 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29562] ppid=29545 vsize=10617796 memory=36936 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65121824 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538014333152 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29563] ppid=29545 vsize=10617796 memory=3082276 CPUtime=1.41 cores=1,3,5,7
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 897 0 -1 1077944384 2434 0 0 0 71 70 0 0 20 0 16 0 65121828 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538013281456 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29564] ppid=29545 vsize=10617796 memory=3082276 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29564/stat : 29564 (java) S 29545 29548 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65122113 10872623104 770569 18446744073709551615 4194304 4196468 140722979847648 140538012226992 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
Current children cumulated CPU time: 2460.96 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3082276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.3 s]
/proc/loadavg: 2.28 2.02 1.98 3/211 29831
/proc/meminfo: memFree=27555484/32770624 swapFree=67108860/67108860
[pid=29548] ppid=29545 vsize=10617796 memory=3138736 CPUtime=2520.06 cores=1,3,5,7
/proc/29548/stat : 29548 (java) S 29545 29548 897 0 -1 1077944320 133339 0 0 0 251604 402 0 0 20 0 16 0 65121813 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140722979830192 140538982268663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
/proc/29548/statm: 2654449 784684 3127 1 0 2643902 0
[pid=29548/tid=29550] ppid=29545 vsize=10617796 memory=3138736 CPUtime=2492.48 cores=1,3,5,7
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 897 0 -1 4202560 73009 0 0 0 249232 16 0 0 20 0 16 0 65121819 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538986507536 140538597819756 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29551] ppid=29545 vsize=10617796 memory=3138736 CPUtime=5.5 cores=1,3,5,7
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 897 0 -1 1077944384 6148 0 0 0 472 78 0 0 20 0 16 0 65121819 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538923305616 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29552] ppid=29545 vsize=10617796 memory=3138736 CPUtime=5.53 cores=1,3,5,7
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 897 0 -1 1077944384 8629 0 0 0 473 80 0 0 20 0 16 0 65121819 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10617796 memory=3138736 CPUtime=5.57 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 897 0 -1 1077944384 6254 0 0 0 478 79 0 0 20 0 16 0 65121819 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538921200016 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10617796 memory=3138736 CPUtime=5.54 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 897 0 -1 1077944384 7030 0 0 0 476 78 0 0 20 0 16 0 65121819 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538920147216 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10617796 memory=3125300 CPUtime=1.32 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 11832 0 0 0 128 4 0 0 20 0 16 0 65121821 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538021702512 140538982279810 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10617796 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 65121821 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538020648544 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10617796 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65121821 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538019595648 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29558] ppid=29545 vsize=10617796 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65121824 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538018543952 140538982287259 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29559] ppid=29545 vsize=10617796 memory=5788 CPUtime=1.31 cores=1,3,5,7
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 897 0 -1 1077944384 8555 0 0 0 130 1 0 0 20 0 16 0 65121824 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538017491312 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29560] ppid=29545 vsize=10617796 memory=3138736 CPUtime=1.01 cores=1,3,5,7
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 897 0 -1 1077944384 4738 0 0 0 100 1 0 0 20 0 16 0 65121824 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538016438512 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29561] ppid=29545 vsize=10617796 memory=3138736 CPUtime=0.28 cores=1,3,5,7
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 897 0 -1 1077944384 3262 0 0 0 28 0 0 0 20 0 16 0 65121824 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538015385712 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29562] ppid=29545 vsize=10617796 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65121824 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538014333152 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29563] ppid=29545 vsize=10617796 memory=-8774313645642428999 CPUtime=1.44 cores=1,3,5,7
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 897 0 -1 1077944384 2472 0 0 0 72 72 0 0 20 0 16 0 65121828 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538013281456 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29564] ppid=29545 vsize=10617796 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29564/stat : 29564 (java) S 29545 29548 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65122113 10872623104 784684 18446744073709551615 4194304 4196468 140722979847648 140538012226992 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3138736 KiB

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

[startup+2499.56 s]
# the end of solver process 29548 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.13 s, system=4.04671 s

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

[startup+2499.41 s]
/proc/loadavg: 2.28 2.02 1.98 3/211 29831
/proc/meminfo: memFree=27555484/32770624 swapFree=67108860/67108860
[pid=29548] ppid=29545 vsize=10817488 memory=3138792 CPUtime=2520.09 cores=1,3,5,7
/proc/29548/stat : 29548 (java) S 29545 29548 897 0 -1 1077944320 133581 0 0 0 251606 403 0 0 20 0 17 0 65121813 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140722979830192 140538982268663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
/proc/29548/statm: 2704372 784698 3129 1 0 2693825 0
[pid=29548/tid=29550] ppid=29545 vsize=10817488 memory=5788 CPUtime=2492.49 cores=1,3,5,7
/proc/29548/task/29550/stat : 29550 (java) S 29545 29548 897 0 -1 1077944384 73015 0 0 0 249233 16 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538986511536 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29551] ppid=29545 vsize=10817488 memory=1712 CPUtime=5.5 cores=1,3,5,7
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 897 0 -1 1077944384 6148 0 0 0 472 78 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538923305616 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29552] ppid=29545 vsize=10817488 memory=-8774313645642428999 CPUtime=5.53 cores=1,3,5,7
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 897 0 -1 1077944384 8629 0 0 0 473 80 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10817488 memory=1228 CPUtime=5.57 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 897 0 -1 1077944384 6254 0 0 0 478 79 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538921200016 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10817488 memory=796 CPUtime=5.54 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 897 0 -1 1077944384 7030 0 0 0 476 78 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538920147216 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10817488 memory=5788 CPUtime=1.32 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 11832 0 0 0 128 4 0 0 20 0 17 0 65121821 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538021702512 140538982279810 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10817488 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 65121821 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538020648544 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10817488 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65121821 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538019595648 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29558] ppid=29545 vsize=10817488 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538018543952 140538982287259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29559] ppid=29545 vsize=10817488 memory=302022891367825718 CPUtime=1.31 cores=1,3,5,7
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 897 0 -1 1077944384 8555 0 0 0 130 1 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538017491312 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29560] ppid=29545 vsize=10817488 memory=15536310592997909 CPUtime=1.01 cores=1,3,5,7
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 897 0 -1 1077944384 4738 0 0 0 100 1 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538016438512 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29561] ppid=29545 vsize=10817488 memory=288230574492221466 CPUtime=0.28 cores=1,3,5,7
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 897 0 -1 1077944384 3320 0 0 0 28 0 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538015385712 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29562] ppid=29545 vsize=10817488 memory=303711741228089654 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538014333152 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29563] ppid=29545 vsize=10817488 memory=15536310592997909 CPUtime=1.44 cores=1,3,5,7
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 897 0 -1 1077944384 2472 0 0 0 72 72 0 0 20 0 17 0 65121828 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538013281456 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3138792 KiB

[startup+2499.5 s]
/proc/loadavg: 2.28 2.02 1.98 3/211 29831
/proc/meminfo: memFree=27555484/32770624 swapFree=67108860/67108860
[pid=29548] ppid=29545 vsize=10817488 memory=3138792 CPUtime=2520.09 cores=1,3,5,7
/proc/29548/stat : 29548 (java) S 29545 29548 897 0 -1 1077944320 133581 0 0 0 251606 403 0 0 20 0 17 0 65121813 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140722979830192 140538982268663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
/proc/29548/statm: 2704372 784698 3129 1 0 2693825 0
[pid=29548/tid=29550] ppid=29545 vsize=10817488 memory=3138736 CPUtime=2492.49 cores=1,3,5,7
/proc/29548/task/29550/stat : 29550 (java) S 29545 29548 897 0 -1 1077944384 73015 0 0 0 249233 16 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538986511536 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29551] ppid=29545 vsize=10817488 memory=3125300 CPUtime=5.5 cores=1,3,5,7
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 897 0 -1 1077944384 6148 0 0 0 472 78 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538923305616 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29552] ppid=29545 vsize=10817488 memory=3138736 CPUtime=5.53 cores=1,3,5,7
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 897 0 -1 1077944384 8629 0 0 0 473 80 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538922252816 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29553] ppid=29545 vsize=10817488 memory=3138736 CPUtime=5.57 cores=1,3,5,7
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 897 0 -1 1077944384 6254 0 0 0 478 79 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538921200016 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29554] ppid=29545 vsize=10817488 memory=3138736 CPUtime=5.54 cores=1,3,5,7
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 897 0 -1 1077944384 7030 0 0 0 476 78 0 0 20 0 17 0 65121819 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538920147216 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29555] ppid=29545 vsize=10817488 memory=3138736 CPUtime=1.32 cores=1,3,5,7
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 897 0 -1 1077944384 11832 0 0 0 128 4 0 0 20 0 17 0 65121821 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538021702512 140538982279810 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29556] ppid=29545 vsize=10817488 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 65121821 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538020648544 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29557] ppid=29545 vsize=10817488 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65121821 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538019595648 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29558] ppid=29545 vsize=10817488 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538018543952 140538982287259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29559] ppid=29545 vsize=10817488 memory=5788 CPUtime=1.31 cores=1,3,5,7
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 897 0 -1 1077944384 8555 0 0 0 130 1 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538017491312 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29560] ppid=29545 vsize=10817488 memory=3138736 CPUtime=1.01 cores=1,3,5,7
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 897 0 -1 1077944384 4738 0 0 0 100 1 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538016438512 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29561] ppid=29545 vsize=10817488 memory=3138736 CPUtime=0.28 cores=1,3,5,7
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 897 0 -1 1077944384 3320 0 0 0 28 0 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538015385712 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29562] ppid=29545 vsize=10817488 memory=3138736 CPUtime=0 cores=1,3,5,7
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65121824 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538014333152 140538982278869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
[pid=29548/tid=29563] ppid=29545 vsize=10817488 memory=-8774313645642428999 CPUtime=1.44 cores=1,3,5,7
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 897 0 -1 1077944384 2472 0 0 0 72 72 0 0 20 0 17 0 65121828 11077107712 784698 18446744073709551615 4194304 4196468 140722979847648 140538013281456 140538982279810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9486336 140722979852688 140722979852841 140722979852841 140722979856335 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3138792 KiB

Child status: 143
Real time (s): 2499.56
CPU time (s): 2520.17
CPU user time (s): 2516.13
CPU system time (s): 4.04671
CPU usage (%): 100.825
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3138792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.13
system time used= 4.04671
maximum resident set size= 3139668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56393
involuntary context switches= 1407


# summary of solver processes directly reported to runsolver:
#   pid: 29548
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2516.13
#   total CPU system time (s): 4.04671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.409 second user time and 24.7437 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 14:42:45
IDJOB=4263395
IDBENCH=133187
IDSOLVER=2651
FILE ID=node125/4263395-1502629011
RUNJOBID= node125-1502623975-28611
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-13.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263395-1502629011/watcher-4263395-1502629011 -o /tmp/evaluation-result-4263395-1502629011/solver-4263395-1502629011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263395-1502629011.xml

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

MD5SUM BENCH= 748c50a37a644f843fb6cdaa8347be41
RANDOM SEED=2105332690

node125.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.07
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.07
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.07
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.07
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:        29291308 kB
MemAvailable:   30137152 kB
Buffers:          284168 kB
Cached:           857292 kB
SwapCached:            0 kB
Active:          2466600 kB
Inactive:         582548 kB
Active(anon):    1907888 kB
Inactive(anon):    33100 kB
Active(file):     558712 kB
Inactive(file):   549448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1664 kB
Writeback:             4 kB
AnonPages:       1907412 kB
Mapped:            58480 kB
Shmem:             33444 kB
Slab:             132552 kB
SReclaimable:     107040 kB
SUnreclaim:        25512 kB
KernelStack:        3440 kB
PageTables:         8976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3171920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1798144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 15:24:25