Trace number 4258162

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 250.356 240.23199

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 benchmark1998.38
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

11.18/5.38	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
11.18/5.38	c This is free software under the dual EPL/GNU LGPL licenses.
11.18/5.38	c See www.sat4j.org for details.
11.18/5.38	c That software uses the Rhino library from the Mozilla project.
11.18/5.38	c version CUSTOM.v20170705
11.18/5.38	c java.runtime.name	Java(TM) SE Runtime Environment
11.18/5.38	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
11.18/5.38	c java.vm.version	25.131-b11
11.18/5.38	c java.vm.vendor	Oracle Corporation
11.18/5.38	c sun.arch.data.model	64
11.18/5.38	c java.version		1.8.0_131
11.18/5.38	c os.name		Linux
11.18/5.38	c os.version		3.10.0-514.16.1.el7.x86_64
11.18/5.38	c os.arch		amd64
11.18/5.38	c Free memory 		499604488
11.18/5.38	c Max memory 		7247757312
11.18/5.38	c Total memory 		504889344
11.18/5.38	c Number of processors 	4
11.18/5.38	c c --- Begin Solver configuration ---
11.18/5.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
11.18/5.38	c Learn all clauses as in MiniSAT
11.18/5.38	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
11.18/5.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
11.18/5.38	c No reason simplification
11.18/5.38	c Glucose 2.1 dynamic restart strategy
11.18/5.38	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
11.18/5.38	c timeout=2147483s
11.18/5.38	c DB Simplification allowed=false
11.18/5.38	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
11.18/5.38	c --- End Solver configuration ---
11.18/5.38	c constraints type 
11.18/5.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 398
11.18/5.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4016980
11.18/5.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 815524
11.18/5.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 358
11.18/5.38	c 4833260 constraints processed.
30.71/23.14	o 17838
49.91/41.28	o 17539
66.41/57.53	o 17495
250.33/240.20	c starts		: 965
250.33/240.20	c conflicts		: 242329
250.33/240.20	c decisions		: 49755020
250.33/240.20	c propagations		: 941639661
250.33/240.20	c inspects		: 1142988720
250.33/240.20	c shortcuts		: 0
250.33/240.20	c learnt literals	: 4
250.33/240.20	c learnt binary clauses	: 1116
250.33/240.20	c learnt ternary clauses	: 2580
250.33/240.20	c learnt constraints	: 242325
250.33/240.20	c ignored constraints	: 0
250.33/240.20	c root simplifications	: 0
250.33/240.20	c removed literals (reason simplification)	: 0
250.33/240.20	c reason swapping (by a shorter reason)	: 0
250.33/240.20	c Calls to reduceDB	: 20
250.33/240.20	c Number of update (reduction) of LBD	: 133122
250.33/240.20	c Imported unit clauses	: 0
250.33/240.20	c number of reductions to clauses (during analyze)	: 0
250.33/240.20	c number of learned constraints concerned by reduction	: 0
250.33/240.20	c number of learning phase by resolution	: 0
250.33/240.20	c number of learning phase by cutting planes	: 0
250.33/240.20	c number of rounding to 1 operations	: 0
250.33/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
250.33/240.20	c number of reductions of the coefficients by power 2 	: 0
250.33/240.20	c number of right shift for reduction by power 2 	: 0
250.33/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
250.33/240.20	c speed (assignments/second)	: 4010937.0144142304
250.33/240.20	c non guided choices	16791959
250.33/240.20	c learnt constraints type 
250.33/240.20	s SATISFIABLE
250.33/240.21	v <instantiation type="solution">
250.33/240.21	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>
250.33/240.21	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>
250.33/240.21	v </instantiation>
250.33/240.21	

Verifier Data

OK	17495

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258162-1501645499/watcher-4258162-1501645499 -o /tmp/evaluation-result-4258162-1501645499/solver-4258162-1501645499 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258162-1501645499.xml 

pid=1035
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 2.17 2.37 2/196 1038
/proc/meminfo: memFree=30168944/32770624 swapFree=0/219400
[pid=1038] ppid=1035 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1038/stat : 1038 (runsolver) D 1035 1038 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13172974 24240128 107 18446744073709551615 4194304 4338465 140731636515264 140731636512904 140038504956631 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 8892416 140731636523143 140731636523590 140731636523590 140731636527050 0
/proc/1038/statm: 5918 107 54 36 0 2156 0

[startup+0.10009 s]
/proc/loadavg: 1.99 2.17 2.37 2/196 1038
/proc/meminfo: memFree=30168944/32770624 swapFree=0/219400
[pid=1038] ppid=1035 vsize=30188 CPUtime=0 cores=0,2,4,6
/proc/1038/stat : 1038 (java) R 1035 1038 5091 0 -1 4202496 925 0 0 0 0 0 0 0 20 0 1 0 13172974 30912512 740 18446744073709551615 4194304 4196468 140730739009024 140730738989720 140147460359803 0 0 1 0 0 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 7547 740 561 1 0 159 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30188

[startup+0.201115 s]
/proc/loadavg: 1.99 2.17 2.37 2/196 1038
/proc/meminfo: memFree=30168944/32770624 swapFree=0/219400
[pid=1038] ppid=1035 vsize=10551156 CPUtime=0.06 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 4969 0 0 0 5 1 0 0 20 0 15 0 13172974 10804383744 5964 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2637789 5964 2603 1 0 2627269 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.301122 s]
/proc/loadavg: 1.99 2.17 2.37 2/196 1038
/proc/meminfo: memFree=30168944/32770624 swapFree=0/219400
[pid=1038] ppid=1035 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 8236 0 0 0 19 3 0 0 20 0 15 0 13172974 10804383744 8922 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2637789 8922 2858 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701118 s]
/proc/loadavg: 1.99 2.17 2.37 2/196 1038
/proc/meminfo: memFree=30168944/32770624 swapFree=0/219400
[pid=1038] ppid=1035 vsize=10551232 CPUtime=1.35 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 12172 0 0 0 130 5 0 0 20 0 15 0 13172974 10804461568 25309 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2637808 25309 3041 1 0 2627269 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 10551232

[startup+1.50065 s]
/proc/loadavg: 1.99 2.17 2.37 5/211 1053
/proc/meminfo: memFree=29964492/32770624 swapFree=0/219404
[pid=1038] ppid=1035 vsize=10551232 CPUtime=3.84 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 22698 0 0 0 371 13 0 0 20 0 15 0 13172974 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2637808 74870 3078 1 0 2627269 0
[pid=1038/tid=1040] ppid=1035 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/1038/task/1040/stat : 1040 (java) R 1035 1038 5091 0 -1 4202560 7293 0 0 0 121 5 0 0 20 0 15 0 13172984 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140147462370976 140147081684457 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1041] ppid=1035 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/1038/task/1041/stat : 1041 (java) S 1035 1038 5091 0 -1 1077944384 148 0 0 0 7 1 0 0 20 0 15 0 13172985 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140147404487056 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1042] ppid=1035 vsize=10551232 CPUtime=0.03 cores=0,2,4,6
/proc/1038/task/1042/stat : 1042 (java) S 1035 1038 5091 0 -1 1077944384 77 0 0 0 3 0 0 0 20 0 15 0 13172985 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140147403434256 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1043] ppid=1035 vsize=10551232 CPUtime=0.07 cores=0,2,4,6
/proc/1038/task/1043/stat : 1043 (java) S 1035 1038 5091 0 -1 1077944384 148 0 0 0 6 1 0 0 20 0 15 0 13172985 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140147402381968 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1044] ppid=1035 vsize=10551232 CPUtime=0.04 cores=0,2,4,6
/proc/1038/task/1044/stat : 1044 (java) S 1035 1038 5091 0 -1 1077944384 59 0 0 0 3 1 0 0 20 0 15 0 13172985 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140147401329168 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1045] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1045/stat : 1045 (java) S 1035 1038 5091 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 13172987 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146954930800 140147458148994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1046] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1046/stat : 1046 (java) S 1035 1038 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13172987 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146953876768 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1047] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1047/stat : 1047 (java) S 1035 1038 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13172987 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146952824432 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1048] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1048/stat : 1048 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13172990 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146951772752 140147458156443 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1049] ppid=1035 vsize=10551232 CPUtime=0.99 cores=0,2,4,6
/proc/1038/task/1049/stat : 1049 (java) R 1035 1038 5091 0 -1 4202560 6780 0 0 0 98 1 0 0 20 0 15 0 13172990 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146950705064 140147436542273 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1050] ppid=1035 vsize=10551232 CPUtime=1.03 cores=0,2,4,6
/proc/1038/task/1050/stat : 1050 (java) R 1035 1038 5091 0 -1 4202560 5284 0 0 0 103 0 0 0 20 0 15 0 13172990 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146949652296 140147437655284 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1051] ppid=1035 vsize=10551232 CPUtime=0.27 cores=0,2,4,6
/proc/1038/task/1051/stat : 1051 (java) S 1035 1038 5091 0 -1 1077944384 1469 0 0 0 27 0 0 0 20 0 15 0 13172990 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146948614512 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1052] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1052/stat : 1052 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13172990 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146947561952 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1053] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1053/stat : 1053 (java) S 1035 1038 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13172993 10804461568 74870 18446744073709551615 4194304 4196468 140730739009024 140146946509744 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 10551232

[startup+3.10107 s]
/proc/loadavg: 1.99 2.17 2.37 3/211 1053
/proc/meminfo: memFree=29646764/32770624 swapFree=0/219404
[pid=1038] ppid=1035 vsize=10551232 CPUtime=7.14 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 26527 0 0 0 668 46 0 0 20 0 15 0 13172974 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2637808 224373 3107 1 0 2627269 0
[pid=1038/tid=1040] ppid=1035 vsize=10551232 CPUtime=2.43 cores=0,2,4,6
/proc/1038/task/1040/stat : 1040 (java) S 1035 1038 5091 0 -1 1077944384 8070 0 0 0 234 9 0 0 20 0 15 0 13172984 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140147462374960 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1041] ppid=1035 vsize=10551232 CPUtime=0.5 cores=0,2,4,6
/proc/1038/task/1041/stat : 1041 (java) R 1035 1038 5091 0 -1 4202560 655 0 0 0 42 8 0 0 20 0 15 0 13172985 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140147404487056 140147450766055 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1042] ppid=1035 vsize=10551232 CPUtime=0.46 cores=0,2,4,6
/proc/1038/task/1042/stat : 1042 (java) R 1035 1038 5091 0 -1 4202560 999 0 0 0 39 7 0 0 20 0 15 0 13172985 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140147403434456 140147443088840 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1043] ppid=1035 vsize=10551232 CPUtime=0.49 cores=0,2,4,6
/proc/1038/task/1043/stat : 1043 (java) R 1035 1038 5091 0 -1 4202560 774 0 0 0 41 8 0 0 20 0 15 0 13172985 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140147402381968 140147443088452 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1044] ppid=1035 vsize=10551232 CPUtime=0.46 cores=0,2,4,6
/proc/1038/task/1044/stat : 1044 (java) R 1035 1038 5091 0 -1 4202560 481 0 0 0 38 8 0 0 20 0 15 0 13172985 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140147401329368 140147443088452 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1045] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1045/stat : 1045 (java) S 1035 1038 5091 0 -1 1077944384 578 0 0 0 0 0 0 0 20 0 15 0 13172987 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146954929120 140147458148053 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1046] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1046/stat : 1046 (java) S 1035 1038 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13172987 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146953876768 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1047] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1047/stat : 1047 (java) S 1035 1038 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13172987 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146952824432 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1048] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1048/stat : 1048 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13172990 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146951772752 140147458156443 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1049] ppid=1035 vsize=10551232 CPUtime=1.19 cores=0,2,4,6
/proc/1038/task/1049/stat : 1049 (java) S 1035 1038 5091 0 -1 1077944384 6809 0 0 0 118 1 0 0 20 0 15 0 13172990 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146950719600 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1050] ppid=1035 vsize=10551232 CPUtime=1.24 cores=0,2,4,6
/proc/1038/task/1050/stat : 1050 (java) S 1035 1038 5091 0 -1 1077944384 5307 0 0 0 124 0 0 0 20 0 15 0 13172990 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146949651792 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1051] ppid=1035 vsize=10551232 CPUtime=0.28 cores=0,2,4,6
/proc/1038/task/1051/stat : 1051 (java) S 1035 1038 5091 0 -1 1077944384 1498 0 0 0 28 0 0 0 20 0 15 0 13172990 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146948614512 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1052] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1052/stat : 1052 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13172990 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146947561952 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1053] ppid=1035 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1053/stat : 1053 (java) S 1035 1038 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13172993 10804461568 224373 18446744073709551615 4194304 4196468 140730739009024 140146946509744 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 10551232

[startup+6.30068 s]
/proc/loadavg: 1.99 2.17 2.37 4/212 1054
/proc/meminfo: memFree=28599204/32770624 swapFree=0/219416
[pid=1038] ppid=1035 vsize=10617796 CPUtime=13.31 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 34984 0 0 0 1274 57 0 0 20 0 16 0 13172974 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2654449 260780 3118 1 0 2643910 0
[pid=1038/tid=1040] ppid=1035 vsize=10617796 CPUtime=4.57 cores=0,2,4,6
/proc/1038/task/1040/stat : 1040 (java) R 1035 1038 5091 0 -1 4202560 10084 0 0 0 448 9 0 0 20 0 16 0 13172984 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140147462376064 140147086238907 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1041] ppid=1035 vsize=10617796 CPUtime=1.06 cores=0,2,4,6
/proc/1038/task/1041/stat : 1041 (java) S 1035 1038 5091 0 -1 1077944384 949 0 0 0 96 10 0 0 20 0 16 0 13172985 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140147404487056 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1042] ppid=1035 vsize=10617796 CPUtime=1.04 cores=0,2,4,6
/proc/1038/task/1042/stat : 1042 (java) S 1035 1038 5091 0 -1 1077944384 1080 0 0 0 94 10 0 0 20 0 16 0 13172985 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140147403434256 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1043] ppid=1035 vsize=10617796 CPUtime=1.06 cores=0,2,4,6
/proc/1038/task/1043/stat : 1043 (java) S 1035 1038 5091 0 -1 1077944384 845 0 0 0 96 10 0 0 20 0 16 0 13172985 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140147402381968 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1044] ppid=1035 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/1038/task/1044/stat : 1044 (java) S 1035 1038 5091 0 -1 1077944384 812 0 0 0 91 11 0 0 20 0 16 0 13172985 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140147401329168 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1045] ppid=1035 vsize=10617796 CPUtime=0.48 cores=0,2,4,6
/proc/1038/task/1045/stat : 1045 (java) S 1035 1038 5091 0 -1 1077944384 993 0 0 0 48 0 0 0 20 0 16 0 13172987 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146954930800 140147458148994 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1046] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1046/stat : 1046 (java) S 1035 1038 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146953876768 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1047] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1047/stat : 1047 (java) S 1035 1038 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146952824432 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1048] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1048/stat : 1048 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13172990 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146951772752 140147458156443 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1049] ppid=1035 vsize=10617796 CPUtime=1.85 cores=0,2,4,6
/proc/1038/task/1049/stat : 1049 (java) S 1035 1038 5091 0 -1 1077944384 8463 0 0 0 183 2 0 0 20 0 16 0 13172990 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146950719600 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1050] ppid=1035 vsize=10617796 CPUtime=1.79 cores=0,2,4,6
/proc/1038/task/1050/stat : 1050 (java) S 1035 1038 5091 0 -1 1077944384 7352 0 0 0 178 1 0 0 20 0 16 0 13172990 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146949666800 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1051] ppid=1035 vsize=10617796 CPUtime=0.35 cores=0,2,4,6
/proc/1038/task/1051/stat : 1051 (java) S 1035 1038 5091 0 -1 1077944384 1831 0 0 0 35 0 0 0 20 0 16 0 13172990 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146948614512 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1052] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1052/stat : 1052 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13172990 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146947561952 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1053] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1053/stat : 1053 (java) S 1035 1038 5091 0 -1 1077944384 1199 0 0 0 0 0 0 0 20 0 16 0 13172993 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146946509744 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1054] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1054/stat : 1054 (java) S 1035 1038 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13173518 10872623104 260780 18446744073709551615 4194304 4196468 140730739009024 140146945455280 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 1.99 2.16 2.36 3/212 1054
/proc/meminfo: memFree=28600968/32770624 swapFree=0/219424
[pid=1038] ppid=1035 vsize=10617796 CPUtime=19.9 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 36485 0 0 0 1932 58 0 0 20 0 16 0 13172974 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2654449 259404 3121 1 0 2643910 0
[pid=1038/tid=1040] ppid=1035 vsize=10617796 CPUtime=10.97 cores=0,2,4,6
/proc/1038/task/1040/stat : 1040 (java) R 1035 1038 5091 0 -1 4202560 11253 0 0 0 1088 9 0 0 20 0 16 0 13172984 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140147462374728 140147086083373 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1041] ppid=1035 vsize=10617796 CPUtime=1.06 cores=0,2,4,6
/proc/1038/task/1041/stat : 1041 (java) S 1035 1038 5091 0 -1 1077944384 949 0 0 0 96 10 0 0 20 0 16 0 13172985 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140147404487056 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1042] ppid=1035 vsize=10617796 CPUtime=1.04 cores=0,2,4,6
/proc/1038/task/1042/stat : 1042 (java) S 1035 1038 5091 0 -1 1077944384 1080 0 0 0 94 10 0 0 20 0 16 0 13172985 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140147403434256 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1043] ppid=1035 vsize=10617796 CPUtime=1.06 cores=0,2,4,6
/proc/1038/task/1043/stat : 1043 (java) S 1035 1038 5091 0 -1 1077944384 845 0 0 0 96 10 0 0 20 0 16 0 13172985 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140147402381968 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1044] ppid=1035 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/1038/task/1044/stat : 1044 (java) S 1035 1038 5091 0 -1 1077944384 812 0 0 0 91 11 0 0 20 0 16 0 13172985 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140147401329168 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1045] ppid=1035 vsize=10617796 CPUtime=0.48 cores=0,2,4,6
/proc/1038/task/1045/stat : 1045 (java) S 1035 1038 5091 0 -1 1077944384 1002 0 0 0 48 0 0 0 20 0 16 0 13172987 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140146954930800 140147458148994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1046] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1046/stat : 1046 (java) S 1035 1038 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140146953876768 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1047] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1047/stat : 1047 (java) S 1035 1038 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 259404 18446744073709551615 4194304 4196468 140730739009024 140146952824432 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0

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

[startup+162.301 s]
/proc/loadavg: 2.09 2.14 2.32 3/212 1059
/proc/meminfo: memFree=28173704/32770624 swapFree=0/219512
[pid=1038] ppid=1035 vsize=10617796 CPUtime=172.31 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 64040 0 0 0 17139 92 0 0 20 0 16 0 13172974 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2654449 365631 3134 1 0 2643910 0
[pid=1038/tid=1040] ppid=1035 vsize=10617796 CPUtime=160.31 cores=0,2,4,6
/proc/1038/task/1040/stat : 1040 (java) R 1035 1038 5091 0 -1 4202560 18537 0 0 0 16018 13 0 0 20 0 16 0 13172984 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140147462374312 140147085951055 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1041] ppid=1035 vsize=10617796 CPUtime=1.29 cores=0,2,4,6
/proc/1038/task/1041/stat : 1041 (java) S 1035 1038 5091 0 -1 1077944384 1147 0 0 0 113 16 0 0 20 0 16 0 13172985 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140147404487056 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1042] ppid=1035 vsize=10617796 CPUtime=1.28 cores=0,2,4,6
/proc/1038/task/1042/stat : 1042 (java) S 1035 1038 5091 0 -1 1077944384 1257 0 0 0 111 17 0 0 20 0 16 0 13172985 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140147403434256 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1043] ppid=1035 vsize=10617796 CPUtime=1.3 cores=0,2,4,6
/proc/1038/task/1043/stat : 1043 (java) S 1035 1038 5091 0 -1 1077944384 1631 0 0 0 114 16 0 0 20 0 16 0 13172985 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140147402381968 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1044] ppid=1035 vsize=10617796 CPUtime=1.26 cores=0,2,4,6
/proc/1038/task/1044/stat : 1044 (java) S 1035 1038 5091 0 -1 1077944384 1131 0 0 0 108 18 0 0 20 0 16 0 13172985 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140147401329168 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1045] ppid=1035 vsize=10617796 CPUtime=0.48 cores=0,2,4,6
/proc/1038/task/1045/stat : 1045 (java) S 1035 1038 5091 0 -1 1077944384 1458 0 0 0 48 0 0 0 20 0 16 0 13172987 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146954930800 140147458148994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1046] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1046/stat : 1046 (java) S 1035 1038 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146953876832 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1047] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1047/stat : 1047 (java) S 1035 1038 5091 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146952824448 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1048] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1048/stat : 1048 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13172990 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146951772752 140147458156443 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1049] ppid=1035 vsize=10617796 CPUtime=3.04 cores=0,2,4,6
/proc/1038/task/1049/stat : 1049 (java) S 1035 1038 5091 0 -1 1077944384 15706 0 0 0 302 2 0 0 20 0 16 0 13172990 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146950719600 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1050] ppid=1035 vsize=10617796 CPUtime=2.72 cores=0,2,4,6
/proc/1038/task/1050/stat : 1050 (java) S 1035 1038 5091 0 -1 1077944384 15580 0 0 0 270 2 0 0 20 0 16 0 13172990 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146949666800 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1051] ppid=1035 vsize=10617796 CPUtime=0.41 cores=0,2,4,6
/proc/1038/task/1051/stat : 1051 (java) S 1035 1038 5091 0 -1 1077944384 4471 0 0 0 41 0 0 0 20 0 16 0 13172990 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146948614512 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1052] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1052/stat : 1052 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13172990 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146947561952 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1053] ppid=1035 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/1038/task/1053/stat : 1053 (java) S 1035 1038 5091 0 -1 1077944384 1705 0 0 0 6 4 0 0 20 0 16 0 13172993 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146946509744 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1054] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1054/stat : 1054 (java) S 1035 1038 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13173518 10872623104 365631 18446744073709551615 4194304 4196468 140730739009024 140146945455280 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
Current children cumulated CPU time (s) 172.31
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.15 2.16 2.31 3/212 1145
/proc/meminfo: memFree=30071468/32770624 swapFree=0/219592
[pid=1038] ppid=1035 vsize=10617796 CPUtime=232.55 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 71122 0 0 0 23161 94 0 0 20 0 16 0 13172974 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2654449 365665 3134 1 0 2643910 0
[pid=1038/tid=1040] ppid=1035 vsize=10617796 CPUtime=220.32 cores=0,2,4,6
/proc/1038/task/1040/stat : 1040 (java) R 1035 1038 5091 0 -1 4202560 20419 0 0 0 22019 13 0 0 20 0 16 0 13172984 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147462373824 140147086239319 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1041] ppid=1035 vsize=10617796 CPUtime=1.29 cores=0,2,4,6
/proc/1038/task/1041/stat : 1041 (java) S 1035 1038 5091 0 -1 1077944384 1147 0 0 0 113 16 0 0 20 0 16 0 13172985 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147404487056 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1042] ppid=1035 vsize=10617796 CPUtime=1.28 cores=0,2,4,6
/proc/1038/task/1042/stat : 1042 (java) S 1035 1038 5091 0 -1 1077944384 1257 0 0 0 111 17 0 0 20 0 16 0 13172985 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147403434256 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1043] ppid=1035 vsize=10617796 CPUtime=1.3 cores=0,2,4,6
/proc/1038/task/1043/stat : 1043 (java) S 1035 1038 5091 0 -1 1077944384 1631 0 0 0 114 16 0 0 20 0 16 0 13172985 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147402381968 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1044] ppid=1035 vsize=10617796 CPUtime=1.26 cores=0,2,4,6
/proc/1038/task/1044/stat : 1044 (java) S 1035 1038 5091 0 -1 1077944384 1131 0 0 0 108 18 0 0 20 0 16 0 13172985 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147401329168 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1045] ppid=1035 vsize=10617796 CPUtime=0.48 cores=0,2,4,6
/proc/1038/task/1045/stat : 1045 (java) S 1035 1038 5091 0 -1 1077944384 1504 0 0 0 48 0 0 0 20 0 16 0 13172987 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146954930800 140147458148994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1046] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1046/stat : 1046 (java) S 1035 1038 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146953876832 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1047] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1047/stat : 1047 (java) S 1035 1038 5091 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146952824448 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1048] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1048/stat : 1048 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146951772752 140147458156443 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1049] ppid=1035 vsize=10617796 CPUtime=3.12 cores=0,2,4,6
/proc/1038/task/1049/stat : 1049 (java) S 1035 1038 5091 0 -1 1077944384 17295 0 0 0 310 2 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146950719600 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1050] ppid=1035 vsize=10617796 CPUtime=2.83 cores=0,2,4,6
/proc/1038/task/1050/stat : 1050 (java) S 1035 1038 5091 0 -1 1077944384 18142 0 0 0 281 2 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146949666800 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1051] ppid=1035 vsize=10617796 CPUtime=0.42 cores=0,2,4,6
/proc/1038/task/1051/stat : 1051 (java) S 1035 1038 5091 0 -1 1077944384 5418 0 0 0 42 0 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146948614512 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1052] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1052/stat : 1052 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146947561952 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1053] ppid=1035 vsize=10617796 CPUtime=0.13 cores=0,2,4,6
/proc/1038/task/1053/stat : 1053 (java) S 1035 1038 5091 0 -1 1077944384 1761 0 0 0 7 6 0 0 20 0 16 0 13172993 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146946509744 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1054] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1054/stat : 1054 (java) S 1035 1038 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13173518 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146945455280 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
Current children cumulated CPU time (s) 232.55
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.20 2.16 2.32 3/212 1145
/proc/meminfo: memFree=29982412/32770624 swapFree=0/219604
[pid=1038] ppid=1035 vsize=10617796 CPUtime=250.25 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 71237 0 0 0 24931 94 0 0 20 0 16 0 13172974 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2654449 365665 3134 1 0 2643910 0
[pid=1038/tid=1040] ppid=1035 vsize=10617796 CPUtime=238.01 cores=0,2,4,6
/proc/1038/task/1040/stat : 1040 (java) R 1035 1038 5091 0 -1 4202560 20534 0 0 0 23788 13 0 0 20 0 16 0 13172984 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147462373824 140147086238907 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1041] ppid=1035 vsize=10617796 CPUtime=1.29 cores=0,2,4,6
/proc/1038/task/1041/stat : 1041 (java) S 1035 1038 5091 0 -1 1077944384 1147 0 0 0 113 16 0 0 20 0 16 0 13172985 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147404487056 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1042] ppid=1035 vsize=10617796 CPUtime=1.28 cores=0,2,4,6
/proc/1038/task/1042/stat : 1042 (java) S 1035 1038 5091 0 -1 1077944384 1257 0 0 0 111 17 0 0 20 0 16 0 13172985 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147403434256 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1043] ppid=1035 vsize=10617796 CPUtime=1.3 cores=0,2,4,6
/proc/1038/task/1043/stat : 1043 (java) S 1035 1038 5091 0 -1 1077944384 1631 0 0 0 114 16 0 0 20 0 16 0 13172985 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147402381968 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1044] ppid=1035 vsize=10617796 CPUtime=1.26 cores=0,2,4,6
/proc/1038/task/1044/stat : 1044 (java) S 1035 1038 5091 0 -1 1077944384 1131 0 0 0 108 18 0 0 20 0 16 0 13172985 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140147401329168 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1045] ppid=1035 vsize=10617796 CPUtime=0.48 cores=0,2,4,6
/proc/1038/task/1045/stat : 1045 (java) S 1035 1038 5091 0 -1 1077944384 1504 0 0 0 48 0 0 0 20 0 16 0 13172987 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146954930800 140147458148994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1046] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1046/stat : 1046 (java) S 1035 1038 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146953876832 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1047] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1047/stat : 1047 (java) S 1035 1038 5091 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 13172987 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146952824448 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1048] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1048/stat : 1048 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146951772752 140147458156443 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1049] ppid=1035 vsize=10617796 CPUtime=3.12 cores=0,2,4,6
/proc/1038/task/1049/stat : 1049 (java) S 1035 1038 5091 0 -1 1077944384 17295 0 0 0 310 2 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146950719600 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1050] ppid=1035 vsize=10617796 CPUtime=2.83 cores=0,2,4,6
/proc/1038/task/1050/stat : 1050 (java) S 1035 1038 5091 0 -1 1077944384 18142 0 0 0 281 2 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146949666800 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1051] ppid=1035 vsize=10617796 CPUtime=0.42 cores=0,2,4,6
/proc/1038/task/1051/stat : 1051 (java) S 1035 1038 5091 0 -1 1077944384 5418 0 0 0 42 0 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146948614512 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1052] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1052/stat : 1052 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13172990 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146947561952 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1053] ppid=1035 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/1038/task/1053/stat : 1053 (java) S 1035 1038 5091 0 -1 1077944384 1761 0 0 0 8 6 0 0 20 0 16 0 13172993 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146946509744 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1054] ppid=1035 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1054/stat : 1054 (java) S 1035 1038 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13173518 10872623104 365665 18446744073709551615 4194304 4196468 140730739009024 140146945455280 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
Current children cumulated CPU time (s) 250.25
Current children cumulated vsize (KiB) 10617796

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1038 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.20 2.16 2.32 3/212 1145
/proc/meminfo: memFree=29982412/32770624 swapFree=0/219604
[pid=1038] ppid=1035 vsize=10817488 CPUtime=250.33 cores=0,2,4,6
/proc/1038/stat : 1038 (java) S 1035 1038 5091 0 -1 1077944320 72115 0 0 0 24939 94 0 0 20 0 17 0 13172974 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140730738991568 140147458137847 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
/proc/1038/statm: 2704372 365724 3137 1 0 2693833 0
[pid=1038/tid=1040] ppid=1035 vsize=10817488 CPUtime=238.08 cores=0,2,4,6
/proc/1038/task/1040/stat : 1040 (java) S 1035 1038 5091 0 -1 1077944384 20644 0 0 0 23795 13 0 0 20 0 17 0 13172984 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140147462380720 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1041] ppid=1035 vsize=10817488 CPUtime=1.29 cores=0,2,4,6
/proc/1038/task/1041/stat : 1041 (java) S 1035 1038 5091 0 -1 1077944384 1147 0 0 0 113 16 0 0 20 0 17 0 13172985 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140147404487056 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1042] ppid=1035 vsize=10817488 CPUtime=1.28 cores=0,2,4,6
/proc/1038/task/1042/stat : 1042 (java) S 1035 1038 5091 0 -1 1077944384 1257 0 0 0 111 17 0 0 20 0 17 0 13172985 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140147403434256 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1043] ppid=1035 vsize=10817488 CPUtime=1.3 cores=0,2,4,6
/proc/1038/task/1043/stat : 1043 (java) S 1035 1038 5091 0 -1 1077944384 1631 0 0 0 114 16 0 0 20 0 17 0 13172985 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140147402381968 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1044] ppid=1035 vsize=10817488 CPUtime=1.26 cores=0,2,4,6
/proc/1038/task/1044/stat : 1044 (java) S 1035 1038 5091 0 -1 1077944384 1131 0 0 0 108 18 0 0 20 0 17 0 13172985 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140147401329168 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1045] ppid=1035 vsize=10817488 CPUtime=0.48 cores=0,2,4,6
/proc/1038/task/1045/stat : 1045 (java) S 1035 1038 5091 0 -1 1077944384 1508 0 0 0 48 0 0 0 20 0 17 0 13172987 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146954930800 140147458148994 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1046] ppid=1035 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1046/stat : 1046 (java) S 1035 1038 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13172987 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146953876832 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1047] ppid=1035 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1047/stat : 1047 (java) S 1035 1038 5091 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 13172987 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146952824448 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1048] ppid=1035 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1048/stat : 1048 (java) S 1035 1038 5091 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 13172990 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146951772752 140147458156443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1049] ppid=1035 vsize=10817488 CPUtime=3.12 cores=0,2,4,6
/proc/1038/task/1049/stat : 1049 (java) S 1035 1038 5091 0 -1 1077944384 17295 0 0 0 310 2 0 0 20 0 17 0 13172990 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146950719600 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1050] ppid=1035 vsize=10817488 CPUtime=2.83 cores=0,2,4,6
/proc/1038/task/1050/stat : 1050 (java) S 1035 1038 5091 0 -1 1077944384 18145 0 0 0 281 2 0 0 20 0 17 0 13172990 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146949666800 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1051] ppid=1035 vsize=10817488 CPUtime=0.42 cores=0,2,4,6
/proc/1038/task/1051/stat : 1051 (java) S 1035 1038 5091 0 -1 1077944384 5774 0 0 0 42 0 0 0 20 0 17 0 13172990 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146948614512 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1052] ppid=1035 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/1038/task/1052/stat : 1052 (java) S 1035 1038 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13172990 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146947561952 140147458148053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
[pid=1038/tid=1053] ppid=1035 vsize=10817488 CPUtime=0.14 cores=0,2,4,6
/proc/1038/task/1053/stat : 1053 (java) S 1035 1038 5091 0 -1 1077944384 1761 0 0 0 8 6 0 0 20 0 17 0 13172993 11077107712 365724 18446744073709551615 4194304 4196468 140730739009024 140146946509744 140147458148994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32645120 140730739012018 140730739012171 140730739012171 140730739015631 0
Current children cumulated CPU time (s) 250.33
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.232
CPU time (s): 250.356
CPU user time (s): 249.402
CPU system time (s): 0.954439
CPU usage (%): 104.214
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.402
system time used= 0.954439
maximum resident set size= 1463320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72348
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7602
involuntary context switches= 440

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16885 second user time and 1.47436 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 05:30:59
IDJOB=4258162
IDBENCH=123084
IDSOLVER=2643
FILE ID=node129/4258162-1501645499
RUNJOBID= node129-1501642919-31104
PBS_JOBID= 
Free space on /tmp= 61772 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-4258162-1501645499/watcher-4258162-1501645499 -o /tmp/evaluation-result-4258162-1501645499/solver-4258162-1501645499 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258162-1501645499.xml

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

MD5SUM BENCH= 2a1cb6febb6ec7dbf2abb0b9e0866987
RANDOM SEED=1647101479

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30168956 kB
MemAvailable:   30312472 kB
Buffers:          116892 kB
Cached:           308272 kB
SwapCached:            0 kB
Active:          1965444 kB
Inactive:         227932 kB
Active(anon):    1768536 kB
Inactive(anon):     8532 kB
Active(file):     196908 kB
Inactive(file):   219400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       1767944 kB
Mapped:            42172 kB
Shmem:              8872 kB
Slab:             111004 kB
SReclaimable:      86084 kB
SUnreclaim:        24920 kB
KernelStack:        3456 kB
PageTables:         8232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3025232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1648640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 05:34:59