Trace number 4243736

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05OPT3 71.366096 67.383598

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbo-10-10-1.xml
MD5SUM5be561527482570d658e03ce8cbb5c18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.040755998
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints131
Number of domains3
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":100},{"size":10,"count":30},{"size":11,"count":10}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":5,"count":10},{"degree":11,"count":20}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":8},{"arity":3,"count":104},{"arity":4,"count":8},{"arity":10,"count":1},{"arity":11,"count":10}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1},{"type":"sum","count":10},{"type":"minimum","count":10},{"type":"maximum","count":10}]
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

3.18/1.35	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.18/1.35	c This is free software under the dual EPL/GNU LGPL licenses.
3.18/1.35	c See www.sat4j.org for details.
3.18/1.35	c That software uses the Rhino library from the Mozilla project.
3.18/1.35	c version CUSTOM.v20170705
3.18/1.35	c java.runtime.name	Java(TM) SE Runtime Environment
3.18/1.35	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.18/1.35	c java.vm.version	25.131-b11
3.18/1.35	c java.vm.vendor	Oracle Corporation
3.18/1.35	c sun.arch.data.model	64
3.18/1.35	c java.version		1.8.0_131
3.18/1.35	c os.name		Linux
3.18/1.35	c os.version		3.10.0-514.16.1.el7.x86_64
3.18/1.35	c os.arch		amd64
3.18/1.35	c Free memory 		499604488
3.18/1.35	c Max memory 		7247757312
3.18/1.35	c Total memory 		504889344
3.18/1.35	c Number of processors 	4
3.18/1.35	c c --- Begin Solver configuration ---
3.18/1.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.18/1.35	c Learn all clauses as in MiniSAT
3.18/1.35	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.18/1.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.18/1.35	c No reason simplification
3.18/1.35	c Glucose 2.1 dynamic restart strategy
3.18/1.35	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
3.18/1.35	c timeout=2147483s
3.18/1.35	c DB Simplification allowed=false
3.18/1.35	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.18/1.35	c --- End Solver configuration ---
3.18/1.35	c constraints type 
3.18/1.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 280
3.18/1.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 246850
3.18/1.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141379
3.18/1.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 260
3.18/1.35	c 388769 constraints processed.
8.17/5.19	o 14
12.21/8.94	o 12
14.00/10.35	o 11
17.29/13.54	o 9
18.79/15.01	o 4
29.06/25.13	o 3
71.35/67.36	c starts		: 87
71.35/67.36	c conflicts		: 68028
71.35/67.36	c decisions		: 5679145
71.35/67.36	c propagations		: 237386387
71.35/67.36	c inspects		: 371012019
71.35/67.36	c shortcuts		: 0
71.35/67.36	c learnt literals	: 63
71.35/67.36	c learnt binary clauses	: 626
71.35/67.36	c learnt ternary clauses	: 1047
71.35/67.36	c learnt constraints	: 67964
71.35/67.36	c ignored constraints	: 0
71.35/67.36	c root simplifications	: 0
71.35/67.36	c removed literals (reason simplification)	: 0
71.35/67.36	c reason swapping (by a shorter reason)	: 0
71.35/67.36	c Calls to reduceDB	: 9
71.35/67.36	c Number of update (reduction) of LBD	: 40796
71.35/67.36	c Imported unit clauses	: 0
71.35/67.36	c number of reductions to clauses (during analyze)	: 0
71.35/67.36	c number of learned constraints concerned by reduction	: 0
71.35/67.36	c number of learning phase by resolution	: 0
71.35/67.36	c number of learning phase by cutting planes	: 0
71.35/67.36	c number of rounding to 1 operations	: 0
71.35/67.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
71.35/67.36	c number of reductions of the coefficients by power 2 	: 0
71.35/67.36	c number of right shift for reduction by power 2 	: 0
71.35/67.36	c number of reductions of the coefficients by GCD over coefficients 	: 0
71.35/67.36	c speed (assignments/second)	: 3597690.117151387
71.35/67.36	c non guided choices	880326
71.35/67.36	c learnt constraints type 
71.35/67.36	s OPTIMUM FOUND
71.35/67.36	v <instantiation type="optimum" cost="3">
71.35/67.36	v 	<list> p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] min[0] min[1] min[2] min[3] min[4] min[5] min[6] min[7] min[8] min[9] max[0] max[1] max[2] max[3] max[4] max[5] max[6] max[7] max[8] max[9] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[0][9] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[1][9] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[2][9] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[3][9] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] o[4][9] o[5][0] o[5][1] o[5][2] o[5][3] o[5][4] o[5][5] o[5][6] o[5][7] o[5][8] o[5][9] o[6][0] o[6][1] o[6][2] o[6][3] o[6][4] o[6][5] o[6][6] o[6][7] o[6][8] o[6][9] o[7][0] o[7][1] o[7][2] o[7][3] o[7][4] o[7][5] o[7][6] o[7][7] o[7][8] o[7][9] o[8][0] o[8][1] o[8][2] o[8][3] o[8][4] o[8][5] o[8][6] o[8][7] o[8][8] o[8][9] o[9][0] o[9][1] o[9][2] o[9][3] o[9][4] o[9][5] o[9][6] o[9][7] o[9][8] o[9][9] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8] so[9] </list>
71.35/67.36	v 	<values> 9 8 3 6 5 2 4 1 0 7 3 5 4 0 1 6 7 0 2 8 7 9 4 1 3 6 9 0 5 8 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 2 2 2 3 3 3 3 3 3 2 </values>
71.35/67.36	v </instantiation>
71.35/67.36	

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243736-1502081831/watcher-4243736-1502081831 -o /tmp/evaluation-result-4243736-1502081831/solver-4243736-1502081831 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243736-1502081831.xml 

pid=26252
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.08 2.06 2/199 26255
/proc/meminfo: memFree=26526092/32770624 swapFree=0/356576
[pid=26255] ppid=26252 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/26255/stat : 26255 (runsolver) D 26252 26255 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 50094072 24240128 108 18446744073709551615 4194304 4338465 140737184133008 140737184130648 140087951061719 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30810112 140737184141447 140737184141897 140737184141897 140737184145354 0
/proc/26255/statm: 5918 108 54 36 0 2156 0

[startup+0.100168 s]
/proc/loadavg: 2.17 2.08 2.06 2/199 26255
/proc/meminfo: memFree=26526092/32770624 swapFree=0/356576
[pid=26255] ppid=26252 vsize=10085108 CPUtime=0.02 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 3796 0 0 0 1 1 0 0 20 0 8 0 50094072 10327150592 4961 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2521277 4961 2053 1 0 2510774 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10085108

[startup+0.200327 s]
/proc/loadavg: 2.17 2.08 2.06 2/199 26255
/proc/meminfo: memFree=26526092/32770624 swapFree=0/356576
[pid=26255] ppid=26252 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 4667 0 0 0 4 1 0 0 20 0 14 0 50094072 10736119808 5712 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2621123 5712 2558 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300322 s]
/proc/loadavg: 2.17 2.08 2.06 2/199 26255
/proc/meminfo: memFree=26526092/32770624 swapFree=0/356576
[pid=26255] ppid=26252 vsize=10551156 CPUtime=0.21 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 8145 0 0 0 18 3 0 0 20 0 15 0 50094072 10804383744 8349 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2637789 8349 2862 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.700331 s]
/proc/loadavg: 2.17 2.08 2.06 2/199 26255
/proc/meminfo: memFree=26526092/32770624 swapFree=0/356576
[pid=26255] ppid=26252 vsize=10551232 CPUtime=1.32 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 12345 0 0 0 127 5 0 0 20 0 15 0 50094072 10804461568 24767 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2637808 24767 3057 1 0 2627261 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10551232

[startup+1.50068 s]
/proc/loadavg: 2.17 2.08 2.06 5/214 26270
/proc/meminfo: memFree=26322496/32770624 swapFree=0/356608
[pid=26255] ppid=26252 vsize=10617796 CPUtime=3.79 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 20421 0 0 0 369 10 0 0 20 0 16 0 50094072 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2654449 63480 3091 1 0 2643902 0
[pid=26255/tid=26257] ppid=26252 vsize=10617796 CPUtime=1.26 cores=1,3,5,7
/proc/26255/task/26257/stat : 26257 (java) R 26252 26255 12906 0 -1 4202560 7537 0 0 0 122 4 0 0 20 0 16 0 50094080 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914787701584 139914418942195 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26258] ppid=26252 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/26255/task/26258/stat : 26258 (java) S 26252 26255 12906 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 16 0 50094081 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914740431120 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26259] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26259/stat : 26259 (java) S 26252 26255 12906 0 -1 1077944384 163 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914739378576 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26260] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26260/stat : 26260 (java) S 26252 26255 12906 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914738326032 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26261] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26261/stat : 26261 (java) S 26252 26255 12906 0 -1 1077944384 58 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914737273488 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26262] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26262/stat : 26262 (java) S 26252 26255 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914347375088 139914783476354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26263] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26263/stat : 26263 (java) S 26252 26255 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914346321312 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26264] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26264/stat : 26264 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094083 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914345268720 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26265] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26265/stat : 26265 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914344217296 139914783483803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26266] ppid=26252 vsize=10617796 CPUtime=1.03 cores=1,3,5,7
/proc/26255/task/26266/stat : 26266 (java) R 26252 26255 12906 0 -1 4202560 4460 0 0 0 103 0 0 0 20 0 16 0 50094085 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914343154832 139914764988183 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26267] ppid=26252 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/26255/task/26267/stat : 26267 (java) R 26252 26255 12906 0 -1 4202560 4985 0 0 0 101 0 0 0 20 0 16 0 50094085 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914342091616 139914767853726 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26268] ppid=26252 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/26255/task/26268/stat : 26268 (java) S 26252 26255 12906 0 -1 1077944384 1623 0 0 0 29 0 0 0 20 0 16 0 50094085 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914341058800 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26269] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26269/stat : 26269 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914340006496 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26270] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26270/stat : 26270 (java) S 26252 26255 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 50094093 10872623104 63480 18446744073709551615 4194304 4196468 140733460064576 139914338954032 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 10617796

[startup+3.10077 s]
/proc/loadavg: 2.17 2.08 2.06 4/215 26271
/proc/meminfo: memFree=26282332/32770624 swapFree=0/356608
[pid=26255] ppid=26252 vsize=10617796 CPUtime=6.05 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 20743 0 0 0 595 10 0 0 20 0 16 0 50094072 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2654449 63755 3105 1 0 2643902 0
[pid=26255/tid=26257] ppid=26252 vsize=10617796 CPUtime=2.86 cores=1,3,5,7
/proc/26255/task/26257/stat : 26257 (java) R 26252 26255 12906 0 -1 4202560 7602 0 0 0 282 4 0 0 20 0 16 0 50094080 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914787701592 139914762523794 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26258] ppid=26252 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/26255/task/26258/stat : 26258 (java) S 26252 26255 12906 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 16 0 50094081 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914740431120 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26259] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26259/stat : 26259 (java) S 26252 26255 12906 0 -1 1077944384 163 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914739378576 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26260] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26260/stat : 26260 (java) S 26252 26255 12906 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914738326032 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26261] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26261/stat : 26261 (java) S 26252 26255 12906 0 -1 1077944384 58 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914737273488 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26262] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26262/stat : 26262 (java) S 26252 26255 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914347375088 139914783476354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26263] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26263/stat : 26263 (java) S 26252 26255 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914346321312 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26264] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26264/stat : 26264 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094083 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914345268720 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26265] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26265/stat : 26265 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914344217296 139914783483803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26266] ppid=26252 vsize=10617796 CPUtime=1.36 cores=1,3,5,7
/proc/26255/task/26266/stat : 26266 (java) R 26252 26255 12906 0 -1 4202560 4571 0 0 0 135 1 0 0 20 0 16 0 50094085 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914343163888 139914768393698 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26267] ppid=26252 vsize=10617796 CPUtime=1.32 cores=1,3,5,7
/proc/26255/task/26267/stat : 26267 (java) S 26252 26255 12906 0 -1 1077944384 5093 0 0 0 132 0 0 0 20 0 16 0 50094085 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914342111344 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26268] ppid=26252 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/26255/task/26268/stat : 26268 (java) S 26252 26255 12906 0 -1 1077944384 1661 0 0 0 31 1 0 0 20 0 16 0 50094085 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914341058800 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26269] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26269/stat : 26269 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914340006496 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26270] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26270/stat : 26270 (java) S 26252 26255 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 50094093 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914338954032 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26271] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26271/stat : 26271 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094211 10872623104 63755 18446744073709551615 4194304 4196468 140733460064576 139914337899824 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 10617796

[startup+6.30076 s]
/proc/loadavg: 2.08 2.07 2.05 3/215 26271
/proc/meminfo: memFree=26281740/32770624 swapFree=0/356616
[pid=26255] ppid=26252 vsize=10617796 CPUtime=9.51 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 25498 0 0 0 940 11 0 0 20 0 16 0 50094072 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2654449 63880 3110 1 0 2643902 0
[pid=26255/tid=26257] ppid=26252 vsize=10617796 CPUtime=6.06 cores=1,3,5,7
/proc/26255/task/26257/stat : 26257 (java) R 26252 26255 12906 0 -1 4202560 8720 0 0 0 601 5 0 0 20 0 16 0 50094080 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914787701504 139914419347196 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26258] ppid=26252 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/26255/task/26258/stat : 26258 (java) S 26252 26255 12906 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 16 0 50094081 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914740431120 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26259] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26259/stat : 26259 (java) S 26252 26255 12906 0 -1 1077944384 163 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914739378576 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26260] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26260/stat : 26260 (java) S 26252 26255 12906 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914738326032 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26261] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26261/stat : 26261 (java) S 26252 26255 12906 0 -1 1077944384 58 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914737273488 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26262] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26262/stat : 26262 (java) S 26252 26255 12906 0 -1 1077944384 591 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914347375088 139914783476354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26263] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26263/stat : 26263 (java) S 26252 26255 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914346321312 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26264] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26264/stat : 26264 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094083 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914345268720 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26265] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26265/stat : 26265 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914344217296 139914783483803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26266] ppid=26252 vsize=10617796 CPUtime=1.44 cores=1,3,5,7
/proc/26255/task/26266/stat : 26266 (java) S 26252 26255 12906 0 -1 1077944384 5755 0 0 0 143 1 0 0 20 0 16 0 50094085 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914343163888 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26267] ppid=26252 vsize=10617796 CPUtime=1.48 cores=1,3,5,7
/proc/26255/task/26267/stat : 26267 (java) S 26252 26255 12906 0 -1 1077944384 6129 0 0 0 148 0 0 0 20 0 16 0 50094085 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914342111344 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26268] ppid=26252 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/26255/task/26268/stat : 26268 (java) S 26252 26255 12906 0 -1 1077944384 1901 0 0 0 33 1 0 0 20 0 16 0 50094085 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914341058800 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26269] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26269/stat : 26269 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914340006496 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26270] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26270/stat : 26270 (java) S 26252 26255 12906 0 -1 1077944384 672 0 0 0 0 0 0 0 20 0 16 0 50094093 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914338954032 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26271] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26271/stat : 26271 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094211 10872623104 63880 18446744073709551615 4194304 4196468 140733460064576 139914337899824 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 2.07 2.06 2.05 3/215 26271
/proc/meminfo: memFree=26267960/32770624 swapFree=0/356616
[pid=26255] ppid=26252 vsize=10617796 CPUtime=16.49 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 31996 0 0 0 1637 12 0 0 20 0 16 0 50094072 10872623104 66878 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2654449 66878 3119 1 0 2643902 0
[pid=26255/tid=26257] ppid=26252 vsize=10617796 CPUtime=12.46 cores=1,3,5,7
/proc/26255/task/26257/stat : 26257 (java) R 26252 26255 12906 0 -1 4202560 9765 0 0 0 1241 5 0 0 20 0 16 0 50094080 10872623104 66878 18446744073709551615 4194304 4196468 140733460064576 139914787701376 139914419986458 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26258] ppid=26252 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/26255/task/26258/stat : 26258 (java) S 26252 26255 12906 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 16 0 50094081 10872623104 66878 18446744073709551615 4194304 4196468 140733460064576 139914740431120 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26259] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26259/stat : 26259 (java) S 26252 26255 12906 0 -1 1077944384 163 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 66878 18446744073709551615 4194304 4196468 140733460064576 139914739378576 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26260] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26260/stat : 26260 (java) S 26252 26255 12906 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 66878 18446744073709551615 4194304 4196468 140733460064576 139914738326032 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26261] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26261/stat : 26261 (java) S 26252 26255 12906 0 -1 1077944384 58 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 66878 18446744073709551615 4194304 4196468 140733460064576 139914737273488 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26262] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26262/stat : 26262 (java) S 26252 26255 12906 0 -1 1077944384 636 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 66878 18446744073709551615 4194304 4196468 140733460064576 139914347375088 139914783476354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26263] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26263/stat : 26263 (java) S 26252 26255 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 66878 18446744073709551615 4194304 4196468 140733460064576 139914346321312 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0

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

/proc/26255/task/26265/stat : 26265 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914344217296 139914783483803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26266] ppid=26252 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/26255/task/26266/stat : 26266 (java) S 26252 26255 12906 0 -1 1077944384 9378 0 0 0 184 1 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914343163888 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26267] ppid=26252 vsize=10617796 CPUtime=1.77 cores=1,3,5,7
/proc/26255/task/26267/stat : 26267 (java) S 26252 26255 12906 0 -1 1077944384 10259 0 0 0 176 1 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914342111344 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26268] ppid=26252 vsize=10617796 CPUtime=0.37 cores=1,3,5,7
/proc/26255/task/26268/stat : 26268 (java) S 26252 26255 12906 0 -1 1077944384 2975 0 0 0 36 1 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914341058800 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26269] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26269/stat : 26269 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914340006496 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26270] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26270/stat : 26270 (java) S 26252 26255 12906 0 -1 1077944384 993 0 0 0 1 2 0 0 20 0 16 0 50094093 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914338954032 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26271] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26271/stat : 26271 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094211 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914337899824 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
Current children cumulated CPU time (s) 69.59
Current children cumulated vsize (KiB) 10617796

[startup+66.4007 s]
/proc/loadavg: 2.03 2.05 2.05 3/215 26273
/proc/meminfo: memFree=26175424/32770624 swapFree=0/356632
[pid=26255] ppid=26252 vsize=10617796 CPUtime=70.39 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 37988 0 0 0 7023 16 0 0 20 0 16 0 50094072 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2654449 89958 3119 1 0 2643902 0
[pid=26255/tid=26257] ppid=26252 vsize=10617796 CPUtime=66.17 cores=1,3,5,7
/proc/26255/task/26257/stat : 26257 (java) R 26252 26255 12906 0 -1 4202560 11961 0 0 0 6610 7 0 0 20 0 16 0 50094080 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914787702008 139914419431207 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26258] ppid=26252 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/26255/task/26258/stat : 26258 (java) S 26252 26255 12906 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 16 0 50094081 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914740431120 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26259] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26259/stat : 26259 (java) S 26252 26255 12906 0 -1 1077944384 163 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914739378576 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26260] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26260/stat : 26260 (java) S 26252 26255 12906 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914738326032 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26261] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26261/stat : 26261 (java) S 26252 26255 12906 0 -1 1077944384 58 0 0 0 3 0 0 0 20 0 16 0 50094081 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914737273488 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26262] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26262/stat : 26262 (java) S 26252 26255 12906 0 -1 1077944384 692 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914347375088 139914783476354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26263] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26263/stat : 26263 (java) S 26252 26255 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914346321312 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26264] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26264/stat : 26264 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094083 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914345268720 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26265] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26265/stat : 26265 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914344217296 139914783483803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26266] ppid=26252 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/26255/task/26266/stat : 26266 (java) S 26252 26255 12906 0 -1 1077944384 9378 0 0 0 184 1 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914343163888 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26267] ppid=26252 vsize=10617796 CPUtime=1.77 cores=1,3,5,7
/proc/26255/task/26267/stat : 26267 (java) S 26252 26255 12906 0 -1 1077944384 10259 0 0 0 176 1 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914342111344 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26268] ppid=26252 vsize=10617796 CPUtime=0.37 cores=1,3,5,7
/proc/26255/task/26268/stat : 26268 (java) S 26252 26255 12906 0 -1 1077944384 2975 0 0 0 36 1 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914341058800 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26269] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26269/stat : 26269 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914340006496 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26270] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26270/stat : 26270 (java) S 26252 26255 12906 0 -1 1077944384 993 0 0 0 1 2 0 0 20 0 16 0 50094093 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914338954032 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26271] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26271/stat : 26271 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094211 10872623104 89958 18446744073709551615 4194304 4196468 140733460064576 139914337899824 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
Current children cumulated CPU time (s) 70.39
Current children cumulated vsize (KiB) 10617796

[startup+66.8008 s]
/proc/loadavg: 2.03 2.05 2.05 3/215 26273
/proc/meminfo: memFree=26175424/32770624 swapFree=0/356632
[pid=26255] ppid=26252 vsize=10617796 CPUtime=70.97 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 39541 0 0 0 7072 25 0 0 20 0 16 0 50094072 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2654449 107074 3128 1 0 2643902 0
[pid=26255/tid=26257] ppid=26252 vsize=10617796 CPUtime=66.5 cores=1,3,5,7
/proc/26255/task/26257/stat : 26257 (java) R 26252 26255 12906 0 -1 4202560 11966 0 0 0 6643 7 0 0 20 0 16 0 50094080 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914787704272 139914418991075 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26258] ppid=26252 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26258/stat : 26258 (java) S 26252 26255 12906 0 -1 1077944384 289 0 0 0 6 3 0 0 20 0 16 0 50094081 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914740431120 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26259] ppid=26252 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26259/stat : 26259 (java) S 26252 26255 12906 0 -1 1077944384 314 0 0 0 7 2 0 0 20 0 16 0 50094081 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914739378576 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26260] ppid=26252 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/26255/task/26260/stat : 26260 (java) S 26252 26255 12906 0 -1 1077944384 811 0 0 0 6 2 0 0 20 0 16 0 50094081 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914738326032 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26261] ppid=26252 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26261/stat : 26261 (java) S 26252 26255 12906 0 -1 1077944384 143 0 0 0 7 2 0 0 20 0 16 0 50094081 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914737273488 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26262] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26262/stat : 26262 (java) S 26252 26255 12906 0 -1 1077944384 1036 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914347375088 139914783476354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26263] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26263/stat : 26263 (java) S 26252 26255 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 50094082 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914346321312 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26264] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26264/stat : 26264 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094083 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914345268720 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26265] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26265/stat : 26265 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914344217296 139914783483803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26266] ppid=26252 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/26255/task/26266/stat : 26266 (java) S 26252 26255 12906 0 -1 1077944384 9378 0 0 0 184 1 0 0 20 0 16 0 50094085 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914343163888 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26267] ppid=26252 vsize=10617796 CPUtime=1.77 cores=1,3,5,7
/proc/26255/task/26267/stat : 26267 (java) S 26252 26255 12906 0 -1 1077944384 10259 0 0 0 176 1 0 0 20 0 16 0 50094085 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914342111344 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26268] ppid=26252 vsize=10617796 CPUtime=0.37 cores=1,3,5,7
/proc/26255/task/26268/stat : 26268 (java) S 26252 26255 12906 0 -1 1077944384 2975 0 0 0 36 1 0 0 20 0 16 0 50094085 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914341058800 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26269] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26269/stat : 26269 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914340006496 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26270] ppid=26252 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26270/stat : 26270 (java) S 26252 26255 12906 0 -1 1077944384 993 0 0 0 1 2 0 0 20 0 16 0 50094093 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914338954032 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26271] ppid=26252 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26271/stat : 26271 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094211 10872623104 107074 18446744073709551615 4194304 4196468 140733460064576 139914337899824 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
Current children cumulated CPU time (s) 70.97
Current children cumulated vsize (KiB) 10617796

[startup+67.2067 s]
/proc/loadavg: 2.03 2.05 2.05 3/215 26273
/proc/meminfo: memFree=26107220/32770624 swapFree=0/356632
[pid=26255] ppid=26252 vsize=10750924 CPUtime=71.35 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 40368 0 0 0 7109 26 0 0 20 0 16 0 50094072 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2687731 107104 3130 1 0 2677184 0
[pid=26255/tid=26257] ppid=26252 vsize=10750924 CPUtime=66.87 cores=1,3,5,7
/proc/26255/task/26257/stat : 26257 (java) S 26252 26255 12906 0 -1 1077944384 12360 0 0 0 6680 7 0 0 20 0 16 0 50094080 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914787705888 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26258] ppid=26252 vsize=10750924 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26258/stat : 26258 (java) S 26252 26255 12906 0 -1 1077944384 289 0 0 0 6 3 0 0 20 0 16 0 50094081 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914740431120 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26259] ppid=26252 vsize=10750924 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26259/stat : 26259 (java) S 26252 26255 12906 0 -1 1077944384 314 0 0 0 7 2 0 0 20 0 16 0 50094081 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914739378576 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26260] ppid=26252 vsize=10750924 CPUtime=0.08 cores=1,3,5,7
/proc/26255/task/26260/stat : 26260 (java) S 26252 26255 12906 0 -1 1077944384 811 0 0 0 6 2 0 0 20 0 16 0 50094081 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914738326032 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26261] ppid=26252 vsize=10750924 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26261/stat : 26261 (java) S 26252 26255 12906 0 -1 1077944384 143 0 0 0 7 2 0 0 20 0 16 0 50094081 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914737273488 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26262] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26262/stat : 26262 (java) S 26252 26255 12906 0 -1 1077944384 1036 0 0 0 0 0 0 0 20 0 16 0 50094082 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914347375088 139914783476354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26263] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26263/stat : 26263 (java) S 26252 26255 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 50094082 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914346321312 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26264] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26264/stat : 26264 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094083 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914345268720 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26265] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26265/stat : 26265 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914344217296 139914783483803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26266] ppid=26252 vsize=10750924 CPUtime=1.85 cores=1,3,5,7
/proc/26255/task/26266/stat : 26266 (java) S 26252 26255 12906 0 -1 1077944384 9513 0 0 0 184 1 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914343163888 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26267] ppid=26252 vsize=10750924 CPUtime=1.77 cores=1,3,5,7
/proc/26255/task/26267/stat : 26267 (java) S 26252 26255 12906 0 -1 1077944384 10315 0 0 0 176 1 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914342111344 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26268] ppid=26252 vsize=10750924 CPUtime=0.38 cores=1,3,5,7
/proc/26255/task/26268/stat : 26268 (java) S 26252 26255 12906 0 -1 1077944384 3101 0 0 0 37 1 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914341058800 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26269] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26269/stat : 26269 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914340006496 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26270] ppid=26252 vsize=10750924 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26270/stat : 26270 (java) S 26252 26255 12906 0 -1 1077944384 993 0 0 0 1 2 0 0 20 0 16 0 50094093 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914338954032 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
Current children cumulated CPU time (s) 71.35
Current children cumulated vsize (KiB) 10750924

[startup+67.3008 s]
/proc/loadavg: 2.03 2.05 2.05 3/215 26273
/proc/meminfo: memFree=26107220/32770624 swapFree=0/356632
[pid=26255] ppid=26252 vsize=10750924 CPUtime=71.35 cores=1,3,5,7
/proc/26255/stat : 26255 (java) S 26252 26255 12906 0 -1 1077944320 40368 0 0 0 7109 26 0 0 20 0 16 0 50094072 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 140733460047120 139914783465207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
/proc/26255/statm: 2687731 107104 3130 1 0 2677184 0
[pid=26255/tid=26257] ppid=26252 vsize=10750924 CPUtime=66.87 cores=1,3,5,7
/proc/26255/task/26257/stat : 26257 (java) S 26252 26255 12906 0 -1 1077944384 12360 0 0 0 6680 7 0 0 20 0 16 0 50094080 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914787705888 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26258] ppid=26252 vsize=10750924 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26258/stat : 26258 (java) S 26252 26255 12906 0 -1 1077944384 289 0 0 0 6 3 0 0 20 0 16 0 50094081 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914740431120 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26259] ppid=26252 vsize=10750924 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26259/stat : 26259 (java) S 26252 26255 12906 0 -1 1077944384 314 0 0 0 7 2 0 0 20 0 16 0 50094081 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914739378576 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26260] ppid=26252 vsize=10750924 CPUtime=0.08 cores=1,3,5,7
/proc/26255/task/26260/stat : 26260 (java) S 26252 26255 12906 0 -1 1077944384 811 0 0 0 6 2 0 0 20 0 16 0 50094081 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914738326032 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26261] ppid=26252 vsize=10750924 CPUtime=0.09 cores=1,3,5,7
/proc/26255/task/26261/stat : 26261 (java) S 26252 26255 12906 0 -1 1077944384 143 0 0 0 7 2 0 0 20 0 16 0 50094081 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914737273488 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26262] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26262/stat : 26262 (java) S 26252 26255 12906 0 -1 1077944384 1036 0 0 0 0 0 0 0 20 0 16 0 50094082 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914347375088 139914783476354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26263] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26263/stat : 26263 (java) S 26252 26255 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 50094082 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914346321312 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26264] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26264/stat : 26264 (java) S 26252 26255 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50094083 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914345268720 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26265] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26265/stat : 26265 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914344217296 139914783483803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26266] ppid=26252 vsize=10750924 CPUtime=1.85 cores=1,3,5,7
/proc/26255/task/26266/stat : 26266 (java) S 26252 26255 12906 0 -1 1077944384 9513 0 0 0 184 1 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914343163888 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26267] ppid=26252 vsize=10750924 CPUtime=1.77 cores=1,3,5,7
/proc/26255/task/26267/stat : 26267 (java) S 26252 26255 12906 0 -1 1077944384 10315 0 0 0 176 1 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914342111344 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26268] ppid=26252 vsize=10750924 CPUtime=0.38 cores=1,3,5,7
/proc/26255/task/26268/stat : 26268 (java) S 26252 26255 12906 0 -1 1077944384 3101 0 0 0 37 1 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914341058800 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26269] ppid=26252 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/26255/task/26269/stat : 26269 (java) S 26252 26255 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50094085 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914340006496 139914783475413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
[pid=26255/tid=26270] ppid=26252 vsize=10750924 CPUtime=0.03 cores=1,3,5,7
/proc/26255/task/26270/stat : 26270 (java) S 26252 26255 12906 0 -1 1077944384 993 0 0 0 1 2 0 0 20 0 16 0 50094093 11008946176 107104 18446744073709551615 4194304 4196468 140733460064576 139914338954032 139914783476354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7847936 140733460070837 140733460070990 140733460070990 140733460074447 0
Current children cumulated CPU time (s) 71.35
Current children cumulated vsize (KiB) 10750924

Child status: 0
Real time (s): 67.3836
CPU time (s): 71.3661
CPU user time (s): 71.1009
CPU system time (s): 0.265219
CPU usage (%): 105.91
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.1009
system time used= 0.265219
maximum resident set size= 428904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3375
involuntary context switches= 140

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.310521 second user time and 0.462014 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 06:43:14
IDJOB=4243736
IDBENCH=140519
IDSOLVER=2623
FILE ID=node135/4243736-1502081831
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbo-10-10-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243736-1502081831/watcher-4243736-1502081831 -o /tmp/evaluation-result-4243736-1502081831/solver-4243736-1502081831 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243736-1502081831.xml

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

MD5SUM BENCH= 5be561527482570d658e03ce8cbb5c18
RANDOM SEED=1374927748

node135.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.21
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.21
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.21
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.21
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:        26526464 kB
MemAvailable:   26962544 kB
Buffers:          216616 kB
Cached:           507972 kB
SwapCached:            0 kB
Active:          5424504 kB
Inactive:         381548 kB
Active(anon):    5081820 kB
Inactive(anon):    24972 kB
Active(file):     342684 kB
Inactive(file):   356576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:       5081416 kB
Mapped:            51128 kB
Shmem:             25344 kB
Slab:             132092 kB
SReclaimable:     105308 kB
SUnreclaim:        26784 kB
KernelStack:        3504 kB
PageTables:        14868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6267568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4894720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 06:44:21