Trace number 4263041

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-05OPT58937 1765.85 1757.59

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10b.xml
MD5SUM8cbeed9b899096335d8f109a5af96966
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark58937
Best CPU time to get the best result obtained on this benchmark0.76275301
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size39
Distribution of domain sizes[{"size":10,"count":10},{"size":39,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
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

1.71/0.77	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.71/0.77	c This is free software under the dual EPL/GNU LGPL licenses.
1.71/0.77	c See www.sat4j.org for details.
1.71/0.77	c That software uses the Rhino library from the Mozilla project.
1.71/0.77	c version CUSTOM.v20170705
1.71/0.77	c java.runtime.name	Java(TM) SE Runtime Environment
1.71/0.77	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.71/0.77	c java.vm.version	25.131-b11
1.71/0.77	c java.vm.vendor	Oracle Corporation
1.71/0.77	c sun.arch.data.model	64
1.71/0.77	c java.version		1.8.0_131
1.71/0.77	c os.name		Linux
1.71/0.77	c os.version		3.10.0-514.16.1.el7.x86_64
1.71/0.77	c os.arch		amd64
1.71/0.77	c Free memory 		499604488
1.71/0.77	c Max memory 		7247757312
1.71/0.77	c Total memory 		504889344
1.71/0.77	c Number of processors 	4
1.71/0.77	c c --- Begin Solver configuration ---
1.71/0.77	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.71/0.77	c Learn all clauses as in MiniSAT
1.71/0.77	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.71/0.77	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.71/0.77	c No reason simplification
1.71/0.77	c Glucose 2.1 dynamic restart strategy
1.71/0.77	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
1.71/0.77	c timeout=2147483s
1.71/0.77	c DB Simplification allowed=false
1.71/0.77	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.71/0.77	c --- End Solver configuration ---
1.71/0.77	c constraints type 
1.71/0.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 110
1.71/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 239400
1.71/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48420
1.71/0.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
1.71/0.77	c 288020 constraints processed.
5.85/2.62	o 1007161
7.37/3.86	o 842630
11.44/7.37	o 485794
33.56/29.07	o 403192
33.90/29.30	o 316962
46.44/41.74	o 281113
63.85/59.18	o 263816
134.38/129.49	o 261847
135.18/130.30	o 260612
138.83/133.69	o 149211
278.33/273.03	o 149045
396.53/390.61	o 146891
439.66/433.78	o 141435
682.74/676.45	o 138127
690.84/684.50	o 134912
741.28/734.98	o 131682
836.87/830.23	o 112916
939.24/932.54	o 111426
986.88/980.15	o 99870
1455.96/1448.36	o 95135
1533.93/1526.23	o 85740
1655.23/1646.93	o 70845
1710.98/1702.68	o 60745
1738.20/1729.84	o 58937
1765.82/1757.57	c starts		: 4892
1765.82/1757.57	c conflicts		: 4091353
1765.82/1757.57	c decisions		: 63849726
1765.82/1757.57	c propagations		: 4418991878
1765.82/1757.57	c inspects		: 13085397739
1765.82/1757.57	c shortcuts		: 0
1765.82/1757.57	c learnt literals	: 78
1765.82/1757.57	c learnt binary clauses	: 4002
1765.82/1757.57	c learnt ternary clauses	: 8684
1765.82/1757.57	c learnt constraints	: 4091274
1765.82/1757.57	c ignored constraints	: 0
1765.82/1757.57	c root simplifications	: 0
1765.82/1757.57	c removed literals (reason simplification)	: 0
1765.82/1757.57	c reason swapping (by a shorter reason)	: 0
1765.82/1757.57	c Calls to reduceDB	: 281
1765.82/1757.57	c Number of update (reduction) of LBD	: 2478910
1765.82/1757.57	c Imported unit clauses	: 0
1765.82/1757.57	c number of reductions to clauses (during analyze)	: 0
1765.82/1757.57	c number of learned constraints concerned by reduction	: 0
1765.82/1757.57	c number of learning phase by resolution	: 0
1765.82/1757.57	c number of learning phase by cutting planes	: 0
1765.82/1757.57	c number of rounding to 1 operations	: 0
1765.82/1757.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1765.82/1757.57	c number of reductions of the coefficients by power 2 	: 0
1765.82/1757.57	c number of right shift for reduction by power 2 	: 0
1765.82/1757.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
1765.82/1757.57	c speed (assignments/second)	: 2515394.297176822
1765.82/1757.57	c non guided choices	9940455
1765.82/1757.57	c learnt constraints type 
1765.82/1757.57	s OPTIMUM FOUND
1765.82/1757.57	v <instantiation type="optimum" cost="58937">
1765.82/1757.57	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] </list>
1765.82/1757.57	v 	<values> 0 1 3 6 2 5 9 4 7 8 0 1 2 15 0 0 172 0 0 0 0 0 14 30 0 61 45 0 0 886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 27 0 0 4 0 202 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 12 0 1 0 0 0 0 0 0 0 0 0 335 0 0 0 0 0 0 0 0 0 42 0 0 0 0 0 0 0 0 0 0 </values>
1765.82/1757.57	v </instantiation>
1765.82/1757.57	

Verifier Data

OK	58937

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263041-1502621460/watcher-4263041-1502621460 -o /tmp/evaluation-result-4263041-1502621460/solver-4263041-1502621460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263041-1502621460.xml 

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

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


[startup+0.104493 s]*
/proc/loadavg: 1.11 1.54 1.84 4/215 10493
/proc/meminfo: memFree=27238500/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10555400 memory=29788 CPUtime=0.13 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 6610 0 0 0 11 2 0 0 20 0 15 0 95227186 10808729600 7447 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2638850 7447 2790 1 0 2627263 0
[pid=10472/tid=10474] ppid=10467 vsize=10555400 memory=-8125511277465210236 CPUtime=0.09 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) R 10467 10472 6758 0 -1 4202560 4437 0 0 0 8 1 0 0 20 0 15 0 95227186 10808729600 7447 33554432000 4194304 4196468 140723066297024 140555264061696 140555259858326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227187 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10555400 memory=140047184004736 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227187 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227187 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227187 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10555400 memory=140047184004736 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227189 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10486] ppid=10467 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10486/stat : 10486 (java) S 10467 10472 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95227189 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554750911520 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10487] ppid=10467 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10487/stat : 10487 (java) S 10467 10472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95227189 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554749858672 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10488] ppid=10467 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10488/stat : 10488 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554748806992 140555259864987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10489] ppid=10467 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10489/stat : 10489 (java) S 10467 10472 6758 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554747755376 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10490] ppid=10467 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10490/stat : 10490 (java) S 10467 10472 6758 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554746702576 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10491] ppid=10467 vsize=10555400 memory=140047184004736 CPUtime=0.02 cores=0,2,4,6
/proc/10472/task/10491/stat : 10491 (java) R 10467 10472 6758 0 -1 4202560 380 0 0 0 2 0 0 0 20 0 15 0 95227192 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554745649776 140555259867738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10492] ppid=10467 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10492/stat : 10492 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554744597216 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10493] ppid=10467 vsize=10555400 memory=140047184004736 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10493/stat : 10493 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 7447 33554432000 4194304 4196468 140723066297024 140554743544496 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29788 KiB

[startup+0.210584 s]*
/proc/loadavg: 1.11 1.54 1.84 4/215 10493
/proc/meminfo: memFree=27220844/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10555400 memory=37844 CPUtime=0.28 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 7781 0 0 0 25 3 0 0 20 0 15 0 95227186 10808729600 9461 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2638850 9461 2908 1 0 2627263 0
[pid=10472/tid=10474] ppid=10467 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) R 10467 10472 6758 0 -1 4202560 5372 0 0 0 18 2 0 0 20 0 15 0 95227186 10808729600 9461 33554432000 4194304 4196468 140723066297024 140555264071656 140555259858326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227187 10808729600 9461 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10555400 memory=140047184423619 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227187 10808729600 9461 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227187 10808729600 9461 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227187 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10555400 memory=140047184004736 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227189 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10486] ppid=10467 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10486/stat : 10486 (java) S 10467 10472 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95227189 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554750911520 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10487] ppid=10467 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10487/stat : 10487 (java) S 10467 10472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95227189 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554749858672 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10488] ppid=10467 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10488/stat : 10488 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554748806992 140555259864987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10489] ppid=10467 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10472/task/10489/stat : 10489 (java) R 10467 10472 6758 0 -1 4202560 417 0 0 0 1 0 0 0 20 0 15 0 95227192 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554747755376 140555259857538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10490] ppid=10467 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10490/stat : 10490 (java) R 10467 10472 6758 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554746702576 140555259867738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10491] ppid=10467 vsize=10555400 memory=140047184004736 CPUtime=0.05 cores=0,2,4,6
/proc/10472/task/10491/stat : 10491 (java) R 10467 10472 6758 0 -1 4202560 436 0 0 0 5 0 0 0 20 0 15 0 95227192 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554745649776 140555259858326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10492] ppid=10467 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10492/stat : 10492 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554744597216 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10493] ppid=10467 vsize=10555400 memory=140047184004736 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10493/stat : 10493 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227192 10808729600 9526 33554432000 4194304 4196468 140723066297024 140554743544496 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37844 KiB

[startup+0.310157 s]*
/proc/loadavg: 1.11 1.54 1.84 9/215 10493
/proc/meminfo: memFree=27209152/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10555476 memory=46412 CPUtime=0.5 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 8830 0 0 0 47 3 0 0 20 0 15 0 95227186 10808807424 11603 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2638869 11603 3037 1 0 2627263 0
[pid=10472/tid=10474] ppid=10467 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) R 10467 10472 6758 0 -1 4202560 5743 0 0 0 27 2 0 0 20 0 15 0 95227186 10808807424 11603 33554432000 4194304 4196468 140723066297024 140555264081008 140555243926878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10555476 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227187 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10555476 memory=140047184136534 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227187 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227187 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227187 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10555476 memory=140047184004736 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95227189 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10486] ppid=10467 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10486/stat : 10486 (java) S 10467 10472 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95227189 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554750911520 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10487] ppid=10467 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10487/stat : 10487 (java) S 10467 10472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95227189 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554749858672 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10488] ppid=10467 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10488/stat : 10488 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95227192 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554748806992 140555259864987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10489] ppid=10467 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10472/task/10489/stat : 10489 (java) S 10467 10472 6758 0 -1 1077944384 573 0 0 0 3 0 0 0 20 0 15 0 95227192 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554747755376 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10490] ppid=10467 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/10472/task/10490/stat : 10490 (java) R 10467 10472 6758 0 -1 4202560 413 0 0 0 3 0 0 0 20 0 15 0 95227192 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554746700976 140555241022188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10491] ppid=10467 vsize=10555476 memory=140047184004736 CPUtime=0.12 cores=0,2,4,6
/proc/10472/task/10491/stat : 10491 (java) R 10467 10472 6758 0 -1 4202560 736 0 0 0 12 0 0 0 20 0 15 0 95227192 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554745649776 140555259857538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10492] ppid=10467 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10492/stat : 10492 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95227192 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554744597216 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10493] ppid=10467 vsize=10555476 memory=140047184004736 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10493/stat : 10493 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227192 10808807424 11603 33554432000 4194304 4196468 140723066297024 140554743544496 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46412 KiB

[startup+0.702122 s]
/proc/loadavg: 1.11 1.54 1.84 7/215 10493
/proc/meminfo: memFree=27110988/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10555476 memory=203644 CPUtime=1.71 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 13083 0 0 0 164 7 0 0 20 0 15 0 95227186 10808807424 50911 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2638869 50911 3105 1 0 2627263 0
[pid=10472/tid=10474] ppid=10467 vsize=10555476 memory=1728 CPUtime=0.64 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) R 10467 10472 6758 0 -1 4202560 5994 0 0 0 60 4 0 0 20 0 15 0 95227186 10808807424 50911 33554432000 4194304 4196468 140723066297024 140555264079536 140554900327977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 95227187 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10555476 memory=11040 CPUtime=0.01 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 95227187 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10555476 memory=5700 CPUtime=0.02 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 15 0 95227187 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10555476 memory=4616 CPUtime=0.01 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 95227187 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95227189 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10486] ppid=10467 vsize=10555476 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10486/stat : 10486 (java) S 10467 10472 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95227189 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554750911520 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10487] ppid=10467 vsize=10555476 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10487/stat : 10487 (java) S 10467 10472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95227189 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554749858672 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10488] ppid=10467 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10488/stat : 10488 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95227192 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554748806992 140555259864987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10489] ppid=10467 vsize=10555476 memory=7883949533517342546 CPUtime=0.37 cores=0,2,4,6
/proc/10472/task/10489/stat : 10489 (java) R 10467 10472 6758 0 -1 4202560 2405 0 0 0 37 0 0 0 20 0 15 0 95227192 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554747740288 140555259867738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10490] ppid=10467 vsize=10555476 memory=7236547281622689387 CPUtime=0.38 cores=0,2,4,6
/proc/10472/task/10490/stat : 10490 (java) R 10467 10472 6758 0 -1 4202560 2195 0 0 0 38 0 0 0 20 0 15 0 95227192 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554746683872 140555244271335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10491] ppid=10467 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/10472/task/10491/stat : 10491 (java) R 10467 10472 6758 0 -1 4202560 981 0 0 0 20 0 0 0 20 0 15 0 95227192 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554745648960 140555259858326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10492] ppid=10467 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10492/stat : 10492 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95227192 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554744597216 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10493] ppid=10467 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10493/stat : 10493 (java) S 10467 10472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95227192 10808807424 50911 33554432000 4194304 4196468 140723066297024 140554743544496 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 203644 KiB

[startup+1.50075 s]
/proc/loadavg: 1.11 1.54 1.84 10/216 10494
/proc/meminfo: memFree=26847652/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10622040 memory=225840 CPUtime=4.07 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 18645 0 0 0 399 8 0 0 20 0 16 0 95227186 10876968960 56460 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2655510 56460 3119 1 0 2643904 0
[pid=10472/tid=10474] ppid=10467 vsize=10622040 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) R 10467 10472 6758 0 -1 4202560 6023 0 0 0 140 4 0 0 20 0 16 0 95227186 10876968960 56460 33554432000 4194304 4196468 140723066297024 140555264082832 140554901353964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10622040 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 95227187 10876968960 56460 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10622040 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 16 0 95227187 10876968960 56460 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10622040 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 16 0 95227187 10876968960 56460 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10622040 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 95227187 10876968960 56460 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 95227189 10876968960 56460 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0

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

Current children cumulated CPU time: 1763.64 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1259672 KiB

[startup+1756.8 s]
/proc/loadavg: 2.08 2.03 1.97 3/217 10570
/proc/meminfo: memFree=23635692/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10622040 memory=1259672 CPUtime=1765.24 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 80804 0 0 0 176379 145 0 0 20 0 16 0 95227186 10876968960 314918 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2655510 314918 3165 1 0 2643904 0
[pid=10472/tid=10474] ppid=10467 vsize=10622040 memory=1259672 CPUtime=1756.04 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) R 10467 10472 6758 0 -1 4202560 30216 0 0 0 175590 14 0 0 20 0 16 0 95227186 10876968960 314918 33554432000 4194304 4196468 140723066297024 140555264082904 140554900854636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10622040 memory=15872 CPUtime=0.85 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 2462 0 0 0 63 22 0 0 20 0 16 0 95227187 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10622040 memory=1259672 CPUtime=0.86 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 2903 0 0 0 63 23 0 0 20 0 16 0 95227187 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10622040 memory=4140 CPUtime=0.87 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 3594 0 0 0 65 22 0 0 20 0 16 0 95227187 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10622040 memory=27864 CPUtime=0.87 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 3977 0 0 0 64 23 0 0 20 0 16 0 95227187 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10622040 memory=3300 CPUtime=0.09 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 7616 0 0 0 8 1 0 0 20 0 16 0 95227189 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10486] ppid=10467 vsize=10622040 memory=2394844 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10486/stat : 10486 (java) S 10467 10472 6758 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95227189 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554750911584 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10487] ppid=10467 vsize=10622040 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10487/stat : 10487 (java) S 10467 10472 6758 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95227189 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554749858688 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10488] ppid=10467 vsize=10622040 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10488/stat : 10488 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554748806992 140555259864987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10489] ppid=10467 vsize=10622040 memory=1424 CPUtime=2.25 cores=0,2,4,6
/proc/10472/task/10489/stat : 10489 (java) S 10467 10472 6758 0 -1 1077944384 13173 0 0 0 223 2 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554747755376 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10490] ppid=10467 vsize=10622040 memory=1936 CPUtime=2.03 cores=0,2,4,6
/proc/10472/task/10490/stat : 10490 (java) S 10467 10472 6758 0 -1 1077944384 9191 0 0 0 202 1 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554746702576 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10491] ppid=10467 vsize=10622040 memory=1224 CPUtime=0.35 cores=0,2,4,6
/proc/10472/task/10491/stat : 10491 (java) S 10467 10472 6758 0 -1 1077944384 4315 0 0 0 35 0 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554745649776 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10492] ppid=10467 vsize=10622040 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10492/stat : 10492 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554744597216 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10493] ppid=10467 vsize=10622040 memory=1224 CPUtime=0.95 cores=0,2,4,6
/proc/10472/task/10493/stat : 10493 (java) S 10467 10472 6758 0 -1 1077944384 1942 0 0 0 48 47 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554743544496 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10494] ppid=10467 vsize=10622040 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10494/stat : 10494 (java) S 10467 10472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95227266 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554742490032 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
Current children cumulated CPU time: 1765.24 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1259672 KiB

[startup+1757.2 s]
/proc/loadavg: 2.08 2.03 1.97 3/217 10570
/proc/meminfo: memFree=23635692/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10622040 memory=1259672 CPUtime=1765.64 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 80804 0 0 0 176419 145 0 0 20 0 16 0 95227186 10876968960 314918 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2655510 314918 3165 1 0 2643904 0
[pid=10472/tid=10474] ppid=10467 vsize=10622040 memory=2244 CPUtime=1756.44 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) R 10467 10472 6758 0 -1 4202560 30216 0 0 0 175630 14 0 0 20 0 16 0 95227186 10876968960 314918 33554432000 4194304 4196468 140723066297024 140555264082904 140554900854105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10622040 memory=1160 CPUtime=0.85 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 2462 0 0 0 63 22 0 0 20 0 16 0 95227187 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10622040 memory=3300 CPUtime=0.86 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 2903 0 0 0 63 23 0 0 20 0 16 0 95227187 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10622040 memory=1259672 CPUtime=0.87 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 3594 0 0 0 65 22 0 0 20 0 16 0 95227187 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10622040 memory=288230596050944315 CPUtime=0.87 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 3977 0 0 0 64 23 0 0 20 0 16 0 95227187 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10622040 memory=15535206786402648 CPUtime=0.09 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 7616 0 0 0 8 1 0 0 20 0 16 0 95227189 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10486] ppid=10467 vsize=10622040 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10486/stat : 10486 (java) S 10467 10472 6758 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95227189 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554750911584 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10487] ppid=10467 vsize=10622040 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10487/stat : 10487 (java) S 10467 10472 6758 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95227189 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554749858688 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10488] ppid=10467 vsize=10622040 memory=16640 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10488/stat : 10488 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554748806992 140555259864987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10489] ppid=10467 vsize=10622040 memory=1796 CPUtime=2.25 cores=0,2,4,6
/proc/10472/task/10489/stat : 10489 (java) S 10467 10472 6758 0 -1 1077944384 13173 0 0 0 223 2 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554747755376 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10490] ppid=10467 vsize=10622040 memory=636 CPUtime=2.03 cores=0,2,4,6
/proc/10472/task/10490/stat : 10490 (java) S 10467 10472 6758 0 -1 1077944384 9191 0 0 0 202 1 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554746702576 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10491] ppid=10467 vsize=10622040 memory=960 CPUtime=0.35 cores=0,2,4,6
/proc/10472/task/10491/stat : 10491 (java) S 10467 10472 6758 0 -1 1077944384 4315 0 0 0 35 0 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554745649776 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10492] ppid=10467 vsize=10622040 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10492/stat : 10492 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554744597216 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10493] ppid=10467 vsize=10622040 memory=2340 CPUtime=0.95 cores=0,2,4,6
/proc/10472/task/10493/stat : 10493 (java) S 10467 10472 6758 0 -1 1077944384 1942 0 0 0 48 47 0 0 20 0 16 0 95227192 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554743544496 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10494] ppid=10467 vsize=10622040 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10494/stat : 10494 (java) S 10467 10472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95227266 10876968960 314918 33554432000 4194304 4196468 140723066297024 140554742490032 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
Current children cumulated CPU time: 1765.64 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1259672 KiB

[startup+1757.4 s]
/proc/loadavg: 2.08 2.03 1.97 3/217 10570
/proc/meminfo: memFree=23635692/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10689632 memory=1259736 CPUtime=1765.82 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 81977 0 0 0 176437 145 0 0 20 0 16 0 95227186 10946183168 314934 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2672408 314934 3167 1 0 2660802 0
[pid=10472/tid=10474] ppid=10467 vsize=10689632 memory=2244 CPUtime=1756.61 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) S 10467 10472 6758 0 -1 1077944384 30869 0 0 0 175647 14 0 0 20 0 16 0 95227186 10946183168 314934 33554432000 4194304 4196468 140723066297024 140555264087072 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10689632 memory=6791534058613427641 CPUtime=0.85 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 2462 0 0 0 63 22 0 0 20 0 16 0 95227187 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10689632 memory=16444 CPUtime=0.86 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 2903 0 0 0 63 23 0 0 20 0 16 0 95227187 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10689632 memory=16640 CPUtime=0.87 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 3594 0 0 0 65 22 0 0 20 0 16 0 95227187 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10689632 memory=1796 CPUtime=0.87 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 3977 0 0 0 64 23 0 0 20 0 16 0 95227187 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10689632 memory=636 CPUtime=0.09 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 7616 0 0 0 8 1 0 0 20 0 16 0 95227189 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10486] ppid=10467 vsize=10689632 memory=960 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10486/stat : 10486 (java) S 10467 10472 6758 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95227189 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554750911584 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10487] ppid=10467 vsize=10689632 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10487/stat : 10487 (java) S 10467 10472 6758 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95227189 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554749858688 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10488] ppid=10467 vsize=10689632 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10488/stat : 10488 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554748806992 140555259864987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10489] ppid=10467 vsize=10689632 memory=1580 CPUtime=2.25 cores=0,2,4,6
/proc/10472/task/10489/stat : 10489 (java) S 10467 10472 6758 0 -1 1077944384 13296 0 0 0 223 2 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554747755376 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10490] ppid=10467 vsize=10689632 memory=928 CPUtime=2.03 cores=0,2,4,6
/proc/10472/task/10490/stat : 10490 (java) S 10467 10472 6758 0 -1 1077944384 9273 0 0 0 202 1 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554746702576 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10491] ppid=10467 vsize=10689632 memory=2244 CPUtime=0.36 cores=0,2,4,6
/proc/10472/task/10491/stat : 10491 (java) S 10467 10472 6758 0 -1 1077944384 4494 0 0 0 36 0 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554745649776 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10492] ppid=10467 vsize=10689632 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10492/stat : 10492 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554744597216 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10493] ppid=10467 vsize=10689632 memory=2196 CPUtime=0.95 cores=0,2,4,6
/proc/10472/task/10493/stat : 10493 (java) S 10467 10472 6758 0 -1 1077944384 1942 0 0 0 48 47 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554743544496 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
Current children cumulated CPU time: 1765.82 s
Current children cumulated vsize: 10689632 KiB
Current children cumulated memory: 1259736 KiB

[startup+1757.5 s]
/proc/loadavg: 2.08 2.03 1.97 3/217 10570
/proc/meminfo: memFree=23635692/32770624 swapFree=67108860/67108860
[pid=10472] ppid=10467 vsize=10689632 memory=1259736 CPUtime=1765.82 cores=0,2,4,6
/proc/10472/stat : 10472 (java) S 10467 10472 6758 0 -1 1077944320 81994 0 0 0 176437 145 0 0 20 0 16 0 95227186 10946183168 314934 33554432000 4194304 4196468 140723066297024 140723066279568 140555259846391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
/proc/10472/statm: 2672408 314934 3167 1 0 2660802 0
[pid=10472/tid=10474] ppid=10467 vsize=10689632 memory=1259672 CPUtime=1756.61 cores=0,2,4,6
/proc/10472/task/10474/stat : 10474 (java) S 10467 10472 6758 0 -1 1077944384 30869 0 0 0 175647 14 0 0 20 0 16 0 95227186 10946183168 314934 33554432000 4194304 4196468 140723066297024 140555264087072 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10475] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0.85 cores=0,2,4,6
/proc/10472/task/10475/stat : 10475 (java) S 10467 10472 6758 0 -1 1077944384 2462 0 0 0 63 22 0 0 20 0 16 0 95227187 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554867022992 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10476] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0.86 cores=0,2,4,6
/proc/10472/task/10476/stat : 10476 (java) S 10467 10472 6758 0 -1 1077944384 2903 0 0 0 63 23 0 0 20 0 16 0 95227187 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554865970192 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10477] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0.87 cores=0,2,4,6
/proc/10472/task/10477/stat : 10477 (java) S 10467 10472 6758 0 -1 1077944384 3594 0 0 0 65 22 0 0 20 0 16 0 95227187 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554864917392 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10478] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0.87 cores=0,2,4,6
/proc/10472/task/10478/stat : 10478 (java) S 10467 10472 6758 0 -1 1077944384 3977 0 0 0 64 23 0 0 20 0 16 0 95227187 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554863864592 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10483] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0.09 cores=0,2,4,6
/proc/10472/task/10483/stat : 10483 (java) S 10467 10472 6758 0 -1 1077944384 7633 0 0 0 8 1 0 0 20 0 16 0 95227189 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554819590512 140555259857538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10486] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10486/stat : 10486 (java) S 10467 10472 6758 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95227189 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554750911584 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10487] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10487/stat : 10487 (java) S 10467 10472 6758 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95227189 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554749858688 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10488] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10488/stat : 10488 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554748806992 140555259864987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10489] ppid=10467 vsize=10689632 memory=1004 CPUtime=2.25 cores=0,2,4,6
/proc/10472/task/10489/stat : 10489 (java) S 10467 10472 6758 0 -1 1077944384 13296 0 0 0 223 2 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554747755376 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10490] ppid=10467 vsize=10689632 memory=1259672 CPUtime=2.03 cores=0,2,4,6
/proc/10472/task/10490/stat : 10490 (java) S 10467 10472 6758 0 -1 1077944384 9273 0 0 0 202 1 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554746702576 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10491] ppid=10467 vsize=10689632 memory=1424 CPUtime=0.36 cores=0,2,4,6
/proc/10472/task/10491/stat : 10491 (java) S 10467 10472 6758 0 -1 1077944384 4494 0 0 0 36 0 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554745649776 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10492] ppid=10467 vsize=10689632 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/10472/task/10492/stat : 10492 (java) S 10467 10472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554744597216 140555259856597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
[pid=10472/tid=10493] ppid=10467 vsize=10689632 memory=1259672 CPUtime=0.95 cores=0,2,4,6
/proc/10472/task/10493/stat : 10493 (java) S 10467 10472 6758 0 -1 1077944384 1942 0 0 0 48 47 0 0 20 0 16 0 95227192 10946183168 314934 33554432000 4194304 4196468 140723066297024 140554743544496 140555259857538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18460672 140723066299526 140723066299679 140723066299679 140723066302415 0
Current children cumulated CPU time: 1765.82 s
Current children cumulated vsize: 10689632 KiB
Current children cumulated memory: 1259736 KiB

Child status: 0
Real time (s): 1757.59
CPU time (s): 1765.85
CPU user time (s): 1764.38
CPU system time (s): 1.46747
CPU usage (%): 100.47
Max. virtual memory (cumulated for all children) (KiB): 10689632
Max. memory (cumulated for all children) (KiB): 1259736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1764.38
system time used= 1.46747
maximum resident set size= 1260132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82645
page faults= 0
swaps= 0
block input operations= 104
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40459
involuntary context switches= 825


# summary of solver processes directly reported to runsolver:
#   pid: 10472
#   total CPU time (s): 1765.85
#   total CPU user time (s): 1764.38
#   total CPU system time (s): 1.46747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6266 second user time and 15.7815 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 12:36:42
IDJOB=4263041
IDBENCH=123144
IDSOLVER=2651
FILE ID=node150/4263041-1502621460
RUNJOBID= node150-1502620602-10434
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10b.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263041-1502621460/watcher-4263041-1502621460 -o /tmp/evaluation-result-4263041-1502621460/solver-4263041-1502621460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263041-1502621460.xml

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

MD5SUM BENCH= 8cbeed9b899096335d8f109a5af96966
RANDOM SEED=1937829643

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
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:        27268900 kB
MemAvailable:   31971236 kB
Buffers:          228968 kB
Cached:          4751220 kB
SwapCached:            0 kB
Active:           660640 kB
Inactive:        4378616 kB
Active(anon):      61900 kB
Inactive(anon):    25068 kB
Active(file):     598740 kB
Inactive(file):  4353548 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3120 kB
Writeback:             4 kB
AnonPages:         63104 kB
Mapped:            47616 kB
Shmem:             25224 kB
Slab:             158076 kB
SReclaimable:     131768 kB
SUnreclaim:        26308 kB
KernelStack:        3168 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1145864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61632 MiB
End job on node150 at 2017-08-13 13:06:00