Trace number 4301301

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
Sat4j-CSP 2018-07-11SAT (TO)1062 252.126 247.118

General information on the benchmark

NameNurseRostering/
NurseRostering-02_c18.xml
MD5SUM87663e99bef5ddcf16b35e20b5ad163d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1062
Best CPU time to get the best result obtained on this benchmark252.126
Satisfiable
(Un)Satisfiability was proved
Number of variables412
Number of constraints945
Number of domains11
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":18},{"size":2,"count":90},{"size":3,"count":196},{"size":15,"count":108}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":188},{"degree":3,"count":28},{"degree":10,"count":3},{"degree":11,"count":13},{"degree":12,"count":10},{"degree":13,"count":5},{"degree":14,"count":13},{"degree":15,"count":21},{"degree":16,"count":25},{"degree":17,"count":23},{"degree":18,"count":31},{"degree":19,"count":24},{"degree":20,"count":20},{"degree":21,"count":8}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":480},{"arity":3,"count":254},{"arity":6,"count":126},{"arity":14,"count":1},{"arity":15,"count":84}]
Number of extensional constraints224
Number of intensional constraints138
Distribution of constraint types[{"type":"extension","count":224},{"type":"intension","count":138},{"type":"regular","count":344},{"type":"sum","count":28},{"type":"count","count":210},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.44/0.91	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.44/0.91	c This is free software under the dual EPL/GNU LGPL licenses.
2.44/0.91	c See www.sat4j.org for details.
2.44/0.91	c That software uses the Rhino library from the Mozilla project.
2.44/0.91	c version 2.3.6-SNAPSHOT
2.44/0.91	c java.runtime.name	Java(TM) SE Runtime Environment
2.44/0.91	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.44/0.91	c java.vm.version	25.131-b11
2.44/0.91	c java.vm.vendor	Oracle Corporation
2.44/0.91	c sun.arch.data.model	64
2.44/0.91	c java.version		1.8.0_131
2.44/0.91	c os.name		Linux
2.44/0.91	c os.version		3.10.0-514.16.1.el7.x86_64
2.44/0.91	c os.arch		amd64
2.44/0.91	c Free memory 		499604488
2.44/0.91	c Max memory 		7247757312
2.44/0.91	c Total memory 		504889344
2.44/0.91	c Number of processors 	4
2.44/0.91	c c --- Begin Solver configuration ---
2.44/0.91	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.44/0.91	c Learn all clauses as in MiniSAT
2.44/0.91	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.44/0.91	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.44/0.91	c No reason simplification
2.44/0.91	c Glucose 2.1 dynamic restart strategy
2.44/0.91	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
2.44/0.91	c timeout=2147483s
2.44/0.91	c DB Simplification allowed=false
2.44/0.91	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.44/0.91	c --- End Solver configuration ---
2.44/0.91	c constraints type 
2.44/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 788
2.44/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50398
2.44/0.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 18
2.44/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51992
2.44/0.91	c org.sat4j.specs.Constr$1 => 9643
2.44/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 6963
2.44/0.91	c 119802 constraints processed.
7.07/3.29	o 3967
7.98/4.05	o 3188
8.67/4.67	o 3179
9.97/5.59	o 3075
10.22/5.76	o 2979
12.16/7.67	o 2976
13.89/9.36	o 2881
14.00/9.47	o 2166
14.48/9.84	o 2165
14.85/10.13	o 2075
15.45/10.76	o 2072
15.87/11.14	o 2071
15.96/11.27	o 2064
16.49/11.73	o 2063
19.80/15.09	o 2062
20.00/15.23	o 2061
20.10/15.31	o 2060
20.40/15.64	o 1972
20.50/15.72	o 1957
20.50/15.78	o 1857
21.00/16.29	o 1781
21.10/16.34	o 1763
21.30/16.52	o 1762
21.30/16.57	o 1755
21.40/16.63	o 1754
24.43/19.60	o 1753
25.03/20.20	o 1663
25.53/20.74	o 1662
26.26/21.48	o 1571
26.56/21.75	o 1570
28.76/23.98	o 1569
29.56/24.80	o 1568
29.66/24.86	o 1552
31.56/26.72	o 1486
31.56/26.79	o 1446
33.87/29.08	o 1382
33.97/29.15	o 1358
34.36/29.53	o 1261
37.06/32.22	o 1260
37.26/32.40	o 1259
52.22/47.38	o 1179
54.72/49.88	o 1157
100.24/95.37	o 1156
102.95/98.01	o 1155
109.14/104.22	o 1154
131.35/126.46	o 1076
147.04/142.09	o 1064
210.66/205.70	o 1062
252.10/247.10	c starts		: 5541
252.10/247.10	c conflicts		: 928945
252.10/247.10	c decisions		: 2603486
252.10/247.10	c propagations		: 789451048
252.10/247.10	c inspects		: 2606608437
252.10/247.10	c shortcuts		: 0
252.10/247.10	c learnt literals	: 236
252.10/247.10	c learnt binary clauses	: 2615
252.10/247.10	c learnt ternary clauses	: 5281
252.10/247.10	c learnt constraints	: 928709
252.10/247.10	c ignored constraints	: 0
252.10/247.10	c root simplifications	: 0
252.10/247.10	c removed literals (reason simplification)	: 0
252.10/247.10	c reason swapping (by a shorter reason)	: 0
252.10/247.10	c Calls to reduceDB	: 91
252.10/247.10	c Number of update (reduction) of LBD	: 411447
252.10/247.10	c Imported unit clauses	: 0
252.10/247.10	c number of reductions to clauses (during analyze)	: 0
252.10/247.10	c number of learned constraints concerned by reduction	: 0
252.10/247.10	c number of learning phase by resolution	: 0
252.10/247.10	c number of learning phase by cutting planes	: 0
252.10/247.10	c number of rounding to 1 operations	: 0
252.10/247.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.10/247.10	c number of reductions of the coefficients by power 2 	: 0
252.10/247.10	c number of right shift for reduction by power 2 	: 0
252.10/247.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.10/247.10	c number of ending skipping 	: 0
252.10/247.10	c number of internal skipping 	: 0
252.10/247.10	c number of derivation steps 	: 0
252.10/247.10	c number of skipped derivation steps 	: 0
252.10/247.10	c number of remaining unassigned 	: 0
252.10/247.10	c number of remaining assigned 	: 0
252.10/247.10	c speed (assignments/second)	: 3206986.537539709
252.10/247.10	c non guided choices	: 256959
252.10/247.10	s SATISFIABLE
252.10/247.10	v <instantiation type="solution">
252.10/247.10	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] ps[0][0] ps[0][1] ps[0][2] ps[1][0] ps[1][1] ps[1][2] ps[2][0] ps[2][1] ps[2][2] ps[3][0] ps[3][1] ps[3][2] ps[4][0] ps[4][1] ps[4][2] ps[5][0] ps[5][1] ps[5][2] ps[6][0] ps[6][1] ps[6][2] ps[7][0] ps[7][1] ps[7][2] ps[8][0] ps[8][1] ps[8][2] ps[9][0] ps[9][1] ps[9][2] ps[10][0] ps[10][1] ps[10][2] ps[11][0] ps[11][1] ps[11][2] ps[12][0] ps[12][1] ps[12][2] ps[13][0] ps[13][1] ps[13][2] ds[0][0] ds[0][1] ds[0][2] ds[1][0] ds[1][1] ds[1][2] ds[2][0] ds[2][1] ds[2][2] ds[3][0] ds[3][1] ds[3][2] ds[4][0] ds[4][1] ds[4][2] ds[5][0] ds[5][1] ds[5][2] ds[6][0] ds[6][1] ds[6][2] ds[7][0] ds[7][1] ds[7][2] ds[8][0] ds[8][1] ds[8][2] ds[9][0] ds[9][1] ds[9][2] ds[10][0] ds[10][1] ds[10][2] ds[11][0] ds[11][1] ds[11][2] ds[12][0] ds[12][1] ds[12][2] ds[13][0] ds[13][1] ds[13][2] wk[0][0] wk[0][1] wk[1][0] wk[1][1] wk[2][0] wk[2][1] wk[3][0] wk[3][1] wk[4][0] wk[4][1] wk[5][0] wk[5][1] wk[6][0] wk[6][1] wk[7][0] wk[7][1] wk[8][0] wk[8][1] wk[9][0] wk[9][1] wk[10][0] wk[10][1] wk[11][0] wk[11][1] wk[12][0] wk[12][1] wk[13][0] wk[13][1] cn[0] cn[1] cn[2] cn[3] cn[4] cn[5] cn[6] cn[7] cn[8] cn[9] cn[10] cn[11] cn[12] cn[13] cn[14] cn[15] cn[16] cn[17] cn[18] cn[19] cn[20] cn[21] cn[22] cn[23] cn[24] cn[25] cn[26] cn[27] cn[28] cn[29] cn[30] cn[31] cn[32] cn[33] cn[34] cn[35] cn[36] cn[37] cn[38] cn[39] cn[40] cn[41] cn[42] cn[43] cn[44] cn[45] cn[46] cn[47] cn[48] cn[49] cf[0] cf[1] cf[2] cf[3] cf[4] cf[5] cf[6] cf[7] cf[8] cf[9] cf[10] cf[11] cc[0][0] cc[0][1] cc[0][2] cc[1][0] cc[1][1] cc[1][2] cc[2][0] cc[2][1] cc[2][2] cc[3][0] cc[3][1] cc[3][2] cc[4][0] cc[4][1] cc[4][2] cc[5][0] cc[5][1] cc[5][2] cc[6][0] cc[6][1] cc[6][2] cc[7][0] cc[7][1] cc[7][2] cc[8][0] cc[8][1] cc[8][2] cc[9][0] cc[9][1] cc[9][2] cc[10][0] cc[10][1] cc[10][2] cc[11][0] cc[11][1] cc[11][2] cc[12][0] cc[12][1] cc[12][2] cc[13][0] cc[13][1] cc[13][2] </list>
252.10/247.11	v 	<values> 1 2 0 0 2 2 1 0 2 0 1 2 1 2 1 2 1 0 2 2 1 0 0 0 2 2 2 2 1 1 2 0 1 1 1 1 0 0 2 2 2 2 2 1 2 0 1 1 1 2 0 0 2 2 0 0 2 1 0 2 1 1 1 2 0 0 2 2 2 2 2 1 0 2 2 1 2 0 2 2 2 1 2 2 2 1 1 0 2 1 2 0 2 2 1 1 0 2 2 2 1 0 1 2 0 0 2 2 2 2 2 2 2 2 1 0 1 2 0 0 0 2 2 1 2 1 0 0 2 0 1 0 2 1 1 2 1 2 2 2 0 1 2 0 2 1 2 2 2 0 2 1 0 2 0 1 2 2 2 1 2 2 2 0 1 2 2 2 1 2 2 2 1 2 1 2 0 0 2 2 2 0 1 2 2 2 1 2 1 2 0 0 2 2 2 1 3 5 6 1 7 6 3 4 7 9 0 5 0 8 6 1 7 6 2 7 5 6 2 6 7 1 6 9 0 5 0 4 10 0 4 10 3 1 10 2 2 10 4 4 6 4 3 7 3 6 5 5 4 5 3 4 7 2 3 9 3 5 6 3 2 9 4 4 6 4 4 6 4 3 7 2 3 9 3 3 8 2 4 8 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 3 3 0 3 1 1 0 1 1 0 3 3 3 1 1 1 1 1 2 2 2 3 3 3 0 0 0 0 2 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 300 200 0 200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 100 100 0 </values>
252.10/247.11	v </instantiation>
252.10/247.11	

Verifier Data

OK	1062

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 (13893 MiB free)
  memory of node 1: 16384 MiB (13280 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301301-1532877973/watcher-4301301-1532877973 -o /tmp/evaluation-result-4301301-1532877973/solver-4301301-1532877973 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301301-1532877973.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=22657, runsolver pid=22654

[startup+0.101159 s]*
/proc/loadavg: 2.00 2.00 1.95 2/216 22672
/proc/meminfo: memFree=27806904/32770624 swapFree=67108860/67108860
[pid=22657] ppid=22654 vsize=10659012 memory=30100 CPUtime=0.12 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 22004 0 -1 1077944320 6593 0 0 0 11 1 0 0 20 0 15 0 105360500 10914828288 7525 33554432000 4194304 4196468 140733718681152 140733718663696 140623402438391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
/proc/22657/statm: 2664753 7525 2824 1 0 2627263 0
[pid=22657/tid=22659] ppid=22654 vsize=10659012 memory=-8773748148830115202 CPUtime=0.09 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 22004 0 -1 4202560 4424 0 0 0 8 1 0 0 20 0 15 0 105360500 10914828288 7525 33554432000 4194304 4196468 140733718681152 140623406659520 140623402450326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22660] ppid=22654 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914828288 7525 33554432000 4194304 4196468 140733718681152 140623339129872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22661] ppid=22654 vsize=10659012 memory=140031412602496 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914828288 7525 33554432000 4194304 4196468 140733718681152 140623338077328 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22662] ppid=22654 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914828288 7525 33554432000 4194304 4196468 140733718681152 140623006788368 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22663] ppid=22654 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105360501 10914828288 7525 33554432000 4194304 4196468 140733718681152 140623005735824 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22664] ppid=22654 vsize=10659012 memory=140031412602496 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105360502 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622438336752 140623402449538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22665] ppid=22654 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105360503 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622437282976 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22666] ppid=22654 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105360503 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622436229872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22667] ppid=22654 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105360505 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622435178448 140623402456987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22668] ppid=22654 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 22004 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 105360505 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622434126576 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22669] ppid=22654 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360505 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622433074032 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22670] ppid=22654 vsize=10659012 memory=140031412602496 CPUtime=0.02 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) R 22654 22657 22004 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 105360505 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622432020976 140623402450326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22671] ppid=22654 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105360506 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622430968672 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22672] ppid=22654 vsize=10659012 memory=140031412602496 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360506 10914828288 7525 33554432000 4194304 4196468 140733718681152 140622429915696 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30100 KiB

[startup+0.210534 s]*
/proc/loadavg: 2.00 2.00 1.95 3/216 22672
/proc/meminfo: memFree=27797412/32770624 swapFree=67108860/67108860
[pid=22657] ppid=22654 vsize=10659012 memory=41792 CPUtime=0.32 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 22004 0 -1 1077944320 8098 0 0 0 30 2 0 0 20 0 15 0 105360500 10914828288 10448 33554432000 4194304 4196468 140733718681152 140733718663696 140623402438391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
/proc/22657/statm: 2664753 10448 3007 1 0 2627263 0
[pid=22657/tid=22659] ppid=22654 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 22004 0 -1 4202560 4999 0 0 0 18 1 0 0 20 0 15 0 105360500 10914828288 10448 33554432000 4194304 4196468 140733718681152 140623406674272 140623402450326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22660] ppid=22654 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914828288 10448 33554432000 4194304 4196468 140733718681152 140623339129872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22661] ppid=22654 vsize=10659012 memory=288370407564314240 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914828288 10448 33554432000 4194304 4196468 140733718681152 140623338077328 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22662] ppid=22654 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914828288 10448 33554432000 4194304 4196468 140733718681152 140623006788368 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22663] ppid=22654 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105360501 10914828288 10448 33554432000 4194304 4196468 140733718681152 140623005735824 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22664] ppid=22654 vsize=10659012 memory=140031412602496 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105360502 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622438336752 140623402449538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22665] ppid=22654 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105360503 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622437282976 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22666] ppid=22654 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105360503 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622436229872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22667] ppid=22654 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105360505 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622435178448 140623402456987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22668] ppid=22654 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 22004 0 -1 1077944384 710 0 0 0 1 0 0 0 20 0 15 0 105360505 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622434126576 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22669] ppid=22654 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 22004 0 -1 1077944384 305 0 0 0 2 0 0 0 20 0 15 0 105360505 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622433074032 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22670] ppid=22654 vsize=10659012 memory=140031412602496 CPUtime=0.07 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) R 22654 22657 22004 0 -1 4202560 719 0 0 0 7 0 0 0 20 0 15 0 105360505 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622432020976 140623402459738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22671] ppid=22654 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105360506 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622430968672 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22672] ppid=22654 vsize=10659012 memory=140031412602496 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360506 10914828288 10448 33554432000 4194304 4196468 140733718681152 140622429915696 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41792 KiB

[startup+0.31703 s]*
/proc/loadavg: 2.00 2.00 1.95 6/216 22672
/proc/meminfo: memFree=27790464/32770624 swapFree=67108860/67108860
[pid=22657] ppid=22654 vsize=10659088 memory=47156 CPUtime=0.55 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 22004 0 -1 1077944320 8937 0 0 0 53 2 0 0 20 0 15 0 105360500 10914906112 11789 33554432000 4194304 4196468 140733718681152 140733718663696 140623402438391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
/proc/22657/statm: 2664772 11789 3055 1 0 2627263 0
[pid=22657/tid=22659] ppid=22654 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 22004 0 -1 4202560 5581 0 0 0 29 1 0 0 20 0 15 0 105360500 10914906112 11789 33554432000 4194304 4196468 140733718681152 140623406676160 140623017513130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22660] ppid=22654 vsize=10659088 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914906112 11789 33554432000 4194304 4196468 140733718681152 140623339129872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22661] ppid=22654 vsize=10659088 memory=288370407564314240 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914906112 11789 33554432000 4194304 4196468 140733718681152 140623338077328 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22662] ppid=22654 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10914906112 11789 33554432000 4194304 4196468 140733718681152 140623006788368 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22663] ppid=22654 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105360501 10914906112 11789 33554432000 4194304 4196468 140733718681152 140623005735824 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22664] ppid=22654 vsize=10659088 memory=140031412602496 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105360502 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622438336752 140623402449538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22665] ppid=22654 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105360503 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622437282976 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22666] ppid=22654 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105360503 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622436229872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22667] ppid=22654 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105360505 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622435178448 140623402456987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22668] ppid=22654 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) R 22654 22657 22004 0 -1 4202560 764 0 0 0 5 0 0 0 20 0 15 0 105360505 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622434116960 140623387344040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22669] ppid=22654 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) R 22654 22657 22004 0 -1 4202560 385 0 0 0 4 0 0 0 20 0 15 0 105360505 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622433060576 140623385994709 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22670] ppid=22654 vsize=10659088 memory=140031412602496 CPUtime=0.14 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) R 22654 22657 22004 0 -1 4202560 837 0 0 0 14 0 0 0 20 0 15 0 105360505 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622432018512 140623381560609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22671] ppid=22654 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105360506 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622430968672 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22672] ppid=22654 vsize=10659088 memory=140031412602496 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360506 10914906112 11789 33554432000 4194304 4196468 140733718681152 140622429915696 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47156 KiB

[startup+0.700862 s]
/proc/loadavg: 2.00 2.00 1.95 6/216 22672
/proc/meminfo: memFree=27764408/32770624 swapFree=67108860/67108860
[pid=22657] ppid=22654 vsize=10661136 memory=111312 CPUtime=1.76 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 22004 0 -1 1077944320 12294 0 0 0 172 4 0 0 20 0 15 0 105360500 10917003264 27828 33554432000 4194304 4196468 140733718681152 140733718663696 140623402438391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
/proc/22657/statm: 2665284 27828 3107 1 0 2627775 0
[pid=22657/tid=22659] ppid=22654 vsize=10661136 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 22004 0 -1 4202560 6124 0 0 0 65 2 0 0 20 0 15 0 105360500 10917003264 27828 33554432000 4194304 4196468 140733718681152 140623406671872 140623022070947 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22660] ppid=22654 vsize=10661136 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10917003264 27828 33554432000 4194304 4196468 140733718681152 140623339129872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22661] ppid=22654 vsize=10661136 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10917003264 27828 33554432000 4194304 4196468 140733718681152 140623338077328 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22662] ppid=22654 vsize=10661136 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360501 10917003264 27828 33554432000 4194304 4196468 140733718681152 140623006788368 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22663] ppid=22654 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105360501 10917003264 27828 33554432000 4194304 4196468 140733718681152 140623005735824 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22664] ppid=22654 vsize=10661136 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105360502 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622438336752 140623402449538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22665] ppid=22654 vsize=10661136 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105360503 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622437282976 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22666] ppid=22654 vsize=10661136 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105360503 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622436229872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22667] ppid=22654 vsize=10661136 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105360505 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622435178448 140623402456987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22668] ppid=22654 vsize=10661136 memory=7163631965283378496 CPUtime=0.33 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) R 22654 22657 22004 0 -1 4202560 1657 0 0 0 33 0 0 0 20 0 15 0 105360505 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622434119768 140623387367804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22669] ppid=22654 vsize=10661136 memory=7667213801450137426 CPUtime=0.31 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) R 22654 22657 22004 0 -1 4202560 1239 0 0 0 31 0 0 0 20 0 15 0 105360505 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622433061584 140623381672959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22670] ppid=22654 vsize=10661136 memory=7295946094789283920 CPUtime=0.41 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) R 22654 22657 22004 0 -1 1077944384 1904 0 0 0 41 0 0 0 20 0 15 0 105360505 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622432020976 140623402449538 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22671] ppid=22654 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105360506 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622430968672 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22672] ppid=22654 vsize=10661136 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105360506 10917003264 27828 33554432000 4194304 4196468 140733718681152 140622429915696 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 111312 KiB

[startup+1.50085 s]
/proc/loadavg: 2.24 2.05 1.97 5/217 22673
/proc/meminfo: memFree=27663036/32770624 swapFree=67108860/67108860
[pid=22657] ppid=22654 vsize=10727700 memory=176240 CPUtime=4.2 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 22004 0 -1 1077944320 17454 0 0 0 414 6 0 0 20 0 16 0 105360500 10985164800 44060 33554432000 4194304 4196468 140733718681152 140733718663696 140623402438391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
/proc/22657/statm: 2681925 44060 3124 1 0 2644416 0
[pid=22657/tid=22659] ppid=22654 vsize=10727700 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 22004 0 -1 4202560 6414 0 0 0 143 3 0 0 20 0 16 0 105360500 10985164800 44060 33554432000 4194304 4196468 140733718681152 140623406676768 140623023343216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22660] ppid=22654 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105360501 10985164800 44060 33554432000 4194304 4196468 140733718681152 140623339129872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22661] ppid=22654 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105360501 10985164800 44060 33554432000 4194304 4196468 140733718681152 140623338077328 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22662] ppid=22654 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105360501 10985164800 44060 33554432000 4194304 4196468 140733718681152 140623006788368 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22663] ppid=22654 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105360501 10985164800 44060 33554432000 4194304 4196468 140733718681152 140623005735824 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22664] ppid=22654 vsize=10727700 memory=140031412604209 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 22004 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 105360502 10985164800 44060 33554432000 4194304 4196468 140733718681152 140622438336752 140623402449538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0

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

/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 22004 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 105360503 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622437282976 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22666] ppid=22654 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 105360503 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622436229872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22667] ppid=22654 vsize=10727700 memory=270976 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105360505 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622435178448 140623402456987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22668] ppid=22654 vsize=10727700 memory=270976 CPUtime=2.05 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 22004 0 -1 1077944384 9527 0 0 0 204 1 0 0 20 0 16 0 105360505 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622434126576 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22669] ppid=22654 vsize=10727700 memory=4028 CPUtime=2.1 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 22004 0 -1 1077944384 10691 0 0 0 209 1 0 0 20 0 16 0 105360505 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622433074032 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22670] ppid=22654 vsize=10727700 memory=270976 CPUtime=0.64 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 22004 0 -1 1077944384 5149 0 0 0 64 0 0 0 20 0 16 0 105360505 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622432020976 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22671] ppid=22654 vsize=10727700 memory=270976 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105360506 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622430968672 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22672] ppid=22654 vsize=10727700 memory=270976 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 22004 0 -1 1077944384 880 0 0 0 3 5 0 0 20 0 16 0 105360506 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622429915696 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22673] ppid=22654 vsize=10727700 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105360594 10985164800 67744 33554432000 4194304 4196468 140733718681152 140622426764336 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
Current children cumulated CPU time: 227.36 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 270976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.901 s]
/proc/loadavg: 2.24 2.17 2.04 3/218 22845
/proc/meminfo: memFree=25725520/32770624 swapFree=67108860/67108860
[pid=22657] ppid=22654 vsize=10727700 memory=299704 CPUtime=252.07 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 22004 0 -1 1077944320 45548 0 0 0 25183 24 0 0 20 0 16 0 105360500 10985164800 74926 33554432000 4194304 4196468 140733718681152 140733718663696 140623402438391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
/proc/22657/statm: 2681925 74926 3167 1 0 2644416 0
[pid=22657/tid=22659] ppid=22654 vsize=10727700 memory=299704 CPUtime=246.75 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 22004 0 -1 4202560 11397 0 0 0 24671 4 0 0 20 0 16 0 105360500 10985164800 74926 33554432000 4194304 4196468 140733718681152 140623406677360 140623023152643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22660] ppid=22654 vsize=10727700 memory=4052 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 22004 0 -1 1077944384 2346 0 0 0 6 2 0 0 20 0 16 0 105360501 10985164800 74926 33554432000 4194304 4196468 140733718681152 140623339129872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22661] ppid=22654 vsize=10727700 memory=299704 CPUtime=0.09 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 22004 0 -1 1077944384 870 0 0 0 7 2 0 0 20 0 16 0 105360501 10985164800 74926 33554432000 4194304 4196468 140733718681152 140623338077328 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22662] ppid=22654 vsize=10727700 memory=299704 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 22004 0 -1 1077944384 1228 0 0 0 6 2 0 0 20 0 16 0 105360501 10985164800 74926 33554432000 4194304 4196468 140733718681152 140623006788368 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22663] ppid=22654 vsize=10727700 memory=299704 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 22004 0 -1 1077944384 423 0 0 0 6 2 0 0 20 0 16 0 105360501 10985164800 74926 33554432000 4194304 4196468 140733718681152 140623005735824 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22664] ppid=22654 vsize=10727700 memory=299704 CPUtime=0.01 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 22004 0 -1 1077944384 1606 0 0 0 1 0 0 0 20 0 16 0 105360502 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622438336752 140623402449538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22665] ppid=22654 vsize=10727700 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 22004 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 105360503 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622437282976 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22666] ppid=22654 vsize=10727700 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 105360503 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622436229872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22667] ppid=22654 vsize=10727700 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105360505 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622435178448 140623402456987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22668] ppid=22654 vsize=10727700 memory=299704 CPUtime=2.05 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 22004 0 -1 1077944384 9527 0 0 0 204 1 0 0 20 0 16 0 105360505 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622434126576 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22669] ppid=22654 vsize=10727700 memory=270976 CPUtime=2.1 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 22004 0 -1 1077944384 10691 0 0 0 209 1 0 0 20 0 16 0 105360505 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622433074032 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22670] ppid=22654 vsize=10727700 memory=299704 CPUtime=0.64 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 22004 0 -1 1077944384 5149 0 0 0 64 0 0 0 20 0 16 0 105360505 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622432020976 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22671] ppid=22654 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105360506 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622430968672 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22672] ppid=22654 vsize=10727700 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 22004 0 -1 1077944384 880 0 0 0 3 5 0 0 20 0 16 0 105360506 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622429915696 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22673] ppid=22654 vsize=10727700 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105360594 10985164800 74926 33554432000 4194304 4196468 140733718681152 140622426764336 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 299704 KiB

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

[startup+247.118 s]
# the end of solver process 22657 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.873 s, system=0.253079 s

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

[startup+247.005 s]*
/proc/loadavg: 2.24 2.17 2.04 2/219 22848
/proc/meminfo: memFree=25723596/32770624 swapFree=67108860/67108860
[pid=22657] ppid=22654 vsize=10927392 memory=299944 CPUtime=252.1 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 22004 0 -1 1077944320 46484 0 0 0 25186 24 0 0 20 0 17 0 105360500 11189649408 74986 33554432000 4194304 4196468 140733718681152 140733718663696 140623402438391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
/proc/22657/statm: 2731848 74986 3169 1 0 2694339 0
[pid=22657/tid=22659] ppid=22654 vsize=10927392 memory=30092 CPUtime=246.78 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) S 22654 22657 22004 0 -1 1077944384 11553 0 0 0 24674 4 0 0 20 0 17 0 105360500 11189649408 74986 33554432000 4194304 4196468 140733718681152 140623406681264 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22660] ppid=22654 vsize=10927392 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 22004 0 -1 1077944384 2346 0 0 0 6 2 0 0 20 0 17 0 105360501 11189649408 74986 33554432000 4194304 4196468 140733718681152 140623339129872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22661] ppid=22654 vsize=10927392 memory=1228 CPUtime=0.09 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 22004 0 -1 1077944384 870 0 0 0 7 2 0 0 20 0 17 0 105360501 11189649408 74986 33554432000 4194304 4196468 140733718681152 140623338077328 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22662] ppid=22654 vsize=10927392 memory=1944 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 22004 0 -1 1077944384 1228 0 0 0 6 2 0 0 20 0 17 0 105360501 11189649408 74986 33554432000 4194304 4196468 140733718681152 140623006788368 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22663] ppid=22654 vsize=10927392 memory=1416 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 22004 0 -1 1077944384 423 0 0 0 6 2 0 0 20 0 17 0 105360501 11189649408 74986 33554432000 4194304 4196468 140733718681152 140623005735824 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22664] ppid=22654 vsize=10927392 memory=4612 CPUtime=0.01 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 22004 0 -1 1077944384 1606 0 0 0 1 0 0 0 20 0 17 0 105360502 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622438336752 140623402449538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22665] ppid=22654 vsize=10927392 memory=8508 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 22004 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 105360503 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622437282976 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22666] ppid=22654 vsize=10927392 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 105360503 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622436229872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22667] ppid=22654 vsize=10927392 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 22004 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 17 0 105360505 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622435178448 140623402456987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22668] ppid=22654 vsize=10927392 memory=2588 CPUtime=2.05 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 22004 0 -1 1077944384 9623 0 0 0 204 1 0 0 20 0 17 0 105360505 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622434126576 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22669] ppid=22654 vsize=10927392 memory=1408 CPUtime=2.1 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 22004 0 -1 1077944384 10776 0 0 0 209 1 0 0 20 0 17 0 105360505 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622433074032 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22670] ppid=22654 vsize=10927392 memory=3180 CPUtime=0.64 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 22004 0 -1 1077944384 5280 0 0 0 64 0 0 0 20 0 17 0 105360505 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622432020976 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22671] ppid=22654 vsize=10927392 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105360506 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622430968672 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22672] ppid=22654 vsize=10927392 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 22004 0 -1 1077944384 880 0 0 0 3 5 0 0 20 0 17 0 105360506 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622429915696 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22846] ppid=22654 vsize=10927392 memory=3120 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22846/stat : 22846 (java) S 22654 22657 22004 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 17 0 105385191 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622425710576 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22847] ppid=22654 vsize=10927392 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22847/stat : 22847 (java) S 22654 22657 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 105385191 11189649408 74986 33554432000 4194304 4196468 140733718681152 140622424658960 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 299944 KiB

[startup+247.11 s]
/proc/loadavg: 2.24 2.17 2.04 2/219 22848
/proc/meminfo: memFree=25723596/32770624 swapFree=67108860/67108860
[pid=22657] ppid=22654 vsize=10927392 memory=300040 CPUtime=252.1 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 22004 0 -1 1077944320 46740 0 0 0 25186 24 0 0 20 0 17 0 105360500 11189649408 75010 33554432000 4194304 4196468 140733718681152 140733718663696 140623402438391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
/proc/22657/statm: 2731848 75010 3169 1 0 2694339 0
[pid=22657/tid=22659] ppid=22654 vsize=10927392 memory=299704 CPUtime=246.78 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) S 22654 22657 22004 0 -1 1077944384 11553 0 0 0 24674 4 0 0 20 0 17 0 105360500 11189649408 75010 33554432000 4194304 4196468 140733718681152 140623406681264 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22660] ppid=22654 vsize=10927392 memory=270976 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 22004 0 -1 1077944384 2346 0 0 0 6 2 0 0 20 0 17 0 105360501 11189649408 75010 33554432000 4194304 4196468 140733718681152 140623339129872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22661] ppid=22654 vsize=10927392 memory=299704 CPUtime=0.09 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 22004 0 -1 1077944384 870 0 0 0 7 2 0 0 20 0 17 0 105360501 11189649408 75010 33554432000 4194304 4196468 140733718681152 140623338077328 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22662] ppid=22654 vsize=10927392 memory=299704 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 22004 0 -1 1077944384 1228 0 0 0 6 2 0 0 20 0 17 0 105360501 11189649408 75010 33554432000 4194304 4196468 140733718681152 140623006788368 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22663] ppid=22654 vsize=10927392 memory=299704 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 22004 0 -1 1077944384 423 0 0 0 6 2 0 0 20 0 17 0 105360501 11189649408 75010 33554432000 4194304 4196468 140733718681152 140623005735824 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22664] ppid=22654 vsize=10927392 memory=299704 CPUtime=0.01 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) R 22654 22657 22004 0 -1 4202560 1760 0 0 0 1 0 0 0 20 0 17 0 105360502 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622438336752 140623386815424 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22665] ppid=22654 vsize=10927392 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 22004 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 105360503 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622437282976 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22666] ppid=22654 vsize=10927392 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 105360503 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622436229872 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22667] ppid=22654 vsize=10927392 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 22004 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 17 0 105360505 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622435178448 140623402456987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22668] ppid=22654 vsize=10927392 memory=299704 CPUtime=2.05 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 22004 0 -1 1077944384 9623 0 0 0 204 1 0 0 20 0 17 0 105360505 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622434126576 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22669] ppid=22654 vsize=10927392 memory=1200 CPUtime=2.1 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 22004 0 -1 1077944384 10814 0 0 0 209 1 0 0 20 0 17 0 105360505 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622433060352 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22670] ppid=22654 vsize=10927392 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 22004 0 -1 1077944384 5358 0 0 0 64 0 0 0 20 0 17 0 105360505 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622432015296 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22671] ppid=22654 vsize=10927392 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105360506 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622430968672 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22672] ppid=22654 vsize=10927392 memory=299704 CPUtime=0.08 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 22004 0 -1 1077944384 880 0 0 0 3 5 0 0 20 0 17 0 105360506 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622429915696 140623402449538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22846] ppid=22654 vsize=10927392 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22846/stat : 22846 (java) S 22654 22657 22004 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 17 0 105385191 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622425710576 140623402448597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
[pid=22657/tid=22847] ppid=22654 vsize=10927392 memory=299704 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22847/stat : 22847 (java) R 22654 22657 22004 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 17 0 105385191 11189649408 75010 33554432000 4194304 4196468 140733718681152 140622424647520 140623402450326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38658048 140733718684790 140733718684942 140733718684942 140733718687695 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 300040 KiB

Child status: 143
Real time (s): 247.118
CPU time (s): 252.126
CPU user time (s): 251.873
CPU system time (s): 0.253079
CPU usage (%): 102.026
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 300040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.873
system time used= 0.253079
maximum resident set size= 300312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47092
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7884
involuntary context switches= 89


# summary of solver processes directly reported to runsolver:
#   pid: 22657
#   total CPU time (s): 252.126
#   total CPU user time (s): 251.873
#   total CPU system time (s): 0.253079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52068 second user time and 2.32605 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 17:26:13
IDJOB=4301301
IDBENCH=141059
IDSOLVER=2773
FILE ID=node151/4301301-1532877973
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/NurseRostering/NurseRostering-02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301301-1532877973/watcher-4301301-1532877973 -o /tmp/evaluation-result-4301301-1532877973/solver-4301301-1532877973 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301301-1532877973.xml

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

MD5SUM BENCH= 87663e99bef5ddcf16b35e20b5ad163d
RANDOM SEED=1751896020

node151.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.87
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.87
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.87
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.87
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:        27825432 kB
MemAvailable:   31467840 kB
Buffers:          210364 kB
Cached:          3706240 kB
SwapCached:            0 kB
Active:          1856304 kB
Inactive:        2620980 kB
Active(anon):     510248 kB
Inactive(anon):    78188 kB
Active(file):    1346056 kB
Inactive(file):  2542792 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:        680756 kB
Mapped:            56400 kB
Shmem:             25224 kB
Slab:             166512 kB
SReclaimable:     138788 kB
SUnreclaim:        27724 kB
KernelStack:        3840 kB
PageTables:         6476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1573488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 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= 59304 MiB
End job on node151 at 2018-07-29 17:30:20