Trace number 4263254

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.1599 2509.96

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-14.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
Bench CategoryCSP (decision 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 variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263254-1502601563/watcher-4263254-1502601563 -o /tmp/evaluation-result-4263254-1502601563/solver-4263254-1502601563 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263254-1502601563.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=14500, runsolver pid=14497

[startup+0.100134 s]*
/proc/loadavg: 1.97 1.94 2.11 3/207 14509
/proc/meminfo: memFree=30992932/32770624 swapFree=67108860/67108860
[pid=14500] ppid=14497 vsize=10484492 memory=23552 CPUtime=0.05 cores=1,3,5,7
/proc/14500/stat : 14500 (java) S 14497 14500 7968 0 -1 1077944320 4849 0 0 0 4 1 0 0 20 0 14 0 14039034 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140733940971104 140505081749239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
/proc/14500/statm: 2621123 5888 2575 1 0 2610620 0
[pid=14500/tid=14502] ppid=14497 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/14500/task/14502/stat : 14502 (java) D 14497 14500 7968 0 -1 4202560 2961 0 0 0 4 0 0 0 20 0 14 0 14039039 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140505085986720 140505081771261 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14503] ppid=14497 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14503/stat : 14503 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14039040 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140505028098704 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14504] ppid=14497 vsize=10484492 memory=140402562692736 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14039040 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14039040 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14039040 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10484492 memory=140402562692736 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14039041 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14508] ppid=14497 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14508/stat : 14508 (java) S 14497 14500 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 14039041 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140504577496608 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14509] ppid=14497 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14509/stat : 14509 (java) S 14497 14500 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 14039042 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140504576443760 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14510] ppid=14497 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14510/stat : 14510 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14039044 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140504575392080 140505081767835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14511] ppid=14497 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14511/stat : 14511 (java) S 14497 14500 7968 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 14039044 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140504574339440 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14512] ppid=14497 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14512/stat : 14512 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14039044 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140504573286640 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14513] ppid=14497 vsize=10484492 memory=140402562692736 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14513/stat : 14513 (java) S 14497 14500 7968 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 14039044 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140504572233840 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14514] ppid=14497 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14514/stat : 14514 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14039044 10736119808 5888 18446744073709551615 4194304 4196468 140733940988560 140504571181280 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23552 KiB

[startup+0.210366 s]*
/proc/loadavg: 1.97 1.94 2.11 5/213 14515
/proc/meminfo: memFree=30983428/32770624 swapFree=67108860/67108860
[pid=14500] ppid=14497 vsize=10551156 memory=30576 CPUtime=0.17 cores=1,3,5,7
/proc/14500/stat : 14500 (java) S 14497 14500 7968 0 -1 1077944320 7953 0 0 0 14 3 0 0 20 0 15 0 14039034 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140733940971104 140505081749239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
/proc/14500/statm: 2637789 7644 2798 1 0 2627261 0
[pid=14500/tid=14502] ppid=14497 vsize=10551156 memory=8318255677412212789 CPUtime=0.12 cores=1,3,5,7
/proc/14500/task/14502/stat : 14502 (java) R 14497 14500 7968 0 -1 4202560 5758 0 0 0 10 2 0 0 20 0 15 0 14039039 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140505085981456 140505081771165 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14503] ppid=14497 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14503/stat : 14503 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14039040 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140505028098704 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14504] ppid=14497 vsize=10551156 memory=140402562701057 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14039040 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14039040 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14039040 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10551156 memory=140402562692736 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14039041 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14508] ppid=14497 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14508/stat : 14508 (java) S 14497 14500 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14039041 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504577496608 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14509] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14509/stat : 14509 (java) S 14497 14500 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14039042 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504576443760 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14510] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14510/stat : 14510 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14039044 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504575392080 140505081767835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14511] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14511/stat : 14511 (java) S 14497 14500 7968 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 14039044 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504574339440 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14512] ppid=14497 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14512/stat : 14512 (java) S 14497 14500 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 14039044 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504573286640 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14513] ppid=14497 vsize=10551156 memory=140402562692736 CPUtime=0.02 cores=1,3,5,7
/proc/14500/task/14513/stat : 14513 (java) S 14497 14500 7968 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 14039044 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504572233840 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14514] ppid=14497 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14514/stat : 14514 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14039044 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504571181280 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14515] ppid=14497 vsize=10551156 memory=140402562692736 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14515/stat : 14515 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14039048 10804383744 7644 18446744073709551615 4194304 4196468 140733940988560 140504570129584 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30576 KiB

[startup+0.310399 s]*
/proc/loadavg: 1.97 1.94 2.11 3/213 14515
/proc/meminfo: memFree=30976312/32770624 swapFree=67108860/67108860
[pid=14500] ppid=14497 vsize=10551156 memory=39692 CPUtime=0.33 cores=1,3,5,7
/proc/14500/stat : 14500 (java) S 14497 14500 7968 0 -1 1077944320 9208 0 0 0 30 3 0 0 20 0 15 0 14039034 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140733940971104 140505081749239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
/proc/14500/statm: 2637789 9923 2924 1 0 2627261 0
[pid=14500/tid=14502] ppid=14497 vsize=10551156 memory=-8774313645642428999 CPUtime=0.22 cores=1,3,5,7
/proc/14500/task/14502/stat : 14502 (java) R 14497 14500 7968 0 -1 4202560 6378 0 0 0 20 2 0 0 20 0 15 0 14039039 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140505085979616 140504704514954 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14503] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14503/stat : 14503 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14039040 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140505028098704 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14504] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14039040 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14039040 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14039040 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14039041 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14508] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14508/stat : 14508 (java) S 14497 14500 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14039041 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504577496608 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14509] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14509/stat : 14509 (java) S 14497 14500 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14039042 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504576443760 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14510] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14510/stat : 14510 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14039044 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504575392080 140505081767835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14511] ppid=14497 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14500/task/14511/stat : 14511 (java) R 14497 14500 7968 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 14039044 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504574339536 140505081759445 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14512] ppid=14497 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14500/task/14512/stat : 14512 (java) R 14497 14500 7968 0 -1 4202560 123 0 0 0 1 0 0 0 20 0 15 0 14039044 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504573286640 140505062342806 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14513] ppid=14497 vsize=10551156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14500/task/14513/stat : 14513 (java) S 14497 14500 7968 0 -1 1077944384 851 0 0 0 7 0 0 0 20 0 15 0 14039044 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504572233840 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14514] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14514/stat : 14514 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14039044 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504571181280 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14515] ppid=14497 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14515/stat : 14515 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14039048 10804383744 9923 18446744073709551615 4194304 4196468 140733940988560 140504570129584 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39692 KiB

[startup+0.700832 s]
/proc/loadavg: 1.97 1.94 2.11 7/214 14516
/proc/meminfo: memFree=30954180/32770624 swapFree=67108860/67108860
[pid=14500] ppid=14497 vsize=10617796 memory=76692 CPUtime=1.46 cores=1,3,5,7
/proc/14500/stat : 14500 (java) S 14497 14500 7968 0 -1 1077944320 14161 0 0 0 142 4 0 0 20 0 16 0 14039034 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140733940971104 140505081749239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
/proc/14500/statm: 2654449 19173 3061 1 0 2643902 0
[pid=14500/tid=14502] ppid=14497 vsize=10617796 memory=33 CPUtime=0.6 cores=1,3,5,7
/proc/14500/task/14502/stat : 14502 (java) R 14497 14500 7968 0 -1 4202560 7053 0 0 0 58 2 0 0 20 0 16 0 14039039 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140505085983808 140504707263824 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14503] ppid=14497 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14503/stat : 14503 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14039040 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140505028098704 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14504] ppid=14497 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14039040 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14039040 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10617796 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14039040 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10617796 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14039041 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14508] ppid=14497 vsize=10617796 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14508/stat : 14508 (java) S 14497 14500 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14039041 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504577496608 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14509] ppid=14497 vsize=10617796 memory=7450735414763743833 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14509/stat : 14509 (java) S 14497 14500 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14039042 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504576443760 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14510] ppid=14497 vsize=10617796 memory=7516898488813515365 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14510/stat : 14510 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14039044 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504575392080 140505081767835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14511] ppid=14497 vsize=10617796 memory=7810456045912550754 CPUtime=0.3 cores=1,3,5,7
/proc/14500/task/14511/stat : 14511 (java) R 14497 14500 7968 0 -1 4202560 2307 0 0 0 30 0 0 0 20 0 16 0 14039044 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504574324104 140505074038693 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14512] ppid=14497 vsize=10617796 memory=3054156605368933524 CPUtime=0.31 cores=1,3,5,7
/proc/14500/task/14512/stat : 14512 (java) R 14497 14500 7968 0 -1 4202560 1856 0 0 0 31 0 0 0 20 0 16 0 14039044 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504573267656 140505061439128 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14513] ppid=14497 vsize=10617796 memory=7013627913323831657 CPUtime=0.22 cores=1,3,5,7
/proc/14500/task/14513/stat : 14513 (java) S 14497 14500 7968 0 -1 1077944384 1553 0 0 0 22 0 0 0 20 0 16 0 14039044 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504572233840 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14514] ppid=14497 vsize=10617796 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14514/stat : 14514 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14039044 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504571181280 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14515] ppid=14497 vsize=10617796 memory=7682744562830902035 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14515/stat : 14515 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14039048 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504570129584 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14516] ppid=14497 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14516/stat : 14516 (java) S 14497 14500 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14039084 10872623104 19173 18446744073709551615 4194304 4196468 140733940988560 140504569075120 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 76692 KiB

[startup+1.50075 s]
/proc/loadavg: 1.97 1.94 2.11 3/214 14516
/proc/meminfo: memFree=30937808/32770624 swapFree=67108860/67108860
[pid=14500] ppid=14497 vsize=10617796 memory=86248 CPUtime=2.89 cores=1,3,5,7
/proc/14500/stat : 14500 (java) S 14497 14500 7968 0 -1 1077944320 16646 0 0 0 285 4 0 0 20 0 16 0 14039034 10872623104 21562 18446744073709551615 4194304 4196468 140733940988560 140733940971104 140505081749239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
/proc/14500/statm: 2654449 21562 3070 1 0 2643902 0
[pid=14500/tid=14502] ppid=14497 vsize=10617796 memory=4124 CPUtime=1.39 cores=1,3,5,7
/proc/14500/task/14502/stat : 14502 (java) R 14497 14500 7968 0 -1 4202560 7684 0 0 0 137 2 0 0 20 0 16 0 14039039 10872623104 21562 18446744073709551615 4194304 4196468 140733940988560 140505085985912 140504707604084 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14503] ppid=14497 vsize=10617796 memory=56 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14503/stat : 14503 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14039040 10872623104 21562 18446744073709551615 4194304 4196468 140733940988560 140505028098704 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14504] ppid=14497 vsize=10617796 memory=33 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14039040 10872623104 21562 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10617796 memory=6369585657310572387 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14039040 10872623104 21562 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10617796 memory=7522818353721207904 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14039040 10872623104 21562 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10617796 memory=7302698191804590959 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14039041 10872623104 21562 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0

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

/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 7528 0 0 0 221 20 0 0 20 0 16 0 14039040 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10617796 memory=458200 CPUtime=2.38 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 8766 0 0 0 219 19 0 0 20 0 16 0 14039040 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10617796 memory=458200 CPUtime=2.39 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 6325 0 0 0 220 19 0 0 20 0 16 0 14039040 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10617796 memory=458200 CPUtime=0.22 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 20227 0 0 0 16 6 0 0 20 0 16 0 14039041 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14508] ppid=14497 vsize=10617796 memory=280804829036256 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14508/stat : 14508 (java) S 14497 14500 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 14039041 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504577496608 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14509] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14509/stat : 14509 (java) S 14497 14500 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 14039042 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504576443760 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14510] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14510/stat : 14510 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504575392080 140505081767835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14511] ppid=14497 vsize=10617796 memory=458200 CPUtime=0.76 cores=1,3,5,7
/proc/14500/task/14511/stat : 14511 (java) S 14497 14500 7968 0 -1 1077944384 4837 0 0 0 75 1 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504574339440 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14512] ppid=14497 vsize=10617796 memory=458200 CPUtime=0.87 cores=1,3,5,7
/proc/14500/task/14512/stat : 14512 (java) S 14497 14500 7968 0 -1 1077944384 4485 0 0 0 87 0 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504573286640 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14513] ppid=14497 vsize=10617796 memory=458200 CPUtime=0.27 cores=1,3,5,7
/proc/14500/task/14513/stat : 14513 (java) S 14497 14500 7968 0 -1 1077944384 3354 0 0 0 26 1 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504572233840 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14514] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14514/stat : 14514 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504571181280 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14515] ppid=14497 vsize=10617796 memory=458200 CPUtime=1.43 cores=1,3,5,7
/proc/14500/task/14515/stat : 14515 (java) S 14497 14500 7968 0 -1 1077944384 1969 0 0 0 69 74 0 0 20 0 16 0 14039048 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504570129584 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14516] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14516/stat : 14516 (java) S 14497 14500 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14039084 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504569075120 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
Current children cumulated CPU time: 2512.62 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 458200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.7 s]
/proc/loadavg: 1.98 1.97 2.01 3/213 14819
/proc/meminfo: memFree=25870900/32770624 swapFree=67108860/67108860
[pid=14500] ppid=14497 vsize=10617796 memory=458200 CPUtime=2520.02 cores=1,3,5,7
/proc/14500/stat : 14500 (java) S 14497 14500 7968 0 -1 1077944320 86578 0 0 0 251847 155 0 0 20 0 16 0 14039034 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140733940971104 140505081749239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
/proc/14500/statm: 2654449 114550 3130 1 0 2643902 0
[pid=14500/tid=14502] ppid=14497 vsize=10617796 memory=164 CPUtime=2506.8 cores=1,3,5,7
/proc/14500/task/14502/stat : 14502 (java) R 14497 14500 7968 0 -1 4202560 20796 0 0 0 250675 5 0 0 20 0 16 0 14039039 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140505085988208 140504707403704 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14503] ppid=14497 vsize=10617796 memory=458200 CPUtime=2.39 cores=1,3,5,7
/proc/14500/task/14503/stat : 14503 (java) S 14497 14500 7968 0 -1 1077944384 6846 0 0 0 220 19 0 0 20 0 16 0 14039040 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140505028098704 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14504] ppid=14497 vsize=10617796 memory=458200 CPUtime=2.41 cores=1,3,5,7
/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 7528 0 0 0 221 20 0 0 20 0 16 0 14039040 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10617796 memory=458200 CPUtime=2.38 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 8766 0 0 0 219 19 0 0 20 0 16 0 14039040 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10617796 memory=458200 CPUtime=2.39 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 6325 0 0 0 220 19 0 0 20 0 16 0 14039040 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10617796 memory=458200 CPUtime=0.22 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 20227 0 0 0 16 6 0 0 20 0 16 0 14039041 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14508] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14508/stat : 14508 (java) S 14497 14500 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 14039041 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504577496608 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14509] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14509/stat : 14509 (java) S 14497 14500 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 14039042 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504576443760 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14510] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14510/stat : 14510 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504575392080 140505081767835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14511] ppid=14497 vsize=10617796 memory=458200 CPUtime=0.76 cores=1,3,5,7
/proc/14500/task/14511/stat : 14511 (java) S 14497 14500 7968 0 -1 1077944384 4837 0 0 0 75 1 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504574339440 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14512] ppid=14497 vsize=10617796 memory=0 CPUtime=0.87 cores=1,3,5,7
/proc/14500/task/14512/stat : 14512 (java) S 14497 14500 7968 0 -1 1077944384 4485 0 0 0 87 0 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504573286640 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14513] ppid=14497 vsize=10617796 memory=289 CPUtime=0.27 cores=1,3,5,7
/proc/14500/task/14513/stat : 14513 (java) S 14497 14500 7968 0 -1 1077944384 3354 0 0 0 26 1 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504572233840 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14514] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14514/stat : 14514 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14039044 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504571181280 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14515] ppid=14497 vsize=10617796 memory=458200 CPUtime=1.43 cores=1,3,5,7
/proc/14500/task/14515/stat : 14515 (java) S 14497 14500 7968 0 -1 1077944384 1969 0 0 0 69 74 0 0 20 0 16 0 14039048 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504570129584 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14516] ppid=14497 vsize=10617796 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14516/stat : 14516 (java) S 14497 14500 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14039084 10872623104 114550 18446744073709551615 4194304 4196468 140733940988560 140504569075120 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 458200 KiB

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

[startup+2509.96 s]
# the end of solver process 14500 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.59 s, system=1.56113 s

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

[startup+2509.81 s]
/proc/loadavg: 1.98 1.97 2.01 3/213 14819
/proc/meminfo: memFree=25870900/32770624 swapFree=67108860/67108860
[pid=14500] ppid=14497 vsize=10817488 memory=457464 CPUtime=2520.09 cores=1,3,5,7
/proc/14500/stat : 14500 (java) S 14497 14500 7968 0 -1 1077944320 87078 0 0 0 251854 155 0 0 20 0 17 0 14039034 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140733940971104 140505081749239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
/proc/14500/statm: 2704372 114366 3133 1 0 2693825 0
[pid=14500/tid=14502] ppid=14497 vsize=10817488 memory=1236 CPUtime=2506.81 cores=1,3,5,7
/proc/14500/task/14502/stat : 14502 (java) S 14497 14500 7968 0 -1 1077944384 20798 0 0 0 250676 5 0 0 20 0 17 0 14039039 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505085992112 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14503] ppid=14497 vsize=10817488 memory=640 CPUtime=2.41 cores=1,3,5,7
/proc/14500/task/14503/stat : 14503 (java) S 14497 14500 7968 0 -1 1077944384 6861 0 0 0 222 19 0 0 20 0 17 0 14039040 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505028098704 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14504] ppid=14497 vsize=10817488 memory=1296 CPUtime=2.42 cores=1,3,5,7
/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 7535 0 0 0 222 20 0 0 20 0 17 0 14039040 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10817488 memory=1732 CPUtime=2.39 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 8974 0 0 0 220 19 0 0 20 0 17 0 14039040 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10817488 memory=1700 CPUtime=2.4 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 6346 0 0 0 221 19 0 0 20 0 17 0 14039040 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10817488 memory=16444 CPUtime=0.22 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 20231 0 0 0 16 6 0 0 20 0 17 0 14039041 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14508] ppid=14497 vsize=10817488 memory=7964 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14508/stat : 14508 (java) S 14497 14500 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 14039041 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504577496608 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14509] ppid=14497 vsize=10817488 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14509/stat : 14509 (java) S 14497 14500 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 14039042 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504576443760 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14510] ppid=14497 vsize=10817488 memory=640 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14510/stat : 14510 (java) S 14497 14500 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504575392080 140505081767835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14511] ppid=14497 vsize=10817488 memory=1792 CPUtime=0.76 cores=1,3,5,7
/proc/14500/task/14511/stat : 14511 (java) S 14497 14500 7968 0 -1 1077944384 4837 0 0 0 75 1 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504574339440 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14512] ppid=14497 vsize=10817488 memory=960 CPUtime=0.87 cores=1,3,5,7
/proc/14500/task/14512/stat : 14512 (java) S 14497 14500 7968 0 -1 1077944384 4485 0 0 0 87 0 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504573286640 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14513] ppid=14497 vsize=10817488 memory=2248 CPUtime=0.27 cores=1,3,5,7
/proc/14500/task/14513/stat : 14513 (java) S 14497 14500 7968 0 -1 1077944384 3402 0 0 0 26 1 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504572233840 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14514] ppid=14497 vsize=10817488 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14514/stat : 14514 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504571181280 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14515] ppid=14497 vsize=10817488 memory=1588 CPUtime=1.43 cores=1,3,5,7
/proc/14500/task/14515/stat : 14515 (java) S 14497 14500 7968 0 -1 1077944384 1969 0 0 0 69 74 0 0 20 0 17 0 14039048 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504570129584 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 457464 KiB

[startup+2509.9 s]
/proc/loadavg: 1.98 1.97 2.01 3/213 14819
/proc/meminfo: memFree=25870900/32770624 swapFree=67108860/67108860
[pid=14500] ppid=14497 vsize=10817488 memory=457464 CPUtime=2520.09 cores=1,3,5,7
/proc/14500/stat : 14500 (java) S 14497 14500 7968 0 -1 1077944320 87078 0 0 0 251854 155 0 0 20 0 17 0 14039034 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140733940971104 140505081749239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
/proc/14500/statm: 2704372 114366 3133 1 0 2693825 0
[pid=14500/tid=14502] ppid=14497 vsize=10817488 memory=0 CPUtime=2506.81 cores=1,3,5,7
/proc/14500/task/14502/stat : 14502 (java) S 14497 14500 7968 0 -1 1077944384 20798 0 0 0 250676 5 0 0 20 0 17 0 14039039 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505085992112 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14503] ppid=14497 vsize=10817488 memory=458200 CPUtime=2.41 cores=1,3,5,7
/proc/14500/task/14503/stat : 14503 (java) S 14497 14500 7968 0 -1 1077944384 6861 0 0 0 222 19 0 0 20 0 17 0 14039040 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505028098704 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14504] ppid=14497 vsize=10817488 memory=458200 CPUtime=2.42 cores=1,3,5,7
/proc/14500/task/14504/stat : 14504 (java) S 14497 14500 7968 0 -1 1077944384 7535 0 0 0 222 20 0 0 20 0 17 0 14039040 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505027045904 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14505] ppid=14497 vsize=10817488 memory=458200 CPUtime=2.39 cores=1,3,5,7
/proc/14500/task/14505/stat : 14505 (java) S 14497 14500 7968 0 -1 1077944384 8974 0 0 0 220 19 0 0 20 0 17 0 14039040 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505025993104 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14506] ppid=14497 vsize=10817488 memory=458200 CPUtime=2.4 cores=1,3,5,7
/proc/14500/task/14506/stat : 14506 (java) S 14497 14500 7968 0 -1 1077944384 6346 0 0 0 221 19 0 0 20 0 17 0 14039040 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140505024940304 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14507] ppid=14497 vsize=10817488 memory=458200 CPUtime=0.22 cores=1,3,5,7
/proc/14500/task/14507/stat : 14507 (java) S 14497 14500 7968 0 -1 1077944384 20231 0 0 0 16 6 0 0 20 0 17 0 14039041 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504578550640 140505081760386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14508] ppid=14497 vsize=10817488 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14508/stat : 14508 (java) S 14497 14500 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 14039041 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504577496608 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14509] ppid=14497 vsize=10817488 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14509/stat : 14509 (java) S 14497 14500 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 14039042 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504576443760 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14510] ppid=14497 vsize=10817488 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14510/stat : 14510 (java) S 14497 14500 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504575392080 140505081767835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14511] ppid=14497 vsize=10817488 memory=164 CPUtime=0.76 cores=1,3,5,7
/proc/14500/task/14511/stat : 14511 (java) S 14497 14500 7968 0 -1 1077944384 4837 0 0 0 75 1 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504574339440 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14512] ppid=14497 vsize=10817488 memory=458200 CPUtime=0.87 cores=1,3,5,7
/proc/14500/task/14512/stat : 14512 (java) S 14497 14500 7968 0 -1 1077944384 4485 0 0 0 87 0 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504573286640 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14513] ppid=14497 vsize=10817488 memory=458200 CPUtime=0.27 cores=1,3,5,7
/proc/14500/task/14513/stat : 14513 (java) S 14497 14500 7968 0 -1 1077944384 3402 0 0 0 26 1 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504572233840 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14514] ppid=14497 vsize=10817488 memory=458200 CPUtime=0 cores=1,3,5,7
/proc/14500/task/14514/stat : 14514 (java) S 14497 14500 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14039044 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504571181280 140505081759445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
[pid=14500/tid=14515] ppid=14497 vsize=10817488 memory=458200 CPUtime=1.43 cores=1,3,5,7
/proc/14500/task/14515/stat : 14515 (java) S 14497 14500 7968 0 -1 1077944384 1969 0 0 0 69 74 0 0 20 0 17 0 14039048 11077107712 114366 18446744073709551615 4194304 4196468 140733940988560 140504570129584 140505081760386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23306240 140733940994449 140733940994602 140733940994602 140733940998095 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 457464 KiB

Child status: 143
Real time (s): 2509.96
CPU time (s): 2520.16
CPU user time (s): 2518.59
CPU system time (s): 1.56113
CPU usage (%): 100.406
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 742804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.59
system time used= 1.56113
maximum resident set size= 742804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57547
involuntary context switches= 974


# summary of solver processes directly reported to runsolver:
#   pid: 14500
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2518.59
#   total CPU system time (s): 1.56113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7922 second user time and 24.479 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 07:05:27
IDJOB=4263254
IDBENCH=115875
IDSOLVER=2651
FILE ID=node128/4263254-1502601563
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-14.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263254-1502601563/watcher-4263254-1502601563 -o /tmp/evaluation-result-4263254-1502601563/solver-4263254-1502601563 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263254-1502601563.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=1725636439

node128.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.94
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.94
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.94
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.94
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:        31004836 kB
MemAvailable:   31527036 kB
Buffers:          116292 kB
Cached:           694452 kB
SwapCached:            0 kB
Active:           728672 kB
Inactive:         627912 kB
Active(anon):     546064 kB
Inactive(anon):    16764 kB
Active(file):     182608 kB
Inactive(file):   611148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1616 kB
Writeback:            16 kB
AnonPages:        545636 kB
Mapped:            43812 kB
Shmem:             17116 kB
Slab:             113200 kB
SReclaimable:      88556 kB
SUnreclaim:        24644 kB
KernelStack:        3488 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1053828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 07:47:17