Trace number 4262954

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 2017-07-05OPT3 58.884399 53.516399

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-mug100-25.xml
MD5SUM6e356a27a2dd876e1bb3c04bb6ed0542
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.5992098
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints166
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree4
Maximum variable degree5
Distribution of variable degrees[{"degree":4,"count":68},{"degree":5,"count":32}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":166}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

2.74/1.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.74/1.30	c This is free software under the dual EPL/GNU LGPL licenses.
2.74/1.30	c See www.sat4j.org for details.
2.74/1.30	c That software uses the Rhino library from the Mozilla project.
2.74/1.30	c version CUSTOM.v20170705
2.74/1.30	c java.runtime.name	Java(TM) SE Runtime Environment
2.74/1.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.74/1.30	c java.vm.version	25.131-b11
2.74/1.30	c java.vm.vendor	Oracle Corporation
2.74/1.30	c sun.arch.data.model	64
2.74/1.30	c java.version		1.8.0_131
2.74/1.30	c os.name		Linux
2.74/1.30	c os.version		3.10.0-514.16.1.el7.x86_64
2.74/1.30	c os.arch		amd64
2.74/1.30	c Free memory 		499604488
2.74/1.30	c Max memory 		7247757312
2.74/1.30	c Total memory 		504889344
2.74/1.30	c Number of processors 	4
2.74/1.30	c c --- Begin Solver configuration ---
2.74/1.30	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.74/1.30	c Learn all clauses as in MiniSAT
2.74/1.30	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.74/1.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.74/1.30	c No reason simplification
2.74/1.30	c Glucose 2.1 dynamic restart strategy
2.74/1.30	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.74/1.30	c timeout=2147483s
2.74/1.30	c DB Simplification allowed=false
2.74/1.30	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.74/1.30	c --- End Solver configuration ---
2.74/1.30	c constraints type 
2.74/1.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
2.74/1.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2650000
2.74/1.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 332
2.74/1.30	c 2650532 constraints processed.
4.09/1.83	o 99
5.19/2.53	o 97
5.94/3.26	o 94
7.06/4.37	o 90
16.11/11.40	o 83
17.53/12.81	o 78
18.38/13.67	o 77
21.03/16.22	o 73
23.94/18.84	o 72
25.29/20.17	o 65
26.29/21.15	o 64
27.69/22.53	o 63
28.49/23.30	o 62
29.20/24.06	o 61
29.80/24.66	o 60
31.00/25.81	o 59
31.63/26.45	o 57
31.93/26.80	o 56
32.93/27.74	o 55
33.73/28.51	o 54
34.72/29.34	o 53
35.32/29.95	o 52
36.02/30.69	o 51
36.62/31.22	o 50
37.22/31.82	o 49
37.82/32.40	o 46
38.53/33.11	o 45
39.13/33.78	o 44
39.73/34.32	o 43
40.33/34.98	o 42
40.93/35.55	o 41
41.54/36.11	o 40
41.73/36.36	o 39
42.15/36.73	o 38
42.75/37.34	o 37
43.46/38.06	o 36
44.06/38.66	o 35
44.76/39.31	o 34
45.16/39.71	o 33
45.57/40.17	o 32
46.26/40.90	o 31
46.76/41.30	o 30
47.26/41.86	o 29
47.66/42.24	o 28
47.96/42.58	o 27
48.51/43.03	o 26
48.80/43.38	o 25
49.25/43.77	o 24
49.66/44.18	o 23
50.06/44.54	o 22
50.56/45.08	o 21
51.06/45.52	o 20
51.36/45.84	o 19
51.67/46.15	o 18
52.09/46.57	o 17
52.39/46.88	o 16
52.89/47.37	o 14
53.29/47.78	o 13
53.70/48.16	o 12
53.99/48.46	o 11
54.29/48.76	o 10
54.79/49.24	o 9
55.19/49.63	o 8
55.49/49.95	o 7
55.90/50.39	o 6
56.30/50.71	o 5
56.71/51.15	o 4
57.10/51.58	o 3
58.86/53.49	c starts		: 2434
58.86/53.49	c conflicts		: 908837
58.86/53.49	c decisions		: 27198794
58.86/53.49	c propagations		: 83570965
58.86/53.49	c inspects		: 401791745
58.86/53.49	c shortcuts		: 0
58.86/53.49	c learnt literals	: 4883
58.86/53.49	c learnt binary clauses	: 2543
58.86/53.49	c learnt ternary clauses	: 2614
58.86/53.49	c learnt constraints	: 903953
58.86/53.49	c ignored constraints	: 0
58.86/53.49	c root simplifications	: 0
58.86/53.49	c removed literals (reason simplification)	: 0
58.86/53.49	c reason swapping (by a shorter reason)	: 0
58.86/53.49	c Calls to reduceDB	: 134
58.86/53.49	c Number of update (reduction) of LBD	: 673416
58.86/53.49	c Imported unit clauses	: 0
58.86/53.49	c number of reductions to clauses (during analyze)	: 0
58.86/53.49	c number of learned constraints concerned by reduction	: 0
58.86/53.49	c number of learning phase by resolution	: 0
58.86/53.49	c number of learning phase by cutting planes	: 0
58.86/53.49	c number of rounding to 1 operations	: 0
58.86/53.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
58.86/53.49	c number of reductions of the coefficients by power 2 	: 0
58.86/53.49	c number of right shift for reduction by power 2 	: 0
58.86/53.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
58.86/53.49	c speed (assignments/second)	: 1601528.5922348702
58.86/53.49	c non guided choices	10450781
58.86/53.49	c learnt constraints type 
58.86/53.49	s OPTIMUM FOUND
58.86/53.49	v <instantiation type="optimum" cost="3">
58.86/53.49	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
58.86/53.49	v 	<values> 2 1 0 0 3 2 3 2 0 1 1 0 3 3 0 2 2 0 1 0 2 3 1 0 0 2 0 1 0 1 3 1 3 2 3 2 0 3 1 2 3 0 1 3 0 2 2 0 1 2 3 2 0 2 1 1 3 2 3 1 2 0 1 2 3 0 2 3 1 0 1 0 2 1 3 0 0 3 2 3 1 0 0 1 2 0 3 2 1 3 2 0 3 1 0 2 1 0 3 1 </values>
58.86/53.49	v </instantiation>
58.86/53.49	

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262954-1502613120/watcher-4262954-1502613120 -o /tmp/evaluation-result-4262954-1502613120/solver-4262954-1502613120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262954-1502613120.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 0.92 1.00 1.13 6/215 5063
/proc/meminfo: memFree=28879584/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10555400 memory=30300 CPUtime=0.11 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 6703 0 0 0 10 1 0 0 20 0 15 0 94392968 10808729600 7575 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2638850 7575 2786 1 0 2627263 0
[pid=5042/tid=5044] ppid=5038 vsize=10555400 memory=-8970431009352676544 CPUtime=0.08 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) R 5038 5042 4973 0 -1 4202560 4550 0 0 0 7 1 0 0 20 0 15 0 94392968 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056867383232 140056863184029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056422922352 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5056] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5056/stat : 5056 (java) S 5038 5042 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056421868320 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5057] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5057/stat : 5057 (java) S 5038 5042 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056420815984 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5058] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5058/stat : 5058 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392973 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056419764304 140056863180699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5059] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5059/stat : 5059 (java) S 5038 5042 4973 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 94392973 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056418712176 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5060] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5060/stat : 5060 (java) S 5038 5042 4973 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 94392973 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056417659376 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5061] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0.01 cores=1,3,5,7
/proc/5042/task/5061/stat : 5061 (java) R 5038 5042 4973 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 15 0 94392973 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056416603992 140056841880511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5062] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5062/stat : 5062 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392974 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056415554528 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5063] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5063/stat : 5063 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392974 10808729600 7602 33554432000 4194304 4196468 140735320076320 140056414501296 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30300 KiB

[startup+0.210712 s]*
/proc/loadavg: 0.92 1.00 1.13 3/215 5063
/proc/meminfo: memFree=28867660/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10555400 memory=35984 CPUtime=0.2 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 7096 0 0 0 18 2 0 0 20 0 15 0 94392968 10808729600 8996 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2638850 8996 2857 1 0 2627263 0
[pid=5042/tid=5044] ppid=5038 vsize=10555400 memory=7022364594140610616 CPUtime=0.13 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) R 5038 5042 4973 0 -1 4202560 4769 0 0 0 12 1 0 0 20 0 15 0 94392968 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056867383408 140056847242620 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10555400 memory=139888030014923 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056422922352 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5056] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5056/stat : 5056 (java) S 5038 5042 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056421868320 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5057] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5057/stat : 5057 (java) S 5038 5042 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056420815984 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5058] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5058/stat : 5058 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392973 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056419764304 140056863180699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5059] ppid=5038 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5042/task/5059/stat : 5059 (java) S 5038 5042 4973 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 15 0 94392973 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056418712176 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5060] ppid=5038 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5042/task/5060/stat : 5060 (java) S 5038 5042 4973 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 15 0 94392973 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056417659376 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5061] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0.03 cores=1,3,5,7
/proc/5042/task/5061/stat : 5061 (java) S 5038 5042 4973 0 -1 1077944384 398 0 0 0 3 0 0 0 20 0 15 0 94392973 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056416607088 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5062] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5062/stat : 5062 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392974 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056415554528 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5063] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5063/stat : 5063 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392974 10808729600 8996 33554432000 4194304 4196468 140735320076320 140056414501296 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 35984 KiB

[startup+0.310286 s]*
/proc/loadavg: 0.92 1.00 1.13 8/215 5063
/proc/meminfo: memFree=28853812/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10555400 memory=41984 CPUtime=0.33 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 8109 0 0 0 31 2 0 0 20 0 15 0 94392968 10808729600 10496 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2638850 10496 2944 1 0 2627263 0
[pid=5042/tid=5044] ppid=5038 vsize=10555400 memory=7311146985107750967 CPUtime=0.21 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) R 5038 5042 4973 0 -1 4202560 5229 0 0 0 20 1 0 0 20 0 15 0 94392968 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056867383536 140056848295569 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10555400 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10555400 memory=16240256778647192 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392969 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056422922352 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5056] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5056/stat : 5056 (java) S 5038 5042 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056421868320 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5057] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5057/stat : 5057 (java) S 5038 5042 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056420815984 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5058] ppid=5038 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5058/stat : 5058 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392973 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056419764304 140056863180699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5059] ppid=5038 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5042/task/5059/stat : 5059 (java) S 5038 5042 4973 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 94392973 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056418712176 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5060] ppid=5038 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5042/task/5060/stat : 5060 (java) S 5038 5042 4973 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 15 0 94392973 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056417659376 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5061] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0.07 cores=1,3,5,7
/proc/5042/task/5061/stat : 5061 (java) R 5038 5042 4973 0 -1 4202560 836 0 0 0 7 0 0 0 20 0 15 0 94392973 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056416607088 140056842532016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5062] ppid=5038 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5062/stat : 5062 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392974 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056415554528 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5063] ppid=5038 vsize=10555400 memory=139888030004864 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5063/stat : 5063 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392974 10808729600 10496 33554432000 4194304 4196468 140735320076320 140056414501296 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41984 KiB

[startup+0.702795 s]
/proc/loadavg: 0.92 1.00 1.13 6/215 5063
/proc/meminfo: memFree=28800116/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10555476 memory=156456 CPUtime=1.42 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 10617 0 0 0 137 5 0 0 20 0 15 0 94392968 10808807424 39114 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2638869 39114 3077 1 0 2627263 0
[pid=5042/tid=5044] ppid=5038 vsize=10555476 memory=1728 CPUtime=0.6 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) R 5038 5042 4973 0 -1 4202560 5692 0 0 0 56 4 0 0 20 0 15 0 94392968 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056867399504 140056487244833 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392969 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10555476 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392969 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392969 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10555476 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392969 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392970 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056422922352 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5056] ppid=5038 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5056/stat : 5056 (java) S 5038 5042 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94392971 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056421868320 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5057] ppid=5038 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5057/stat : 5057 (java) S 5038 5042 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94392971 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056420815984 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5058] ppid=5038 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5058/stat : 5058 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392973 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056419764304 140056863180699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5059] ppid=5038 vsize=10555476 memory=4639098309541127021 CPUtime=0.31 cores=1,3,5,7
/proc/5042/task/5059/stat : 5059 (java) R 5038 5042 4973 0 -1 4202560 1312 0 0 0 31 0 0 0 20 0 15 0 94392973 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056418702096 140056846658852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5060] ppid=5038 vsize=10555476 memory=7597685182856913236 CPUtime=0.29 cores=1,3,5,7
/proc/5042/task/5060/stat : 5060 (java) R 5038 5042 4973 0 -1 4202560 982 0 0 0 29 0 0 0 20 0 15 0 94392973 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056417648048 140056848091393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5061] ppid=5038 vsize=10555476 memory=7236547281622689387 CPUtime=0.19 cores=1,3,5,7
/proc/5042/task/5061/stat : 5061 (java) S 5038 5042 4973 0 -1 1077944384 1263 0 0 0 19 0 0 0 20 0 15 0 94392973 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056416607088 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5062] ppid=5038 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5062/stat : 5062 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392974 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056415554528 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5063] ppid=5038 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5063/stat : 5063 (java) S 5038 5042 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392974 10808807424 39114 33554432000 4194304 4196468 140735320076320 140056414501296 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 156456 KiB

[startup+1.50126 s]
/proc/loadavg: 0.92 1.00 1.13 9/215 5063
/proc/meminfo: memFree=28368060/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10622040 memory=371960 CPUtime=3.35 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 12441 0 0 0 312 23 0 0 20 0 16 0 94392968 10876968960 92990 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2655510 92990 3117 1 0 2643904 0
[pid=5042/tid=5044] ppid=5038 vsize=10622040 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) R 5038 5042 4973 0 -1 4202560 6060 0 0 0 115 5 0 0 20 0 16 0 94392968 10876968960 92990 33554432000 4194304 4196468 140735320076320 140056867400256 140056487823804 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10622040 memory=8390361644446492005 CPUtime=0.18 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 139 0 0 0 14 4 0 0 20 0 16 0 94392969 10876968960 92990 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10622040 memory=-6352177166831615190 CPUtime=0.18 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 168 0 0 0 14 4 0 0 20 0 16 0 94392969 10876968960 92990 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10622040 memory=8514701219931451533 CPUtime=0.18 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 132 0 0 0 14 4 0 0 20 0 16 0 94392969 10876968960 92990 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10622040 memory=7005738693937936738 CPUtime=0.17 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 159 0 0 0 13 4 0 0 20 0 16 0 94392969 10876968960 92990 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10622040 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 94392970 10876968960 92990 33554432000 4194304 4196468 140735320076320 140056422922352 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0

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

[pid=5042/tid=5064] ppid=5038 vsize=10622040 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5064/stat : 5064 (java) S 5038 5042 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94393100 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056413446832 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 56.8 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 700220 KiB

[startup+52.8008 s]
/proc/loadavg: 1.89 1.27 1.22 6/216 5064
/proc/meminfo: memFree=20539032/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10622040 memory=700220 CPUtime=58.4 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 36321 0 0 0 5781 59 0 0 20 0 16 0 94392968 10876968960 175055 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2655510 175055 3160 1 0 2643904 0
[pid=5042/tid=5044] ppid=5038 vsize=10622040 memory=700220 CPUtime=51.53 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) R 5038 5042 4973 0 -1 4202560 11072 0 0 0 5146 7 0 0 20 0 16 0 94392968 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056867393680 140056488463189 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10622040 memory=700220 CPUtime=0.85 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 869 0 0 0 73 12 0 0 20 0 16 0 94392969 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10622040 memory=5450874561017252906 CPUtime=0.82 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 796 0 0 0 72 10 0 0 20 0 16 0 94392969 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10622040 memory=3047711428380565130 CPUtime=0.85 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 747 0 0 0 73 12 0 0 20 0 16 0 94392969 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10622040 memory=8112282956445269571 CPUtime=0.84 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 687 0 0 0 72 12 0 0 20 0 16 0 94392969 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10622040 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 2918 0 0 0 30 0 0 0 20 0 16 0 94392970 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056422922352 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5056] ppid=5038 vsize=10622040 memory=6081047220232283240 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5056/stat : 5056 (java) S 5038 5042 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 94392971 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056421868384 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5057] ppid=5038 vsize=10622040 memory=7595382594935612520 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5057/stat : 5057 (java) S 5038 5042 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 94392971 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056420816000 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5058] ppid=5038 vsize=10622040 memory=279775781617808 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5058/stat : 5058 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94392973 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056419764304 140056863180699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5059] ppid=5038 vsize=10622040 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/5042/task/5059/stat : 5059 (java) S 5038 5042 4973 0 -1 1077944384 7530 0 0 0 134 1 0 0 20 0 16 0 94392973 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056418712176 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5060] ppid=5038 vsize=10622040 memory=279775781689744 CPUtime=1.36 cores=1,3,5,7
/proc/5042/task/5060/stat : 5060 (java) S 5038 5042 4973 0 -1 1077944384 6079 0 0 0 136 0 0 0 20 0 16 0 94392973 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056417659376 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5061] ppid=5038 vsize=10622040 memory=-2317720213663851332 CPUtime=0.38 cores=1,3,5,7
/proc/5042/task/5061/stat : 5061 (java) S 5038 5042 4973 0 -1 1077944384 3818 0 0 0 38 0 0 0 20 0 16 0 94392973 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056416607088 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5062] ppid=5038 vsize=10622040 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5062/stat : 5062 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94392974 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056415554528 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5063] ppid=5038 vsize=10622040 memory=6944656592455360604 CPUtime=0.02 cores=1,3,5,7
/proc/5042/task/5063/stat : 5063 (java) S 5038 5042 4973 0 -1 1077944384 396 0 0 0 1 1 0 0 20 0 16 0 94392974 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056414501296 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5064] ppid=5038 vsize=10622040 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5064/stat : 5064 (java) S 5038 5042 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94393100 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056413446832 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 58.4 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 700220 KiB

[startup+53.2007 s]
/proc/loadavg: 1.89 1.27 1.22 6/216 5064
/proc/meminfo: memFree=20524696/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10622040 memory=700220 CPUtime=58.8 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 36323 0 0 0 5821 59 0 0 20 0 16 0 94392968 10876968960 175055 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2655510 175055 3160 1 0 2643904 0
[pid=5042/tid=5044] ppid=5038 vsize=10622040 memory=0 CPUtime=51.93 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) R 5038 5042 4973 0 -1 4202560 11074 0 0 0 5186 7 0 0 20 0 16 0 94392968 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056867393680 140056489118345 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10622040 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 869 0 0 0 73 12 0 0 20 0 16 0 94392969 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10622040 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 796 0 0 0 72 10 0 0 20 0 16 0 94392969 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10622040 memory=288230574492221466 CPUtime=0.85 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 747 0 0 0 73 12 0 0 20 0 16 0 94392969 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10622040 memory=288230596050944315 CPUtime=0.84 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 687 0 0 0 72 12 0 0 20 0 16 0 94392969 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10622040 memory=15816716106074518 CPUtime=0.3 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 2918 0 0 0 30 0 0 0 20 0 16 0 94392970 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056422922352 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5056] ppid=5038 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5056/stat : 5056 (java) S 5038 5042 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 94392971 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056421868384 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5057] ppid=5038 vsize=10622040 memory=6055719809356670822 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5057/stat : 5057 (java) S 5038 5042 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 94392971 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056420816000 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5058] ppid=5038 vsize=10622040 memory=7308364548996605799 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5058/stat : 5058 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94392973 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056419764304 140056863180699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5059] ppid=5038 vsize=10622040 memory=21638045247336 CPUtime=1.35 cores=1,3,5,7
/proc/5042/task/5059/stat : 5059 (java) S 5038 5042 4973 0 -1 1077944384 7530 0 0 0 134 1 0 0 20 0 16 0 94392973 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056418712176 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5060] ppid=5038 vsize=10622040 memory=6656426216303648864 CPUtime=1.36 cores=1,3,5,7
/proc/5042/task/5060/stat : 5060 (java) S 5038 5042 4973 0 -1 1077944384 6079 0 0 0 136 0 0 0 20 0 16 0 94392973 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056417659376 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5061] ppid=5038 vsize=10622040 memory=21638045247338 CPUtime=0.38 cores=1,3,5,7
/proc/5042/task/5061/stat : 5061 (java) S 5038 5042 4973 0 -1 1077944384 3818 0 0 0 38 0 0 0 20 0 16 0 94392973 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056416607088 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5062] ppid=5038 vsize=10622040 memory=21638045247344 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5062/stat : 5062 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94392974 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056415554528 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5063] ppid=5038 vsize=10622040 memory=21638045247346 CPUtime=0.02 cores=1,3,5,7
/proc/5042/task/5063/stat : 5063 (java) S 5038 5042 4973 0 -1 1077944384 396 0 0 0 1 1 0 0 20 0 16 0 94392974 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056414501296 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5064] ppid=5038 vsize=10622040 memory=21638045247347 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5064/stat : 5064 (java) S 5038 5042 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94393100 10876968960 175055 33554432000 4194304 4196468 140735320076320 140056413446832 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 58.8 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 700220 KiB

[startup+53.4007 s]
/proc/loadavg: 1.89 1.27 1.22 6/216 5064
/proc/meminfo: memFree=20524696/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10755168 memory=700280 CPUtime=58.86 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 36766 0 0 0 5827 59 0 0 20 0 16 0 94392968 11013292032 175070 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2688792 175070 3162 1 0 2677186 0
[pid=5042/tid=5044] ppid=5038 vsize=10755168 memory=21638045247349 CPUtime=51.98 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) S 5038 5042 4973 0 -1 1077944384 11378 0 0 0 5191 7 0 0 20 0 16 0 94392968 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056867402784 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10755168 memory=8112282956445269571 CPUtime=0.85 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 869 0 0 0 73 12 0 0 20 0 16 0 94392969 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10755168 memory=4132 CPUtime=0.82 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 796 0 0 0 72 10 0 0 20 0 16 0 94392969 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10755168 memory=2204 CPUtime=0.85 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 747 0 0 0 73 12 0 0 20 0 16 0 94392969 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10755168 memory=7280 CPUtime=0.84 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 687 0 0 0 72 12 0 0 20 0 16 0 94392969 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10755168 memory=844 CPUtime=0.3 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 2918 0 0 0 30 0 0 0 20 0 16 0 94392970 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056422922352 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5056] ppid=5038 vsize=10755168 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5056/stat : 5056 (java) S 5038 5042 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 94392971 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056421868384 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5057] ppid=5038 vsize=10755168 memory=614436 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5057/stat : 5057 (java) S 5038 5042 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 94392971 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056420816000 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5058] ppid=5038 vsize=10755168 memory=139888030019313 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5058/stat : 5058 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94392973 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056419764304 140056863180699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5059] ppid=5038 vsize=10755168 memory=7012776882767423590 CPUtime=1.35 cores=1,3,5,7
/proc/5042/task/5059/stat : 5059 (java) S 5038 5042 4973 0 -1 1077944384 7532 0 0 0 134 1 0 0 20 0 16 0 94392973 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056418712176 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5060] ppid=5038 vsize=10755168 memory=8170485583305988456 CPUtime=1.36 cores=1,3,5,7
/proc/5042/task/5060/stat : 5060 (java) S 5038 5042 4973 0 -1 1077944384 6081 0 0 0 136 0 0 0 20 0 16 0 94392973 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056417659376 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5061] ppid=5038 vsize=10755168 memory=5793692368683768233 CPUtime=0.38 cores=1,3,5,7
/proc/5042/task/5061/stat : 5061 (java) S 5038 5042 4973 0 -1 1077944384 3837 0 0 0 38 0 0 0 20 0 16 0 94392973 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056416607088 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5062] ppid=5038 vsize=10755168 memory=279775780841336 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5062/stat : 5062 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94392974 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056415554528 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5063] ppid=5038 vsize=10755168 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5042/task/5063/stat : 5063 (java) S 5038 5042 4973 0 -1 1077944384 396 0 0 0 1 1 0 0 20 0 16 0 94392974 11013292032 175070 33554432000 4194304 4196468 140735320076320 140056414501296 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 58.86 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 700280 KiB

[startup+53.5006 s]
/proc/loadavg: 1.89 1.27 1.22 6/216 5064
/proc/meminfo: memFree=20524696/32770624 swapFree=67108860/67108860
[pid=5042] ppid=5038 vsize=10755168 memory=700344 CPUtime=58.86 cores=1,3,5,7
/proc/5042/stat : 5042 (java) S 5038 5042 4973 0 -1 1077944320 37202 0 0 0 5827 59 0 0 20 0 14 0 94392968 11013292032 175086 33554432000 4194304 4196468 140735320076320 140735320058864 140056863162103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
/proc/5042/statm: 2688792 175086 3162 1 0 2677186 0
[pid=5042/tid=5044] ppid=5038 vsize=10755168 memory=700220 CPUtime=51.98 cores=1,3,5,7
/proc/5042/task/5044/stat : 5044 (java) S 5038 5042 4973 0 -1 1077944384 11378 0 0 0 5191 7 0 0 20 0 14 0 94392968 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056867404944 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5045] ppid=5038 vsize=10755168 memory=700220 CPUtime=0.85 cores=1,3,5,7
/proc/5042/task/5045/stat : 5045 (java) S 5038 5042 4973 0 -1 1077944384 869 0 0 0 73 12 0 0 20 0 14 0 94392969 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056805165968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5046] ppid=5038 vsize=10755168 memory=700220 CPUtime=0.82 cores=1,3,5,7
/proc/5042/task/5046/stat : 5046 (java) S 5038 5042 4973 0 -1 1077944384 796 0 0 0 72 10 0 0 20 0 14 0 94392969 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056468445968 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5047] ppid=5038 vsize=10755168 memory=4144 CPUtime=0.85 cores=1,3,5,7
/proc/5042/task/5047/stat : 5047 (java) S 5038 5042 4973 0 -1 1077944384 747 0 0 0 73 12 0 0 20 0 14 0 94392969 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056467393680 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5048] ppid=5038 vsize=10755168 memory=700220 CPUtime=0.84 cores=1,3,5,7
/proc/5042/task/5048/stat : 5048 (java) S 5038 5042 4973 0 -1 1077944384 687 0 0 0 72 12 0 0 20 0 14 0 94392969 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056466340880 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5054] ppid=5038 vsize=10755168 memory=700220 CPUtime=0.3 cores=1,3,5,7
/proc/5042/task/5054/stat : 5054 (java) S 5038 5042 4973 0 -1 1077944384 3175 0 0 0 30 0 0 0 20 0 14 0 94392970 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056422922560 140056863173250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5056] ppid=5038 vsize=10755168 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5056/stat : 5056 (java) S 5038 5042 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 14 0 94392971 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056421868384 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5057] ppid=5038 vsize=10755168 memory=27448 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5057/stat : 5057 (java) S 5038 5042 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 14 0 94392971 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056420816000 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5058] ppid=5038 vsize=10755168 memory=700220 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5058/stat : 5058 (java) S 5038 5042 4973 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 14 0 94392973 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056419763952 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5059] ppid=5038 vsize=10755168 memory=6944652177228980320 CPUtime=1.36 cores=1,3,5,7
/proc/5042/task/5059/stat : 5059 (java) S 5038 5042 4973 0 -1 1077944384 7532 0 0 0 135 1 0 0 20 0 14 0 94392973 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056418712176 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5060] ppid=5038 vsize=10755168 memory=1224 CPUtime=1.36 cores=1,3,5,7
/proc/5042/task/5060/stat : 5060 (java) S 5038 5042 4973 0 -1 1077944384 6087 0 0 0 136 0 0 0 20 0 14 0 94392973 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056417638160 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5061] ppid=5038 vsize=10755168 memory=699420 CPUtime=0.38 cores=1,3,5,7
/proc/5042/task/5061/stat : 5061 (java) S 5038 5042 4973 0 -1 1077944384 3846 0 0 0 38 0 0 0 20 0 14 0 94392973 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056416607088 140056863173250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
[pid=5042/tid=5062] ppid=5038 vsize=10755168 memory=700280 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5062/stat : 5062 (java) S 5038 5042 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 94392974 11013292032 175086 33554432000 4194304 4196468 140735320076320 140056415554528 140056863172309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23285760 140735320081542 140735320081695 140735320081695 140735320084431 0
Current children cumulated CPU time: 58.86 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 700344 KiB

Child status: 0
Real time (s): 53.5164
CPU time (s): 58.8844
CPU user time (s): 58.2785
CPU system time (s): 0.605856
CPU usage (%): 110.031
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 700344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.2785
system time used= 0.605856
maximum resident set size= 700584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37243
page faults= 0
swaps= 0
block input operations= 592
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3320
involuntary context switches= 99


# summary of solver processes directly reported to runsolver:
#   pid: 5042
#   total CPU time (s): 58.8844
#   total CPU user time (s): 58.2785
#   total CPU system time (s): 0.605856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.353425 second user time and 0.584856 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:17:42
IDJOB=4262954
IDBENCH=120597
IDSOLVER=2651
FILE ID=node151/4262954-1502613120
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-mug100-25.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262954-1502613120/watcher-4262954-1502613120 -o /tmp/evaluation-result-4262954-1502613120/solver-4262954-1502613120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262954-1502613120.xml

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

MD5SUM BENCH= 6e356a27a2dd876e1bb3c04bb6ed0542
RANDOM SEED=1110400224

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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28903204 kB
MemAvailable:   31983000 kB
Buffers:          223164 kB
Cached:          3149068 kB
SwapCached:            0 kB
Active:           849672 kB
Inactive:        2584760 kB
Active(anon):      65044 kB
Inactive(anon):    25044 kB
Active(file):     784628 kB
Inactive(file):  2559716 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:         63404 kB
Mapped:            48032 kB
Shmem:             25224 kB
Slab:             128976 kB
SReclaimable:     102576 kB
SUnreclaim:        26400 kB
KernelStack:        3136 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1146924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 10:18:36