Trace number 4263743

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-05OPT1100 246.98399 242.464

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r2.xml
MD5SUMa7a611711d538e27d6e463316b2ea293
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1100
Best CPU time to get the best result obtained on this benchmark5.60818
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints56
Number of domains6
Minimum domain size3
Maximum domain size17
Distribution of domain sizes[{"size":3,"count":50},{"size":5,"count":10},{"size":9,"count":10},{"size":17,"count":10}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":38},{"degree":4,"count":10},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":30},{"arity":4,"count":1},{"arity":5,"count":20},{"arity":10,"count":5}]
Number of extensional constraints30
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":24}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.65/0.59	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.65/0.59	c This is free software under the dual EPL/GNU LGPL licenses.
0.65/0.59	c See www.sat4j.org for details.
0.65/0.59	c That software uses the Rhino library from the Mozilla project.
0.65/0.59	c version CUSTOM.v20170705
0.65/0.59	c java.runtime.name	Java(TM) SE Runtime Environment
0.65/0.59	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.65/0.59	c java.vm.version	25.131-b11
0.65/0.59	c java.vm.vendor	Oracle Corporation
0.65/0.59	c sun.arch.data.model	64
0.65/0.59	c java.version		1.8.0_131
0.65/0.59	c os.name		Linux
0.65/0.59	c os.version		3.10.0-514.16.1.el7.x86_64
0.65/0.59	c os.arch		amd64
0.65/0.59	c Free memory 		499604488
0.65/0.59	c Max memory 		7247757312
0.65/0.59	c Total memory 		504889344
0.65/0.59	c Number of processors 	4
0.65/0.59	c c --- Begin Solver configuration ---
0.65/0.59	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.65/0.59	c Learn all clauses as in MiniSAT
0.65/0.59	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.65/0.59	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.65/0.59	c No reason simplification
0.65/0.59	c Glucose 2.1 dynamic restart strategy
0.65/0.59	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
0.65/0.59	c timeout=2147483s
0.65/0.59	c DB Simplification allowed=false
0.65/0.59	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.65/0.59	c --- End Solver configuration ---
0.65/0.59	c constraints type 
0.65/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.65/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1184
0.65/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45319
0.65/0.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 128
0.65/0.59	c 46791 constraints processed.
1.71/0.92	o 1950
1.99/1.04	o 1900
1.99/1.10	o 1700
2.54/1.20	o 1500
2.54/1.24	o 1450
2.74/1.30	o 1350
2.74/1.37	o 1200
2.88/1.46	o 1100
246.96/242.44	c starts		: 2349
246.96/242.44	c conflicts		: 802678
246.96/242.44	c decisions		: 1575639
246.96/242.44	c propagations		: 196719664
246.96/242.44	c inspects		: 3922803482
246.96/242.44	c shortcuts		: 0
246.96/242.44	c learnt literals	: 817
246.96/242.44	c learnt binary clauses	: 976
246.96/242.44	c learnt ternary clauses	: 357
246.96/242.44	c learnt constraints	: 801860
246.96/242.44	c ignored constraints	: 0
246.96/242.44	c root simplifications	: 0
246.96/242.44	c removed literals (reason simplification)	: 0
246.96/242.44	c reason swapping (by a shorter reason)	: 0
246.96/242.44	c Calls to reduceDB	: 36
246.96/242.44	c Number of update (reduction) of LBD	: 368445
246.96/242.44	c Imported unit clauses	: 0
246.96/242.44	c number of reductions to clauses (during analyze)	: 0
246.96/242.44	c number of learned constraints concerned by reduction	: 0
246.96/242.44	c number of learning phase by resolution	: 0
246.96/242.44	c number of learning phase by cutting planes	: 0
246.96/242.44	c number of rounding to 1 operations	: 0
246.96/242.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
246.96/242.44	c number of reductions of the coefficients by power 2 	: 0
246.96/242.44	c number of right shift for reduction by power 2 	: 0
246.96/242.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
246.96/242.44	c speed (assignments/second)	: 813405.4340140667
246.96/242.44	c non guided choices	19372
246.96/242.44	c learnt constraints type 
246.96/242.44	s OPTIMUM FOUND
246.96/242.44	v <instantiation type="optimum" cost="1100">
246.96/242.44	v 	<list> r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][3] c[9][0] c[9][1] c[9][2] c[9][3] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9] </list>
246.96/242.44	v 	<values> 2 1 1 1 1 1 1 0 0 0 2 4 0 0 5 0 1 0 3 1 1 0 7 0 0 0 2 0 2 0 0 0 0 2 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 150 150 150 150 150 150 0 0 0 16 8 8 8 8 8 8 0 0 0 200 150 150 150 150 150 150 0 0 0 </values>
246.96/242.44	v </instantiation>
246.96/242.44	

Verifier Data

OK	1100

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263743-1502640553/watcher-4263743-1502640553 -o /tmp/evaluation-result-4263743-1502640553/solver-4263743-1502640553 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24884 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263743-1502640553.xml 

running on 4 cores: 0,2,4,6

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=28255, runsolver pid=28252
Current StackSize limit: 8192 KiB


[startup+0.100733 s]*
/proc/loadavg: 2.04 2.04 2.38 3/205 28264
/proc/meminfo: memFree=25987312/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10151672 memory=21368 CPUtime=0.04 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 4206 0 0 0 3 1 0 0 20 0 9 0 52395933 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2537918 5342 2155 1 0 2527415 0
[pid=28255/tid=28257] ppid=28252 vsize=10151672 memory=-6370452090156847461 CPUtime=0.03 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) R 28252 28255 11586 0 -1 4202560 2847 0 0 0 3 0 0 0 20 0 9 0 52395939 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 139955627392888 139955623179421 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10151672 memory=5767615991193139593 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 52395940 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10151672 memory=140704785155712 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 52395940 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 52395940 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 52395940 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 52395941 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 52395942 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 52395942 10395312128 5342 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21368 KiB

[startup+0.209787 s]*
/proc/loadavg: 2.04 2.04 2.38 4/211 28270
/proc/meminfo: memFree=25986348/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10551156 memory=23812 CPUtime=0.07 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 4969 0 0 0 6 1 0 0 20 0 15 0 52395933 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2637789 5953 2610 1 0 2627261 0
[pid=28255/tid=28257] ppid=28252 vsize=10551156 memory=576460756329955509 CPUtime=0.06 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) R 28252 28255 11586 0 -1 4202560 3074 0 0 0 5 1 0 0 20 0 15 0 52395939 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955627383184 139955623179421 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52395940 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10551156 memory=140704785695581 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52395940 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52395940 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52395940 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10551156 memory=140704785155712 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52395941 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52395942 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52395942 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28265] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28265/stat : 28265 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52395944 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955115317968 139955623176091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28266] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28266/stat : 28266 (java) R 28252 28255 11586 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 52395944 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955114264560 139955623168642 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28267] ppid=28252 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28267/stat : 28267 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52395944 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955113212016 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28268] ppid=28252 vsize=10551156 memory=140704785155712 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28268/stat : 28268 (java) R 28252 28255 11586 0 -1 4202560 225 0 0 0 0 0 0 0 20 0 15 0 52395944 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955112159472 139955601738896 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28269] ppid=28252 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28269/stat : 28269 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52395944 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955111107168 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28270] ppid=28252 vsize=10551156 memory=140704785155712 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28270/stat : 28270 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52395953 10804383744 5953 18446744073709551615 4194304 4196468 140726708591712 139955110054704 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23812 KiB

[startup+0.310064 s]*
/proc/loadavg: 2.04 2.04 2.38 3/211 28270
/proc/meminfo: memFree=25974500/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10551156 memory=36164 CPUtime=0.23 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 8298 0 0 0 20 3 0 0 20 0 15 0 52395933 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2637789 9041 2860 1 0 2627261 0
[pid=28255/tid=28257] ppid=28252 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) R 28252 28255 11586 0 -1 4202560 5942 0 0 0 14 2 0 0 20 0 15 0 52395939 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955627393712 139955607237982 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52395940 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52395940 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52395940 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52395940 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52395941 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52395942 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52395942 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28265] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28265/stat : 28265 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52395944 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955115317968 139955623176091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28266] ppid=28252 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28255/task/28266/stat : 28266 (java) S 28252 28255 11586 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 52395944 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955114264560 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28267] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28267/stat : 28267 (java) S 28252 28255 11586 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 52395944 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955113212016 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28268] ppid=28252 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28255/task/28268/stat : 28268 (java) R 28252 28255 11586 0 -1 4202560 412 0 0 0 3 0 0 0 20 0 15 0 52395944 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955112159472 139955623178842 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28269] ppid=28252 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28269/stat : 28269 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52395944 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955111107168 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28270] ppid=28252 vsize=10551156 memory=140704785155712 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28270/stat : 28270 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52395953 10804383744 9041 18446744073709551615 4194304 4196468 140726708591712 139955110054704 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36164 KiB

[startup+0.700769 s]
/proc/loadavg: 2.04 2.04 2.37 4/211 28270
/proc/meminfo: memFree=25963392/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10617796 memory=68372 CPUtime=1.22 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 12411 0 0 0 118 4 0 0 20 0 16 0 52395933 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2654449 17093 3060 1 0 2643902 0
[pid=28255/tid=28257] ppid=28252 vsize=10617796 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) R 28252 28255 11586 0 -1 4202560 7532 0 0 0 51 3 0 0 20 0 16 0 52395939 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955627385936 139955217225421 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 52395940 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 52395940 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 52395940 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10617796 memory=8387336519965418553 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 52395940 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10617796 memory=5792001135049986384 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 52395941 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10617796 memory=7519148084804674902 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10617796 memory=33 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28265] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28265/stat : 28265 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955115317968 139955623176091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28266] ppid=28252 vsize=10617796 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28255/task/28266/stat : 28266 (java) R 28252 28255 11586 0 -1 4202560 1112 0 0 0 23 0 0 0 20 0 16 0 52395944 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955114246576 139955602409327 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28267] ppid=28252 vsize=10617796 memory=4637164475387183459 CPUtime=0.21 cores=0,2,4,6
/proc/28255/task/28267/stat : 28267 (java) R 28252 28255 11586 0 -1 4202560 1120 0 0 0 21 0 0 0 20 0 16 0 52395944 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955113198040 139955606651576 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28268] ppid=28252 vsize=10617796 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/28255/task/28268/stat : 28268 (java) S 28252 28255 11586 0 -1 1077944384 1254 0 0 0 22 0 0 0 20 0 16 0 52395944 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955112159472 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28269] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28269/stat : 28269 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955111107168 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28270] ppid=28252 vsize=10617796 memory=13412 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28270/stat : 28270 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 52395953 10872623104 17093 18446744073709551615 4194304 4196468 140726708591712 139955110054704 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 68372 KiB

[startup+1.50084 s]
/proc/loadavg: 2.04 2.04 2.37 5/212 28271
/proc/meminfo: memFree=25941352/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10617796 memory=83256 CPUtime=3.01 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 19453 0 0 0 296 5 0 0 20 0 16 0 52395933 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2654449 20814 3071 1 0 2643902 0
[pid=28255/tid=28257] ppid=28252 vsize=10617796 memory=-8774313645642428999 CPUtime=1.34 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) R 28252 28255 11586 0 -1 4202560 8146 0 0 0 131 3 0 0 20 0 16 0 52395939 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955627394200 139955218232023 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 52395940 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 52395940 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 52395940 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 52395940 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10617796 memory=69356 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 52395941 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28265] ppid=28252 vsize=10617796 memory=281409344572288 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28265/stat : 28265 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955115317968 139955623176091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28266] ppid=28252 vsize=10617796 memory=140704672266320 CPUtime=0.72 cores=0,2,4,6
/proc/28255/task/28266/stat : 28266 (java) S 28252 28255 11586 0 -1 1077944384 4104 0 0 0 72 0 0 0 20 0 16 0 52395944 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955114264560 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28267] ppid=28252 vsize=10617796 memory=281409344322368 CPUtime=0.66 cores=0,2,4,6
/proc/28255/task/28267/stat : 28267 (java) S 28252 28255 11586 0 -1 1077944384 4248 0 0 0 66 0 0 0 20 0 16 0 52395944 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955113212016 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28268] ppid=28252 vsize=10617796 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/28255/task/28268/stat : 28268 (java) S 28252 28255 11586 0 -1 1077944384 1539 0 0 0 27 0 0 0 20 0 16 0 52395944 10872623104 20814 18446744073709551615 4194304 4196468 140726708591712 139955112159472 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0

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

Current children cumulated memory: 767476 KiB

[startup+240.001 s]*
/proc/loadavg: 1.92 1.97 2.27 3/211 28280
/proc/meminfo: memFree=25241884/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10617796 memory=767476 CPUtime=244.72 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 41226 0 0 0 24358 114 0 0 20 0 16 0 52395933 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2654449 191869 3129 1 0 2643902 0
[pid=28255/tid=28257] ppid=28252 vsize=10617796 memory=-8774313645642428999 CPUtime=238.81 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) R 28252 28255 11586 0 -1 4202560 10287 0 0 0 23876 5 0 0 20 0 16 0 52395939 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955627396432 139955220174182 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10617796 memory=-7003737579269690708 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1984 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10617796 memory=4048 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2059 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10617796 memory=644 CPUtime=0.94 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 2087 0 0 0 69 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10617796 memory=1788 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2415 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10617796 memory=956 CPUtime=0.06 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 8003 0 0 0 5 1 0 0 20 0 16 0 52395941 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10617796 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28265] ppid=28252 vsize=10617796 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28265/stat : 28265 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955115317968 139955623176091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28266] ppid=28252 vsize=10617796 memory=15254852779379061 CPUtime=0.83 cores=0,2,4,6
/proc/28255/task/28266/stat : 28266 (java) S 28252 28255 11586 0 -1 1077944384 5140 0 0 0 83 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955114264560 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28267] ppid=28252 vsize=10617796 memory=15880 CPUtime=0.76 cores=0,2,4,6
/proc/28255/task/28267/stat : 28267 (java) S 28252 28255 11586 0 -1 1077944384 4756 0 0 0 76 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955113212016 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28268] ppid=28252 vsize=10617796 memory=16240 CPUtime=0.28 cores=0,2,4,6
/proc/28255/task/28268/stat : 28268 (java) S 28252 28255 11586 0 -1 1077944384 2346 0 0 0 28 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955112159472 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28269] ppid=28252 vsize=10617796 memory=809576 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28269/stat : 28269 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955111107168 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28270] ppid=28252 vsize=10617796 memory=4048 CPUtime=0.11 cores=0,2,4,6
/proc/28255/task/28270/stat : 28270 (java) S 28252 28255 11586 0 -1 1077944384 703 0 0 0 5 6 0 0 20 0 16 0 52395953 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955110054704 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28271] ppid=28252 vsize=10617796 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28271/stat : 28271 (java) S 28252 28255 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 52395993 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955109000496 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
Current children cumulated CPU time: 244.72 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 767476 KiB

[startup+241.601 s]
/proc/loadavg: 1.93 1.97 2.27 3/211 28281
/proc/meminfo: memFree=25241880/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10617796 memory=767476 CPUtime=246.31 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 41228 0 0 0 24517 114 0 0 20 0 16 0 52395933 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2654449 191869 3129 1 0 2643902 0
[pid=28255/tid=28257] ppid=28252 vsize=10617796 memory=767476 CPUtime=240.4 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) R 28252 28255 11586 0 -1 4202560 10287 0 0 0 24035 5 0 0 20 0 16 0 52395939 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955627396432 139955218231964 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10617796 memory=-8774313645642428999 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1984 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10617796 memory=1156 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2059 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10617796 memory=3016 CPUtime=0.94 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 2087 0 0 0 69 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10617796 memory=767476 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2415 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10617796 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 8003 0 0 0 5 1 0 0 20 0 16 0 52395941 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28265] ppid=28252 vsize=10617796 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28265/stat : 28265 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955115317968 139955623176091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28266] ppid=28252 vsize=10617796 memory=15880 CPUtime=0.83 cores=0,2,4,6
/proc/28255/task/28266/stat : 28266 (java) S 28252 28255 11586 0 -1 1077944384 5140 0 0 0 83 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955114264560 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28267] ppid=28252 vsize=10617796 memory=16240 CPUtime=0.76 cores=0,2,4,6
/proc/28255/task/28267/stat : 28267 (java) S 28252 28255 11586 0 -1 1077944384 4756 0 0 0 76 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955113212016 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28268] ppid=28252 vsize=10617796 memory=17232 CPUtime=0.28 cores=0,2,4,6
/proc/28255/task/28268/stat : 28268 (java) S 28252 28255 11586 0 -1 1077944384 2346 0 0 0 28 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955112159472 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28269] ppid=28252 vsize=10617796 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28269/stat : 28269 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955111107168 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28270] ppid=28252 vsize=10617796 memory=4120 CPUtime=0.11 cores=0,2,4,6
/proc/28255/task/28270/stat : 28270 (java) S 28252 28255 11586 0 -1 1077944384 705 0 0 0 5 6 0 0 20 0 16 0 52395953 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955110054704 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28271] ppid=28252 vsize=10617796 memory=29904 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28271/stat : 28271 (java) S 28252 28255 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 52395993 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955109000496 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
Current children cumulated CPU time: 246.31 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 767476 KiB

[startup+242.001 s]*
/proc/loadavg: 1.93 1.97 2.27 3/211 28281
/proc/meminfo: memFree=25242008/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10617796 memory=767476 CPUtime=246.72 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 41228 0 0 0 24558 114 0 0 20 0 16 0 52395933 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2654449 191869 3129 1 0 2643902 0
[pid=28255/tid=28257] ppid=28252 vsize=10617796 memory=-8774313645642428999 CPUtime=240.81 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) R 28252 28255 11586 0 -1 4202560 10287 0 0 0 24076 5 0 0 20 0 16 0 52395939 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955627396432 139955220727630 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10617796 memory=-7003737579269690708 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1984 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10617796 memory=7649399397183273010 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2059 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10617796 memory=7649399358545344562 CPUtime=0.94 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 2087 0 0 0 69 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10617796 memory=7649399362840311858 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2415 0 0 0 70 25 0 0 20 0 16 0 52395940 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10617796 memory=7649540084659102002 CPUtime=0.06 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 8003 0 0 0 5 1 0 0 20 0 16 0 52395941 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10617796 memory=928 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 52395942 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28265] ppid=28252 vsize=10617796 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28265/stat : 28265 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955115317968 139955623176091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28266] ppid=28252 vsize=10617796 memory=281409346083488 CPUtime=0.83 cores=0,2,4,6
/proc/28255/task/28266/stat : 28266 (java) S 28252 28255 11586 0 -1 1077944384 5140 0 0 0 83 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955114264560 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28267] ppid=28252 vsize=10617796 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/28255/task/28267/stat : 28267 (java) S 28252 28255 11586 0 -1 1077944384 4756 0 0 0 76 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955113212016 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28268] ppid=28252 vsize=10617796 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/28255/task/28268/stat : 28268 (java) S 28252 28255 11586 0 -1 1077944384 2346 0 0 0 28 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955112159472 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28269] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28269/stat : 28269 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955111107168 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28270] ppid=28252 vsize=10617796 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/28255/task/28270/stat : 28270 (java) S 28252 28255 11586 0 -1 1077944384 705 0 0 0 5 6 0 0 20 0 16 0 52395953 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955110054704 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28271] ppid=28252 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28271/stat : 28271 (java) S 28252 28255 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 52395993 10872623104 191869 18446744073709551615 4194304 4196468 140726708591712 139955109000496 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
Current children cumulated CPU time: 246.72 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 767476 KiB

[startup+242.401 s]
/proc/loadavg: 1.93 1.97 2.27 3/211 28281
/proc/meminfo: memFree=25242008/32770624 swapFree=67108860/67108860
[pid=28255] ppid=28252 vsize=10685388 memory=767548 CPUtime=246.96 cores=0,2,4,6
/proc/28255/stat : 28255 (java) S 28252 28255 11586 0 -1 1077944320 41606 0 0 0 24582 114 0 0 20 0 16 0 52395933 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 140726708574256 139955623157495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
/proc/28255/statm: 2671347 191887 3131 1 0 2660800 0
[pid=28255/tid=28257] ppid=28252 vsize=10685388 memory=-8774313645642428999 CPUtime=241.05 cores=0,2,4,6
/proc/28255/task/28257/stat : 28257 (java) S 28252 28255 11586 0 -1 1077944384 10359 0 0 0 24100 5 0 0 20 0 16 0 52395939 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955627398176 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28258] ppid=28252 vsize=10685388 memory=1569 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28258/stat : 28258 (java) S 28252 28255 11586 0 -1 1077944384 1984 0 0 0 70 25 0 0 20 0 16 0 52395940 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955553577232 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28259] ppid=28252 vsize=10685388 memory=23077 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28259/stat : 28259 (java) S 28252 28255 11586 0 -1 1077944384 2059 0 0 0 70 25 0 0 20 0 16 0 52395940 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955552524688 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28260] ppid=28252 vsize=10685388 memory=6943526294502006880 CPUtime=0.94 cores=0,2,4,6
/proc/28255/task/28260/stat : 28260 (java) S 28252 28255 11586 0 -1 1077944384 2087 0 0 0 69 25 0 0 20 0 16 0 52395940 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955551472144 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28261] ppid=28252 vsize=10685388 memory=23077 CPUtime=0.95 cores=0,2,4,6
/proc/28255/task/28261/stat : 28261 (java) S 28252 28255 11586 0 -1 1077944384 2415 0 0 0 70 25 0 0 20 0 16 0 52395940 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955550419600 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28262] ppid=28252 vsize=10685388 memory=767476 CPUtime=0.06 cores=0,2,4,6
/proc/28255/task/28262/stat : 28262 (java) S 28252 28255 11586 0 -1 1077944384 8003 0 0 0 5 1 0 0 20 0 16 0 52395941 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955118475760 139955623168642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28263] ppid=28252 vsize=10685388 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28263/stat : 28263 (java) S 28252 28255 11586 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 52395942 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955117421984 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28264] ppid=28252 vsize=10685388 memory=5668 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28264/stat : 28264 (java) S 28252 28255 11586 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 52395942 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955116369392 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28265] ppid=28252 vsize=10685388 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28265/stat : 28265 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955115317968 139955623176091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28266] ppid=28252 vsize=10685388 memory=-8774313645642428999 CPUtime=0.83 cores=0,2,4,6
/proc/28255/task/28266/stat : 28266 (java) S 28252 28255 11586 0 -1 1077944384 5201 0 0 0 83 0 0 0 20 0 16 0 52395944 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955114264560 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28267] ppid=28252 vsize=10685388 memory=29904 CPUtime=0.76 cores=0,2,4,6
/proc/28255/task/28267/stat : 28267 (java) S 28252 28255 11586 0 -1 1077944384 4839 0 0 0 76 0 0 0 20 0 16 0 52395944 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955113212016 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28268] ppid=28252 vsize=10685388 memory=2384 CPUtime=0.28 cores=0,2,4,6
/proc/28255/task/28268/stat : 28268 (java) S 28252 28255 11586 0 -1 1077944384 2436 0 0 0 28 0 0 0 20 0 16 0 52395944 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955112159472 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28269] ppid=28252 vsize=10685388 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28255/task/28269/stat : 28269 (java) S 28252 28255 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52395944 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955111107168 139955623167701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
[pid=28255/tid=28270] ppid=28252 vsize=10685388 memory=3053811428040725072 CPUtime=0.11 cores=0,2,4,6
/proc/28255/task/28270/stat : 28270 (java) S 28252 28255 11586 0 -1 1077944384 705 0 0 0 5 6 0 0 20 0 16 0 52395953 10941837312 191887 18446744073709551615 4194304 4196468 140726708591712 139955110054704 139955623168642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32407552 140726708597136 140726708597289 140726708597289 140726708600783 0
Current children cumulated CPU time: 246.96 s
Current children cumulated vsize: 10685388 KiB
Current children cumulated memory: 767548 KiB

Child status: 0
Real time (s): 242.464
CPU time (s): 246.984
CPU user time (s): 245.829
CPU system time (s): 1.1544
CPU usage (%): 101.864
Max. virtual memory (cumulated for all children) (KiB): 10685388
Max. memory (cumulated for all children) (KiB): 912512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.829
system time used= 1.1544
maximum resident set size= 916688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7336
involuntary context switches= 306


# summary of solver processes directly reported to runsolver:
#   pid: 28255
#   total CPU time (s): 246.984
#   total CPU user time (s): 245.829
#   total CPU system time (s): 1.1544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.65791 second user time and 2.02799 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 17:54:57
IDJOB=4263743
IDBENCH=140550
IDSOLVER=2651
FILE ID=node124/4263743-1502640553
RUNJOBID= node124-1502623904-24884
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263743-1502640553/watcher-4263743-1502640553 -o /tmp/evaluation-result-4263743-1502640553/solver-4263743-1502640553 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24884 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263743-1502640553.xml

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

MD5SUM BENCH= a7a611711d538e27d6e463316b2ea293
RANDOM SEED=2070028539

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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:        25999620 kB
MemAvailable:   26210568 kB
Buffers:          168964 kB
Cached:           332024 kB
SwapCached:            0 kB
Active:          6150212 kB
Inactive:         184796 kB
Active(anon):    5785440 kB
Inactive(anon):    73804 kB
Active(file):     364772 kB
Inactive(file):   110992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1648 kB
Writeback:             4 kB
AnonPages:       5833860 kB
Mapped:            54584 kB
Shmem:             25320 kB
Slab:             128000 kB
SReclaimable:     102036 kB
SUnreclaim:        25964 kB
KernelStack:        3472 kB
PageTables:        16404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7392572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5675008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 17:58:59