Trace number 4263279

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.2 2424.47

General information on the benchmark

NameDiamondFree/DiamondFree-m1-s1/
DiamondFree-055.xml
MD5SUM5b14a82f4b2104c7eb276669f9388ce0
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 benchmark24.0403
Satisfiable
(Un)Satisfiability was proved
Number of variables3081
Number of constraints344083
Number of domains4
Minimum domain size1
Maximum domain size243
Distribution of domain sizes[{"size":1,"count":55},{"size":2,"count":2970},{"size":18,"count":55},{"size":243,"count":1}]
Minimum variable degree1
Maximum variable degree1382
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":55},{"degree":3,"count":55},{"degree":4,"count":1485},{"degree":1382,"count":1485}]
Minimum constraint arity2
Maximum constraint arity3025
Distribution of constraint arities[{"arity":2,"count":2970},{"arity":6,"count":341055},{"arity":55,"count":1},{"arity":56,"count":56},{"arity":3025,"count":1}]
Number of extensional constraints0
Number of intensional constraints2970
Distribution of constraint types[{"type":"intension","count":2970},{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":341111}]
Optimization problemNO
Type of objective

Solver Data

155.68/64.91	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
155.68/64.91	c This is free software under the dual EPL/GNU LGPL licenses.
155.68/64.91	c See www.sat4j.org for details.
155.68/64.91	c That software uses the Rhino library from the Mozilla project.
155.68/64.91	c version CUSTOM.v20170705
155.68/64.91	c java.runtime.name	Java(TM) SE Runtime Environment
155.68/64.91	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
155.68/64.91	c java.vm.version	25.131-b11
155.68/64.91	c java.vm.vendor	Oracle Corporation
155.68/64.91	c sun.arch.data.model	64
155.68/64.91	c java.version		1.8.0_131
155.68/64.91	c os.name		Linux
155.68/64.91	c os.version		3.10.0-514.16.1.el7.x86_64
155.68/64.91	c os.arch		amd64
155.68/64.91	c Free memory 		499604488
155.68/64.91	c Max memory 		7247757312
155.68/64.91	c Total memory 		504889344
155.68/64.91	c Number of processors 	4
155.68/64.91	c c --- Begin Solver configuration ---
155.68/64.91	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
155.68/64.91	c Learn all clauses as in MiniSAT
155.68/64.91	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
155.68/64.91	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
155.68/64.91	c No reason simplification
155.68/64.91	c Glucose 2.1 dynamic restart strategy
155.68/64.91	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
155.68/64.91	c timeout=2147483s
155.68/64.91	c DB Simplification allowed=false
155.68/64.91	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
155.68/64.91	c --- End Solver configuration ---
155.68/64.91	c constraints type 
155.68/64.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 6052
155.68/64.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2394974
155.68/64.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 55
155.68/64.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15224852
155.68/64.91	c org.sat4j.specs.Constr$1 => 55
155.68/64.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 688378
155.68/64.91	c 18314366 constraints processed.
2520.13/2424.40	c starts		: 1317
2520.13/2424.40	c conflicts		: 461621
2520.13/2424.40	c decisions		: 14824567
2520.13/2424.40	c propagations		: 4612881400
2520.13/2424.40	c inspects		: 6237832408
2520.13/2424.40	c shortcuts		: 0
2520.13/2424.40	c learnt literals	: 2366
2520.13/2424.40	c learnt binary clauses	: 16572
2520.13/2424.40	c learnt ternary clauses	: 57066
2520.13/2424.40	c learnt constraints	: 459255
2520.13/2424.40	c ignored constraints	: 0
2520.13/2424.40	c root simplifications	: 0
2520.13/2424.40	c removed literals (reason simplification)	: 0
2520.13/2424.40	c reason swapping (by a shorter reason)	: 0
2520.13/2424.40	c Calls to reduceDB	: 26
2520.13/2424.40	c Number of update (reduction) of LBD	: 175281
2520.13/2424.40	c Imported unit clauses	: 0
2520.13/2424.40	c number of reductions to clauses (during analyze)	: 0
2520.13/2424.40	c number of learned constraints concerned by reduction	: 0
2520.13/2424.40	c number of learning phase by resolution	: 0
2520.13/2424.40	c number of learning phase by cutting planes	: 0
2520.13/2424.40	c number of rounding to 1 operations	: 0
2520.13/2424.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.13/2424.40	c number of reductions of the coefficients by power 2 	: 0
2520.13/2424.40	c number of right shift for reduction by power 2 	: 0
2520.13/2424.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.13/2424.40	c speed (assignments/second)	: 1955455.0884470877
2520.13/2424.40	c non guided choices	8737303
2520.13/2424.43	c learnt constraints type 
2520.13/2424.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16572
2520.13/2424.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73241
2520.13/2424.43	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15295 MiB free)
  memory of node 1: 16384 MiB (14699 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263279-1502628708/watcher-4263279-1502628708 -o /tmp/evaluation-result-4263279-1502628708/solver-4263279-1502628708 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263279-1502628708.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6141, runsolver pid=6138
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 2.19 2.05 2.32 3/216 6156
/proc/meminfo: memFree=30698076/32770624 swapFree=67108860/67108860
[pid=6141] ppid=6138 vsize=10555400 memory=28240 CPUtime=0.12 cores=0,2,4,6
/proc/6141/stat : 6141 (java) S 6138 6141 30973 0 -1 1077944320 6670 0 0 0 11 1 0 0 20 0 15 0 95959010 10808729600 7060 33554432000 4194304 4196468 140726804012896 140726803995440 139991203770103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
/proc/6141/statm: 2638850 7060 2838 1 0 2627263 0
[pid=6141/tid=6143] ppid=6138 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=0,2,4,6
/proc/6141/task/6143/stat : 6143 (java) R 6138 6141 30973 0 -1 4202560 4470 0 0 0 8 1 0 0 20 0 15 0 95959011 10808729600 7060 33554432000 4194304 4196468 140726804012896 139991207991616 139991187850590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6144] ppid=6138 vsize=10555400 memory=4211973418355232138 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6144/stat : 6144 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990810421776 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6145] ppid=6138 vsize=10555400 memory=139692150441600 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6145/stat : 6145 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990809369232 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6146] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6146/stat : 6146 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990808316176 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990807263632 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990695647984 139991203781250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6149] ppid=6138 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6149/stat : 6149 (java) S 6138 6141 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990694594208 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6150] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6150/stat : 6150 (java) S 6138 6141 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95959014 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990693541104 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6151] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6151/stat : 6151 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990692489680 139991203788699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6152] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6152/stat : 6152 (java) S 6138 6141 30973 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990691436784 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6153] ppid=6138 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6153/stat : 6153 (java) R 6138 6141 30973 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990690384240 139991203791450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6154] ppid=6138 vsize=10555400 memory=139692150441600 CPUtime=0.02 cores=0,2,4,6
/proc/6141/task/6154/stat : 6154 (java) R 6138 6141 30973 0 -1 4202560 387 0 0 0 2 0 0 0 20 0 15 0 95959016 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990689331184 139991203782038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6155] ppid=6138 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6155/stat : 6155 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990688278880 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6156] ppid=6138 vsize=10555400 memory=139692150441600 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6156/stat : 6156 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 7060 33554432000 4194304 4196468 140726804012896 139990687226928 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28240 KiB

[startup+0.219656 s]*
/proc/loadavg: 2.19 2.05 2.32 6/216 6156
/proc/meminfo: memFree=30688440/32770624 swapFree=67108860/67108860
[pid=6141] ppid=6138 vsize=10555400 memory=42860 CPUtime=0.36 cores=0,2,4,6
/proc/6141/stat : 6141 (java) S 6138 6141 30973 0 -1 1077944320 8322 0 0 0 34 2 0 0 20 0 15 0 95959010 10808729600 10715 33554432000 4194304 4196468 140726804012896 140726803995440 139991203770103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
/proc/6141/statm: 2638850 10715 3001 1 0 2627263 0
[pid=6141/tid=6143] ppid=6138 vsize=10555400 memory=-7387007932599496084 CPUtime=0.21 cores=0,2,4,6
/proc/6141/task/6143/stat : 6143 (java) R 6138 6141 30973 0 -1 4202560 5082 0 0 0 19 2 0 0 20 0 15 0 95959011 10808729600 10715 33554432000 4194304 4196468 140726804012896 139991208006192 139991203792029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6144] ppid=6138 vsize=10555400 memory=4211973418355232138 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6144/stat : 6144 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990810421776 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6145] ppid=6138 vsize=10555400 memory=139692150441600 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6145/stat : 6145 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990809369232 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6146] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6146/stat : 6146 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990808316176 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990807263632 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10555400 memory=139692150441600 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990695647984 139991203781250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6149] ppid=6138 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6149/stat : 6149 (java) S 6138 6141 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990694594208 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6150] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6150/stat : 6150 (java) S 6138 6141 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95959014 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990693541104 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6151] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6151/stat : 6151 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990692489680 139991203788699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6152] ppid=6138 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6141/task/6152/stat : 6152 (java) R 6138 6141 30973 0 -1 4202560 614 0 0 0 3 0 0 0 20 0 15 0 95959016 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990691426896 139991181597341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6153] ppid=6138 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6141/task/6153/stat : 6153 (java) R 6138 6141 30973 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 95959016 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990690365256 139991183271563 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6154] ppid=6138 vsize=10555400 memory=139692150441600 CPUtime=0.08 cores=0,2,4,6
/proc/6141/task/6154/stat : 6154 (java) R 6138 6141 30973 0 -1 4202560 964 0 0 0 8 0 0 0 20 0 15 0 95959016 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990689328120 139991182711640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6155] ppid=6138 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6155/stat : 6155 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990688278880 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6156] ppid=6138 vsize=10555400 memory=139692150441600 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6156/stat : 6156 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 10781 33554432000 4194304 4196468 140726804012896 139990687226928 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42860 KiB

[startup+0.310696 s]*
/proc/loadavg: 2.19 2.05 2.32 6/216 6156
/proc/meminfo: memFree=30665672/32770624 swapFree=67108860/67108860
[pid=6141] ppid=6138 vsize=10555400 memory=62268 CPUtime=0.65 cores=0,2,4,6
/proc/6141/stat : 6141 (java) S 6138 6141 30973 0 -1 1077944320 10088 0 0 0 62 3 0 0 20 0 15 0 95959010 10808729600 15567 33554432000 4194304 4196468 140726804012896 140726803995440 139991203770103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
/proc/6141/statm: 2638850 15567 3022 1 0 2627263 0
[pid=6141/tid=6143] ppid=6138 vsize=10555400 memory=93310054 CPUtime=0.3 cores=0,2,4,6
/proc/6141/task/6143/stat : 6143 (java) R 6138 6141 30973 0 -1 4202560 5089 0 0 0 28 2 0 0 20 0 15 0 95959011 10808729600 15567 33554432000 4194304 4196468 140726804012896 139991208006192 139991203792029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6144] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6144/stat : 6144 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990810421776 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6145] ppid=6138 vsize=10555400 memory=279384149909120 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6145/stat : 6145 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990809369232 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6146] ppid=6138 vsize=10555400 memory=279383998969632 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6146/stat : 6146 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990808316176 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10555400 memory=139691999467535 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959012 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990807263632 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10555400 memory=279384149916032 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990695647984 139991203781250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6149] ppid=6138 vsize=10555400 memory=139691999472143 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6149/stat : 6149 (java) S 6138 6141 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990694594208 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6150] ppid=6138 vsize=10555400 memory=139691999479635 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6150/stat : 6150 (java) S 6138 6141 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95959014 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990693541104 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6151] ppid=6138 vsize=10555400 memory=139691999481940 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6151/stat : 6151 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990692489680 139991203788699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6152] ppid=6138 vsize=10555400 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6141/task/6152/stat : 6152 (java) R 6138 6141 30973 0 -1 4202560 1395 0 0 0 12 0 0 0 20 0 15 0 95959016 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990691426704 139991187256045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6153] ppid=6138 vsize=10555400 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/6141/task/6153/stat : 6153 (java) R 6138 6141 30973 0 -1 4202560 918 0 0 0 11 0 0 0 20 0 15 0 95959016 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990690371168 139991203783952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6154] ppid=6138 vsize=10555400 memory=139692150441600 CPUtime=0.1 cores=0,2,4,6
/proc/6141/task/6154/stat : 6154 (java) R 6138 6141 30973 0 -1 1077944384 1319 0 0 0 10 0 0 0 20 0 15 0 95959016 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990689331184 139991203781250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6155] ppid=6138 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6155/stat : 6155 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990688278880 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6156] ppid=6138 vsize=10555400 memory=139692150469840 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6156/stat : 6156 (java) R 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 15567 33554432000 4194304 4196468 140726804012896 139990687226928 139991203781250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 62268 KiB

[startup+0.700853 s]
/proc/loadavg: 2.19 2.05 2.32 3/216 6156
/proc/meminfo: memFree=30593496/32770624 swapFree=67108860/67108860
[pid=6141] ppid=6138 vsize=10555400 memory=294920 CPUtime=1.62 cores=0,2,4,6
/proc/6141/stat : 6141 (java) S 6138 6141 30973 0 -1 1077944320 10684 0 0 0 141 21 0 0 20 0 15 0 95959010 10808729600 73730 33554432000 4194304 4196468 140726804012896 140726803995440 139991203770103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
/proc/6141/statm: 2638850 73730 3056 1 0 2627263 0
[pid=6141/tid=6143] ppid=6138 vsize=10555400 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/6141/task/6143/stat : 6143 (java) R 6138 6141 30973 0 -1 4202560 5143 0 0 0 53 4 0 0 20 0 15 0 95959011 10808729600 73730 33554432000 4194304 4196468 140726804012896 139991208009072 139991203792029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6144] ppid=6138 vsize=10555400 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6141/task/6144/stat : 6144 (java) S 6138 6141 30973 0 -1 1077944384 66 0 0 0 6 4 0 0 20 0 15 0 95959012 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990810421776 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6145] ppid=6138 vsize=10555400 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6141/task/6145/stat : 6145 (java) S 6138 6141 30973 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 95959012 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990809369232 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6146] ppid=6138 vsize=10555400 memory=146 CPUtime=0.1 cores=0,2,4,6
/proc/6141/task/6146/stat : 6146 (java) S 6138 6141 30973 0 -1 1077944384 69 0 0 0 6 4 0 0 20 0 15 0 95959012 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990808316176 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10555400 memory=2 CPUtime=0.1 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) S 6138 6141 30973 0 -1 1077944384 66 0 0 0 6 4 0 0 20 0 15 0 95959012 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990807263632 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990695647984 139991203781250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6149] ppid=6138 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6149/stat : 6149 (java) S 6138 6141 30973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990694594208 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6150] ppid=6138 vsize=10555400 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6150/stat : 6150 (java) S 6138 6141 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95959014 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990693541104 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6151] ppid=6138 vsize=10555400 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6151/stat : 6151 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990692489680 139991203788699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6152] ppid=6138 vsize=10555400 memory=1196 CPUtime=0.24 cores=0,2,4,6
/proc/6141/task/6152/stat : 6152 (java) S 6138 6141 30973 0 -1 1077944384 1521 0 0 0 24 0 0 0 20 0 15 0 95959016 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990691436784 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6153] ppid=6138 vsize=10555400 memory=8548 CPUtime=0.22 cores=0,2,4,6
/proc/6141/task/6153/stat : 6153 (java) R 6138 6141 30973 0 -1 1077944384 941 0 0 0 22 0 0 0 20 0 15 0 95959016 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990690384240 139991203781250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6154] ppid=6138 vsize=10555400 memory=1228 CPUtime=0.12 cores=0,2,4,6
/proc/6141/task/6154/stat : 6154 (java) S 6138 6141 30973 0 -1 1077944384 1367 0 0 0 12 0 0 0 20 0 15 0 95959016 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990689331184 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6155] ppid=6138 vsize=10555400 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6155/stat : 6155 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990688278880 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6156] ppid=6138 vsize=10555400 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6156/stat : 6156 (java) S 6138 6141 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95959016 10808729600 73730 33554432000 4194304 4196468 140726804012896 139990687226928 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 294920 KiB

[startup+1.5017 s]
/proc/loadavg: 2.19 2.05 2.32 6/216 6156
/proc/meminfo: memFree=30320556/32770624 swapFree=67108860/67108860
[pid=6141] ppid=6138 vsize=10555400 memory=481680 CPUtime=4.11 cores=0,2,4,6
/proc/6141/stat : 6141 (java) S 6138 6141 30973 0 -1 1077944320 11939 0 0 0 367 44 0 0 20 0 15 0 95959010 10808729600 120420 33554432000 4194304 4196468 140726804012896 140726803995440 139991203770103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
/proc/6141/statm: 2638850 120420 3067 1 0 2627263 0
[pid=6141/tid=6143] ppid=6138 vsize=10555400 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/6141/task/6143/stat : 6143 (java) S 6138 6141 30973 0 -1 1077944384 5143 0 0 0 75 4 0 0 20 0 15 0 95959011 10808729600 120420 33554432000 4194304 4196468 140726804012896 139991208009248 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6144] ppid=6138 vsize=10555400 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6141/task/6144/stat : 6144 (java) R 6138 6141 30973 0 -1 4202560 364 0 0 0 57 10 0 0 20 0 15 0 95959012 10808729600 120420 33554432000 4194304 4196468 140726804012896 139990810421776 139991188470799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6145] ppid=6138 vsize=10555400 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/6141/task/6145/stat : 6145 (java) R 6138 6141 30973 0 -1 4202560 312 0 0 0 56 9 0 0 20 0 15 0 95959012 10808729600 120420 33554432000 4194304 4196468 140726804012896 139990809369232 139991188759568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6146] ppid=6138 vsize=10555400 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6141/task/6146/stat : 6146 (java) R 6138 6141 30973 0 -1 4202560 542 0 0 0 58 9 0 0 20 0 15 0 95959012 10808729600 120420 33554432000 4194304 4196468 140726804012896 139990808316176 139991188470819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10555400 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) R 6138 6141 30973 0 -1 4202560 294 0 0 0 57 9 0 0 20 0 15 0 95959012 10808729600 120420 33554432000 4194304 4196468 140726804012896 139990807263752 139991188470770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10555400 memory=24 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 95959013 10808729600 120420 33554432000 4194304 4196468 140726804012896 139990695646528 139991203780309 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0

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

/proc/6141/task/6146/stat : 6146 (java) S 6138 6141 30973 0 -1 1077944384 15756 0 0 0 2757 126 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990808316176 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10624088 memory=6750352 CPUtime=29.08 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) S 6138 6141 30973 0 -1 1077944384 13814 0 0 0 2787 121 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990807263632 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10624088 memory=6750352 CPUtime=7.87 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 19085 0 0 0 783 4 0 0 20 0 16 0 95959013 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990695647984 139991203781250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6149] ppid=6138 vsize=10624088 memory=6750352 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6149/stat : 6149 (java) S 6138 6141 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 95959013 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990694594272 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6150] ppid=6138 vsize=10624088 memory=6750352 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6150/stat : 6150 (java) S 6138 6141 30973 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 16 0 95959014 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990693541120 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6151] ppid=6138 vsize=10624088 memory=6750352 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6151/stat : 6151 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990692489680 139991203788699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6152] ppid=6138 vsize=10624088 memory=6750352 CPUtime=3.77 cores=0,2,4,6
/proc/6141/task/6152/stat : 6152 (java) S 6138 6141 30973 0 -1 1077944384 16789 0 0 0 375 2 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990691436784 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6153] ppid=6138 vsize=10624088 memory=6750352 CPUtime=3.31 cores=0,2,4,6
/proc/6141/task/6153/stat : 6153 (java) S 6138 6141 30973 0 -1 1077944384 15686 0 0 0 329 2 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990690384240 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6154] ppid=6138 vsize=10624088 memory=6750352 CPUtime=0.73 cores=0,2,4,6
/proc/6141/task/6154/stat : 6154 (java) S 6138 6141 30973 0 -1 1077944384 13603 0 0 0 70 3 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990689331184 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6155] ppid=6138 vsize=10624088 memory=6750352 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6155/stat : 6155 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990688278880 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6156] ppid=6138 vsize=10624088 memory=6750352 CPUtime=1.66 cores=0,2,4,6
/proc/6141/task/6156/stat : 6156 (java) S 6138 6141 30973 0 -1 1077944384 2373 0 0 0 79 87 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990687226928 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6158] ppid=6138 vsize=10624088 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6158/stat : 6158 (java) S 6138 6141 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95965553 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990686172720 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
Current children cumulated CPU time: 2418.01 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 6750352 KiB

[startup+2382.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/217 6333
/proc/meminfo: memFree=22127620/32770624 swapFree=67108860/67108860
[pid=6141] ppid=6138 vsize=10624088 memory=6750352 CPUtime=2478.09 cores=0,2,4,6
/proc/6141/stat : 6141 (java) S 6138 6141 30973 0 -1 1077944320 374869 0 0 0 247195 614 0 0 20 0 16 0 95959010 10879066112 1687588 33554432000 4194304 4196468 140726804012896 140726803995440 139991203770103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
/proc/6141/statm: 2656022 1687588 3176 1 0 2644416 0
[pid=6141/tid=6143] ppid=6138 vsize=10624088 memory=6750352 CPUtime=2344.77 cores=0,2,4,6
/proc/6141/task/6143/stat : 6143 (java) R 6138 6141 30973 0 -1 4202560 236859 0 0 0 234443 34 0 0 20 0 16 0 95959011 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139991208007096 139990843003200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6144] ppid=6138 vsize=10624088 memory=6750352 CPUtime=28.88 cores=0,2,4,6
/proc/6141/task/6144/stat : 6144 (java) S 6138 6141 30973 0 -1 1077944384 21204 0 0 0 2765 123 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990810421776 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6145] ppid=6138 vsize=10624088 memory=6750352 CPUtime=29.01 cores=0,2,4,6
/proc/6141/task/6145/stat : 6145 (java) S 6138 6141 30973 0 -1 1077944384 18123 0 0 0 2774 127 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990809369232 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6146] ppid=6138 vsize=10624088 memory=6750352 CPUtime=28.83 cores=0,2,4,6
/proc/6141/task/6146/stat : 6146 (java) S 6138 6141 30973 0 -1 1077944384 15756 0 0 0 2757 126 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990808316176 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10624088 memory=6750352 CPUtime=29.08 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) S 6138 6141 30973 0 -1 1077944384 13814 0 0 0 2787 121 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990807263632 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10624088 memory=3212 CPUtime=7.87 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 19095 0 0 0 783 4 0 0 20 0 16 0 95959013 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990695647984 139991203781250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6149] ppid=6138 vsize=10624088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6149/stat : 6149 (java) S 6138 6141 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 95959013 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990694594272 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6150] ppid=6138 vsize=10624088 memory=6750352 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6150/stat : 6150 (java) S 6138 6141 30973 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 16 0 95959014 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990693541120 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6151] ppid=6138 vsize=10624088 memory=6750352 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6151/stat : 6151 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990692489680 139991203788699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6152] ppid=6138 vsize=10624088 memory=1228 CPUtime=3.77 cores=0,2,4,6
/proc/6141/task/6152/stat : 6152 (java) S 6138 6141 30973 0 -1 1077944384 16795 0 0 0 375 2 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990691436784 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6153] ppid=6138 vsize=10624088 memory=6750352 CPUtime=3.31 cores=0,2,4,6
/proc/6141/task/6153/stat : 6153 (java) S 6138 6141 30973 0 -1 1077944384 15693 0 0 0 329 2 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990690384240 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6154] ppid=6138 vsize=10624088 memory=6750352 CPUtime=0.73 cores=0,2,4,6
/proc/6141/task/6154/stat : 6154 (java) S 6138 6141 30973 0 -1 1077944384 13611 0 0 0 70 3 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990689331184 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6155] ppid=6138 vsize=10624088 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6155/stat : 6155 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990688278880 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6156] ppid=6138 vsize=10624088 memory=2336 CPUtime=1.74 cores=0,2,4,6
/proc/6141/task/6156/stat : 6156 (java) S 6138 6141 30973 0 -1 1077944384 2414 0 0 0 83 91 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990687226928 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6158] ppid=6138 vsize=10624088 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6158/stat : 6158 (java) S 6138 6141 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95965553 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990686172720 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
Current children cumulated CPU time: 2478.09 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 6750352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2424.2 s]
/proc/loadavg: 2.02 2.01 2.05 3/217 6334
/proc/meminfo: memFree=22127760/32770624 swapFree=67108860/67108860
[pid=6141] ppid=6138 vsize=10624088 memory=6750352 CPUtime=2520.02 cores=0,2,4,6
/proc/6141/stat : 6141 (java) S 6138 6141 30973 0 -1 1077944320 378606 0 0 0 251387 615 0 0 20 0 16 0 95959010 10879066112 1687588 33554432000 4194304 4196468 140726804012896 140726803995440 139991203770103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
/proc/6141/statm: 2656022 1687588 3176 1 0 2644416 0
[pid=6141/tid=6143] ppid=6138 vsize=10624088 memory=1716 CPUtime=2386.67 cores=0,2,4,6
/proc/6141/task/6143/stat : 6143 (java) R 6138 6141 30973 0 -1 4202560 240524 0 0 0 238633 34 0 0 20 0 16 0 95959011 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139991208007096 139990848320515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6144] ppid=6138 vsize=10624088 memory=5792 CPUtime=28.88 cores=0,2,4,6
/proc/6141/task/6144/stat : 6144 (java) S 6138 6141 30973 0 -1 1077944384 21204 0 0 0 2765 123 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990810421776 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6145] ppid=6138 vsize=10624088 memory=8112282956445269571 CPUtime=29.01 cores=0,2,4,6
/proc/6141/task/6145/stat : 6145 (java) S 6138 6141 30973 0 -1 1077944384 18123 0 0 0 2774 127 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990809369232 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6146] ppid=6138 vsize=10624088 memory=6750352 CPUtime=28.83 cores=0,2,4,6
/proc/6141/task/6146/stat : 6146 (java) S 6138 6141 30973 0 -1 1077944384 15756 0 0 0 2757 126 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990808316176 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10624088 memory=1156 CPUtime=29.08 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) S 6138 6141 30973 0 -1 1077944384 13814 0 0 0 2787 121 0 0 20 0 16 0 95959012 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990807263632 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10624088 memory=3188 CPUtime=7.87 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 19105 0 0 0 783 4 0 0 20 0 16 0 95959013 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990695647984 139991203781250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6149] ppid=6138 vsize=10624088 memory=2788528 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6149/stat : 6149 (java) S 6138 6141 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 95959013 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990694594272 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6150] ppid=6138 vsize=10624088 memory=6764 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6150/stat : 6150 (java) S 6138 6141 30973 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 16 0 95959014 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990693541120 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6151] ppid=6138 vsize=10624088 memory=840 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6151/stat : 6151 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990692489680 139991203788699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6152] ppid=6138 vsize=10624088 memory=2620 CPUtime=3.77 cores=0,2,4,6
/proc/6141/task/6152/stat : 6152 (java) S 6138 6141 30973 0 -1 1077944384 16802 0 0 0 375 2 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990691436784 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6153] ppid=6138 vsize=10624088 memory=2692 CPUtime=3.31 cores=0,2,4,6
/proc/6141/task/6153/stat : 6153 (java) S 6138 6141 30973 0 -1 1077944384 15699 0 0 0 329 2 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990690384240 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6154] ppid=6138 vsize=10624088 memory=1160 CPUtime=0.73 cores=0,2,4,6
/proc/6141/task/6154/stat : 6154 (java) S 6138 6141 30973 0 -1 1077944384 13619 0 0 0 70 3 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990689331184 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6155] ppid=6138 vsize=10624088 memory=3192 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6155/stat : 6155 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990688278880 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6156] ppid=6138 vsize=10624088 memory=6750352 CPUtime=1.78 cores=0,2,4,6
/proc/6141/task/6156/stat : 6156 (java) S 6138 6141 30973 0 -1 1077944384 2455 0 0 0 85 93 0 0 20 0 16 0 95959016 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990687226928 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6158] ppid=6138 vsize=10624088 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6158/stat : 6158 (java) S 6138 6141 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95965553 10879066112 1687588 33554432000 4194304 4196468 140726804012896 139990686172720 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 6750352 KiB

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

[startup+2424.47 s]
# the end of solver process 6141 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.01 s, system=6.19284 s

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

[startup+2424.4 s]
/proc/loadavg: 2.02 2.01 2.05 3/217 6334
/proc/meminfo: memFree=22127760/32770624 swapFree=67108860/67108860
[pid=6141] ppid=6138 vsize=10823780 memory=6750648 CPUtime=2520.13 cores=0,2,4,6
/proc/6141/stat : 6141 (java) S 6138 6141 30973 0 -1 1077944320 380239 0 0 0 251397 616 0 0 20 0 17 0 95959010 11083550720 1687662 33554432000 4194304 4196468 140726804012896 140726803995440 139991203770103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
/proc/6141/statm: 2705945 1687662 3178 1 0 2694339 0
[pid=6141/tid=6143] ppid=6138 vsize=10823780 memory=1420 CPUtime=2386.75 cores=0,2,4,6
/proc/6141/task/6143/stat : 6143 (java) S 6138 6141 30973 0 -1 1077944384 240661 0 0 0 238641 34 0 0 20 0 17 0 95959011 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139991208012976 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6144] ppid=6138 vsize=10823780 memory=13040 CPUtime=28.88 cores=0,2,4,6
/proc/6141/task/6144/stat : 6144 (java) S 6138 6141 30973 0 -1 1077944384 21204 0 0 0 2765 123 0 0 20 0 17 0 95959012 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990810421776 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6145] ppid=6138 vsize=10823780 memory=6791534058613427641 CPUtime=29.01 cores=0,2,4,6
/proc/6141/task/6145/stat : 6145 (java) S 6138 6141 30973 0 -1 1077944384 18123 0 0 0 2774 127 0 0 20 0 17 0 95959012 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990809369232 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6146] ppid=6138 vsize=10823780 memory=4128 CPUtime=28.83 cores=0,2,4,6
/proc/6141/task/6146/stat : 6146 (java) S 6138 6141 30973 0 -1 1077944384 15756 0 0 0 2757 126 0 0 20 0 17 0 95959012 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990808316176 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6147] ppid=6138 vsize=10823780 memory=2204 CPUtime=29.08 cores=0,2,4,6
/proc/6141/task/6147/stat : 6147 (java) S 6138 6141 30973 0 -1 1077944384 13814 0 0 0 2787 121 0 0 20 0 17 0 95959012 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990807263632 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6148] ppid=6138 vsize=10823780 memory=6764 CPUtime=7.87 cores=0,2,4,6
/proc/6141/task/6148/stat : 6148 (java) S 6138 6141 30973 0 -1 1077944384 19166 0 0 0 783 4 0 0 20 0 17 0 95959013 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990695647984 139991203781250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6149] ppid=6138 vsize=10823780 memory=840 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6149/stat : 6149 (java) S 6138 6141 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 95959013 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990694594272 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6150] ppid=6138 vsize=10823780 memory=2620 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6150/stat : 6150 (java) S 6138 6141 30973 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 95959014 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990693541120 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6151] ppid=6138 vsize=10823780 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6151/stat : 6151 (java) S 6138 6141 30973 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 17 0 95959016 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990692489680 139991203788699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6152] ppid=6138 vsize=10823780 memory=2788528 CPUtime=3.78 cores=0,2,4,6
/proc/6141/task/6152/stat : 6152 (java) S 6138 6141 30973 0 -1 1077944384 17172 0 0 0 376 2 0 0 20 0 17 0 95959016 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990691436784 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6153] ppid=6138 vsize=10823780 memory=4104 CPUtime=3.32 cores=0,2,4,6
/proc/6141/task/6153/stat : 6153 (java) S 6138 6141 30973 0 -1 1077944384 15816 0 0 0 330 2 0 0 20 0 17 0 95959016 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990690384240 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6154] ppid=6138 vsize=10823780 memory=1696 CPUtime=0.73 cores=0,2,4,6
/proc/6141/task/6154/stat : 6154 (java) S 6138 6141 30973 0 -1 1077944384 13897 0 0 0 70 3 0 0 20 0 17 0 95959016 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990689331184 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6155] ppid=6138 vsize=10823780 memory=916 CPUtime=0 cores=0,2,4,6
/proc/6141/task/6155/stat : 6155 (java) S 6138 6141 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95959016 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990688278880 139991203780309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
[pid=6141/tid=6156] ppid=6138 vsize=10823780 memory=3832 CPUtime=1.78 cores=0,2,4,6
/proc/6141/task/6156/stat : 6156 (java) S 6138 6141 30973 0 -1 1077944384 2455 0 0 0 85 93 0 0 20 0 17 0 95959016 11083550720 1687662 33554432000 4194304 4196468 140726804012896 139990687226928 139991203781250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 31154176 140726804014214 140726804014367 140726804014367 140726804017103 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 10823780 KiB
Current children cumulated memory: 6750648 KiB

Child status: 143
Real time (s): 2424.47
CPU time (s): 2520.2
CPU user time (s): 2514.01
CPU system time (s): 6.19284
CPU usage (%): 103.949
Max. virtual memory (cumulated for all children) (KiB): 10823780
Max. memory (cumulated for all children) (KiB): 6753524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.01
system time used= 6.19284
maximum resident set size= 6776052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380724
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58337
involuntary context switches= 4156


# summary of solver processes directly reported to runsolver:
#   pid: 6141
#   total CPU time (s): 2520.2
#   total CPU user time (s): 2514.01
#   total CPU system time (s): 6.19284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.341 second user time and 24.2409 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 14:37:29
IDJOB=4263279
IDBENCH=133134
IDSOLVER=2651
FILE ID=node103/4263279-1502628708
RUNJOBID= node103-1502624009-5187
PBS_JOBID= 20628296
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/DiamondFree/DiamondFree-m1-s1/DiamondFree-055.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263279-1502628708/watcher-4263279-1502628708 -o /tmp/evaluation-result-4263279-1502628708/solver-4263279-1502628708 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263279-1502628708.xml

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

MD5SUM BENCH= 5b14a82f4b2104c7eb276669f9388ce0
RANDOM SEED=192930795

node103.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.56
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.56
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.56
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.56
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:        30715052 kB
MemAvailable:   31044896 kB
Buffers:           98404 kB
Cached:           526540 kB
SwapCached:            0 kB
Active:          1479588 kB
Inactive:         151860 kB
Active(anon):     956228 kB
Inactive(anon):    78640 kB
Active(file):     523360 kB
Inactive(file):    73220 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27588 kB
Writeback:             8 kB
AnonPages:       1013348 kB
Mapped:            55208 kB
Shmem:             25228 kB
Slab:             123960 kB
SReclaimable:      98200 kB
SUnreclaim:        25760 kB
KernelStack:        3584 kB
PageTables:         7128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2506284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61764 MiB
End job on node103 at 2017-08-13 15:17:54