Trace number 4263034

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-05SAT (TO)17495 2520.3899 2500.4399

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-lipa20b.xml
MD5SUM2a1cb6febb6ec7dbf2abb0b9e0866987
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13638
Best CPU time to get the best result obtained on this benchmark19961.5
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints180
Number of domains2
Minimum domain size19
Maximum domain size20
Distribution of domain sizes[{"size":19,"count":179},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":221},{"degree":2,"count":179},{"degree":17,"count":3},{"degree":18,"count":4},{"degree":19,"count":5},{"degree":20,"count":8}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":179},{"arity":20,"count":1}]
Number of extensional constraints179
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":179},{"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

12.49/6.01	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
12.49/6.01	c This is free software under the dual EPL/GNU LGPL licenses.
12.49/6.01	c See www.sat4j.org for details.
12.49/6.01	c That software uses the Rhino library from the Mozilla project.
12.49/6.01	c version CUSTOM.v20170705
12.49/6.01	c java.runtime.name	Java(TM) SE Runtime Environment
12.49/6.01	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
12.49/6.01	c java.vm.version	25.131-b11
12.49/6.01	c java.vm.vendor	Oracle Corporation
12.49/6.01	c sun.arch.data.model	64
12.49/6.01	c java.version		1.8.0_131
12.49/6.01	c os.name		Linux
12.49/6.01	c os.version		3.10.0-514.16.1.el7.x86_64
12.49/6.01	c os.arch		amd64
12.49/6.01	c Free memory 		499604488
12.49/6.01	c Max memory 		7247757312
12.49/6.01	c Total memory 		504889344
12.49/6.01	c Number of processors 	4
12.49/6.01	c c --- Begin Solver configuration ---
12.49/6.01	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
12.49/6.01	c Learn all clauses as in MiniSAT
12.49/6.01	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
12.49/6.01	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
12.49/6.01	c No reason simplification
12.49/6.01	c Glucose 2.1 dynamic restart strategy
12.49/6.01	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
12.49/6.01	c timeout=2147483s
12.49/6.01	c DB Simplification allowed=false
12.49/6.01	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
12.49/6.01	c --- End Solver configuration ---
12.49/6.01	c constraints type 
12.49/6.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 398
12.49/6.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4016980
12.49/6.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 815524
12.49/6.01	c org.sat4j.minisat.constraints.cnf.UnitClause => 358
12.49/6.01	c 4833260 constraints processed.
31.48/23.96	o 17838
50.47/42.36	o 17539
67.37/59.09	o 17495
2520.34/2500.40	c starts		: 10078
2520.34/2500.40	c conflicts		: 2549639
2520.34/2500.40	c decisions		: 325686480
2520.34/2500.40	c propagations		: 9086079768
2520.34/2500.40	c inspects		: 13174036115
2520.34/2500.40	c shortcuts		: 0
2520.34/2500.40	c learnt literals	: 9
2520.34/2500.40	c learnt binary clauses	: 10984
2520.34/2500.40	c learnt ternary clauses	: 14512
2520.34/2500.40	c learnt constraints	: 2549630
2520.34/2500.40	c ignored constraints	: 0
2520.34/2500.40	c root simplifications	: 0
2520.34/2500.40	c removed literals (reason simplification)	: 0
2520.34/2500.40	c reason swapping (by a shorter reason)	: 0
2520.34/2500.40	c Calls to reduceDB	: 70
2520.34/2500.40	c Number of update (reduction) of LBD	: 1677921
2520.34/2500.40	c Imported unit clauses	: 0
2520.34/2500.40	c number of reductions to clauses (during analyze)	: 0
2520.34/2500.40	c number of learned constraints concerned by reduction	: 0
2520.34/2500.40	c number of learning phase by resolution	: 0
2520.34/2500.40	c number of learning phase by cutting planes	: 0
2520.34/2500.40	c number of rounding to 1 operations	: 0
2520.34/2500.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.34/2500.40	c number of reductions of the coefficients by power 2 	: 0
2520.34/2500.40	c number of right shift for reduction by power 2 	: 0
2520.34/2500.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.34/2500.40	c speed (assignments/second)	: 3642683.313441608
2520.34/2500.40	c non guided choices	131603479
2520.34/2500.40	c learnt constraints type 
2520.34/2500.40	s SATISFIABLE
2520.34/2500.41	v <instantiation type="solution">
2520.34/2500.41	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] 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[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] 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[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] 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[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[2][18] d[2][19] 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[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] 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[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] 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[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] 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[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] 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[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] 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[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] 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] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[10][0] d[10][1] d[10][2] d[10][3] d[10][4] d[10][5] d[10][6] d[10][7] d[10][8] d[10][9] d[10][10] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[11][0] d[11][1] d[11][2] d[11][3] d[11][4] d[11][5] d[11][6] d[11][7] d[11][8] d[11][9] d[11][10] d[11][11] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[12][0] d[12][1] d[12][2] d[12][3] d[12][4] d[12][5] d[12][6] d[12][7] d[12][8] d[12][9] d[12][10] d[12][11] d[12][12] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[13][0] d[13][1] d[13][2] d[13][3] d[13][4] d[13][5] d[13][6] d[13][7] d[13][8] d[13][9] d[13][10] d[13][11] d[13][12] d[13][13] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[14][0] d[14][1] d[14][2] d[14][3] d[14][4] d[14][5] d[14][6] d[14][7] d[14][8] d[14][9] d[14][10] d[14][11] d[14][12] d[14][13] d[14][14] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[15][0] d[15][1] d[15][2] d[15][3] d[15][4] d[15][5] d[15][6] d[15][7] d[15][8] d[15][9] d[15][10] d[15][11] d[15][12] d[15][13] d[15][14] d[15][15] d[15][16] d[15][17] d[15][18] d[15][19] d[16][0] d[16][1] d[16][2] d[16][3] d[16][4] d[16][5] d[16][6] d[16][7] d[16][8] d[16][9] d[16][10] d[16][11] d[16][12] d[16][13] d[16][14] d[16][15] d[16][16] d[16][17] d[16][18] d[16][19] d[17][0] d[17][1] d[17][2] d[17][3] d[17][4] d[17][5] d[17][6] d[17][7] d[17][8] d[17][9] d[17][10] d[17][11] d[17][12] d[17][13] d[17][14] d[17][15] d[17][16] d[17][17] d[17][18] d[17][19] d[18][0] d[18][1] d[18][2] d[18][3] d[18][4] d[18][5] d[18][6] d[18][7] d[18][8] d[18][9] d[18][10] d[18][11] d[18][12] d[18][13] d[18][14] d[18][15] d[18][16] d[18][17] d[18][18] d[18][19] d[19][0] d[19][1] d[19][2] d[19][3] d[19][4] d[19][5] d[19][6] d[19][7] d[19][8] d[19][9] d[19][10] d[19][11] d[19][12] d[19][13] d[19][14] d[19][15] d[19][16] d[19][17] d[19][18] d[19][19] </list>
2520.34/2500.41	v 	<values> 13 17 16 5 1 10 11 19 4 15 0 3 6 7 2 8 9 12 14 18 0 15 15 8 0 16 0 13 6 6 7 3 12 12 12 13 11 15 8 10 0 0 12 8 8 13 13 7 8 12 9 11 11 4 18 1 9 13 17 11 0 0 0 12 11 0 12 13 0 14 4 11 14 12 3 19 8 0 8 14 0 0 0 0 7 7 9 5 19 8 9 0 8 11 19 1 15 8 13 12 0 0 0 0 0 0 7 13 6 0 6 5 8 9 9 5 3 11 11 11 0 0 0 0 0 0 8 10 5 11 12 13 5 13 10 10 11 11 9 7 0 0 0 0 0 0 0 16 10 11 4 0 18 3 9 11 9 4 15 4 0 0 0 0 0 0 0 0 0 15 13 12 7 13 3 12 5 12 9 8 0 0 0 0 0 0 0 0 0 9 19 12 9 10 14 4 0 10 8 10 0 0 0 0 0 0 0 0 0 0 10 15 8 7 12 13 7 11 15 13 0 0 0 0 0 0 0 0 0 0 0 9 18 12 12 6 4 15 12 15 0 0 0 0 0 0 0 0 0 0 0 0 10 3 14 12 7 1 13 14 0 0 0 0 0 0 0 0 0 0 0 0 0 3 11 10 9 8 6 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 18 15 12 11 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 14 15 15 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14 9 12 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 11 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2520.34/2500.41	v </instantiation>
2520.34/2500.41	

Verifier Data

OK	17495

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263034-1502620877/watcher-4263034-1502620877 -o /tmp/evaluation-result-4263034-1502620877/solver-4263034-1502620877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263034-1502620877.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=25508, runsolver pid=25505
Current StackSize limit: 8192 KiB


[startup+0.1002 s]*
/proc/loadavg: 2.00 2.00 2.11 3/201 25514
/proc/meminfo: memFree=31128812/32770624 swapFree=67105588/67108860
[pid=25508] ppid=25505 vsize=10085108 memory=19848 CPUtime=0.01 cores=0,2,4,6
/proc/25508/stat : 25508 (java) S 25505 25508 12560 0 -1 1077944320 3794 0 0 0 1 0 0 0 20 0 8 0 64283094 10327150592 4962 18446744073709551615 4194304 4196468 140729633129808 140729633112352 140122009382647 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
/proc/25508/statm: 2521277 4962 2054 1 0 2510774 0
[pid=25508/tid=25510] ppid=25505 vsize=10085108 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/25508/task/25510/stat : 25510 (java) R 25505 25508 12560 0 -1 4202560 2459 0 0 0 1 0 0 0 20 0 8 0 64283102 10327150592 4962 18446744073709551615 4194304 4196468 140729633129808 140122013622704 140121995065139 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25511] ppid=25505 vsize=10085108 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25511/stat : 25511 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 64283103 10327150592 4962 18446744073709551615 4194304 4196468 140729633129808 140121620535952 140122009392853 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25512] ppid=25505 vsize=10085108 memory=139893630703232 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25512/stat : 25512 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 64283103 10327150592 4962 18446744073709551615 4194304 4196468 140729633129808 140121619483152 140122009392853 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25513] ppid=25505 vsize=10085108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 64283103 10327150592 4962 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 64283103 10327150592 4962 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10085108 memory=139893630703232 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 64283104 10327150592 4962 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 64283105 10327150592 4962 18446744073709551615 4194304 4196468 140729633129808 140121572422096 140122009392853 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 19848 KiB

[startup+0.21112 s]*
/proc/loadavg: 2.00 2.00 2.11 3/210 25523
/proc/meminfo: memFree=31121716/32770624 swapFree=67105588/67108860
[pid=25508] ppid=25505 vsize=10551156 memory=29424 CPUtime=0.12 cores=0,2,4,6
/proc/25508/stat : 25508 (java) S 25505 25508 12560 0 -1 1077944320 7479 0 0 0 10 2 0 0 20 0 15 0 64283094 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140729633112352 140122009382647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
/proc/25508/statm: 2637789 7356 2792 1 0 2627261 0
[pid=25508/tid=25510] ppid=25505 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/25508/task/25510/stat : 25510 (java) R 25505 25508 12560 0 -1 4202560 5390 0 0 0 8 1 0 0 20 0 15 0 64283102 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140122013570992 140121993426277 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25511] ppid=25505 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25511/stat : 25511 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64283103 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121620535952 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25512] ppid=25505 vsize=10551156 memory=288370269782414976 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25512/stat : 25512 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64283103 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121619483152 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25513] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283103 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283103 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10551156 memory=139893630703232 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64283104 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64283105 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121572423200 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25517] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25517/stat : 25517 (java) S 25505 25508 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64283105 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121571370352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25518] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25518/stat : 25518 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121570318672 140122009401243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25519] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25519/stat : 25519 (java) S 25505 25508 12560 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 64283107 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121569266032 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25520] ppid=25505 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25520/stat : 25520 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121568213232 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25521] ppid=25505 vsize=10551156 memory=139893630703232 CPUtime=0.01 cores=0,2,4,6
/proc/25508/task/25521/stat : 25521 (java) R 25505 25508 12560 0 -1 4202560 299 0 0 0 1 0 0 0 20 0 15 0 64283107 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121567160432 140121993463134 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25522] ppid=25505 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25522/stat : 25522 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121566107872 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25523] ppid=25505 vsize=10551156 memory=139893630703232 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25523/stat : 25523 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283111 10804383744 7356 18446744073709551615 4194304 4196468 140729633129808 140121565056176 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29424 KiB

[startup+0.310267 s]*
/proc/loadavg: 2.00 2.00 2.11 4/210 25523
/proc/meminfo: memFree=31111196/32770624 swapFree=67105588/67108860
[pid=25508] ppid=25505 vsize=10551156 memory=38028 CPUtime=0.28 cores=0,2,4,6
/proc/25508/stat : 25508 (java) S 25505 25508 12560 0 -1 1077944320 8806 0 0 0 25 3 0 0 20 0 15 0 64283094 10804383744 9507 18446744073709551615 4194304 4196468 140729633129808 140729633112352 140122009382647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
/proc/25508/statm: 2637789 9507 2870 1 0 2627261 0
[pid=25508/tid=25510] ppid=25505 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/25508/task/25510/stat : 25510 (java) R 25505 25508 12560 0 -1 4202560 6156 0 0 0 17 2 0 0 20 0 15 0 64283102 10804383744 9507 18446744073709551615 4194304 4196468 140729633129808 140122013616672 140121993463134 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25511] ppid=25505 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25511/stat : 25511 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64283103 10804383744 9507 18446744073709551615 4194304 4196468 140729633129808 140121620535952 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25512] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25512/stat : 25512 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64283103 10804383744 9507 18446744073709551615 4194304 4196468 140729633129808 140121619483152 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25513] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283103 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283103 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64283104 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64283105 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121572423200 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25517] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25517/stat : 25517 (java) S 25505 25508 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64283105 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121571370352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25518] ppid=25505 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25518/stat : 25518 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121570318672 140122009401243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25519] ppid=25505 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25508/task/25519/stat : 25519 (java) S 25505 25508 12560 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 15 0 64283107 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121569266032 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25520] ppid=25505 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25508/task/25520/stat : 25520 (java) S 25505 25508 12560 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 15 0 64283107 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121568213232 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25521] ppid=25505 vsize=10551156 memory=139893630703232 CPUtime=0.05 cores=0,2,4,6
/proc/25508/task/25521/stat : 25521 (java) R 25505 25508 12560 0 -1 4202560 716 0 0 0 5 0 0 0 20 0 15 0 64283107 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121567156800 140121988342879 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25522] ppid=25505 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25522/stat : 25522 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121566107872 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25523] ppid=25505 vsize=10551156 memory=139893630703232 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25523/stat : 25523 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283111 10804383744 9573 18446744073709551615 4194304 4196468 140729633129808 140121565056176 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38028 KiB

[startup+0.701385 s]
/proc/loadavg: 2.00 2.00 2.11 6/210 25523
/proc/meminfo: memFree=31091696/32770624 swapFree=67105588/67108860
[pid=25508] ppid=25505 vsize=10551232 memory=108032 CPUtime=1.4 cores=0,2,4,6
/proc/25508/stat : 25508 (java) S 25505 25508 12560 0 -1 1077944320 12572 0 0 0 135 5 0 0 20 0 15 0 64283094 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140729633112352 140122009382647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
/proc/25508/statm: 2637808 27008 3053 1 0 2627261 0
[pid=25508/tid=25510] ppid=25505 vsize=10551232 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/25508/task/25510/stat : 25510 (java) R 25505 25508 12560 0 -1 4202560 7467 0 0 0 53 4 0 0 20 0 15 0 64283102 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140122013603856 140121650485485 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25511] ppid=25505 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25511/stat : 25511 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64283103 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121620535952 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25512] ppid=25505 vsize=10551232 memory=27 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25512/stat : 25512 (java) S 25505 25508 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64283103 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121619483152 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25513] ppid=25505 vsize=10551232 memory=22 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283103 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283103 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10551232 memory=831 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64283104 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10551232 memory=54 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64283105 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121572423200 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25517] ppid=25505 vsize=10551232 memory=139893630703231 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25517/stat : 25517 (java) S 25505 25508 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64283105 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121571370352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25518] ppid=25505 vsize=10551232 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25518/stat : 25518 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121570318672 140122009401243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25519] ppid=25505 vsize=10551232 memory=10465 CPUtime=0.27 cores=0,2,4,6
/proc/25508/task/25519/stat : 25519 (java) R 25505 25508 12560 0 -1 4202560 1399 0 0 0 27 0 0 0 20 0 15 0 64283107 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121569266160 140121992882845 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25520] ppid=25505 vsize=10551232 memory=279787054975568 CPUtime=0.28 cores=0,2,4,6
/proc/25508/task/25520/stat : 25520 (java) R 25505 25508 12560 0 -1 4202560 997 0 0 0 28 0 0 0 20 0 15 0 64283107 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121568195440 140121992950526 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25521] ppid=25505 vsize=10551232 memory=2868665472214376 CPUtime=0.25 cores=0,2,4,6
/proc/25508/task/25521/stat : 25521 (java) S 25505 25508 12560 0 -1 1077944384 1337 0 0 0 25 0 0 0 20 0 15 0 64283107 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121567160432 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25522] ppid=25505 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25522/stat : 25522 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121566107872 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25523] ppid=25505 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25523/stat : 25523 (java) S 25505 25508 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64283111 10804461568 27008 18446744073709551615 4194304 4196468 140729633129808 140121565056176 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 108032 KiB

[startup+1.50139 s]
/proc/loadavg: 2.00 2.00 2.11 5/210 25523
/proc/meminfo: memFree=30936008/32770624 swapFree=67105588/67108860
[pid=25508] ppid=25505 vsize=10551232 memory=281380 CPUtime=3.88 cores=0,2,4,6
/proc/25508/stat : 25508 (java) S 25505 25508 12560 0 -1 1077944320 22573 0 0 0 378 10 0 0 20 0 15 0 64283094 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140729633112352 140122009382647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
/proc/25508/statm: 2637808 70345 3090 1 0 2627261 0
[pid=25508/tid=25510] ppid=25505 vsize=10551232 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/25508/task/25510/stat : 25510 (java) R 25505 25508 12560 0 -1 4202560 7506 0 0 0 123 5 0 0 20 0 15 0 64283102 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140122013617912 140121995073289 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25511] ppid=25505 vsize=10551232 memory=7158305939615404116 CPUtime=0.04 cores=0,2,4,6
/proc/25508/task/25511/stat : 25511 (java) S 25505 25508 12560 0 -1 1077944384 102 0 0 0 4 0 0 0 20 0 15 0 64283103 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121620535952 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25512] ppid=25505 vsize=10551232 memory=5792002303297867857 CPUtime=0.06 cores=0,2,4,6
/proc/25508/task/25512/stat : 25512 (java) S 25505 25508 12560 0 -1 1077944384 110 0 0 0 5 1 0 0 20 0 15 0 64283103 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121619483152 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25513] ppid=25505 vsize=10551232 memory=5931329019416958818 CPUtime=0.07 cores=0,2,4,6
/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 118 0 0 0 6 1 0 0 20 0 15 0 64283103 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10551232 memory=276484 CPUtime=0.03 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 56 0 0 0 3 0 0 0 20 0 15 0 64283103 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64283104 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64283105 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121572423200 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25517] ppid=25505 vsize=10551232 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25517/stat : 25517 (java) S 25505 25508 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64283105 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121571370352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25518] ppid=25505 vsize=10551232 memory=279787054639360 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25518/stat : 25518 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121570318672 140122009401243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25519] ppid=25505 vsize=10551232 memory=279787054643776 CPUtime=1.07 cores=0,2,4,6
/proc/25508/task/25519/stat : 25519 (java) R 25505 25508 12560 0 -1 4202560 6556 0 0 0 106 1 0 0 20 0 15 0 64283107 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121569251240 140121990925979 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25520] ppid=25505 vsize=10551232 memory=6378026435750 CPUtime=0.99 cores=0,2,4,6
/proc/25508/task/25520/stat : 25520 (java) R 25505 25508 12560 0 -1 4202560 5239 0 0 0 99 0 0 0 20 0 15 0 64283107 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121568194088 140121992868606 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25521] ppid=25505 vsize=10551232 memory=288230617509003574 CPUtime=0.27 cores=0,2,4,6
/proc/25508/task/25521/stat : 25521 (java) S 25505 25508 12560 0 -1 1077944384 1442 0 0 0 27 0 0 0 20 0 15 0 64283107 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121567160432 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25522] ppid=25505 vsize=10551232 memory=15254835616287083 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25522/stat : 25522 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64283107 10804461568 70345 18446744073709551615 4194304 4196468 140729633129808 140121566107872 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0

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

/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 37370 0 0 0 370 75 0 0 20 0 16 0 64283103 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10617796 memory=3771828 CPUtime=4.42 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 39657 0 0 0 370 72 0 0 20 0 16 0 64283103 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10617796 memory=3771828 CPUtime=1.62 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 10974 0 0 0 159 3 0 0 20 0 16 0 64283104 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10617796 memory=3771828 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 64283105 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121572423264 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25517] ppid=25505 vsize=10617796 memory=3771828 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25517/stat : 25517 (java) S 25505 25508 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 64283105 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121571370368 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25518] ppid=25505 vsize=10617796 memory=239098 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25518/stat : 25518 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64283107 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121570318672 140122009401243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25519] ppid=25505 vsize=10617796 memory=236480 CPUtime=2.43 cores=0,2,4,6
/proc/25508/task/25519/stat : 25519 (java) S 25505 25508 12560 0 -1 1077944384 18257 0 0 0 241 2 0 0 20 0 16 0 64283107 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121569266032 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25520] ppid=25505 vsize=10617796 memory=1152 CPUtime=2.41 cores=0,2,4,6
/proc/25508/task/25520/stat : 25520 (java) S 25505 25508 12560 0 -1 1077944384 16088 0 0 0 239 2 0 0 20 0 16 0 64283107 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121568213232 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25521] ppid=25505 vsize=10617796 memory=3084 CPUtime=0.45 cores=0,2,4,6
/proc/25508/task/25521/stat : 25521 (java) S 25505 25508 12560 0 -1 1077944384 7014 0 0 0 43 2 0 0 20 0 16 0 64283107 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121567160432 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25522] ppid=25505 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25522/stat : 25522 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64283107 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121566107872 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25523] ppid=25505 vsize=10617796 memory=0 CPUtime=1.53 cores=0,2,4,6
/proc/25508/task/25523/stat : 25523 (java) S 25505 25508 12560 0 -1 1077944384 3106 0 0 0 78 75 0 0 20 0 16 0 64283111 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121565056176 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25524] ppid=25505 vsize=10617796 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25524/stat : 25524 (java) S 25505 25508 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64283701 10872623104 942957 18446744073709551615 4194304 4196468 140729633129808 140121496085936 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
Current children cumulated CPU time: 2402.1 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3771828 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.18 2.58 4/211 26025
/proc/meminfo: memFree=21581688/32770624 swapFree=67105588/67108860
[pid=25508] ppid=25505 vsize=10617796 memory=3781856 CPUtime=2462.13 cores=0,2,4,6
/proc/25508/stat : 25508 (java) S 25505 25508 12560 0 -1 1077944320 286301 0 0 0 245825 388 0 0 20 0 16 0 64283094 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140729633112352 140122009382647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
/proc/25508/statm: 2654449 945464 3144 1 0 2643902 0
[pid=25508/tid=25510] ppid=25505 vsize=10617796 memory=3781856 CPUtime=2435.89 cores=0,2,4,6
/proc/25508/task/25510/stat : 25510 (java) R 25505 25508 12560 0 -1 4202560 86643 0 0 0 243564 25 0 0 20 0 16 0 64283102 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140122013619128 140121651949563 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25511] ppid=25505 vsize=10617796 memory=3781856 CPUtime=4.4 cores=0,2,4,6
/proc/25508/task/25511/stat : 25511 (java) S 25505 25508 12560 0 -1 1077944384 35990 0 0 0 367 73 0 0 20 0 16 0 64283103 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121620535952 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25512] ppid=25505 vsize=10617796 memory=3781856 CPUtime=4.4 cores=0,2,4,6
/proc/25508/task/25512/stat : 25512 (java) S 25505 25508 12560 0 -1 1077944384 29631 0 0 0 369 71 0 0 20 0 16 0 64283103 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121619483152 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25513] ppid=25505 vsize=10617796 memory=3781856 CPUtime=4.45 cores=0,2,4,6
/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 37370 0 0 0 370 75 0 0 20 0 16 0 64283103 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10617796 memory=3781856 CPUtime=4.42 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 39657 0 0 0 370 72 0 0 20 0 16 0 64283103 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10617796 memory=0 CPUtime=1.62 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 10989 0 0 0 159 3 0 0 20 0 16 0 64283104 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10617796 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 64283105 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121572423264 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25517] ppid=25505 vsize=10617796 memory=3781856 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25517/stat : 25517 (java) S 25505 25508 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 64283105 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121571370368 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25518] ppid=25505 vsize=10617796 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25518/stat : 25518 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121570318672 140122009401243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25519] ppid=25505 vsize=10617796 memory=3781856 CPUtime=2.43 cores=0,2,4,6
/proc/25508/task/25519/stat : 25519 (java) S 25505 25508 12560 0 -1 1077944384 18262 0 0 0 241 2 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121569266032 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25520] ppid=25505 vsize=10617796 memory=4048 CPUtime=2.41 cores=0,2,4,6
/proc/25508/task/25520/stat : 25520 (java) S 25505 25508 12560 0 -1 1077944384 16098 0 0 0 239 2 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121568213232 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25521] ppid=25505 vsize=10617796 memory=3774508 CPUtime=0.45 cores=0,2,4,6
/proc/25508/task/25521/stat : 25521 (java) S 25505 25508 12560 0 -1 1077944384 7032 0 0 0 43 2 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121567160432 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25522] ppid=25505 vsize=10617796 memory=3771828 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25522/stat : 25522 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121566107872 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25523] ppid=25505 vsize=10617796 memory=3781856 CPUtime=1.57 cores=0,2,4,6
/proc/25508/task/25523/stat : 25523 (java) S 25505 25508 12560 0 -1 1077944384 3171 0 0 0 80 77 0 0 20 0 16 0 64283111 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121565056176 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25524] ppid=25505 vsize=10617796 memory=3781856 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25524/stat : 25524 (java) S 25505 25508 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64283701 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121496085936 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
Current children cumulated CPU time: 2462.13 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3781856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.2 s]
/proc/loadavg: 2.00 2.14 2.55 4/211 26027
/proc/meminfo: memFree=21581660/32770624 swapFree=67105588/67108860
[pid=25508] ppid=25505 vsize=10617796 memory=3781856 CPUtime=2520.07 cores=0,2,4,6
/proc/25508/stat : 25508 (java) S 25505 25508 12560 0 -1 1077944320 288651 0 0 0 251616 391 0 0 20 0 16 0 64283094 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140729633112352 140122009382647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
/proc/25508/statm: 2654449 945464 3144 1 0 2643902 0
[pid=25508/tid=25510] ppid=25505 vsize=10617796 memory=36824 CPUtime=2493.79 cores=0,2,4,6
/proc/25508/task/25510/stat : 25510 (java) R 25505 25508 12560 0 -1 4202560 88896 0 0 0 249353 26 0 0 20 0 16 0 64283102 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140122013619128 140121651853770 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25511] ppid=25505 vsize=10617796 memory=1292 CPUtime=4.4 cores=0,2,4,6
/proc/25508/task/25511/stat : 25511 (java) S 25505 25508 12560 0 -1 1077944384 35990 0 0 0 367 73 0 0 20 0 16 0 64283103 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121620535952 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25512] ppid=25505 vsize=10617796 memory=-8774313645642428999 CPUtime=4.4 cores=0,2,4,6
/proc/25508/task/25512/stat : 25512 (java) S 25505 25508 12560 0 -1 1077944384 29631 0 0 0 369 71 0 0 20 0 16 0 64283103 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121619483152 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25513] ppid=25505 vsize=10617796 memory=3781856 CPUtime=4.45 cores=0,2,4,6
/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 37370 0 0 0 370 75 0 0 20 0 16 0 64283103 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10617796 memory=1232 CPUtime=4.42 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 39657 0 0 0 370 72 0 0 20 0 16 0 64283103 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10617796 memory=2240 CPUtime=1.62 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 11002 0 0 0 159 3 0 0 20 0 16 0 64283104 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10617796 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 64283105 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121572423264 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25517] ppid=25505 vsize=10617796 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25517/stat : 25517 (java) S 25505 25508 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 64283105 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121571370368 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25518] ppid=25505 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25518/stat : 25518 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121570318672 140122009401243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25519] ppid=25505 vsize=10617796 memory=1744 CPUtime=2.43 cores=0,2,4,6
/proc/25508/task/25519/stat : 25519 (java) S 25505 25508 12560 0 -1 1077944384 18266 0 0 0 241 2 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121569266032 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25520] ppid=25505 vsize=10617796 memory=956 CPUtime=2.41 cores=0,2,4,6
/proc/25508/task/25520/stat : 25520 (java) S 25505 25508 12560 0 -1 1077944384 16108 0 0 0 239 2 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121568213232 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25521] ppid=25505 vsize=10617796 memory=1232 CPUtime=0.46 cores=0,2,4,6
/proc/25508/task/25521/stat : 25521 (java) S 25505 25508 12560 0 -1 1077944384 7043 0 0 0 44 2 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121567160432 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25522] ppid=25505 vsize=10617796 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25522/stat : 25522 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64283107 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121566107872 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25523] ppid=25505 vsize=10617796 memory=4088 CPUtime=1.6 cores=0,2,4,6
/proc/25508/task/25523/stat : 25523 (java) S 25505 25508 12560 0 -1 1077944384 3230 0 0 0 81 79 0 0 20 0 16 0 64283111 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121565056176 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25524] ppid=25505 vsize=10617796 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25524/stat : 25524 (java) S 25505 25508 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64283701 10872623104 945464 18446744073709551615 4194304 4196468 140729633129808 140121496085936 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3781856 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2500.44 s]
# the end of solver process 25508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.44 s, system=3.95042 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2500.4 s]
/proc/loadavg: 2.00 2.14 2.55 4/211 26027
/proc/meminfo: memFree=21581660/32770624 swapFree=67105588/67108860
[pid=25508] ppid=25505 vsize=10817488 memory=3782132 CPUtime=2520.34 cores=0,2,4,6
/proc/25508/stat : 25508 (java) S 25505 25508 12560 0 -1 1077944320 289393 0 0 0 251643 391 0 0 20 0 17 0 64283094 11077107712 945531 18446744073709551615 4194304 4196468 140729633129808 140729633112352 140122009382647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
/proc/25508/statm: 2704372 945533 3147 1 0 2693825 0
[pid=25508/tid=25510] ppid=25505 vsize=10817488 memory=2384 CPUtime=2493.99 cores=0,2,4,6
/proc/25508/task/25510/stat : 25510 (java) S 25505 25508 12560 0 -1 1077944384 89035 0 0 0 249373 26 0 0 20 0 17 0 64283102 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140122013625520 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25511] ppid=25505 vsize=10817488 memory=1688 CPUtime=4.4 cores=0,2,4,6
/proc/25508/task/25511/stat : 25511 (java) S 25505 25508 12560 0 -1 1077944384 35990 0 0 0 367 73 0 0 20 0 17 0 64283103 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121620535952 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25512] ppid=25505 vsize=10817488 memory=-8774313645642428999 CPUtime=4.4 cores=0,2,4,6
/proc/25508/task/25512/stat : 25512 (java) S 25505 25508 12560 0 -1 1077944384 29631 0 0 0 369 71 0 0 20 0 17 0 64283103 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121619483152 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25513] ppid=25505 vsize=10817488 memory=8604 CPUtime=4.45 cores=0,2,4,6
/proc/25508/task/25513/stat : 25513 (java) S 25505 25508 12560 0 -1 1077944384 37370 0 0 0 370 75 0 0 20 0 17 0 64283103 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121618430352 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25514] ppid=25505 vsize=10817488 memory=4048 CPUtime=4.42 cores=0,2,4,6
/proc/25508/task/25514/stat : 25514 (java) S 25505 25508 12560 0 -1 1077944384 39657 0 0 0 370 72 0 0 20 0 17 0 64283103 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121617377552 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25515] ppid=25505 vsize=10817488 memory=3781856 CPUtime=1.62 cores=0,2,4,6
/proc/25508/task/25515/stat : 25515 (java) S 25505 25508 12560 0 -1 1077944384 11035 0 0 0 159 3 0 0 20 0 17 0 64283104 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121573477232 140122009393794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25516] ppid=25505 vsize=10817488 memory=920 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25516/stat : 25516 (java) S 25505 25508 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 64283105 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121572423264 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25517] ppid=25505 vsize=10817488 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25517/stat : 25517 (java) S 25505 25508 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 64283105 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121571370368 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25518] ppid=25505 vsize=10817488 memory=832 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25518/stat : 25518 (java) S 25505 25508 12560 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 17 0 64283107 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121570318672 140122009401243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25519] ppid=25505 vsize=10817488 memory=16448 CPUtime=2.47 cores=0,2,4,6
/proc/25508/task/25519/stat : 25519 (java) S 25505 25508 12560 0 -1 1077944384 18328 0 0 0 245 2 0 0 20 0 17 0 64283107 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121569266032 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25520] ppid=25505 vsize=10817488 memory=3908 CPUtime=2.43 cores=0,2,4,6
/proc/25508/task/25520/stat : 25520 (java) S 25505 25508 12560 0 -1 1077944384 16174 0 0 0 241 2 0 0 20 0 17 0 64283107 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121568213232 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25521] ppid=25505 vsize=10817488 memory=2752 CPUtime=0.46 cores=0,2,4,6
/proc/25508/task/25521/stat : 25521 (java) S 25505 25508 12560 0 -1 1077944384 7177 0 0 0 44 2 0 0 20 0 17 0 64283107 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121567160432 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25522] ppid=25505 vsize=10817488 memory=3112 CPUtime=0 cores=0,2,4,6
/proc/25508/task/25522/stat : 25522 (java) S 25505 25508 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64283107 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121566107872 140122009392853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
[pid=25508/tid=25523] ppid=25505 vsize=10817488 memory=1148 CPUtime=1.6 cores=0,2,4,6
/proc/25508/task/25523/stat : 25523 (java) S 25505 25508 12560 0 -1 1077944384 3230 0 0 0 81 79 0 0 20 0 17 0 64283111 11077107712 945533 18446744073709551615 4194304 4196468 140729633129808 140121565056176 140122009393794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729633137040 140729633137193 140729633137193 140729633140687 0
Current children cumulated CPU time: 2520.34 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3782132 KiB

Child status: 143
Real time (s): 2500.44
CPU time (s): 2520.39
CPU user time (s): 2516.44
CPU system time (s): 3.95042
CPU usage (%): 100.798
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3782132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.44
system time used= 3.95042
maximum resident set size= 3782740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289717
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58487
involuntary context switches= 2531


# summary of solver processes directly reported to runsolver:
#   pid: 25508
#   total CPU time (s): 2520.39
#   total CPU user time (s): 2516.44
#   total CPU system time (s): 3.95042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1727 second user time and 23.1482 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 12:27:15
IDJOB=4263034
IDBENCH=123084
IDSOLVER=2651
FILE ID=node126/4263034-1502620877
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 2a1cb6febb6ec7dbf2abb0b9e0866987
RANDOM SEED=1993730523

node126.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.81
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.81
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.81
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.81
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:        31137560 kB
MemAvailable:   31379576 kB
Buffers:          259928 kB
Cached:           252424 kB
SwapCached:          524 kB
Active:          1005364 kB
Inactive:         147608 kB
Active(anon):     588568 kB
Inactive(anon):    85576 kB
Active(file):     416796 kB
Inactive(file):    62032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1500 kB
Writeback:             0 kB
AnonPages:        639932 kB
Mapped:            57652 kB
Shmem:             33440 kB
Slab:             183868 kB
SReclaimable:     158044 kB
SUnreclaim:        25824 kB
KernelStack:        3424 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1162660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 13:08:56