Trace number 4263515

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 2508.28

General information on the benchmark

NameQRandom/QRandom-reg2ext-s1/
reg-s20-p03-c20-d10-n10-l5-30.xml
MD5SUM65e58671dc4199faf26ac203b1450cb4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.1276598
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints100
Number of domains23
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":20},{"size":6,"count":20},{"size":10,"count":10},{"size":20,"count":80}]
Minimum variable degree1
Maximum variable degree14
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":80},{"degree":6,"count":1},{"degree":7,"count":1},{"degree":8,"count":2},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263515-1502624881/watcher-4263515-1502624881 -o /tmp/evaluation-result-4263515-1502624881/solver-4263515-1502624881 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263515-1502624881.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=3110, runsolver pid=3107

[startup+0.100138 s]*
/proc/loadavg: 0.89 1.40 1.73 3/202 3117
/proc/meminfo: memFree=30623632/32770624 swapFree=67108860/67108860
[pid=3110] ppid=3107 vsize=10151672 memory=18664 CPUtime=0.02 cores=1,3,5,7
/proc/3110/stat : 3110 (java) S 3107 3110 17093 0 -1 1077944320 4008 0 0 0 1 1 0 0 20 0 9 0 64681451 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 140730521877216 139693775036151 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
/proc/3110/statm: 2537918 4666 2109 1 0 2527415 0
[pid=3110/tid=3112] ppid=3107 vsize=10151672 memory=4206751525541407381 CPUtime=0.01 cores=1,3,5,7
/proc/3110/task/3112/stat : 3112 (java) R 3107 3110 17093 0 -1 4202560 2653 0 0 0 1 0 0 0 20 0 9 0 64681459 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 139693779272664 139693775058077 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3113] ppid=3107 vsize=10151672 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3113/stat : 3113 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64681460 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 139693386127760 139693775046357 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3114] ppid=3107 vsize=10151672 memory=140683711706752 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3114/stat : 3114 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64681460 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 139693385074960 139693775046357 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3115] ppid=3107 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64681460 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64681460 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10151672 memory=140683711706752 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64681461 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64681462 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 139692814083360 139693775046357 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64681462 10395312128 4666 18446744073709551615 4194304 4196468 140730521894672 139692813031088 139693775046357 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18664 KiB

[startup+0.210873 s]*
/proc/loadavg: 0.89 1.40 1.73 2/209 3124
/proc/meminfo: memFree=30624864/32770624 swapFree=67108860/67108860
[pid=3110] ppid=3107 vsize=10551056 memory=23248 CPUtime=0.05 cores=1,3,5,7
/proc/3110/stat : 3110 (java) S 3107 3110 17093 0 -1 1077944320 4787 0 0 0 4 1 0 0 20 0 15 0 64681451 10804281344 5812 18446744073709551615 4194304 4196468 140730521894672 140730521877216 139693775036151 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
/proc/3110/statm: 2637764 5812 2574 1 0 2627261 0
[pid=3110/tid=3112] ppid=3107 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/3110/task/3112/stat : 3112 (java) R 3107 3110 17093 0 -1 4202560 2946 0 0 0 4 1 0 0 20 0 15 0 64681459 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139693779276336 139693775058077 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3113] ppid=3107 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3113/stat : 3113 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139693386127760 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3114] ppid=3107 vsize=10551156 memory=140683711729870 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3114/stat : 3114 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139693385074960 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3115] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681460 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10551156 memory=140683711706752 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681461 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681462 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692814083360 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681462 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692813031024 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3120] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3120/stat : 3120 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681464 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692811979344 139693775054747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3121] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3121/stat : 3121 (java) S 3107 3110 17093 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 64681464 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692810926192 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3122] ppid=3107 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3122/stat : 3122 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681464 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692809873392 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3123] ppid=3107 vsize=10551156 memory=140683711706752 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3123/stat : 3123 (java) S 3107 3110 17093 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 15 0 64681464 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692808821104 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3124] ppid=3107 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3124/stat : 3124 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681464 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692807768544 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3125] ppid=3107 vsize=10551156 memory=140683711706752 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3125/stat : 3125 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681473 10804383744 5877 18446744073709551615 4194304 4196468 140730521894672 139692806716336 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 23248 KiB

[startup+0.31076 s]*
/proc/loadavg: 0.89 1.40 1.73 3/210 3125
/proc/meminfo: memFree=30577852/32770624 swapFree=67108860/67108860
[pid=3110] ppid=3107 vsize=10551156 memory=33676 CPUtime=0.21 cores=1,3,5,7
/proc/3110/stat : 3110 (java) S 3107 3110 17093 0 -1 1077944320 8197 0 0 0 18 3 0 0 20 0 15 0 64681451 10804383744 8354 18446744073709551615 4194304 4196468 140730521894672 140730521877216 139693775036151 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
/proc/3110/statm: 2637789 8419 2859 1 0 2627261 0
[pid=3110/tid=3112] ppid=3107 vsize=10551156 memory=-7677926825137650786 CPUtime=0.14 cores=1,3,5,7
/proc/3110/task/3112/stat : 3112 (java) R 3107 3110 17093 0 -1 4202560 5866 0 0 0 12 2 0 0 20 0 15 0 64681459 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139693779257424 139693760402840 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3113] ppid=3107 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3113/stat : 3113 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139693386127760 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3114] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3114/stat : 3114 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139693385074960 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3115] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681460 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681461 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681462 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692814083360 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681462 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692813031024 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3120] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3120/stat : 3120 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681464 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692811979344 139693775054747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3121] ppid=3107 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3110/task/3121/stat : 3121 (java) S 3107 3110 17093 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 15 0 64681464 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692810926192 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3122] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3122/stat : 3122 (java) S 3107 3110 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64681464 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692809873392 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3123] ppid=3107 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/3110/task/3123/stat : 3123 (java) S 3107 3110 17093 0 -1 1077944384 402 0 0 0 3 0 0 0 20 0 15 0 64681464 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692808821104 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3124] ppid=3107 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3124/stat : 3124 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681464 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692807768544 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3125] ppid=3107 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3125/stat : 3125 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681473 10804383744 8934 18446744073709551615 4194304 4196468 140730521894672 139692806716336 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33676 KiB

[startup+0.700722 s]
/proc/loadavg: 0.89 1.40 1.73 6/210 3125
/proc/meminfo: memFree=30486280/32770624 swapFree=67108860/67108860
[pid=3110] ppid=3107 vsize=10551232 memory=78772 CPUtime=1.27 cores=1,3,5,7
/proc/3110/stat : 3110 (java) S 3107 3110 17093 0 -1 1077944320 12907 0 0 0 118 9 0 0 20 0 15 0 64681451 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 140730521877216 139693775036151 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
/proc/3110/statm: 2637808 19693 3059 1 0 2627261 0
[pid=3110/tid=3112] ppid=3107 vsize=10551232 memory=519 CPUtime=0.51 cores=1,3,5,7
/proc/3110/task/3112/stat : 3112 (java) R 3107 3110 17093 0 -1 4202560 8004 0 0 0 46 5 0 0 20 0 15 0 64681459 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139693779263728 139693419838738 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3113] ppid=3107 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3113/stat : 3113 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139693386127760 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3114] ppid=3107 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3114/stat : 3114 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139693385074960 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3115] ppid=3107 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681460 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681460 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64681461 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681462 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692814083360 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681462 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692813031024 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3120] ppid=3107 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3120/stat : 3120 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681464 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692811979344 139693775054747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3121] ppid=3107 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/3110/task/3121/stat : 3121 (java) R 3107 3110 17093 0 -1 4202560 1284 0 0 0 21 0 0 0 20 0 15 0 64681464 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692810913040 139693752630928 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3122] ppid=3107 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/3110/task/3122/stat : 3122 (java) R 3107 3110 17093 0 -1 4202560 908 0 0 0 22 0 0 0 20 0 15 0 64681464 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692809857456 139693754872489 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3123] ppid=3107 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/3110/task/3123/stat : 3123 (java) S 3107 3110 17093 0 -1 1077944384 1341 0 0 0 27 1 0 0 20 0 15 0 64681464 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692808821104 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3124] ppid=3107 vsize=10551232 memory=15 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3124/stat : 3124 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681464 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692807768544 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3125] ppid=3107 vsize=10551232 memory=66 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3125/stat : 3125 (java) S 3107 3110 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681473 10804461568 19693 18446744073709551615 4194304 4196468 140730521894672 139692806716336 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 78772 KiB

[startup+1.50131 s]
/proc/loadavg: 0.89 1.40 1.73 8/210 3125
/proc/meminfo: memFree=30069036/32770624 swapFree=67108860/67108860
[pid=3110] ppid=3107 vsize=10553744 memory=269120 CPUtime=3.67 cores=1,3,5,7
/proc/3110/stat : 3110 (java) S 3107 3110 17093 0 -1 1077944320 21868 0 0 0 349 18 0 0 20 0 15 0 64681451 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 140730521877216 139693775036151 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
/proc/3110/statm: 2638436 67280 3096 1 0 2627889 0
[pid=3110/tid=3112] ppid=3107 vsize=10553744 memory=103 CPUtime=1.22 cores=1,3,5,7
/proc/3110/task/3112/stat : 3112 (java) R 3107 3110 17093 0 -1 4202560 8059 0 0 0 113 9 0 0 20 0 15 0 64681459 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139693779273040 139693416948540 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3113] ppid=3107 vsize=10553744 memory=3 CPUtime=0.04 cores=1,3,5,7
/proc/3110/task/3113/stat : 3113 (java) S 3107 3110 17093 0 -1 1077944384 43 0 0 0 4 0 0 0 20 0 15 0 64681460 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139693386127760 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3114] ppid=3107 vsize=10553744 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3110/task/3114/stat : 3114 (java) S 3107 3110 17093 0 -1 1077944384 114 0 0 0 3 0 0 0 20 0 15 0 64681460 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139693385074960 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3115] ppid=3107 vsize=10553744 memory=140683600064913 CPUtime=0.05 cores=1,3,5,7
/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 132 0 0 0 4 1 0 0 20 0 15 0 64681460 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10553744 memory=4657 CPUtime=0.02 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 15 0 64681460 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10553744 memory=164 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 64681461 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10553744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681462 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139692814083360 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10553744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681462 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139692813031024 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3120] ppid=3107 vsize=10553744 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3120/stat : 3120 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681464 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139692811979344 139693775054747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3121] ppid=3107 vsize=10553744 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/3110/task/3121/stat : 3121 (java) R 3107 3110 17093 0 -1 4202560 4787 0 0 0 93 2 0 0 20 0 15 0 64681464 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139692810912736 139693758423467 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3122] ppid=3107 vsize=10553744 memory=0 CPUtime=0.97 cores=1,3,5,7
/proc/3110/task/3122/stat : 3122 (java) R 3107 3110 17093 0 -1 4202560 5592 0 0 0 96 1 0 0 20 0 15 0 64681464 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139692809859152 139693759964490 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3123] ppid=3107 vsize=10553744 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/3110/task/3123/stat : 3123 (java) S 3107 3110 17093 0 -1 1077944384 1585 0 0 0 30 1 0 0 20 0 15 0 64681464 10807033856 67280 18446744073709551615 4194304 4196468 140730521894672 139692808821104 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0

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

/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 13868 0 0 0 158 64 0 0 20 0 16 0 64681460 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10617796 memory=3173348 CPUtime=2.21 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 13779 0 0 0 157 64 0 0 20 0 16 0 64681460 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10617796 memory=3173348 CPUtime=0.33 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 11140 0 0 0 29 4 0 0 20 0 16 0 64681461 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10617796 memory=3173348 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 64681462 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692814083424 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 64681462 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692813031040 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3120] ppid=3107 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3120/stat : 3120 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681464 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692811979344 139693775054747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3121] ppid=3107 vsize=10617796 memory=2420 CPUtime=1.86 cores=1,3,5,7
/proc/3110/task/3121/stat : 3121 (java) S 3107 3110 17093 0 -1 1077944384 8632 0 0 0 183 3 0 0 20 0 16 0 64681464 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692810926192 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3122] ppid=3107 vsize=10617796 memory=3173348 CPUtime=1.82 cores=1,3,5,7
/proc/3110/task/3122/stat : 3122 (java) S 3107 3110 17093 0 -1 1077944384 11898 0 0 0 180 2 0 0 20 0 16 0 64681464 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692809873392 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3123] ppid=3107 vsize=10617796 memory=4028 CPUtime=0.41 cores=1,3,5,7
/proc/3110/task/3123/stat : 3123 (java) S 3107 3110 17093 0 -1 1077944384 3489 0 0 0 39 2 0 0 20 0 16 0 64681464 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692808821104 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3124] ppid=3107 vsize=10617796 memory=3173348 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3124/stat : 3124 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681464 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692807768544 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3125] ppid=3107 vsize=10617796 memory=1228 CPUtime=1.49 cores=1,3,5,7
/proc/3110/task/3125/stat : 3125 (java) S 3107 3110 17093 0 -1 1077944384 2976 0 0 0 74 75 0 0 20 0 16 0 64681473 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692806716336 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3126] ppid=3107 vsize=10617796 memory=3173348 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3126/stat : 3126 (java) S 3107 3110 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64681612 10872623104 793337 18446744073709551615 4194304 4196468 140730521894672 139692200682672 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
Current children cumulated CPU time: 2454.3 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3173348 KiB

[startup+2502.3 s]
/proc/loadavg: 2.14 2.15 2.23 3/211 3370
/proc/meminfo: memFree=20243252/32770624 swapFree=67108860/67108860
[pid=3110] ppid=3107 vsize=10617796 memory=3173364 CPUtime=2514.33 cores=1,3,5,7
/proc/3110/stat : 3110 (java) S 3107 3110 17093 0 -1 1077944320 166262 0 0 0 251069 364 0 0 20 0 16 0 64681451 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 140730521877216 139693775036151 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
/proc/3110/statm: 2654449 793341 3139 1 0 2643902 0
[pid=3110/tid=3112] ppid=3107 vsize=10617796 memory=132 CPUtime=2499.43 cores=1,3,5,7
/proc/3110/task/3112/stat : 3112 (java) R 3107 3110 17093 0 -1 4202560 69613 0 0 0 249917 26 0 0 20 0 16 0 64681459 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139693779273032 139693421178218 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3113] ppid=3107 vsize=10617796 memory=3173364 CPUtime=2.2 cores=1,3,5,7
/proc/3110/task/3113/stat : 3113 (java) S 3107 3110 17093 0 -1 1077944384 13332 0 0 0 156 64 0 0 20 0 16 0 64681460 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139693386127760 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3114] ppid=3107 vsize=10617796 memory=3173364 CPUtime=2.22 cores=1,3,5,7
/proc/3110/task/3114/stat : 3114 (java) S 3107 3110 17093 0 -1 1077944384 15602 0 0 0 156 66 0 0 20 0 16 0 64681460 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139693385074960 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3115] ppid=3107 vsize=10617796 memory=3173364 CPUtime=2.22 cores=1,3,5,7
/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 13868 0 0 0 158 64 0 0 20 0 16 0 64681460 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10617796 memory=3173364 CPUtime=2.21 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 13779 0 0 0 157 64 0 0 20 0 16 0 64681460 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10617796 memory=3173348 CPUtime=0.33 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 11152 0 0 0 29 4 0 0 20 0 16 0 64681461 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10617796 memory=3173364 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 64681462 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692814083424 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10617796 memory=3173348 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 64681462 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692813031040 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3120] ppid=3107 vsize=10617796 memory=3173364 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3120/stat : 3120 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681464 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692811979344 139693775054747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3121] ppid=3107 vsize=10617796 memory=3173348 CPUtime=1.86 cores=1,3,5,7
/proc/3110/task/3121/stat : 3121 (java) S 3107 3110 17093 0 -1 1077944384 9019 0 0 0 183 3 0 0 20 0 16 0 64681464 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692810926192 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3122] ppid=3107 vsize=10617796 memory=3173348 CPUtime=1.82 cores=1,3,5,7
/proc/3110/task/3122/stat : 3122 (java) S 3107 3110 17093 0 -1 1077944384 11905 0 0 0 180 2 0 0 20 0 16 0 64681464 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692809873392 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3123] ppid=3107 vsize=10617796 memory=3173348 CPUtime=0.41 cores=1,3,5,7
/proc/3110/task/3123/stat : 3123 (java) S 3107 3110 17093 0 -1 1077944384 3511 0 0 0 39 2 0 0 20 0 16 0 64681464 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692808821104 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3124] ppid=3107 vsize=10617796 memory=3173348 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3124/stat : 3124 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681464 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692807768544 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3125] ppid=3107 vsize=10617796 memory=3173364 CPUtime=1.53 cores=1,3,5,7
/proc/3110/task/3125/stat : 3125 (java) S 3107 3110 17093 0 -1 1077944384 3057 0 0 0 76 77 0 0 20 0 16 0 64681473 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692806716336 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3126] ppid=3107 vsize=10617796 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3126/stat : 3126 (java) S 3107 3110 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64681612 10872623104 793341 18446744073709551615 4194304 4196468 140730521894672 139692200682672 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
Current children cumulated CPU time: 2514.33 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3173364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508 s]*
/proc/loadavg: 2.13 2.14 2.23 3/211 3449
/proc/meminfo: memFree=28291656/32770624 swapFree=67108860/67108860
[pid=3110] ppid=3107 vsize=10617796 memory=3174860 CPUtime=2520.04 cores=1,3,5,7
/proc/3110/stat : 3110 (java) S 3107 3110 17093 0 -1 1077944320 166336 0 0 0 251640 364 0 0 20 0 16 0 64681451 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 140730521877216 139693775036151 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
/proc/3110/statm: 2654449 793715 3139 1 0 2643902 0
[pid=3110/tid=3112] ppid=3107 vsize=10617796 memory=-7677926825137650786 CPUtime=2505.14 cores=1,3,5,7
/proc/3110/task/3112/stat : 3112 (java) R 3107 3110 17093 0 -1 4202560 69685 0 0 0 250488 26 0 0 20 0 16 0 64681459 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139693779273032 139693416951876 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3113] ppid=3107 vsize=10617796 memory=7680170660397595203 CPUtime=2.2 cores=1,3,5,7
/proc/3110/task/3113/stat : 3113 (java) S 3107 3110 17093 0 -1 1077944384 13332 0 0 0 156 64 0 0 20 0 16 0 64681460 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139693386127760 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3114] ppid=3107 vsize=10617796 memory=796 CPUtime=2.22 cores=1,3,5,7
/proc/3110/task/3114/stat : 3114 (java) S 3107 3110 17093 0 -1 1077944384 15602 0 0 0 156 66 0 0 20 0 16 0 64681460 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139693385074960 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3115] ppid=3107 vsize=10617796 memory=10960 CPUtime=2.22 cores=1,3,5,7
/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 13868 0 0 0 158 64 0 0 20 0 16 0 64681460 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10617796 memory=4126316290023845779 CPUtime=2.21 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 13779 0 0 0 157 64 0 0 20 0 16 0 64681460 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10617796 memory=-7677926825137650786 CPUtime=0.33 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 11152 0 0 0 29 4 0 0 20 0 16 0 64681461 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 64681462 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692814083424 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10617796 memory=36660 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 64681462 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692813031040 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3120] ppid=3107 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3120/stat : 3120 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681464 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692811979344 139693775054747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3121] ppid=3107 vsize=10617796 memory=2420 CPUtime=1.86 cores=1,3,5,7
/proc/3110/task/3121/stat : 3121 (java) S 3107 3110 17093 0 -1 1077944384 9019 0 0 0 183 3 0 0 20 0 16 0 64681464 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692810926192 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3122] ppid=3107 vsize=10617796 memory=1732 CPUtime=1.82 cores=1,3,5,7
/proc/3110/task/3122/stat : 3122 (java) S 3107 3110 17093 0 -1 1077944384 11905 0 0 0 180 2 0 0 20 0 16 0 64681464 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692809873392 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3123] ppid=3107 vsize=10617796 memory=5788 CPUtime=0.41 cores=1,3,5,7
/proc/3110/task/3123/stat : 3123 (java) S 3107 3110 17093 0 -1 1077944384 3511 0 0 0 39 2 0 0 20 0 16 0 64681464 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692808821104 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3124] ppid=3107 vsize=10617796 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3124/stat : 3124 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681464 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692807768544 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3125] ppid=3107 vsize=10617796 memory=1708 CPUtime=1.54 cores=1,3,5,7
/proc/3110/task/3125/stat : 3125 (java) S 3107 3110 17093 0 -1 1077944384 3059 0 0 0 76 78 0 0 20 0 16 0 64681473 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692806716336 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3126] ppid=3107 vsize=10617796 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3126/stat : 3126 (java) S 3107 3110 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64681612 10872623104 793715 18446744073709551615 4194304 4196468 140730521894672 139692200682672 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3174860 KiB

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

[startup+2508.28 s]
# the end of solver process 3110 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.5 s, system=3.66234 s

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

[startup+2508.2 s]
/proc/loadavg: 2.13 2.14 2.23 3/211 3449
/proc/meminfo: memFree=28291656/32770624 swapFree=67108860/67108860
[pid=3110] ppid=3107 vsize=10751952 memory=3175204 CPUtime=2520.06 cores=1,3,5,7
/proc/3110/stat : 3110 (java) S 3107 3110 17093 0 -1 1077944320 167293 0 0 0 251642 364 0 0 20 0 17 0 64681451 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 140730521877216 139693775036151 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
/proc/3110/statm: 2687988 793801 3145 1 0 2677441 0
[pid=3110/tid=3112] ppid=3107 vsize=10751952 memory=288230621803970871 CPUtime=2505.15 cores=1,3,5,7
/proc/3110/task/3112/stat : 3112 (java) S 3107 3110 17093 0 -1 1077944384 69806 0 0 0 250489 26 0 0 20 0 17 0 64681459 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139693779279024 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3113] ppid=3107 vsize=10751952 memory=13845261709478419 CPUtime=2.2 cores=1,3,5,7
/proc/3110/task/3113/stat : 3113 (java) S 3107 3110 17093 0 -1 1077944384 13332 0 0 0 156 64 0 0 20 0 17 0 64681460 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139693386127760 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3114] ppid=3107 vsize=10751952 memory=640 CPUtime=2.22 cores=1,3,5,7
/proc/3110/task/3114/stat : 3114 (java) S 3107 3110 17093 0 -1 1077944384 15602 0 0 0 156 66 0 0 20 0 17 0 64681460 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139693385074960 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3115] ppid=3107 vsize=10751952 memory=960 CPUtime=2.22 cores=1,3,5,7
/proc/3110/task/3115/stat : 3115 (java) S 3107 3110 17093 0 -1 1077944384 13868 0 0 0 158 64 0 0 20 0 17 0 64681460 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139693384022672 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3116] ppid=3107 vsize=10751952 memory=1232 CPUtime=2.21 cores=1,3,5,7
/proc/3110/task/3116/stat : 3116 (java) S 3107 3110 17093 0 -1 1077944384 13779 0 0 0 157 64 0 0 20 0 17 0 64681460 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139693382969872 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3117] ppid=3107 vsize=10751952 memory=4072 CPUtime=0.33 cores=1,3,5,7
/proc/3110/task/3117/stat : 3117 (java) S 3107 3110 17093 0 -1 1077944384 11152 0 0 0 29 4 0 0 20 0 17 0 64681461 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692815137392 139693775047298 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3118] ppid=3107 vsize=10751952 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3118/stat : 3118 (java) S 3107 3110 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 64681462 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692814083424 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3119] ppid=3107 vsize=10751952 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3119/stat : 3119 (java) S 3107 3110 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 64681462 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692813031040 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3120] ppid=3107 vsize=10751952 memory=932 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3120/stat : 3120 (java) S 3107 3110 17093 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 17 0 64681464 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692811979344 139693775054747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3121] ppid=3107 vsize=10751952 memory=1624 CPUtime=1.86 cores=1,3,5,7
/proc/3110/task/3121/stat : 3121 (java) S 3107 3110 17093 0 -1 1077944384 9019 0 0 0 183 3 0 0 20 0 17 0 64681464 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692810926192 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3122] ppid=3107 vsize=10751952 memory=2160 CPUtime=1.82 cores=1,3,5,7
/proc/3110/task/3122/stat : 3122 (java) S 3107 3110 17093 0 -1 1077944384 11905 0 0 0 180 2 0 0 20 0 17 0 64681464 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692809873392 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3123] ppid=3107 vsize=10751952 memory=844 CPUtime=0.41 cores=1,3,5,7
/proc/3110/task/3123/stat : 3123 (java) S 3107 3110 17093 0 -1 1077944384 3759 0 0 0 39 2 0 0 20 0 17 0 64681464 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692808821104 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3124] ppid=3107 vsize=10751952 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/3110/task/3124/stat : 3124 (java) S 3107 3110 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64681464 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692807768544 139693775046357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
[pid=3110/tid=3125] ppid=3107 vsize=10751952 memory=1228 CPUtime=1.54 cores=1,3,5,7
/proc/3110/task/3125/stat : 3125 (java) S 3107 3110 17093 0 -1 1077944384 3059 0 0 0 76 78 0 0 20 0 17 0 64681473 11009998848 793801 18446744073709551615 4194304 4196468 140730521894672 139692806716336 139693775047298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140730521899408 140730521899561 140730521899561 140730521903055 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10751952 KiB
Current children cumulated memory: 3175204 KiB

Child status: 143
Real time (s): 2508.28
CPU time (s): 2520.16
CPU user time (s): 2516.5
CPU system time (s): 3.66234
CPU usage (%): 100.474
Max. virtual memory (cumulated for all children) (KiB): 10751952
Max. memory (cumulated for all children) (KiB): 3175204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.5
system time used= 3.66234
maximum resident set size= 3175484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57544
involuntary context switches= 1302


# summary of solver processes directly reported to runsolver:
#   pid: 3110
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.5
#   total CPU system time (s): 3.66234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3304 second user time and 22.7804 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 13:33:53
IDJOB=4263515
IDBENCH=125701
IDSOLVER=2651
FILE ID=node127/4263515-1502624881
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 61916 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-reg2ext-s1/reg-s20-p03-c20-d10-n10-l5-30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263515-1502624881/watcher-4263515-1502624881 -o /tmp/evaluation-result-4263515-1502624881/solver-4263515-1502624881 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263515-1502624881.xml

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

MD5SUM BENCH= 65e58671dc4199faf26ac203b1450cb4
RANDOM SEED=284907225

node127.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.92
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.92
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.92
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.92
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:        30641720 kB
MemAvailable:   31172776 kB
Buffers:          192212 kB
Cached:           634320 kB
SwapCached:            0 kB
Active:          1470480 kB
Inactive:         196136 kB
Active(anon):     789248 kB
Inactive(anon):    83888 kB
Active(file):     681232 kB
Inactive(file):   112248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53988 kB
Writeback:         63668 kB
AnonPages:        694000 kB
Mapped:            58164 kB
Shmem:             33444 kB
Slab:             167856 kB
SReclaimable:     106820 kB
SUnreclaim:        61036 kB
KernelStack:        3696 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2286520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 14:15:41