Trace number 4262945

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-05OPT5 32.993301 27.277901

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-3-fullins-3.xml
MD5SUM82134059a152e9a81bd5479c14cdc8eb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.253405
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints346
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree5
Maximum variable degree20
Distribution of variable degrees[{"degree":5,"count":4},{"degree":6,"count":14},{"degree":7,"count":8},{"degree":8,"count":24},{"degree":9,"count":5},{"degree":13,"count":5},{"degree":14,"count":15},{"degree":20,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints0
Number of intensional constraints346
Distribution of constraint types[{"type":"intension","count":346}]
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.75/1.23	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.75/1.23	c This is free software under the dual EPL/GNU LGPL licenses.
2.75/1.23	c See www.sat4j.org for details.
2.75/1.23	c That software uses the Rhino library from the Mozilla project.
2.75/1.23	c version CUSTOM.v20170705
2.75/1.23	c java.runtime.name	Java(TM) SE Runtime Environment
2.75/1.23	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.75/1.23	c java.vm.version	25.131-b11
2.75/1.23	c java.vm.vendor	Oracle Corporation
2.75/1.23	c sun.arch.data.model	64
2.75/1.23	c java.version		1.8.0_131
2.75/1.23	c os.name		Linux
2.75/1.23	c os.version		3.10.0-514.16.1.el7.x86_64
2.75/1.23	c os.arch		amd64
2.75/1.23	c Free memory 		499604488
2.75/1.23	c Max memory 		7247757312
2.75/1.23	c Total memory 		504889344
2.75/1.23	c Number of processors 	4
2.75/1.23	c c --- Begin Solver configuration ---
2.75/1.23	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.75/1.23	c Learn all clauses as in MiniSAT
2.75/1.23	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.75/1.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.75/1.23	c No reason simplification
2.75/1.23	c Glucose 2.1 dynamic restart strategy
2.75/1.23	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.75/1.23	c timeout=2147483s
2.75/1.23	c DB Simplification allowed=false
2.75/1.23	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.75/1.23	c --- End Solver configuration ---
2.75/1.23	c constraints type 
2.75/1.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
2.75/1.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2720000
2.75/1.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 692
2.75/1.23	c 2720852 constraints processed.
4.30/1.82	o 78
6.06/2.98	o 75
9.15/5.90	o 72
12.99/7.88	o 66
14.64/9.46	o 62
15.09/9.86	o 61
15.49/10.24	o 59
16.64/11.13	o 57
17.16/11.69	o 54
17.53/12.00	o 50
17.83/12.22	o 48
18.24/12.68	o 47
18.54/12.99	o 46
18.95/13.39	o 45
19.25/13.66	o 44
19.76/14.16	o 43
20.38/14.72	o 42
20.69/15.08	o 41
21.11/15.40	o 40
21.41/15.74	o 39
21.61/15.94	o 38
22.11/16.41	o 37
22.72/17.06	o 36
22.92/17.30	o 34
23.22/17.56	o 33
23.52/17.89	o 32
23.92/18.27	o 31
24.53/18.81	o 30
24.93/19.20	o 29
25.13/19.42	o 28
25.43/19.79	o 27
25.93/20.24	o 26
26.26/20.54	o 25
26.77/21.10	o 24
27.08/21.37	o 23
27.38/21.67	o 21
27.69/21.90	o 20
27.90/22.19	o 19
28.19/22.45	o 18
28.49/22.76	o 17
28.80/23.06	o 16
28.99/23.29	o 15
29.29/23.59	o 14
29.64/23.86	o 13
30.04/24.23	o 12
30.39/24.54	o 11
30.79/24.90	o 10
31.20/25.31	o 9
31.40/25.55	o 8
31.70/25.88	o 7
32.10/26.28	o 6
32.60/26.75	o 5
32.98/27.27	c starts		: 1457
32.98/27.27	c conflicts		: 427664
32.98/27.27	c decisions		: 10894189
32.98/27.27	c propagations		: 34914146
32.98/27.27	c inspects		: 254126318
32.98/27.27	c shortcuts		: 0
32.98/27.27	c learnt literals	: 2555
32.98/27.27	c learnt binary clauses	: 1467
32.98/27.27	c learnt ternary clauses	: 1458
32.98/27.27	c learnt constraints	: 425108
32.98/27.27	c ignored constraints	: 0
32.98/27.27	c root simplifications	: 0
32.98/27.27	c removed literals (reason simplification)	: 0
32.98/27.27	c reason swapping (by a shorter reason)	: 0
32.98/27.27	c Calls to reduceDB	: 62
32.98/27.27	c Number of update (reduction) of LBD	: 302766
32.98/27.27	c Imported unit clauses	: 0
32.98/27.27	c number of reductions to clauses (during analyze)	: 0
32.98/27.27	c number of learned constraints concerned by reduction	: 0
32.98/27.27	c number of learning phase by resolution	: 0
32.98/27.27	c number of learning phase by cutting planes	: 0
32.98/27.27	c number of rounding to 1 operations	: 0
32.98/27.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
32.98/27.27	c number of reductions of the coefficients by power 2 	: 0
32.98/27.27	c number of right shift for reduction by power 2 	: 0
32.98/27.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
32.98/27.27	c speed (assignments/second)	: 1341407.17688643
32.98/27.27	c non guided choices	3433439
32.98/27.27	c learnt constraints type 
32.98/27.27	s OPTIMUM FOUND
32.98/27.27	v <instantiation type="optimum" cost="5">
32.98/27.27	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] </list>
32.98/27.27	v 	<values> 5 2 4 1 0 2 4 1 5 0 2 0 1 5 4 3 3 3 4 5 5 3 3 0 0 3 3 3 3 3 1 1 0 1 2 4 1 1 1 1 2 2 2 1 1 2 2 5 0 0 5 2 5 4 0 5 5 5 5 5 1 1 1 4 4 4 4 1 3 4 1 1 1 1 3 2 1 5 3 0 </values>
32.98/27.27	v </instantiation>
32.98/27.27	

Verifier Data

OK	5

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 (7768 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-4262945-1502613575/watcher-4262945-1502613575 -o /tmp/evaluation-result-4262945-1502613575/solver-4262945-1502613575 -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-4262945-1502613575.xml 

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

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

solver pid=5370, runsolver pid=5367

[startup+0.10008 s]*
/proc/loadavg: 5.42 4.82 2.96 4/215 5385
/proc/meminfo: memFree=22965688/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10555400 memory=29676 CPUtime=0.13 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 6551 0 0 0 12 1 0 0 20 0 15 0 94438439 10808729600 7419 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2638850 7419 2790 1 0 2627263 0
[pid=5370/tid=5372] ppid=5367 vsize=10555400 memory=-8536111783115322560 CPUtime=0.09 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) R 5367 5370 4973 0 -1 4202560 4397 0 0 0 8 1 0 0 20 0 15 0 94438440 10808729600 7419 33554432000 4194304 4196468 140733797550240 139744703072176 139744698905757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438441 10808729600 7419 33554432000 4194304 4196468 140733797550240 139744624958352 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10555400 memory=139922043688576 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438441 10808729600 7419 33554432000 4194304 4196468 140733797550240 139744623905552 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438441 10808729600 7419 33554432000 4194304 4196468 140733797550240 139744622853264 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438441 10808729600 7419 33554432000 4194304 4196468 140733797550240 139744621800464 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10555400 memory=139922043688576 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438442 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743733975152 139744698894978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5378] ppid=5367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5378/stat : 5378 (java) S 5367 5370 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94438442 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743732921120 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5379] ppid=5367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5379/stat : 5379 (java) S 5367 5370 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94438443 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743731868784 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5380] ppid=5367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5380/stat : 5380 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94438445 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743730817104 139744698902427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5381] ppid=5367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5381/stat : 5381 (java) S 5367 5370 4973 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 94438445 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743729764976 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5382] ppid=5367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5382/stat : 5382 (java) S 5367 5370 4973 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 94438445 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743728712176 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5383] ppid=5367 vsize=10555400 memory=139922043688576 CPUtime=0.02 cores=1,3,5,7
/proc/5370/task/5383/stat : 5383 (java) S 5367 5370 4973 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 94438445 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743727659888 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5384] ppid=5367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5384/stat : 5384 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94438445 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743726607328 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5385] ppid=5367 vsize=10555400 memory=139922043688576 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5385/stat : 5385 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438445 10808729600 7419 33554432000 4194304 4196468 140733797550240 139743725554096 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29676 KiB

[startup+0.210666 s]*
/proc/loadavg: 5.42 4.82 2.96 3/215 5385
/proc/meminfo: memFree=22956700/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10555400 memory=39632 CPUtime=0.29 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 8227 0 0 0 27 2 0 0 20 0 15 0 94438439 10808729600 9908 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2638850 9908 2953 1 0 2627263 0
[pid=5370/tid=5372] ppid=5367 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) R 5367 5370 4973 0 -1 4202560 5332 0 0 0 18 2 0 0 20 0 15 0 94438440 10808729600 9908 33554432000 4194304 4196468 140733797550240 139744703116176 139744682964318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438441 10808729600 9908 33554432000 4194304 4196468 140733797550240 139744624958352 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10555400 memory=139922043697415 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438441 10808729600 9908 33554432000 4194304 4196468 140733797550240 139744623905552 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438441 10808729600 9908 33554432000 4194304 4196468 140733797550240 139744622853264 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438441 10808729600 9908 33554432000 4194304 4196468 140733797550240 139744621800464 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10555400 memory=139922043688576 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438442 10808729600 9908 33554432000 4194304 4196468 140733797550240 139743733975152 139744698894978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5378] ppid=5367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5378/stat : 5378 (java) S 5367 5370 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94438442 10808729600 9908 33554432000 4194304 4196468 140733797550240 139743732921120 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5379] ppid=5367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5379/stat : 5379 (java) S 5367 5370 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94438443 10808729600 9908 33554432000 4194304 4196468 140733797550240 139743731868784 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5380] ppid=5367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5380/stat : 5380 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94438445 10808729600 9908 33554432000 4194304 4196468 140733797550240 139743730817104 139744698902427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5381] ppid=5367 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5370/task/5381/stat : 5381 (java) S 5367 5370 4973 0 -1 1077944384 444 0 0 0 1 0 0 0 20 0 15 0 94438445 10808729600 9908 33554432000 4194304 4196468 140733797550240 139743729764976 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5382] ppid=5367 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5370/task/5382/stat : 5382 (java) S 5367 5370 4973 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 15 0 94438445 10808729600 9908 33554432000 4194304 4196468 140733797550240 139743728712176 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5383] ppid=5367 vsize=10555400 memory=139922043688576 CPUtime=0.06 cores=1,3,5,7
/proc/5370/task/5383/stat : 5383 (java) S 5367 5370 4973 0 -1 1077944384 864 0 0 0 6 0 0 0 20 0 15 0 94438445 10808729600 9908 33554432000 4194304 4196468 140733797550240 139743727659888 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5384] ppid=5367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5384/stat : 5384 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94438445 10808729600 9908 33554432000 4194304 4196468 140733797550240 139743726607328 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5385] ppid=5367 vsize=10555400 memory=139922043688576 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5385/stat : 5385 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438445 10808729600 9973 33554432000 4194304 4196468 140733797550240 139743725554096 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39632 KiB

[startup+0.310268 s]*
/proc/loadavg: 5.42 4.82 2.96 5/215 5385
/proc/meminfo: memFree=22949396/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10555476 memory=46072 CPUtime=0.51 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 8853 0 0 0 48 3 0 0 20 0 15 0 94438439 10808807424 11518 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2638869 11518 3010 1 0 2627263 0
[pid=5370/tid=5372] ppid=5367 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) R 5367 5370 4973 0 -1 4202560 5676 0 0 0 28 2 0 0 20 0 15 0 94438440 10808807424 11569 33554432000 4194304 4196468 140733797550240 139744703119944 139744682927461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438441 10808807424 11569 33554432000 4194304 4196468 140733797550240 139744624958352 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10555476 memory=13711413998114456 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438441 10808807424 11569 33554432000 4194304 4196468 140733797550240 139744623905552 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438441 10808807424 11569 33554432000 4194304 4196468 140733797550240 139744622853264 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438441 10808807424 11569 33554432000 4194304 4196468 140733797550240 139744621800464 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10555476 memory=139922043688576 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94438442 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743733975152 139744698894978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5378] ppid=5367 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5378/stat : 5378 (java) S 5367 5370 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94438442 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743732921120 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5379] ppid=5367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5379/stat : 5379 (java) S 5367 5370 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94438443 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743731868784 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5380] ppid=5367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5380/stat : 5380 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94438445 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743730817104 139744698902427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5381] ppid=5367 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5370/task/5381/stat : 5381 (java) R 5367 5370 4973 0 -1 1077944384 525 0 0 0 3 0 0 0 20 0 15 0 94438445 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743729764976 139744698894978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5382] ppid=5367 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5370/task/5382/stat : 5382 (java) R 5367 5370 4973 0 -1 4202560 308 0 0 0 3 0 0 0 20 0 15 0 94438445 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743728712176 139744676902286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5383] ppid=5367 vsize=10555476 memory=139922043688576 CPUtime=0.13 cores=1,3,5,7
/proc/5370/task/5383/stat : 5383 (java) R 5367 5370 4973 0 -1 4202560 992 0 0 0 13 0 0 0 20 0 15 0 94438445 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743727659888 139744691980667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5384] ppid=5367 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5384/stat : 5384 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94438445 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743726607328 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5385] ppid=5367 vsize=10555476 memory=139922043688576 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5385/stat : 5385 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438445 10808807424 11569 33554432000 4194304 4196468 140733797550240 139743725554096 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46072 KiB

[startup+0.701579 s]
/proc/loadavg: 5.42 4.82 2.96 5/215 5385
/proc/meminfo: memFree=22906520/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10555476 memory=214848 CPUtime=1.67 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 11116 0 0 0 157 10 0 0 20 0 15 0 94438439 10808807424 53712 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2638869 53712 3083 1 0 2627263 0
[pid=5370/tid=5372] ppid=5367 vsize=10555476 memory=1728 CPUtime=0.64 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) S 5367 5370 4973 0 -1 1077944384 5868 0 0 0 60 4 0 0 20 0 15 0 94438440 10808807424 53712 33554432000 4194304 4196468 140733797550240 139744703120720 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10555476 memory=792 CPUtime=0.03 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) R 5367 5370 4973 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 15 0 94438441 10808807424 53712 33554432000 4194304 4196468 140733797550240 139744624958352 139744683907509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10555476 memory=9992 CPUtime=0.04 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) R 5367 5370 4973 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 15 0 94438441 10808807424 53712 33554432000 4194304 4196468 140733797550240 139744623905552 139744683907745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10555476 memory=1224 CPUtime=0.03 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) R 5367 5370 4973 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 15 0 94438441 10808807424 53712 33554432000 4194304 4196468 140733797550240 139744622853152 139744683906027 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10555476 memory=5716 CPUtime=0.03 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) R 5367 5370 4973 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 15 0 94438441 10808807424 53712 33554432000 4194304 4196468 140733797550240 139744621798096 139744683911718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 94438442 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743733973664 139744698894037 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5378] ppid=5367 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5378/stat : 5378 (java) S 5367 5370 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94438442 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743732921120 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5379] ppid=5367 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5379/stat : 5379 (java) S 5367 5370 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94438443 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743731868784 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5380] ppid=5367 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5380/stat : 5380 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94438445 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743730817104 139744698902427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5381] ppid=5367 vsize=10555476 memory=4639098309541127021 CPUtime=0.29 cores=1,3,5,7
/proc/5370/task/5381/stat : 5381 (java) S 5367 5370 4973 0 -1 1077944384 1355 0 0 0 29 0 0 0 20 0 15 0 94438445 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743729755296 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5382] ppid=5367 vsize=10555476 memory=7597685182856913236 CPUtime=0.31 cores=1,3,5,7
/proc/5370/task/5382/stat : 5382 (java) S 5367 5370 4973 0 -1 1077944384 1195 0 0 0 31 0 0 0 20 0 15 0 94438445 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743728712176 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5383] ppid=5367 vsize=10555476 memory=7236547281622689387 CPUtime=0.23 cores=1,3,5,7
/proc/5370/task/5383/stat : 5383 (java) S 5367 5370 4973 0 -1 1077944384 1216 0 0 0 23 0 0 0 20 0 15 0 94438445 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743727659888 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5384] ppid=5367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5384/stat : 5384 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94438445 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743726607328 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5385] ppid=5367 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5385/stat : 5385 (java) S 5367 5370 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94438445 10808807424 53712 33554432000 4194304 4196468 140733797550240 139743725554096 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 214848 KiB

[startup+1.50077 s]
/proc/loadavg: 5.42 4.82 2.96 3/215 5385
/proc/meminfo: memFree=22668644/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10622040 memory=366748 CPUtime=3.62 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 12613 0 0 0 338 24 0 0 20 0 16 0 94438439 10876968960 91687 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2655510 91687 3119 1 0 2643904 0
[pid=5370/tid=5372] ppid=5367 vsize=10622040 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) R 5367 5370 4973 0 -1 4202560 5977 0 0 0 124 5 0 0 20 0 16 0 94438440 10876968960 91687 33554432000 4194304 4196468 140733797550240 139744703122152 139744297729336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10622040 memory=8390361644446492005 CPUtime=0.17 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) S 5367 5370 4973 0 -1 1077944384 124 0 0 0 13 4 0 0 20 0 16 0 94438441 10876968960 91687 33554432000 4194304 4196468 140733797550240 139744624958352 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10622040 memory=-6352177166831615190 CPUtime=0.17 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) S 5367 5370 4973 0 -1 1077944384 153 0 0 0 13 4 0 0 20 0 16 0 94438441 10876968960 91687 33554432000 4194304 4196468 140733797550240 139744623905552 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10622040 memory=8514701219931451533 CPUtime=0.18 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) S 5367 5370 4973 0 -1 1077944384 143 0 0 0 14 4 0 0 20 0 16 0 94438441 10876968960 91687 33554432000 4194304 4196468 140733797550240 139744622853264 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10622040 memory=7005738693937936738 CPUtime=0.18 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) S 5367 5370 4973 0 -1 1077944384 154 0 0 0 14 4 0 0 20 0 16 0 94438441 10876968960 91687 33554432000 4194304 4196468 140733797550240 139744621800464 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10622040 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 94438442 10876968960 91687 33554432000 4194304 4196468 140733797550240 139743733975152 139744698894978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0

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

Dumping a history of the last processes samples

[startup+25.6009 s]
/proc/loadavg: 4.62 4.68 2.96 6/216 5386
/proc/meminfo: memFree=20249096/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10622040 memory=612452 CPUtime=31.5 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 31593 0 0 0 3105 45 0 0 20 0 16 0 94438439 10876968960 153113 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2655510 153113 3154 1 0 2643904 0
[pid=5370/tid=5372] ppid=5367 vsize=10622040 memory=6655300316396806240 CPUtime=24.43 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) R 5367 5370 4973 0 -1 4202560 9409 0 0 0 2437 6 0 0 20 0 16 0 94438440 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744703120456 139744298199450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10622040 memory=6944656592387989600 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) S 5367 5370 4973 0 -1 1077944384 260 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744624958352 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10622040 memory=-3252517613198930781 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) S 5367 5370 4973 0 -1 1077944384 336 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744623905552 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10622040 memory=7233454248038918499 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) S 5367 5370 4973 0 -1 1077944384 481 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744622853264 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10622040 memory=7232886972902039648 CPUtime=0.82 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) S 5367 5370 4973 0 -1 1077944384 662 0 0 0 74 8 0 0 20 0 16 0 94438441 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744621800464 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10622040 memory=8112282956445269571 CPUtime=0.32 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 2552 0 0 0 32 0 0 0 20 0 16 0 94438442 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743733975152 139744698894978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5378] ppid=5367 vsize=10622040 memory=27460 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5378/stat : 5378 (java) S 5367 5370 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 94438442 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743732921184 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5379] ppid=5367 vsize=10622040 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5379/stat : 5379 (java) S 5367 5370 4973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 94438443 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743731868800 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5380] ppid=5367 vsize=10622040 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5380/stat : 5380 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743730817104 139744698902427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5381] ppid=5367 vsize=10622040 memory=1728 CPUtime=1.65 cores=1,3,5,7
/proc/5370/task/5381/stat : 5381 (java) S 5367 5370 4973 0 -1 1077944384 9295 0 0 0 164 1 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743729764976 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5382] ppid=5367 vsize=10622040 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/5370/task/5382/stat : 5382 (java) S 5367 5370 4973 0 -1 1077944384 4344 0 0 0 133 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743728712176 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5383] ppid=5367 vsize=10622040 memory=792 CPUtime=0.41 cores=1,3,5,7
/proc/5370/task/5383/stat : 5383 (java) S 5367 5370 4973 0 -1 1077944384 2565 0 0 0 41 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743727659888 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5384] ppid=5367 vsize=10622040 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5384/stat : 5384 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743726607328 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5385] ppid=5367 vsize=10622040 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5385/stat : 5385 (java) S 5367 5370 4973 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743725554096 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5386] ppid=5367 vsize=10622040 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5386/stat : 5386 (java) S 5367 5370 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94438564 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743724499632 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
Current children cumulated CPU time: 31.5 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 612452 KiB

[startup+26.4007 s]
/proc/loadavg: 4.62 4.68 2.96 6/216 5386
/proc/meminfo: memFree=20249096/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10622040 memory=612452 CPUtime=32.3 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 31629 0 0 0 3185 45 0 0 20 0 16 0 94438439 10876968960 153113 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2655510 153113 3154 1 0 2643904 0
[pid=5370/tid=5372] ppid=5367 vsize=10622040 memory=33 CPUtime=25.23 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) R 5367 5370 4973 0 -1 4202560 9417 0 0 0 2517 6 0 0 20 0 16 0 94438440 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744703115408 139744298200014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10622040 memory=8112282956445269571 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) S 5367 5370 4973 0 -1 1077944384 260 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744624958352 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10622040 memory=6444485480433084773 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) S 5367 5370 4973 0 -1 1077944384 336 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744623905552 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10622040 memory=8028060430719608146 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) S 5367 5370 4973 0 -1 1077944384 481 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744622853264 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10622040 memory=6444485480433084773 CPUtime=0.82 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) S 5367 5370 4973 0 -1 1077944384 662 0 0 0 74 8 0 0 20 0 16 0 94438441 10876968960 153113 33554432000 4194304 4196468 140733797550240 139744621800464 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10622040 memory=6382321403054 CPUtime=0.32 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 2552 0 0 0 32 0 0 0 20 0 16 0 94438442 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743733975152 139744698894978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5378] ppid=5367 vsize=10622040 memory=311593019117928763 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5378/stat : 5378 (java) S 5367 5370 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 94438442 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743732921184 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5379] ppid=5367 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5379/stat : 5379 (java) S 5367 5370 4973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 94438443 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743731868800 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5380] ppid=5367 vsize=10622040 memory=129 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5380/stat : 5380 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743730817104 139744698902427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5381] ppid=5367 vsize=10622040 memory=39 CPUtime=1.65 cores=1,3,5,7
/proc/5370/task/5381/stat : 5381 (java) S 5367 5370 4973 0 -1 1077944384 9295 0 0 0 164 1 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743729764976 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5382] ppid=5367 vsize=10622040 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/5370/task/5382/stat : 5382 (java) S 5367 5370 4973 0 -1 1077944384 4344 0 0 0 133 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743728712176 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5383] ppid=5367 vsize=10622040 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/5370/task/5383/stat : 5383 (java) S 5367 5370 4973 0 -1 1077944384 2593 0 0 0 42 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743727659888 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5384] ppid=5367 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5384/stat : 5384 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743726607328 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5385] ppid=5367 vsize=10622040 memory=81 CPUtime=0.01 cores=1,3,5,7
/proc/5370/task/5385/stat : 5385 (java) S 5367 5370 4973 0 -1 1077944384 282 0 0 0 0 1 0 0 20 0 16 0 94438445 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743725554096 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5386] ppid=5367 vsize=10622040 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5386/stat : 5386 (java) S 5367 5370 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94438564 10876968960 153113 33554432000 4194304 4196468 140733797550240 139743724499632 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
Current children cumulated CPU time: 32.3 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 612452 KiB

[startup+26.8007 s]
/proc/loadavg: 4.62 4.68 2.96 6/216 5386
/proc/meminfo: memFree=20249096/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10622040 memory=614500 CPUtime=32.7 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 31633 0 0 0 3225 45 0 0 20 0 16 0 94438439 10876968960 153625 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2655510 153625 3154 1 0 2643904 0
[pid=5370/tid=5372] ppid=5367 vsize=10622040 memory=0 CPUtime=25.63 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) R 5367 5370 4973 0 -1 4202560 9421 0 0 0 2557 6 0 0 20 0 16 0 94438440 10876968960 153625 33554432000 4194304 4196468 140733797550240 139744703115408 139744298200168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10622040 memory=8112282956445269571 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) S 5367 5370 4973 0 -1 1077944384 260 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153625 33554432000 4194304 4196468 140733797550240 139744624958352 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10622040 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) S 5367 5370 4973 0 -1 1077944384 336 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153625 33554432000 4194304 4196468 140733797550240 139744623905552 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10622040 memory=-3351064526135847021 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) S 5367 5370 4973 0 -1 1077944384 481 0 0 0 73 8 0 0 20 0 16 0 94438441 10876968960 153625 33554432000 4194304 4196468 140733797550240 139744622853264 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10622040 memory=302304362099900767 CPUtime=0.82 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) S 5367 5370 4973 0 -1 1077944384 662 0 0 0 74 8 0 0 20 0 16 0 94438441 10876968960 153625 33554432000 4194304 4196468 140733797550240 139744621800464 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10622040 memory=612452 CPUtime=0.32 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 2552 0 0 0 32 0 0 0 20 0 16 0 94438442 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743733975152 139744698894978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5378] ppid=5367 vsize=10622040 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5378/stat : 5378 (java) S 5367 5370 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 94438442 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743732921184 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5379] ppid=5367 vsize=10622040 memory=15816716106074518 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5379/stat : 5379 (java) S 5367 5370 4973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 94438443 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743731868800 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5380] ppid=5367 vsize=10622040 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5380/stat : 5380 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94438445 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743730817104 139744698902427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5381] ppid=5367 vsize=10622040 memory=4612 CPUtime=1.65 cores=1,3,5,7
/proc/5370/task/5381/stat : 5381 (java) S 5367 5370 4973 0 -1 1077944384 9295 0 0 0 164 1 0 0 20 0 16 0 94438445 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743729764976 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5382] ppid=5367 vsize=10622040 memory=1008 CPUtime=1.33 cores=1,3,5,7
/proc/5370/task/5382/stat : 5382 (java) S 5367 5370 4973 0 -1 1077944384 4344 0 0 0 133 0 0 0 20 0 16 0 94438445 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743728712176 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5383] ppid=5367 vsize=10622040 memory=1944 CPUtime=0.42 cores=1,3,5,7
/proc/5370/task/5383/stat : 5383 (java) S 5367 5370 4973 0 -1 1077944384 2593 0 0 0 42 0 0 0 20 0 16 0 94438445 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743727659888 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5384] ppid=5367 vsize=10622040 memory=225 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5384/stat : 5384 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94438445 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743726607328 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5385] ppid=5367 vsize=10622040 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5370/task/5385/stat : 5385 (java) S 5367 5370 4973 0 -1 1077944384 282 0 0 0 0 1 0 0 20 0 16 0 94438445 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743725554096 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5386] ppid=5367 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5386/stat : 5386 (java) S 5367 5370 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94438564 10876968960 153625 33554432000 4194304 4196468 140733797550240 139743724499632 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
Current children cumulated CPU time: 32.7 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 614500 KiB

[startup+27.2007 s]
/proc/loadavg: 4.62 4.68 2.96 6/216 5386
/proc/meminfo: memFree=20247048/32770624 swapFree=67108860/67108860
[pid=5370] ppid=5367 vsize=10755168 memory=614644 CPUtime=32.98 cores=1,3,5,7
/proc/5370/stat : 5370 (java) S 5367 5370 4973 0 -1 1077944320 32202 0 0 0 3253 45 0 0 20 0 16 0 94438439 11013292032 153661 33554432000 4194304 4196468 140733797550240 140733797532784 139744698883831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
/proc/5370/statm: 2688792 153661 3156 1 0 2677186 0
[pid=5370/tid=5372] ppid=5367 vsize=10755168 memory=1424 CPUtime=25.9 cores=1,3,5,7
/proc/5370/task/5372/stat : 5372 (java) S 5367 5370 4973 0 -1 1077944384 9818 0 0 0 2584 6 0 0 20 0 16 0 94438440 11013292032 153661 33554432000 4194304 4196468 140733797550240 139744703124512 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5373] ppid=5367 vsize=10755168 memory=8552 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5373/stat : 5373 (java) S 5367 5370 4973 0 -1 1077944384 260 0 0 0 73 8 0 0 20 0 16 0 94438441 11013292032 153661 33554432000 4194304 4196468 140733797550240 139744624958352 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5374] ppid=5367 vsize=10755168 memory=15872 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5374/stat : 5374 (java) S 5367 5370 4973 0 -1 1077944384 336 0 0 0 73 8 0 0 20 0 16 0 94438441 11013292032 153661 33554432000 4194304 4196468 140733797550240 139744623905552 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5375] ppid=5367 vsize=10755168 memory=4052 CPUtime=0.81 cores=1,3,5,7
/proc/5370/task/5375/stat : 5375 (java) S 5367 5370 4973 0 -1 1077944384 481 0 0 0 73 8 0 0 20 0 16 0 94438441 11013292032 153661 33554432000 4194304 4196468 140733797550240 139744622853264 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5376] ppid=5367 vsize=10755168 memory=8112282956445269571 CPUtime=0.82 cores=1,3,5,7
/proc/5370/task/5376/stat : 5376 (java) S 5367 5370 4973 0 -1 1077944384 662 0 0 0 74 8 0 0 20 0 16 0 94438441 11013292032 153661 33554432000 4194304 4196468 140733797550240 139744621800464 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5377] ppid=5367 vsize=10755168 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/5370/task/5377/stat : 5377 (java) S 5367 5370 4973 0 -1 1077944384 2552 0 0 0 32 0 0 0 20 0 16 0 94438442 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743733975152 139744698894978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5378] ppid=5367 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5378/stat : 5378 (java) S 5367 5370 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 94438442 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743732921184 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5379] ppid=5367 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5379/stat : 5379 (java) S 5367 5370 4973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 94438443 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743731868800 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5380] ppid=5367 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5380/stat : 5380 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94438445 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743730817104 139744698902427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5381] ppid=5367 vsize=10755168 memory=0 CPUtime=1.65 cores=1,3,5,7
/proc/5370/task/5381/stat : 5381 (java) S 5367 5370 4973 0 -1 1077944384 9317 0 0 0 164 1 0 0 20 0 16 0 94438445 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743729764976 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5382] ppid=5367 vsize=10755168 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/5370/task/5382/stat : 5382 (java) S 5367 5370 4973 0 -1 1077944384 4346 0 0 0 133 0 0 0 20 0 16 0 94438445 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743728712176 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5383] ppid=5367 vsize=10755168 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/5370/task/5383/stat : 5383 (java) S 5367 5370 4973 0 -1 1077944384 2617 0 0 0 42 0 0 0 20 0 16 0 94438445 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743727659888 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5384] ppid=5367 vsize=10755168 memory=279843829061904 CPUtime=0 cores=1,3,5,7
/proc/5370/task/5384/stat : 5384 (java) S 5367 5370 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94438445 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743726607328 139744698894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
[pid=5370/tid=5385] ppid=5367 vsize=10755168 memory=6944656592455360604 CPUtime=0.01 cores=1,3,5,7
/proc/5370/task/5385/stat : 5385 (java) S 5367 5370 4973 0 -1 1077944384 282 0 0 0 0 1 0 0 20 0 16 0 94438445 11013292032 153661 33554432000 4194304 4196468 140733797550240 139743725554096 139744698894978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140733797557382 140733797557535 140733797557535 140733797560271 0
Current children cumulated CPU time: 32.98 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 614644 KiB

Child status: 0
Real time (s): 27.2779
CPU time (s): 32.9933
CPU user time (s): 32.5333
CPU system time (s): 0.46005
CPU usage (%): 120.953
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 614644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.5333
system time used= 0.46005
maximum resident set size= 615092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2827
involuntary context switches= 70


# summary of solver processes directly reported to runsolver:
#   pid: 5370
#   total CPU time (s): 32.9933
#   total CPU user time (s): 32.5333
#   total CPU system time (s): 0.46005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.192919 second user time and 0.308663 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:25:17
IDJOB=4262945
IDBENCH=120634
IDSOLVER=2651
FILE ID=node151/4262945-1502613575
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61752 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-3-fullins-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262945-1502613575/watcher-4262945-1502613575 -o /tmp/evaluation-result-4262945-1502613575/solver-4262945-1502613575 -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-4262945-1502613575.xml

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

MD5SUM BENCH= 82134059a152e9a81bd5479c14cdc8eb
RANDOM SEED=1836573458

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:        22985140 kB
MemAvailable:   26071496 kB
Buffers:          223668 kB
Cached:          3155012 kB
SwapCached:            0 kB
Active:          6759780 kB
Inactive:        2585892 kB
Active(anon):    5969868 kB
Inactive(anon):    25044 kB
Active(file):     789912 kB
Inactive(file):  2560848 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       5974200 kB
Mapped:            54988 kB
Shmem:             25224 kB
Slab:             129428 kB
SReclaimable:     102864 kB
SUnreclaim:        26564 kB
KernelStack:        3840 kB
PageTables:        16460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7536828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5224448 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= 61748 MiB
End job on node151 at 2017-08-13 10:25:44