Trace number 4243985

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.22 2361.11

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r1.xml
MD5SUM7e3b8a2ee59b2d9d5552c0f1b810cf92
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark20062.9
Satisfiable
(Un)Satisfiability was proved
Number of variables2503
Number of constraints53
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2503}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":48},{"degree":4,"count":145},{"degree":5,"count":711},{"degree":6,"count":768},{"degree":7,"count":521},{"degree":8,"count":255},{"degree":9,"count":45},{"degree":10,"count":2}]
Minimum constraint arity41
Maximum constraint arity408
Distribution of constraint arities[{"arity":41,"count":1},{"arity":51,"count":1},{"arity":114,"count":1},{"arity":161,"count":2},{"arity":162,"count":1},{"arity":165,"count":2},{"arity":169,"count":1},{"arity":170,"count":2},{"arity":173,"count":3},{"arity":174,"count":1},{"arity":175,"count":1},{"arity":176,"count":1},{"arity":177,"count":1},{"arity":178,"count":1},{"arity":179,"count":1},{"arity":180,"count":1},{"arity":186,"count":1},{"arity":188,"count":1},{"arity":190,"count":1},{"arity":192,"count":1},{"arity":194,"count":2},{"arity":196,"count":1},{"arity":204,"count":1},{"arity":208,"count":1},{"arity":215,"count":1},{"arity":233,"count":1},{"arity":261,"count":1},{"arity":266,"count":1},{"arity":269,"count":1},{"arity":290,"count":1},{"arity":296,"count":1},{"arity":323,"count":1},{"arity":333,"count":1},{"arity":336,"count":1},{"arity":338,"count":2},{"arity":340,"count":1},{"arity":346,"count":1},{"arity":347,"count":1},{"arity":353,"count":1},{"arity":355,"count":1},{"arity":360,"count":1},{"arity":361,"count":1},{"arity":363,"count":1},{"arity":365,"count":1},{"arity":377,"count":1},{"arity":408,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":53}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

6.54/1.75	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
6.54/1.75	c This is free software under the dual EPL/GNU LGPL licenses.
6.54/1.75	c See www.sat4j.org for details.
6.54/1.75	c That software uses the Rhino library from the Mozilla project.
6.54/1.75	c version CUSTOM.v20170705
6.54/1.75	c java.runtime.name	Java(TM) SE Runtime Environment
6.54/1.75	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
6.54/1.75	c java.vm.version	25.131-b11
6.54/1.75	c java.vm.vendor	Oracle Corporation
6.54/1.75	c sun.arch.data.model	64
6.54/1.75	c java.version		1.8.0_131
6.54/1.75	c os.name		Linux
6.54/1.75	c os.version		3.10.0-514.16.1.el7.x86_64
6.54/1.75	c os.arch		amd64
6.54/1.75	c Free memory 		499604488
6.54/1.75	c Max memory 		7247757312
6.54/1.75	c Total memory 		504889344
6.54/1.75	c Number of processors 	8
6.54/1.75	c c --- Begin Solver configuration ---
6.54/1.75	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
6.54/1.75	c Learn all clauses as in MiniSAT
6.54/1.75	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
6.54/1.75	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
6.54/1.75	c No reason simplification
6.54/1.75	c Glucose 2.1 dynamic restart strategy
6.54/1.75	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
6.54/1.75	c timeout=2147483s
6.54/1.75	c DB Simplification allowed=false
6.54/1.75	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
6.54/1.75	c --- End Solver configuration ---
6.54/1.75	c constraints type 
6.54/1.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 5006
6.54/1.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 62613
6.54/1.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1790457
6.54/1.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 106
6.54/1.75	c 1858182 constraints processed.
2400.08/2361.00	c starts		: 27003
2400.08/2361.00	c conflicts		: 5981860
2400.08/2361.00	c decisions		: 52773048
2400.08/2361.00	c propagations		: 5512581236
2400.08/2361.00	c inspects		: 16464854712
2400.08/2361.00	c shortcuts		: 0
2400.08/2361.00	c learnt literals	: 3620
2400.08/2361.00	c learnt binary clauses	: 7632
2400.08/2361.00	c learnt ternary clauses	: 18873
2400.08/2361.00	c learnt constraints	: 5978240
2400.08/2361.00	c ignored constraints	: 0
2400.08/2361.00	c root simplifications	: 0
2400.08/2361.00	c removed literals (reason simplification)	: 0
2400.08/2361.00	c reason swapping (by a shorter reason)	: 0
2400.08/2361.00	c Calls to reduceDB	: 104
2400.08/2361.00	c Number of update (reduction) of LBD	: 5735393
2400.08/2361.00	c Imported unit clauses	: 0
2400.08/2361.00	c number of reductions to clauses (during analyze)	: 0
2400.08/2361.00	c number of learned constraints concerned by reduction	: 0
2400.08/2361.00	c number of learning phase by resolution	: 0
2400.08/2361.00	c number of learning phase by cutting planes	: 0
2400.08/2361.00	c number of rounding to 1 operations	: 0
2400.08/2361.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.08/2361.00	c number of reductions of the coefficients by power 2 	: 0
2400.08/2361.00	c number of right shift for reduction by power 2 	: 0
2400.08/2361.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.08/2361.00	c speed (assignments/second)	: 2336615.738448705
2400.08/2361.00	c non guided choices	4429686
2400.08/2361.08	c learnt constraints type 
2400.08/2361.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7632
2400.08/2361.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 284537
2400.08/2361.08	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243985-1500678468/watcher-4243985-1500678468 -o /tmp/evaluation-result-4243985-1500678468/solver-4243985-1500678468 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13448 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243985-1500678468.xml 

pid=15114
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.10 2/262 15117
/proc/meminfo: memFree=31406192/32770624 swapFree=5824/207088
[pid=15117] ppid=15114 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 1677 0 0 0 0 0 0 0 20 0 2 0 3112021 369864704 1423 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 90299 1423 1081 1 0 79210 0
[pid=15117/tid=15118] ppid=15114 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 407 0 0 0 0 0 0 0 20 0 2 0 3112022 369864704 1935 33554432000 4194304 4196468 140727780237280 140585031632912 140585013758144 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0

[startup+0.100103 s]
/proc/loadavg: 2.00 2.01 2.10 2/262 15117
/proc/meminfo: memFree=31406192/32770624 swapFree=5824/207088
[pid=15117] ppid=15114 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 4935 0 0 0 9 1 0 0 20 0 20 0 3112021 11162169344 5987 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2725139 5987 2634 1 0 2713552 0
[pid=15117/tid=15118] ppid=15114 vsize=10900556 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 3018 0 0 0 7 0 0 0 20 0 20 0 3112022 11162169344 5987 33554432000 4194304 4196468 140727780237280 140585031616912 140585027413149 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200427 s]
/proc/loadavg: 2.00 2.01 2.10 2/262 15117
/proc/meminfo: memFree=31406192/32770624 swapFree=5824/207088
[pid=15117] ppid=15114 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 7275 0 0 0 24 2 0 0 20 0 20 0 3112021 11162169344 9143 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2725139 9143 2887 1 0 2713552 0
[pid=15117/tid=15118] ppid=15114 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 4843 0 0 0 16 1 0 0 20 0 20 0 3112022 11162169344 9143 33554432000 4194304 4196468 140727780237280 140585031625472 140585027413149 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300394 s]
/proc/loadavg: 2.00 2.01 2.10 2/262 15117
/proc/meminfo: memFree=31406192/32770624 swapFree=5824/207088
[pid=15117] ppid=15114 vsize=10900556 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 8868 0 0 0 44 2 0 0 20 0 20 0 3112021 11162169344 11056 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2725139 11056 2983 1 0 2713552 0
[pid=15117/tid=15118] ppid=15114 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 5517 0 0 0 26 1 0 0 20 0 20 0 3112022 11162169344 11056 33554432000 4194304 4196468 140727780237280 140585031628208 140585011471710 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10900556

[startup+0.700336 s]
/proc/loadavg: 2.00 2.01 2.10 2/262 15117
/proc/meminfo: memFree=31406192/32770624 swapFree=5824/207088
[pid=15117] ppid=15114 vsize=10900632 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 12871 0 0 0 186 9 0 0 20 0 20 0 3112021 11162247168 47108 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2725158 47174 3111 1 0 2713552 0
[pid=15117/tid=15118] ppid=15114 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 6039 0 0 0 61 4 0 0 20 0 20 0 3112022 11162247168 47174 33554432000 4194304 4196468 140727780237280 140585031615448 140584633839908 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10900632

[startup+1.5012 s]
/proc/loadavg: 2.08 2.03 2.11 6/282 15137
/proc/meminfo: memFree=31109200/32770624 swapFree=5824/207088
[pid=15117] ppid=15114 vsize=10900632 CPUtime=5.86 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 21710 0 0 0 513 73 0 0 20 0 20 0 3112021 11162247168 125013 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2725158 125013 3126 1 0 2713552 0
[pid=15117/tid=15118] ppid=15114 vsize=10900632 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 6102 0 0 0 117 6 0 0 20 0 20 0 3112022 11162247168 125013 33554432000 4194304 4196468 140727780237280 140585031625736 140584634832447 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15120] ppid=15114 vsize=10900632 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15120/stat : 15120 (java) S 15114 15117 9820 0 -1 1077944384 114 0 0 0 10 7 0 0 20 0 20 0 3112023 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584953465360 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15121] ppid=15114 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15121/stat : 15121 (java) S 15114 15117 9820 0 -1 1077944384 112 0 0 0 12 7 0 0 20 0 20 0 3112023 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584952412816 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15122] ppid=15114 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15122/stat : 15122 (java) S 15114 15117 9820 0 -1 1077944384 101 0 0 0 8 6 0 0 20 0 20 0 3112023 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584951359760 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15123] ppid=15114 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15123/stat : 15123 (java) S 15114 15117 9820 0 -1 1077944384 107 0 0 0 14 6 0 0 20 0 20 0 3112023 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584631134608 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15124] ppid=15114 vsize=10900632 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15124/stat : 15124 (java) S 15114 15117 9820 0 -1 1077944384 109 0 0 0 10 7 0 0 20 0 20 0 3112023 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584630082576 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15125] ppid=15114 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15125/stat : 15125 (java) S 15114 15117 9820 0 -1 1077944384 116 0 0 0 13 10 0 0 20 0 20 0 3112023 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584629030032 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15126] ppid=15114 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15126/stat : 15126 (java) S 15114 15117 9820 0 -1 1077944384 75 0 0 0 8 7 0 0 20 0 20 0 3112023 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584627976976 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15127] ppid=15114 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15127/stat : 15127 (java) S 15114 15117 9820 0 -1 1077944384 135 0 0 0 12 10 0 0 20 0 20 0 3112023 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584626924432 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15128] ppid=15114 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15128/stat : 15128 (java) S 15114 15117 9820 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 3112025 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584234465520 140585027402370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15129] ppid=15114 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15129/stat : 15129 (java) S 15114 15117 9820 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3112025 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584233411744 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15130] ppid=15114 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15130/stat : 15130 (java) S 15114 15117 9820 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3112026 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584232358640 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15131] ppid=15114 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15131/stat : 15131 (java) S 15114 15117 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3112029 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584231307216 140585027409819 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15132] ppid=15114 vsize=10900632 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15132/stat : 15132 (java) S 15114 15117 9820 0 -1 1077944384 4130 0 0 0 91 0 0 0 20 0 20 0 3112029 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584230255344 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15133] ppid=15114 vsize=10900632 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15133/stat : 15133 (java) S 15114 15117 9820 0 -1 1077944384 3899 0 0 0 101 0 0 0 20 0 20 0 3112029 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584229202800 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15134] ppid=15114 vsize=10900632 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15134/stat : 15134 (java) S 15114 15117 9820 0 -1 1077944384 3738 0 0 0 80 0 0 0 20 0 20 0 3112029 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584228149744 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15135] ppid=15114 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15135/stat : 15135 (java) S 15114 15117 9820 0 -1 1077944384 1395 0 0 0 31 0 0 0 20 0 20 0 3112029 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584227097200 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15136] ppid=15114 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15136/stat : 15136 (java) S 15114 15117 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3112029 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584226044384 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15137] ppid=15114 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15137/stat : 15137 (java) S 15114 15117 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3112029 11162247168 125013 33554432000 4194304 4196468 140727780237280 140584224991920 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 10900632

[startup+3.10088 s]
/proc/loadavg: 2.08 2.03 2.11 4/283 15138
/proc/meminfo: memFree=30849540/32770624 swapFree=5824/207088
[pid=15117] ppid=15114 vsize=10967196 CPUtime=9.85 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 26555 0 0 0 883 102 0 0 20 0 21 0 3112021 11230408704 142046 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2741799 142046 3153 1 0 2730193 0
[pid=15117/tid=15118] ppid=15114 vsize=10967196 CPUtime=2.73 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 6448 0 0 0 267 6 0 0 20 0 21 0 3112022 11230408704 142046 33554432000 4194304 4196468 140727780237280 140585031629832 140584635919978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15120] ppid=15114 vsize=10967196 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15120/stat : 15120 (java) S 15114 15117 9820 0 -1 1077944384 188 0 0 0 16 11 0 0 20 0 21 0 3112023 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584953465360 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15121] ppid=15114 vsize=10967196 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15121/stat : 15121 (java) S 15114 15117 9820 0 -1 1077944384 143 0 0 0 18 11 0 0 20 0 21 0 3112023 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584952412816 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15122] ppid=15114 vsize=10967196 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15122/stat : 15122 (java) S 15114 15117 9820 0 -1 1077944384 171 0 0 0 14 9 0 0 20 0 21 0 3112023 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584951359760 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15123] ppid=15114 vsize=10967196 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15123/stat : 15123 (java) S 15114 15117 9820 0 -1 1077944384 172 0 0 0 20 9 0 0 20 0 21 0 3112023 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584631134608 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15124] ppid=15114 vsize=10967196 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15124/stat : 15124 (java) S 15114 15117 9820 0 -1 1077944384 167 0 0 0 16 10 0 0 20 0 21 0 3112023 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584630082576 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15125] ppid=15114 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15125/stat : 15125 (java) S 15114 15117 9820 0 -1 1077944384 176 0 0 0 19 13 0 0 20 0 21 0 3112023 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584629030032 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15126] ppid=15114 vsize=10967196 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15126/stat : 15126 (java) S 15114 15117 9820 0 -1 1077944384 145 0 0 0 14 11 0 0 20 0 21 0 3112023 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584627976976 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15127] ppid=15114 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15127/stat : 15127 (java) S 15114 15117 9820 0 -1 1077944384 191 0 0 0 19 13 0 0 20 0 21 0 3112023 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584626924432 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15128] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15128/stat : 15128 (java) S 15114 15117 9820 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 21 0 3112025 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584234465520 140585027402370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15129] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15129/stat : 15129 (java) S 15114 15117 9820 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3112025 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584233411808 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15130] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15130/stat : 15130 (java) S 15114 15117 9820 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3112026 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584232358656 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15131] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15131/stat : 15131 (java) S 15114 15117 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3112029 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584231307216 140585027409819 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15132] ppid=15114 vsize=10967196 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15132/stat : 15132 (java) S 15114 15117 9820 0 -1 1077944384 6963 0 0 0 154 0 0 0 20 0 21 0 3112029 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584230255344 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15133] ppid=15114 vsize=10967196 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15133/stat : 15133 (java) S 15114 15117 9820 0 -1 1077944384 4232 0 0 0 153 0 0 0 20 0 21 0 3112029 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584229202800 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15134] ppid=15114 vsize=10967196 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15134/stat : 15134 (java) S 15114 15117 9820 0 -1 1077944384 4418 0 0 0 127 1 0 0 20 0 21 0 3112029 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584228149744 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15135] ppid=15114 vsize=10967196 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15135/stat : 15135 (java) S 15114 15117 9820 0 -1 1077944384 1532 0 0 0 39 0 0 0 20 0 21 0 3112029 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584227097200 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15136] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15136/stat : 15136 (java) S 15114 15117 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3112029 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584226044384 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15137] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15137/stat : 15137 (java) S 15114 15117 9820 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 21 0 3112029 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584224991920 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15138] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15138/stat : 15138 (java) S 15114 15117 9820 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3112201 11230408704 142046 33554432000 4194304 4196468 140727780237280 140584223937200 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 10967196

[startup+6.30088 s]
/proc/loadavg: 2.08 2.03 2.11 3/283 15138
/proc/meminfo: memFree=30850016/32770624 swapFree=5824/207088
[pid=15117] ppid=15114 vsize=10967196 CPUtime=13.37 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 28979 0 0 0 1235 102 0 0 20 0 21 0 3112021 11230408704 141280 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2741799 141280 3153 1 0 2730193 0
[pid=15117/tid=15118] ppid=15114 vsize=10967196 CPUtime=5.92 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 6832 0 0 0 586 6 0 0 20 0 21 0 3112022 11230408704 141280 33554432000 4194304 4196468 140727780237280 140585031629816 140584636774856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15120] ppid=15114 vsize=10967196 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15120/stat : 15120 (java) S 15114 15117 9820 0 -1 1077944384 188 0 0 0 16 11 0 0 20 0 21 0 3112023 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584953465360 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15121] ppid=15114 vsize=10967196 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15121/stat : 15121 (java) S 15114 15117 9820 0 -1 1077944384 143 0 0 0 18 11 0 0 20 0 21 0 3112023 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584952412816 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15122] ppid=15114 vsize=10967196 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15122/stat : 15122 (java) S 15114 15117 9820 0 -1 1077944384 171 0 0 0 14 9 0 0 20 0 21 0 3112023 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584951359760 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15123] ppid=15114 vsize=10967196 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15123/stat : 15123 (java) S 15114 15117 9820 0 -1 1077944384 172 0 0 0 20 9 0 0 20 0 21 0 3112023 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584631134608 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15124] ppid=15114 vsize=10967196 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15124/stat : 15124 (java) S 15114 15117 9820 0 -1 1077944384 167 0 0 0 16 10 0 0 20 0 21 0 3112023 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584630082576 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15125] ppid=15114 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15125/stat : 15125 (java) S 15114 15117 9820 0 -1 1077944384 176 0 0 0 19 13 0 0 20 0 21 0 3112023 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584629030032 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15126] ppid=15114 vsize=10967196 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15126/stat : 15126 (java) S 15114 15117 9820 0 -1 1077944384 145 0 0 0 14 11 0 0 20 0 21 0 3112023 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584627976976 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15127] ppid=15114 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15127/stat : 15127 (java) S 15114 15117 9820 0 -1 1077944384 191 0 0 0 19 13 0 0 20 0 21 0 3112023 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584626924432 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15128] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15128/stat : 15128 (java) S 15114 15117 9820 0 -1 1077944384 451 0 0 0 0 0 0 0 20 0 21 0 3112025 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584234465520 140585027402370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15129] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15129/stat : 15129 (java) S 15114 15117 9820 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3112025 11230408704 141280 33554432000 4194304 4196468 140727780237280 140584233411808 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15130] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.13 3/283 15843
/proc/meminfo: memFree=26484688/32770624 swapFree=5824/210220
[pid=15117] ppid=15114 vsize=10967196 CPUtime=2357.51 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 139828 0 0 0 234578 1173 0 0 20 0 21 0 3112021 11230408704 856131 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2741799 856131 3168 1 0 2730193 0
[pid=15117/tid=15118] ppid=15114 vsize=10967196 CPUtime=2316.44 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) S 15114 15117 9820 0 -1 1077944384 71226 0 0 0 231614 30 0 0 20 0 21 0 3112022 11230408704 856131 33554432000 4194304 4196468 140727780237280 140585031630272 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15120] ppid=15114 vsize=10967196 CPUtime=4.28 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15120/stat : 15120 (java) R 15114 15117 9820 0 -1 4202560 3344 0 0 0 290 138 0 0 20 0 21 0 3112023 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584953465560 140585012417242 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15121] ppid=15114 vsize=10967196 CPUtime=4.2 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15121/stat : 15121 (java) R 15114 15117 9820 0 -1 4202560 2395 0 0 0 287 133 0 0 20 0 21 0 3112023 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584952413016 140585012419536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15122] ppid=15114 vsize=10967196 CPUtime=4.23 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15122/stat : 15122 (java) R 15114 15117 9820 0 -1 4202560 2539 0 0 0 289 134 0 0 20 0 21 0 3112023 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584951359960 140585020487980 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15123] ppid=15114 vsize=10967196 CPUtime=4.25 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15123/stat : 15123 (java) R 15114 15117 9820 0 -1 4202560 3447 0 0 0 291 134 0 0 20 0 21 0 3112023 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584631134808 140585011839438 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15124] ppid=15114 vsize=10967196 CPUtime=4.21 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15124/stat : 15124 (java) R 15114 15117 9820 0 -1 4202560 4114 0 0 0 291 130 0 0 20 0 21 0 3112023 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584630082776 140585020487932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15125] ppid=15114 vsize=10967196 CPUtime=4.31 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15125/stat : 15125 (java) R 15114 15117 9820 0 -1 4202560 2649 0 0 0 292 139 0 0 20 0 21 0 3112023 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584629029920 140585020491230 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15126] ppid=15114 vsize=10967196 CPUtime=4.26 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15126/stat : 15126 (java) R 15114 15117 9820 0 -1 4202560 3842 0 0 0 295 131 0 0 20 0 21 0 3112023 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584627977176 140585020487924 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15127] ppid=15114 vsize=10967196 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15127/stat : 15127 (java) R 15114 15117 9820 0 -1 4202560 2666 0 0 0 296 134 0 0 20 0 21 0 3112023 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584626924632 140585020487924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15128] ppid=15114 vsize=10967196 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15128/stat : 15128 (java) S 15114 15117 9820 0 -1 1077944384 14255 0 0 0 43 3 0 0 20 0 21 0 3112025 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584234464032 140585027401429 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15129] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15129/stat : 15129 (java) S 15114 15117 9820 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 3112025 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584233411808 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15130] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15130/stat : 15130 (java) S 15114 15117 9820 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 3112026 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584232358656 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15131] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15131/stat : 15131 (java) S 15114 15117 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3112029 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584231307216 140585027409819 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15132] ppid=15114 vsize=10967196 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15132/stat : 15132 (java) S 15114 15117 9820 0 -1 1077944384 9295 0 0 0 176 1 0 0 20 0 21 0 3112029 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584230255344 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15133] ppid=15114 vsize=10967196 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15133/stat : 15133 (java) S 15114 15117 9820 0 -1 1077944384 6511 0 0 0 164 1 0 0 20 0 21 0 3112029 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584229202800 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15134] ppid=15114 vsize=10967196 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15134/stat : 15134 (java) S 15114 15117 9820 0 -1 1077944384 6470 0 0 0 135 1 0 0 20 0 21 0 3112029 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584228149744 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15135] ppid=15114 vsize=10967196 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15135/stat : 15135 (java) S 15114 15117 9820 0 -1 1077944384 3204 0 0 0 42 1 0 0 20 0 21 0 3112029 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584227097200 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15136] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15136/stat : 15136 (java) S 15114 15117 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3112029 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584226044384 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15137] ppid=15114 vsize=10967196 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15137/stat : 15137 (java) S 15114 15117 9820 0 -1 1077944384 2463 0 0 0 59 64 0 0 20 0 21 0 3112029 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584224991920 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15138] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15138/stat : 15138 (java) S 15114 15117 9820 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3112201 11230408704 856131 33554432000 4194304 4196468 140727780237280 140584223937200 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 2357.51
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2360.8 s]
/proc/loadavg: 2.00 2.03 2.12 3/283 15844
/proc/meminfo: memFree=26282808/32770624 swapFree=5824/210236
[pid=15117] ppid=15114 vsize=10967196 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 153604 0 0 0 238732 1273 0 0 20 0 21 0 3112021 11230408704 906415 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2741799 906415 3168 1 0 2730193 0
[pid=15117/tid=15118] ppid=15114 vsize=10967196 CPUtime=2354.32 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) R 15114 15117 9820 0 -1 4202560 71736 0 0 0 235402 30 0 0 20 0 21 0 3112022 11230408704 906415 33554432000 4194304 4196468 140727780237280 140585031630160 140584635962677 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15120] ppid=15114 vsize=10967196 CPUtime=4.86 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15120/stat : 15120 (java) S 15114 15117 9820 0 -1 1077944384 4805 0 0 0 336 150 0 0 20 0 21 0 3112023 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584953465360 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15121] ppid=15114 vsize=10967196 CPUtime=4.77 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15121/stat : 15121 (java) S 15114 15117 9820 0 -1 1077944384 4030 0 0 0 332 145 0 0 20 0 21 0 3112023 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584952412816 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15122] ppid=15114 vsize=10967196 CPUtime=4.81 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15122/stat : 15122 (java) S 15114 15117 9820 0 -1 1077944384 3507 0 0 0 334 147 0 0 20 0 21 0 3112023 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584951359760 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15123] ppid=15114 vsize=10967196 CPUtime=4.83 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15123/stat : 15123 (java) S 15114 15117 9820 0 -1 1077944384 4957 0 0 0 336 147 0 0 20 0 21 0 3112023 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584631134608 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15124] ppid=15114 vsize=10967196 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15124/stat : 15124 (java) S 15114 15117 9820 0 -1 1077944384 5153 0 0 0 337 142 0 0 20 0 21 0 3112023 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584630082576 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15125] ppid=15114 vsize=10967196 CPUtime=4.89 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15125/stat : 15125 (java) S 15114 15117 9820 0 -1 1077944384 3960 0 0 0 337 152 0 0 20 0 21 0 3112023 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584629030032 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15126] ppid=15114 vsize=10967196 CPUtime=4.84 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15126/stat : 15126 (java) S 15114 15117 9820 0 -1 1077944384 5085 0 0 0 340 144 0 0 20 0 21 0 3112023 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584627976976 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15127] ppid=15114 vsize=10967196 CPUtime=4.88 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15127/stat : 15127 (java) S 15114 15117 9820 0 -1 1077944384 3808 0 0 0 342 146 0 0 20 0 21 0 3112023 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584626924432 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15128] ppid=15114 vsize=10967196 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15128/stat : 15128 (java) S 15114 15117 9820 0 -1 1077944384 17146 0 0 0 45 3 0 0 20 0 21 0 3112025 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584234465520 140585027402370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15129] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15129/stat : 15129 (java) S 15114 15117 9820 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 3112025 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584233411808 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15130] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15130/stat : 15130 (java) S 15114 15117 9820 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 3112026 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584232358656 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15131] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15131/stat : 15131 (java) S 15114 15117 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3112029 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584231307216 140585027409819 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15132] ppid=15114 vsize=10967196 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15132/stat : 15132 (java) S 15114 15117 9820 0 -1 1077944384 9307 0 0 0 176 1 0 0 20 0 21 0 3112029 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584230255344 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15133] ppid=15114 vsize=10967196 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15133/stat : 15133 (java) S 15114 15117 9820 0 -1 1077944384 6514 0 0 0 164 1 0 0 20 0 21 0 3112029 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584229202800 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15134] ppid=15114 vsize=10967196 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15134/stat : 15134 (java) S 15114 15117 9820 0 -1 1077944384 6473 0 0 0 135 1 0 0 20 0 21 0 3112029 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584228149744 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15135] ppid=15114 vsize=10967196 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15135/stat : 15135 (java) S 15114 15117 9820 0 -1 1077944384 3209 0 0 0 42 1 0 0 20 0 21 0 3112029 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584227097200 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15136] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15136/stat : 15136 (java) S 15114 15117 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3112029 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584226044384 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15137] ppid=15114 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15137/stat : 15137 (java) S 15114 15117 9820 0 -1 1077944384 2501 0 0 0 60 65 0 0 20 0 21 0 3112029 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584224991920 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15138] ppid=15114 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15138/stat : 15138 (java) S 15114 15117 9820 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3112201 11230408704 906415 33554432000 4194304 4196468 140727780237280 140584223937200 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10967196

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15117 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2361 s]
/proc/loadavg: 2.00 2.03 2.12 3/283 15844
/proc/meminfo: memFree=26282808/32770624 swapFree=5824/210236
[pid=15117] ppid=15114 vsize=11166888 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) S 15114 15117 9820 0 -1 1077944320 154714 0 0 0 238734 1274 0 0 20 0 22 0 3112021 11434893312 906490 33554432000 4194304 4196468 140727780237280 140727780219824 140585027391223 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
/proc/15117/statm: 2791722 906490 3171 1 0 2780116 0
[pid=15117/tid=15118] ppid=15114 vsize=11166888 CPUtime=2354.34 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15118/stat : 15118 (java) S 15114 15117 9820 0 -1 1077944384 71847 0 0 0 235404 30 0 0 20 0 22 0 3112022 11434893312 906490 33554432000 4194304 4196468 140727780237280 140585031634096 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15120] ppid=15114 vsize=11166888 CPUtime=4.86 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15120/stat : 15120 (java) S 15114 15117 9820 0 -1 1077944384 4805 0 0 0 336 150 0 0 20 0 22 0 3112023 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584953465360 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15121] ppid=15114 vsize=11166888 CPUtime=4.77 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15121/stat : 15121 (java) S 15114 15117 9820 0 -1 1077944384 4030 0 0 0 332 145 0 0 20 0 22 0 3112023 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584952412816 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15122] ppid=15114 vsize=11166888 CPUtime=4.81 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15122/stat : 15122 (java) S 15114 15117 9820 0 -1 1077944384 3507 0 0 0 334 147 0 0 20 0 22 0 3112023 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584951359760 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15123] ppid=15114 vsize=11166888 CPUtime=4.83 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15123/stat : 15123 (java) S 15114 15117 9820 0 -1 1077944384 4957 0 0 0 336 147 0 0 20 0 22 0 3112023 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584631134608 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15124] ppid=15114 vsize=11166888 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15124/stat : 15124 (java) S 15114 15117 9820 0 -1 1077944384 5153 0 0 0 337 142 0 0 20 0 22 0 3112023 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584630082576 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15125] ppid=15114 vsize=11166888 CPUtime=4.89 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15125/stat : 15125 (java) S 15114 15117 9820 0 -1 1077944384 3960 0 0 0 337 152 0 0 20 0 22 0 3112023 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584629030032 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15126] ppid=15114 vsize=11166888 CPUtime=4.84 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15126/stat : 15126 (java) S 15114 15117 9820 0 -1 1077944384 5085 0 0 0 340 144 0 0 20 0 22 0 3112023 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584627976976 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15127] ppid=15114 vsize=11166888 CPUtime=4.88 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15127/stat : 15127 (java) S 15114 15117 9820 0 -1 1077944384 3808 0 0 0 342 146 0 0 20 0 22 0 3112023 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584626924432 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15128] ppid=15114 vsize=11166888 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15128/stat : 15128 (java) S 15114 15117 9820 0 -1 1077944384 17165 0 0 0 45 3 0 0 20 0 22 0 3112025 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584234465520 140585027402370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15129] ppid=15114 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15129/stat : 15129 (java) S 15114 15117 9820 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 22 0 3112025 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584233411808 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15130] ppid=15114 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15130/stat : 15130 (java) S 15114 15117 9820 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 22 0 3112026 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584232358656 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15131] ppid=15114 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15131/stat : 15131 (java) S 15114 15117 9820 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 22 0 3112029 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584231307216 140585027409819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15132] ppid=15114 vsize=11166888 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15132/stat : 15132 (java) S 15114 15117 9820 0 -1 1077944384 9307 0 0 0 176 1 0 0 20 0 22 0 3112029 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584230255344 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15133] ppid=15114 vsize=11166888 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15133/stat : 15133 (java) S 15114 15117 9820 0 -1 1077944384 6514 0 0 0 164 1 0 0 20 0 22 0 3112029 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584229202800 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15134] ppid=15114 vsize=11166888 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15134/stat : 15134 (java) S 15114 15117 9820 0 -1 1077944384 6473 0 0 0 135 1 0 0 20 0 22 0 3112029 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584228149744 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15135] ppid=15114 vsize=11166888 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15135/stat : 15135 (java) S 15114 15117 9820 0 -1 1077944384 3602 0 0 0 42 1 0 0 20 0 22 0 3112029 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584227097200 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15136] ppid=15114 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15136/stat : 15136 (java) S 15114 15117 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3112029 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584226044384 140585027401429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
[pid=15117/tid=15137] ppid=15114 vsize=11166888 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/15117/task/15137/stat : 15137 (java) S 15114 15117 9820 0 -1 1077944384 2501 0 0 0 60 65 0 0 20 0 22 0 3112029 11434893312 906490 33554432000 4194304 4196468 140727780237280 140584224991920 140585027402370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7565312 140727780242603 140727780242756 140727780242756 140727780245455 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 11166888

[startup+2361.1 s]
/proc/loadavg: 2.00 2.03 2.12 3/283 15844
/proc/meminfo: memFree=26282808/32770624 swapFree=5824/210236
[pid=15117] ppid=15114 vsize=0 CPUtime=2400.21 cores=1,3,5,7,9,11,13,15
/proc/15117/stat : 15117 (java) Z 15114 15117 9820 0 -1 4228108 156146 0 0 0 238745 1276 0 0 20 0 2 0 3112021 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15117/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2361.11
CPU time (s): 2400.22
CPU user time (s): 2387.45
CPU system time (s): 12.7665
CPU usage (%): 101.657
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2387.45
system time used= 12.7665
maximum resident set size= 3626796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56532
involuntary context switches= 121901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3163 second user time and 14.4454 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-22 01:07:48
IDJOB=4243985
IDBENCH=133711
IDSOLVER=2623
FILE ID=node147/4243985-1500678468
RUNJOBID= node147-1500673363-13448
PBS_JOBID= 20623274
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243985-1500678468/watcher-4243985-1500678468 -o /tmp/evaluation-result-4243985-1500678468/solver-4243985-1500678468 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13448 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243985-1500678468.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 7e3b8a2ee59b2d9d5552c0f1b810cf92
RANDOM SEED=1026900475

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31406256 kB
MemAvailable:   31418032 kB
Buffers:           43932 kB
Cached:           277380 kB
SwapCached:            0 kB
Active:           769656 kB
Inactive:         215768 kB
Active(anon):     666652 kB
Inactive(anon):     8680 kB
Active(file):     103004 kB
Inactive(file):   207088 kB
Unevictable:        5824 kB
Mlocked:            5824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1480 kB
Writeback:             0 kB
AnonPages:        536284 kB
Mapped:            41992 kB
Shmem:              8852 kB
Slab:              68460 kB
SReclaimable:      35036 kB
SUnreclaim:        33424 kB
KernelStack:        4944 kB
PageTables:         6256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1563100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61932 MiB
End job on node147 at 2017-07-22 01:47:10