Trace number 4262893

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-05OPT1916 272.48401 268.60501

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff16.xml
MD5SUM7d930e9aa83e9b949249fe9ec59ccd01
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1916
Best CPU time to get the best result obtained on this benchmark0.31879199
Satisfiable
(Un)Satisfiability was proved
Number of variables183
Number of constraints181
Number of domains32
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":4},{"size":31,"count":40},{"size":32,"count":139}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":180},{"degree":46,"count":3}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":135},{"arity":3,"count":1},{"arity":4,"count":45}]
Number of extensional constraints135
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":135},{"type":"ordered","count":1},{"type":"minimum","count":45}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

2.34/1.02	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.34/1.02	c This is free software under the dual EPL/GNU LGPL licenses.
2.34/1.02	c See www.sat4j.org for details.
2.34/1.02	c That software uses the Rhino library from the Mozilla project.
2.34/1.02	c version CUSTOM.v20170705
2.34/1.02	c java.runtime.name	Java(TM) SE Runtime Environment
2.34/1.02	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.34/1.02	c java.vm.version	25.131-b11
2.34/1.02	c java.vm.vendor	Oracle Corporation
2.34/1.02	c sun.arch.data.model	64
2.34/1.02	c java.version		1.8.0_131
2.34/1.02	c os.name		Linux
2.34/1.02	c os.version		3.10.0-514.16.1.el7.x86_64
2.34/1.02	c os.arch		amd64
2.34/1.02	c Free memory 		499604488
2.34/1.02	c Max memory 		7247757312
2.34/1.02	c Total memory 		504889344
2.34/1.02	c Number of processors 	4
2.34/1.02	c c --- Begin Solver configuration ---
2.34/1.02	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.34/1.02	c Learn all clauses as in MiniSAT
2.34/1.02	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.34/1.02	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.34/1.02	c No reason simplification
2.34/1.02	c Glucose 2.1 dynamic restart strategy
2.34/1.02	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
2.34/1.02	c timeout=2147483s
2.34/1.02	c DB Simplification allowed=false
2.34/1.02	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.34/1.02	c --- End Solver configuration ---
2.34/1.02	c constraints type 
2.34/1.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 366
2.34/1.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 275328
2.34/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 172046
2.34/1.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 364
2.34/1.02	c 448104 constraints processed.
5.18/2.68	o 3793
15.56/12.14	o 3417
18.43/14.92	o 2475
46.91/43.16	o 2429
47.52/43.63	o 2246
55.84/51.95	o 2210
68.85/64.91	o 2165
105.37/101.48	o 2080
111.47/107.56	o 1950
201.33/197.36	o 1938
202.63/198.62	o 1929
223.43/219.49	o 1927
226.05/222.02	o 1916
272.46/268.58	c starts		: 2328
272.46/268.58	c conflicts		: 630842
272.46/268.58	c decisions		: 9586865
272.46/268.58	c propagations		: 567851106
272.46/268.58	c inspects		: 2059443761
272.46/268.58	c shortcuts		: 0
272.46/268.58	c learnt literals	: 94
272.46/268.58	c learnt binary clauses	: 4265
272.46/268.58	c learnt ternary clauses	: 5146
272.46/268.58	c learnt constraints	: 630747
272.46/268.58	c ignored constraints	: 0
272.46/268.58	c root simplifications	: 0
272.46/268.58	c removed literals (reason simplification)	: 0
272.46/268.58	c reason swapping (by a shorter reason)	: 0
272.46/268.58	c Calls to reduceDB	: 65
272.46/268.58	c Number of update (reduction) of LBD	: 407277
272.46/268.58	c Imported unit clauses	: 0
272.46/268.58	c number of reductions to clauses (during analyze)	: 0
272.46/268.58	c number of learned constraints concerned by reduction	: 0
272.46/268.58	c number of learning phase by resolution	: 0
272.46/268.58	c number of learning phase by cutting planes	: 0
272.46/268.58	c number of rounding to 1 operations	: 0
272.46/268.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
272.46/268.58	c number of reductions of the coefficients by power 2 	: 0
272.46/268.58	c number of right shift for reduction by power 2 	: 0
272.46/268.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
272.46/268.58	c speed (assignments/second)	: 2122474.6245449316
272.46/268.58	c non guided choices	1718450
272.46/268.58	c learnt constraints type 
272.46/268.58	s OPTIMUM FOUND
272.46/268.58	v <instantiation type="optimum" cost="1916">
272.46/268.58	v 	<list> x[0] x[1] x[2] drd[0][0] drd[0][1] drd[0][2] drd[1][0] drd[1][1] drd[1][2] drd[2][0] drd[2][1] drd[2][2] drd[3][0] drd[3][1] drd[3][2] drd[4][0] drd[4][1] drd[4][2] drd[5][0] drd[5][1] drd[5][2] drd[6][0] drd[6][1] drd[6][2] drd[7][0] drd[7][1] drd[7][2] drd[8][0] drd[8][1] drd[8][2] drd[9][0] drd[9][1] drd[9][2] drd[10][0] drd[10][1] drd[10][2] drd[11][0] drd[11][1] drd[11][2] drd[12][0] drd[12][1] drd[12][2] drd[13][0] drd[13][1] drd[13][2] drd[14][0] drd[14][1] drd[14][2] drd[15][0] drd[15][1] drd[15][2] drd[16][0] drd[16][1] drd[16][2] drd[17][0] drd[17][1] drd[17][2] drd[18][0] drd[18][1] drd[18][2] drd[19][0] drd[19][1] drd[19][2] drd[20][0] drd[20][1] drd[20][2] drd[21][0] drd[21][1] drd[21][2] drd[22][0] drd[22][1] drd[22][2] drd[23][0] drd[23][1] drd[23][2] drd[24][0] drd[24][1] drd[24][2] drd[25][0] drd[25][1] drd[25][2] drd[26][0] drd[26][1] drd[26][2] drd[27][0] drd[27][1] drd[27][2] drd[28][0] drd[28][1] drd[28][2] drd[29][0] drd[29][1] drd[29][2] drd[30][0] drd[30][1] drd[30][2] drd[31][0] drd[31][1] drd[31][2] drd[32][0] drd[32][1] drd[32][2] drd[33][0] drd[33][1] drd[33][2] drd[34][0] drd[34][1] drd[34][2] drd[35][0] drd[35][1] drd[35][2] drd[36][0] drd[36][1] drd[36][2] drd[37][0] drd[37][1] drd[37][2] drd[38][0] drd[38][1] drd[38][2] drd[39][0] drd[39][1] drd[39][2] drd[40][0] drd[40][1] drd[40][2] drd[41][0] drd[41][1] drd[41][2] drd[42][0] drd[42][1] drd[42][2] drd[43][0] drd[43][1] drd[43][2] drd[44][0] drd[44][1] drd[44][2] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] </list>
272.46/268.58	v 	<values> 72 301 540 303 74 165 303 74 165 51 178 417 51 178 417 468 239 0 468 239 0 68 297 536 533 304 65 533 304 65 72 301 540 18 247 486 22 251 490 26 203 442 26 203 442 240 11 228 240 11 228 17 212 451 229 0 239 20 249 488 20 249 488 368 139 100 367 138 101 65 294 533 65 294 533 0 229 468 35 194 433 35 194 433 71 158 397 71 158 397 14 215 454 23 206 445 448 219 20 40 189 428 2 231 470 53 282 521 53 282 521 165 64 303 166 63 302 281 52 187 278 49 190 9 238 477 121 108 347 121 108 347 217 12 251 217 12 251 74 74 51 51 0 0 68 65 65 72 18 22 26 26 11 11 17 0 20 20 100 101 65 65 0 35 35 71 71 14 23 20 40 2 53 53 64 63 52 49 9 108 108 12 12 </values>
272.46/268.58	v </instantiation>
272.46/268.58	

Verifier Data

OK	1916

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262893-1502635363/watcher-4262893-1502635363 -o /tmp/evaluation-result-4262893-1502635363/solver-4262893-1502635363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262893-1502635363.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
Current StackSize limit: 8192 KiB

solver pid=4683, runsolver pid=4680

[startup+0.100203 s]*
/proc/loadavg: 5.48 5.96 4.15 3/204 4692
/proc/meminfo: memFree=31107504/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10418956 memory=24012 CPUtime=0.05 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 4961 0 0 0 4 1 0 0 20 0 14 0 65729588 10669010944 6003 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2604739 6003 2523 1 0 2594236 0
[pid=4683/tid=4685] ppid=4680 vsize=10484492 memory=4206751525541407381 CPUtime=0.05 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) R 4680 4683 17093 0 -1 4202560 3124 0 0 0 4 1 0 0 20 0 14 0 65729594 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098583193624 140098219522104 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10484492 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65729595 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10484492 memory=139909816845952 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65729595 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65729595 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 65729595 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10484492 memory=139909816845952 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 65729596 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 65729596 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098074039200 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4692] ppid=4680 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4692/stat : 4692 (java) S 4680 4683 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 65729597 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098072986608 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4693] ppid=4680 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4693/stat : 4693 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65729599 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098071935184 140098578974619 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4694] ppid=4680 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4694/stat : 4694 (java) S 4680 4683 17093 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 14 0 65729599 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098070882800 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4695] ppid=4680 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4695/stat : 4695 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65729599 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098069830256 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4696] ppid=4680 vsize=10484492 memory=139909816845952 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4696/stat : 4696 (java) S 4680 4683 17093 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 14 0 65729599 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098068777712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4697] ppid=4680 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4697/stat : 4697 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65729599 10736119808 6069 18446744073709551615 4194304 4196468 140734904290624 140098067725408 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10418956 KiB
Current children cumulated memory: 24012 KiB

[startup+0.210114 s]*
/proc/loadavg: 5.48 5.96 4.15 3/210 4698
/proc/meminfo: memFree=31104772/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10552180 memory=31464 CPUtime=0.11 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 7499 0 0 0 9 2 0 0 20 0 15 0 65729588 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2638045 7866 2797 1 0 2627517 0
[pid=4683/tid=4685] ppid=4680 vsize=10552180 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) R 4680 4683 17093 0 -1 4202560 5434 0 0 0 7 2 0 0 20 0 15 0 65729594 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098583144368 140098571635741 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10552180 memory=330 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10552180 memory=4122113581883000480 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65729595 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10552180 memory=139909816845952 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65729596 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65729596 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098074039200 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4692] ppid=4680 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4692/stat : 4692 (java) S 4680 4683 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65729597 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098072986608 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4693] ppid=4680 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4693/stat : 4693 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65729599 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098071935184 140098578974619 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4694] ppid=4680 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4694/stat : 4694 (java) S 4680 4683 17093 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 65729599 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098070882800 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4695] ppid=4680 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4695/stat : 4695 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65729599 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098069830256 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4696] ppid=4680 vsize=10552180 memory=139909816845952 CPUtime=0.01 cores=0,2,4,6
/proc/4683/task/4696/stat : 4696 (java) S 4680 4683 17093 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 65729599 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098068777712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4697] ppid=4680 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4697/stat : 4697 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65729599 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098067725408 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4698] ppid=4680 vsize=10552180 memory=139909816845952 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4698/stat : 4698 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729606 10805432320 7866 18446744073709551615 4194304 4196468 140734904290624 140098066671920 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31464 KiB

[startup+0.317853 s]*
/proc/loadavg: 5.48 5.96 4.15 4/210 4698
/proc/meminfo: memFree=31094552/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10551156 memory=39084 CPUtime=0.28 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 9077 0 0 0 25 3 0 0 20 0 15 0 65729588 10804383744 9771 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2637789 9771 2931 1 0 2627261 0
[pid=4683/tid=4685] ppid=4680 vsize=10551156 memory=-7677926825137650786 CPUtime=0.19 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) R 4680 4683 17093 0 -1 4202560 6212 0 0 0 17 2 0 0 20 0 15 0 65729594 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098583194296 140098219565606 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65729595 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65729596 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65729596 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098074039200 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4692] ppid=4680 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4692/stat : 4692 (java) S 4680 4683 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65729597 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098072986608 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4693] ppid=4680 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4693/stat : 4693 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65729599 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098071935184 140098578974619 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4694] ppid=4680 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4683/task/4694/stat : 4694 (java) R 4680 4683 17093 0 -1 4202560 551 0 0 0 1 0 0 0 20 0 15 0 65729599 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098070873688 140098564981639 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4695] ppid=4680 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4683/task/4695/stat : 4695 (java) R 4680 4683 17093 0 -1 4202560 217 0 0 0 1 0 0 0 20 0 15 0 65729599 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098069815720 140098556296432 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4696] ppid=4680 vsize=10551156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/4683/task/4696/stat : 4696 (java) R 4680 4683 17093 0 -1 4202560 790 0 0 0 5 0 0 0 20 0 15 0 65729599 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098068774712 140098558923142 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4697] ppid=4680 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4697/stat : 4697 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65729599 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098067725408 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4698] ppid=4680 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4698/stat : 4698 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729606 10804383744 9837 18446744073709551615 4194304 4196468 140734904290624 140098066671920 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39084 KiB

[startup+0.700891 s]
/proc/loadavg: 5.48 5.96 4.15 6/210 4698
/proc/meminfo: memFree=31080212/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10551232 memory=111956 CPUtime=1.38 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 14038 0 0 0 132 6 0 0 20 0 15 0 65729588 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2637808 27989 3060 1 0 2627261 0
[pid=4683/tid=4685] ppid=4680 vsize=10551232 memory=33 CPUtime=0.57 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) R 4680 4683 17093 0 -1 4202560 7564 0 0 0 53 4 0 0 20 0 15 0 65729594 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098583184640 140098223026808 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729595 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10551232 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65729595 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10551232 memory=2956 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 65729596 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10551232 memory=456356 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65729596 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098074039200 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4692] ppid=4680 vsize=10551232 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4692/stat : 4692 (java) S 4680 4683 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65729597 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098072986608 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4693] ppid=4680 vsize=10551232 memory=7520519248886919265 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4693/stat : 4693 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65729599 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098071935184 140098578974619 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4694] ppid=4680 vsize=10551232 memory=6227749786920243312 CPUtime=0.25 cores=0,2,4,6
/proc/4683/task/4694/stat : 4694 (java) R 4680 4683 17093 0 -1 4202560 2272 0 0 0 25 0 0 0 20 0 15 0 65729599 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098070863816 140098562455001 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4695] ppid=4680 vsize=10551232 memory=7809617114362637412 CPUtime=0.25 cores=0,2,4,6
/proc/4683/task/4695/stat : 4695 (java) R 4680 4683 17093 0 -1 4202560 1462 0 0 0 25 0 0 0 20 0 15 0 65729599 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098069816280 140098559591956 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4696] ppid=4680 vsize=10551232 memory=7668012111147524688 CPUtime=0.27 cores=0,2,4,6
/proc/4683/task/4696/stat : 4696 (java) S 4680 4683 17093 0 -1 1077944384 1368 0 0 0 27 0 0 0 20 0 15 0 65729599 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098068777712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4697] ppid=4680 vsize=10551232 memory=6083073826404722793 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4697/stat : 4697 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65729599 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098067725408 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4698] ppid=4680 vsize=10551232 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4698/stat : 4698 (java) S 4680 4683 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65729606 10804461568 27989 18446744073709551615 4194304 4196468 140734904290624 140098066671920 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 111956 KiB

[startup+1.50121 s]
/proc/loadavg: 5.28 5.91 4.15 5/210 4698
/proc/meminfo: memFree=30923388/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10617796 memory=224408 CPUtime=3.74 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 21031 0 0 0 363 11 0 0 20 0 16 0 65729588 10872623104 56102 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2654449 56102 3093 1 0 2643902 0
[pid=4683/tid=4685] ppid=4680 vsize=10617796 memory=225728 CPUtime=1.34 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) R 4680 4683 17093 0 -1 4202560 7635 0 0 0 129 5 0 0 20 0 16 0 65729594 10872623104 56102 18446744073709551615 4194304 4196468 140734904290624 140098583192240 140098223750790 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10617796 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 65729595 10872623104 56102 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10617796 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 65729595 10872623104 56102 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10617796 memory=7019467087940236852 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 65729595 10872623104 56102 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10617796 memory=7079771113652244560 CPUtime=0.01 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 65729595 10872623104 56102 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10617796 memory=68 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 65729596 10872623104 56102 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10617796 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65729596 10872623104 56102 18446744073709551615 4194304 4196468 140734904290624 140098074039200 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0

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

Current children cumulated CPU time: 269.66 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 326524 KiB

[startup+267.201 s]
/proc/loadavg: 2.04 3.60 3.61 3/212 4722
/proc/meminfo: memFree=30800496/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10617796 memory=328572 CPUtime=271.27 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 42045 0 0 0 27100 27 0 0 20 0 16 0 65729588 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2654449 82143 3120 1 0 2643902 0
[pid=4683/tid=4685] ppid=4680 vsize=10617796 memory=1156 CPUtime=266.95 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) R 4680 4683 17093 0 -1 4202560 13203 0 0 0 26689 6 0 0 20 0 16 0 65729594 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098583192792 140098223750431 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10617796 memory=326524 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 242 0 0 0 5 2 0 0 20 0 16 0 65729595 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10617796 memory=37088 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 317 0 0 0 5 2 0 0 20 0 16 0 65729595 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10617796 memory=1296 CPUtime=0.05 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 635 0 0 0 4 1 0 0 20 0 16 0 65729595 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10617796 memory=7680170660397595203 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 164 0 0 0 5 2 0 0 20 0 16 0 65729595 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10617796 memory=4300 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 678 0 0 0 0 0 0 0 20 0 16 0 65729596 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10617796 memory=932 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 65729596 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098074039264 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4692] ppid=4680 vsize=10617796 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4692/stat : 4692 (java) S 4680 4683 17093 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 65729597 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098072986624 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4693] ppid=4680 vsize=10617796 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4693/stat : 4693 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098071935184 140098578974619 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4694] ppid=4680 vsize=10617796 memory=1732 CPUtime=1.64 cores=0,2,4,6
/proc/4683/task/4694/stat : 4694 (java) S 4680 4683 17093 0 -1 1077944384 9207 0 0 0 164 0 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098070882800 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4695] ppid=4680 vsize=10617796 memory=5788 CPUtime=1.73 cores=0,2,4,6
/proc/4683/task/4695/stat : 4695 (java) S 4680 4683 17093 0 -1 1077944384 11256 0 0 0 172 1 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098069830256 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4696] ppid=4680 vsize=10617796 memory=4612 CPUtime=0.44 cores=0,2,4,6
/proc/4683/task/4696/stat : 4696 (java) S 4680 4683 17093 0 -1 1077944384 3868 0 0 0 43 1 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098068777712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4697] ppid=4680 vsize=10617796 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4697/stat : 4697 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098067725408 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4698] ppid=4680 vsize=10617796 memory=1444 CPUtime=0.15 cores=0,2,4,6
/proc/4683/task/4698/stat : 4698 (java) S 4680 4683 17093 0 -1 1077944384 1037 0 0 0 7 8 0 0 20 0 16 0 65729606 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098066671920 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4699] ppid=4680 vsize=10617796 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4699/stat : 4699 (java) S 4680 4683 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65729693 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098065617712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
Current children cumulated CPU time: 271.27 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 328572 KiB

[startup+268.001 s]*
/proc/loadavg: 2.04 3.60 3.61 3/212 4722
/proc/meminfo: memFree=30800496/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10617796 memory=328572 CPUtime=272.08 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 42045 0 0 0 27181 27 0 0 20 0 16 0 65729588 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2654449 82143 3120 1 0 2643902 0
[pid=4683/tid=4685] ppid=4680 vsize=10617796 memory=-7677926825137650786 CPUtime=267.76 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) R 4680 4683 17093 0 -1 4202560 13203 0 0 0 26770 6 0 0 20 0 16 0 65729594 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098583192792 140098223750932 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10617796 memory=1156 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 242 0 0 0 5 2 0 0 20 0 16 0 65729595 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10617796 memory=3180 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 317 0 0 0 5 2 0 0 20 0 16 0 65729595 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10617796 memory=326524 CPUtime=0.05 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 635 0 0 0 4 1 0 0 20 0 16 0 65729595 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10617796 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 164 0 0 0 5 2 0 0 20 0 16 0 65729595 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10617796 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 678 0 0 0 0 0 0 0 20 0 16 0 65729596 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10617796 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 65729596 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098074039264 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4692] ppid=4680 vsize=10617796 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4692/stat : 4692 (java) S 4680 4683 17093 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 65729597 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098072986624 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4693] ppid=4680 vsize=10617796 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4693/stat : 4693 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098071935184 140098578974619 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4694] ppid=4680 vsize=10617796 memory=1444 CPUtime=1.64 cores=0,2,4,6
/proc/4683/task/4694/stat : 4694 (java) S 4680 4683 17093 0 -1 1077944384 9207 0 0 0 164 0 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098070882800 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4695] ppid=4680 vsize=10617796 memory=1228 CPUtime=1.73 cores=0,2,4,6
/proc/4683/task/4695/stat : 4695 (java) S 4680 4683 17093 0 -1 1077944384 11256 0 0 0 172 1 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098069830256 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4696] ppid=4680 vsize=10617796 memory=12200 CPUtime=0.44 cores=0,2,4,6
/proc/4683/task/4696/stat : 4696 (java) S 4680 4683 17093 0 -1 1077944384 3868 0 0 0 43 1 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098068777712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4697] ppid=4680 vsize=10617796 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4697/stat : 4697 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65729599 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098067725408 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4698] ppid=4680 vsize=10617796 memory=1204 CPUtime=0.15 cores=0,2,4,6
/proc/4683/task/4698/stat : 4698 (java) S 4680 4683 17093 0 -1 1077944384 1037 0 0 0 7 8 0 0 20 0 16 0 65729606 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098066671920 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4699] ppid=4680 vsize=10617796 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4699/stat : 4699 (java) S 4680 4683 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65729693 10872623104 82143 18446744073709551615 4194304 4196468 140734904290624 140098065617712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
Current children cumulated CPU time: 272.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 328572 KiB

[startup+268.401 s]
/proc/loadavg: 2.04 3.60 3.61 3/212 4722
/proc/meminfo: memFree=30800496/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10685388 memory=332720 CPUtime=272.46 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 42678 0 0 0 27219 27 0 0 20 0 16 0 65729588 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2671347 83180 3122 1 0 2660800 0
[pid=4683/tid=4685] ppid=4680 vsize=10685388 memory=288230621803970871 CPUtime=268.14 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) S 4680 4683 17093 0 -1 1077944384 13624 0 0 0 26808 6 0 0 20 0 16 0 65729594 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098583196704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10685388 memory=2160 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 242 0 0 0 5 2 0 0 20 0 16 0 65729595 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10685388 memory=844 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 317 0 0 0 5 2 0 0 20 0 16 0 65729595 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10685388 memory=328572 CPUtime=0.05 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 635 0 0 0 4 1 0 0 20 0 16 0 65729595 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10685388 memory=288230621803970871 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 164 0 0 0 5 2 0 0 20 0 16 0 65729595 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10685388 memory=15825486446070293 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 678 0 0 0 0 0 0 0 20 0 16 0 65729596 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10685388 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 65729596 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098074039264 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4692] ppid=4680 vsize=10685388 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4692/stat : 4692 (java) S 4680 4683 17093 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 65729597 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098072986624 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4693] ppid=4680 vsize=10685388 memory=12200 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4693/stat : 4693 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098071935184 140098578974619 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4694] ppid=4680 vsize=10685388 memory=1992 CPUtime=1.64 cores=0,2,4,6
/proc/4683/task/4694/stat : 4694 (java) S 4680 4683 17093 0 -1 1077944384 9209 0 0 0 164 0 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098070882800 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4695] ppid=4680 vsize=10685388 memory=1204 CPUtime=1.73 cores=0,2,4,6
/proc/4683/task/4695/stat : 4695 (java) S 4680 4683 17093 0 -1 1077944384 11276 0 0 0 172 1 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098069830256 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4696] ppid=4680 vsize=10685388 memory=7680170660397595203 CPUtime=0.44 cores=0,2,4,6
/proc/4683/task/4696/stat : 4696 (java) S 4680 4683 17093 0 -1 1077944384 3933 0 0 0 43 1 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098068777712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4697] ppid=4680 vsize=10685388 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4697/stat : 4697 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098067725408 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4698] ppid=4680 vsize=10685388 memory=1708 CPUtime=0.15 cores=0,2,4,6
/proc/4683/task/4698/stat : 4698 (java) S 4680 4683 17093 0 -1 1077944384 1037 0 0 0 7 8 0 0 20 0 16 0 65729606 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098066671920 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
Current children cumulated CPU time: 272.46 s
Current children cumulated vsize: 10685388 KiB
Current children cumulated memory: 332720 KiB

[startup+268.501 s]
/proc/loadavg: 2.04 3.60 3.61 3/212 4722
/proc/meminfo: memFree=30800496/32770624 swapFree=67108860/67108860
[pid=4683] ppid=4680 vsize=10685388 memory=332720 CPUtime=272.46 cores=0,2,4,6
/proc/4683/stat : 4683 (java) S 4680 4683 17093 0 -1 1077944320 42678 0 0 0 27219 27 0 0 20 0 16 0 65729588 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140734904273168 140098578956023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
/proc/4683/statm: 2671347 83180 3122 1 0 2660800 0
[pid=4683/tid=4685] ppid=4680 vsize=10685388 memory=322428 CPUtime=268.14 cores=0,2,4,6
/proc/4683/task/4685/stat : 4685 (java) S 4680 4683 17093 0 -1 1077944384 13624 0 0 0 26808 6 0 0 20 0 16 0 65729594 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098583196704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4686] ppid=4680 vsize=10685388 memory=1204 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4686/stat : 4686 (java) S 4680 4683 17093 0 -1 1077944384 242 0 0 0 5 2 0 0 20 0 16 0 65729595 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098546514704 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4687] ppid=4680 vsize=10685388 memory=322428 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4687/stat : 4687 (java) S 4680 4683 17093 0 -1 1077944384 317 0 0 0 5 2 0 0 20 0 16 0 65729595 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098188950416 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4688] ppid=4680 vsize=10685388 memory=320380 CPUtime=0.05 cores=0,2,4,6
/proc/4683/task/4688/stat : 4688 (java) S 4680 4683 17093 0 -1 1077944384 635 0 0 0 4 1 0 0 20 0 16 0 65729595 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098187897872 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4689] ppid=4680 vsize=10685388 memory=324476 CPUtime=0.07 cores=0,2,4,6
/proc/4683/task/4689/stat : 4689 (java) S 4680 4683 17093 0 -1 1077944384 164 0 0 0 5 2 0 0 20 0 16 0 65729595 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098186845328 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4690] ppid=4680 vsize=10685388 memory=326524 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4690/stat : 4690 (java) S 4680 4683 17093 0 -1 1077944384 678 0 0 0 0 0 0 0 20 0 16 0 65729596 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098075092976 140098578967170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4691] ppid=4680 vsize=10685388 memory=328572 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4691/stat : 4691 (java) S 4680 4683 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 65729596 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098074039264 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4692] ppid=4680 vsize=10685388 memory=326524 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4692/stat : 4692 (java) S 4680 4683 17093 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 65729597 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098072986624 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4693] ppid=4680 vsize=10685388 memory=326524 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4693/stat : 4693 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098071935184 140098578974619 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4694] ppid=4680 vsize=10685388 memory=326524 CPUtime=1.64 cores=0,2,4,6
/proc/4683/task/4694/stat : 4694 (java) S 4680 4683 17093 0 -1 1077944384 9209 0 0 0 164 0 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098070882800 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4695] ppid=4680 vsize=10685388 memory=324476 CPUtime=1.73 cores=0,2,4,6
/proc/4683/task/4695/stat : 4695 (java) S 4680 4683 17093 0 -1 1077944384 11276 0 0 0 172 1 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098069830256 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4696] ppid=4680 vsize=10685388 memory=326524 CPUtime=0.44 cores=0,2,4,6
/proc/4683/task/4696/stat : 4696 (java) S 4680 4683 17093 0 -1 1077944384 3933 0 0 0 43 1 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098068777712 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4697] ppid=4680 vsize=10685388 memory=326524 CPUtime=0 cores=0,2,4,6
/proc/4683/task/4697/stat : 4697 (java) S 4680 4683 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65729599 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098067725408 140098578966229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
[pid=4683/tid=4698] ppid=4680 vsize=10685388 memory=322428 CPUtime=0.15 cores=0,2,4,6
/proc/4683/task/4698/stat : 4698 (java) S 4680 4683 17093 0 -1 1077944384 1037 0 0 0 7 8 0 0 20 0 16 0 65729606 10941837312 83180 18446744073709551615 4194304 4196468 140734904290624 140098066671920 140098578967170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140734904295824 140734904295977 140734904295977 140734904299471 0
Current children cumulated CPU time: 272.46 s
Current children cumulated vsize: 10685388 KiB
Current children cumulated memory: 332720 KiB

Child status: 0
Real time (s): 268.605
CPU time (s): 272.484
CPU user time (s): 272.204
CPU system time (s): 0.280067
CPU usage (%): 101.444
Max. virtual memory (cumulated for all children) (KiB): 10685388
Max. memory (cumulated for all children) (KiB): 332720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.204
system time used= 0.280067
maximum resident set size= 335332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43288
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7911
involuntary context switches= 350


# summary of solver processes directly reported to runsolver:
#   pid: 4683
#   total CPU time (s): 272.484
#   total CPU user time (s): 272.204
#   total CPU system time (s): 0.280067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.51694 second user time and 1.66195 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 16:28:34
IDJOB=4262893
IDBENCH=138359
IDSOLVER=2651
FILE ID=node127/4262893-1502635363
RUNJOBID= node127-1502624030-2988
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff16.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262893-1502635363/watcher-4262893-1502635363 -o /tmp/evaluation-result-4262893-1502635363/solver-4262893-1502635363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262893-1502635363.xml

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

MD5SUM BENCH= 7d930e9aa83e9b949249fe9ec59ccd01
RANDOM SEED=1941788835

node127.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.92
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.92
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.92
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.92
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:        31120272 kB
MemAvailable:   31546976 kB
Buffers:          196056 kB
Cached:           526920 kB
SwapCached:            0 kB
Active:          1019468 kB
Inactive:         204672 kB
Active(anon):     450716 kB
Inactive(anon):    83888 kB
Active(file):     568752 kB
Inactive(file):   120784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             4 kB
AnonPages:        501236 kB
Mapped:            58652 kB
Shmem:             33444 kB
Slab:             131380 kB
SReclaimable:     106008 kB
SUnreclaim:        25372 kB
KernelStack:        3424 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1550724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 16:33:03