Trace number 4262912

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-05OPT44 1449.91 1384.8199

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-09-a3.xml
MD5SUM99cce06e47b950d06ba02df1b2dd4384
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark4.9465399
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints39
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":36},{"size":501,"count":9}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":9,"count":7},{"degree":10,"count":2}]
Minimum constraint arity1
Maximum constraint arity36
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":36},{"arity":9,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints37
Distribution of constraint types[{"type":"intension","count":37},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

49.76/18.90	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
49.76/18.90	c This is free software under the dual EPL/GNU LGPL licenses.
49.76/18.90	c See www.sat4j.org for details.
49.76/18.90	c That software uses the Rhino library from the Mozilla project.
49.76/18.90	c version CUSTOM.v20170705
49.76/18.90	c java.runtime.name	Java(TM) SE Runtime Environment
49.76/18.90	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
49.76/18.90	c java.vm.version	25.131-b11
49.76/18.90	c java.vm.vendor	Oracle Corporation
49.76/18.90	c sun.arch.data.model	64
49.76/18.90	c java.version		1.8.0_131
49.76/18.90	c os.name		Linux
49.76/18.90	c os.version		3.10.0-514.16.1.el7.x86_64
49.76/18.90	c os.arch		amd64
49.76/18.90	c Free memory 		499604488
49.76/18.90	c Max memory 		7247757312
49.76/18.90	c Total memory 		504889344
49.76/18.90	c Number of processors 	4
49.76/18.90	c c --- Begin Solver configuration ---
49.76/18.90	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
49.76/18.90	c Learn all clauses as in MiniSAT
49.76/18.90	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
49.76/18.90	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
49.76/18.90	c No reason simplification
49.76/18.90	c Glucose 2.1 dynamic restart strategy
49.76/18.90	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
49.76/18.90	c timeout=2147483s
49.76/18.90	c DB Simplification allowed=false
49.76/18.90	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
49.76/18.90	c --- End Solver configuration ---
49.76/18.90	c constraints type 
49.76/18.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
49.76/18.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 315501
49.76/18.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29062008
49.76/18.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
49.76/18.90	c 29377689 constraints processed.
54.07/22.25	o 387
56.20/24.16	o 343
60.53/28.19	o 291
60.75/28.35	o 68
122.64/74.86	o 63
125.76/77.99	o 61
132.57/84.70	o 57
144.79/96.95	o 54
206.65/158.73	o 53
211.85/164.00	o 52
213.88/165.90	o 51
238.75/190.72	o 50
252.27/204.23	o 48
354.12/303.80	o 47
386.54/336.20	o 45
457.60/407.29	o 44
1449.87/1384.79	c starts		: 1285
1449.87/1384.79	c conflicts		: 589212
1449.87/1384.79	c decisions		: 26543793
1449.87/1384.79	c propagations		: 3077078207
1449.87/1384.79	c inspects		: 11954692843
1449.87/1384.79	c shortcuts		: 0
1449.87/1384.79	c learnt literals	: 2082
1449.87/1384.79	c learnt binary clauses	: 1043
1449.87/1384.79	c learnt ternary clauses	: 1872
1449.87/1384.79	c learnt constraints	: 587129
1449.87/1384.79	c ignored constraints	: 0
1449.87/1384.79	c root simplifications	: 0
1449.87/1384.79	c removed literals (reason simplification)	: 0
1449.87/1384.79	c reason swapping (by a shorter reason)	: 0
1449.87/1384.79	c Calls to reduceDB	: 53
1449.87/1384.79	c Number of update (reduction) of LBD	: 430019
1449.87/1384.79	c Imported unit clauses	: 0
1449.87/1384.79	c number of reductions to clauses (during analyze)	: 0
1449.87/1384.79	c number of learned constraints concerned by reduction	: 0
1449.87/1384.79	c number of learning phase by resolution	: 0
1449.87/1384.79	c number of learning phase by cutting planes	: 0
1449.87/1384.79	c number of rounding to 1 operations	: 0
1449.87/1384.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1449.87/1384.79	c number of reductions of the coefficients by power 2 	: 0
1449.87/1384.79	c number of right shift for reduction by power 2 	: 0
1449.87/1384.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
1449.87/1384.79	c speed (assignments/second)	: 2252845.422271487
1449.87/1384.79	c non guided choices	551568
1449.87/1384.79	c learnt constraints type 
1449.87/1384.79	s OPTIMUM FOUND
1449.87/1384.79	v <instantiation type="optimum" cost="44">
1449.87/1384.79	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] </list>
1449.87/1384.79	v 	<values> 0 3 9 17 19 32 39 43 44 1 3 9 17 19 32 39 43 44 1 1 6 14 16 29 36 40 41 1 1 1 8 10 23 30 34 35 1 1 1 1 2 15 22 26 27 1 1 1 1 1 13 20 24 25 1 1 1 1 1 1 7 11 12 1 1 1 1 1 1 1 4 5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>
1449.87/1384.79	v </instantiation>
1449.87/1384.79	

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262912-1502625550/watcher-4262912-1502625550 -o /tmp/evaluation-result-4262912-1502625550/solver-4262912-1502625550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262912-1502625550.xml 

running on 4 cores: 1,3,5,7

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=13080, runsolver pid=13077
Current StackSize limit: 8192 KiB


[startup+0.100077 s]*
/proc/loadavg: 6.20 5.83 4.15 7/216 13095
/proc/meminfo: memFree=20823924/32770624 swapFree=67108860/67108860
[pid=13080] ppid=13077 vsize=10555400 memory=29672 CPUtime=0.13 cores=1,3,5,7
/proc/13080/stat : 13080 (java) S 13077 13080 6338 0 -1 1077944320 6558 0 0 0 11 2 0 0 20 0 15 0 95636070 10808729600 7418 33554432000 4194304 4196468 140724515044416 140724515026960 139705599745783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
/proc/13080/statm: 2638850 7418 2790 1 0 2627263 0
[pid=13080/tid=13082] ppid=13077 vsize=10555400 memory=-7254954386087372155 CPUtime=0.09 cores=1,3,5,7
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 6338 0 -1 4202560 4390 0 0 0 8 1 0 0 20 0 15 0 95636070 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705603967648 139705599767709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10555400 memory=5793855000191343033 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705206103184 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10555400 memory=139749181449856 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705205050384 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705203997584 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636071 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705202944784 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636073 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705159526768 139705599756930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13088] ppid=13077 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95636073 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705158472736 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13089] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95636073 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705157419888 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13090] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95636076 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705156368208 139705599764379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13091] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 6338 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 95636076 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705155316592 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13092] ppid=13077 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 6338 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 95636076 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705154263792 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13093] ppid=13077 vsize=10555400 memory=139749181449856 CPUtime=0.02 cores=1,3,5,7
/proc/13080/task/13093/stat : 13093 (java) R 13077 13080 6338 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 15 0 95636076 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705085586032 139705599767130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13094] ppid=13077 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95636076 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705084533472 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13095] ppid=13077 vsize=10555400 memory=139749181449856 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13095/stat : 13095 (java) R 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636076 10808729600 7418 33554432000 4194304 4196468 140724515044416 139705083480752 139705599756930 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29672 KiB

[startup+0.210768 s]*
/proc/loadavg: 6.20 5.83 4.15 6/216 13095
/proc/meminfo: memFree=20816404/32770624 swapFree=67108860/67108860
[pid=13080] ppid=13077 vsize=10555400 memory=37968 CPUtime=0.29 cores=1,3,5,7
/proc/13080/stat : 13080 (java) S 13077 13080 6338 0 -1 1077944320 7742 0 0 0 26 3 0 0 20 0 15 0 95636070 10808729600 9492 33554432000 4194304 4196468 140724515044416 140724515026960 139705599745783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
/proc/13080/statm: 2638850 9492 2912 1 0 2627263 0
[pid=13080/tid=13082] ppid=13077 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 6338 0 -1 4202560 5352 0 0 0 18 2 0 0 20 0 15 0 95636070 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705603978432 139705583826300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10555400 memory=4211973475386240394 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705206103184 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10555400 memory=139749181449856 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705205050384 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705203997584 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636071 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705202944784 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10555400 memory=139749181449856 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636073 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705159526768 139705599756930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13088] ppid=13077 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95636073 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705158472736 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13089] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95636073 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705157419888 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13090] ppid=13077 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95636076 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705156368208 139705599764379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13091] ppid=13077 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 6338 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 15 0 95636076 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705155316592 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13092] ppid=13077 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 6338 0 -1 1077944384 223 0 0 0 1 0 0 0 20 0 15 0 95636076 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705154263792 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13093] ppid=13077 vsize=10555400 memory=139749181449856 CPUtime=0.05 cores=1,3,5,7
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 6338 0 -1 1077944384 427 0 0 0 5 0 0 0 20 0 15 0 95636076 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705085586032 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13094] ppid=13077 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95636076 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705084533472 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13095] ppid=13077 vsize=10555400 memory=139749181449856 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636076 10808729600 9492 33554432000 4194304 4196468 140724515044416 139705083480752 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37968 KiB

[startup+0.316361 s]*
/proc/loadavg: 6.20 5.83 4.15 8/216 13095
/proc/meminfo: memFree=20807480/32770624 swapFree=67108860/67108860
[pid=13080] ppid=13077 vsize=10555476 memory=46948 CPUtime=0.52 cores=1,3,5,7
/proc/13080/stat : 13080 (java) S 13077 13080 6338 0 -1 1077944320 8953 0 0 0 49 3 0 0 20 0 15 0 95636070 10808807424 11737 33554432000 4194304 4196468 140724515044416 140724515026960 139705599745783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
/proc/13080/statm: 2638869 11737 3041 1 0 2627263 0
[pid=13080/tid=13082] ppid=13077 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 6338 0 -1 4202560 5747 0 0 0 28 2 0 0 20 0 15 0 95636070 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705603981728 139705238696359 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10555476 memory=4211973475386240394 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705206103184 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10555476 memory=139749181452213 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705205050384 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10555476 memory=139749042012882 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95636071 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705203997584 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10555476 memory=139749042015695 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636071 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705202944784 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10555476 memory=139749181456221 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636073 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705159526768 139705599756930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13088] ppid=13077 vsize=10555476 memory=139749042024879 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95636073 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705158472736 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13089] ppid=13077 vsize=10555476 memory=279498084040592 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95636073 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705157419888 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13090] ppid=13077 vsize=10555476 memory=279498084038288 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95636076 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705156368208 139705599764379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13091] ppid=13077 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/13080/task/13091/stat : 13091 (java) R 13077 13080 6338 0 -1 4202560 743 0 0 0 4 0 0 0 20 0 15 0 95636076 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705155316592 139705578921984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13092] ppid=13077 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/13080/task/13092/stat : 13092 (java) R 13077 13080 6338 0 -1 4202560 342 0 0 0 3 0 0 0 20 0 15 0 95636076 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705154263792 139705583244770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13093] ppid=13077 vsize=10555476 memory=139749181449856 CPUtime=0.12 cores=1,3,5,7
/proc/13080/task/13093/stat : 13093 (java) R 13077 13080 6338 0 -1 1077944384 753 0 0 0 12 0 0 0 20 0 15 0 95636076 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705085586032 139705599756930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13094] ppid=13077 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95636076 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705084533472 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13095] ppid=13077 vsize=10555476 memory=139749181449856 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636076 10808807424 11737 33554432000 4194304 4196468 140724515044416 139705083480752 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46948 KiB

[startup+0.700724 s]
/proc/loadavg: 6.20 5.83 4.15 8/216 13095
/proc/meminfo: memFree=20742384/32770624 swapFree=67108860/67108860
[pid=13080] ppid=13077 vsize=10555476 memory=237272 CPUtime=1.61 cores=1,3,5,7
/proc/13080/stat : 13080 (java) S 13077 13080 6338 0 -1 1077944320 10738 0 0 0 148 13 0 0 20 0 15 0 95636070 10808807424 59318 33554432000 4194304 4196468 140724515044416 140724515026960 139705599745783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
/proc/13080/statm: 2638869 59318 3096 1 0 2627263 0
[pid=13080/tid=13082] ppid=13077 vsize=10555476 memory=1952 CPUtime=0.59 cores=1,3,5,7
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 6338 0 -1 4202560 5846 0 0 0 55 4 0 0 20 0 15 0 95636070 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705603979328 139705238718136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10555476 memory=5796 CPUtime=0.06 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 6338 0 -1 1077944384 35 0 0 0 5 1 0 0 20 0 15 0 95636071 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705206103184 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10555476 memory=4616 CPUtime=0.06 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 6338 0 -1 1077944384 35 0 0 0 5 1 0 0 20 0 15 0 95636071 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705205050384 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10555476 memory=7523356985603351872 CPUtime=0.06 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 6338 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 15 0 95636071 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705203997584 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10555476 memory=7881696724453321575 CPUtime=0.06 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 6338 0 -1 1077944384 44 0 0 0 5 1 0 0 20 0 15 0 95636071 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705202944784 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10555476 memory=6935663622157783120 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95636073 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705159526768 139705599756930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13088] ppid=13077 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95636073 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705158472736 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13089] ppid=13077 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95636073 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705157419888 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13090] ppid=13077 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95636076 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705156368208 139705599764379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13091] ppid=13077 vsize=10555476 memory=70 CPUtime=0.25 cores=1,3,5,7
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 6338 0 -1 1077944384 1308 0 0 0 25 0 0 0 20 0 15 0 95636076 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705155316592 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13092] ppid=13077 vsize=10555476 memory=3 CPUtime=0.27 cores=1,3,5,7
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 6338 0 -1 1077944384 1152 0 0 0 27 0 0 0 20 0 15 0 95636076 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705154263792 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13093] ppid=13077 vsize=10555476 memory=5962 CPUtime=0.16 cores=1,3,5,7
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 6338 0 -1 1077944384 833 0 0 0 16 0 0 0 20 0 15 0 95636076 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705085586032 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13094] ppid=13077 vsize=10555476 memory=279498084224496 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95636076 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705084533472 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13095] ppid=13077 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95636076 10808807424 59318 33554432000 4194304 4196468 140724515044416 139705083480752 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 237272 KiB

[startup+1.5047 s]
/proc/loadavg: 6.18 5.83 4.16 6/216 13095
/proc/meminfo: memFree=20522516/32770624 swapFree=67108860/67108860
[pid=13080] ppid=13077 vsize=10555476 memory=633280 CPUtime=3.58 cores=1,3,5,7
/proc/13080/stat : 13080 (java) S 13077 13080 6338 0 -1 1077944320 12168 0 0 0 310 48 0 0 20 0 15 0 95636070 10808807424 158320 33554432000 4194304 4196468 140724515044416 140724515026960 139705599745783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
/proc/13080/statm: 2638869 158320 3117 1 0 2627263 0
[pid=13080/tid=13082] ppid=13077 vsize=10555476 memory=0 CPUtime=1.05 cores=1,3,5,7
/proc/13080/task/13082/stat : 13082 (java) S 13077 13080 6338 0 -1 1077944384 5913 0 0 0 99 6 0 0 20 0 15 0 95636070 10808807424 158320 33554432000 4194304 4196468 140724515044416 139705603979344 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10555476 memory=-6508924699769201765 CPUtime=0.42 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) R 13077 13080 6338 0 -1 4202560 293 0 0 0 32 10 0 0 20 0 15 0 95636071 10808807424 158320 33554432000 4194304 4196468 140724515044416 139705206103184 139705584443535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10555476 memory=-6007660418857049897 CPUtime=0.41 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) R 13077 13080 6338 0 -1 4202560 410 0 0 0 32 9 0 0 20 0 15 0 95636071 10808807424 158320 33554432000 4194304 4196468 140724515044416 139705205050584 139705584443535 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10555476 memory=-1161699032755887712 CPUtime=0.42 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) R 13077 13080 6338 0 -1 4202560 330 0 0 0 32 10 0 0 20 0 15 0 95636071 10808807424 158320 33554432000 4194304 4196468 140724515044416 139705203997584 139705584731080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10555476 memory=-6305713901671245184 CPUtime=0.41 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) R 13077 13080 6338 0 -1 4202560 333 0 0 0 32 9 0 0 20 0 15 0 95636071 10808807424 158320 33554432000 4194304 4196468 140724515044416 139705202944784 139705581342873 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10555476 memory=-6305717182941848704 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 95636073 10808807424 158320 33554432000 4194304 4196468 140724515044416 139705159525088 139705599755989 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0

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

/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 6338 0 -1 4202560 94044 0 0 0 135317 22 0 0 20 0 16 0 95636070 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705603982792 139705240122892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10622040 memory=1236 CPUtime=20.52 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 6338 0 -1 1077944384 11855 0 0 0 1943 109 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705206103184 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10622040 memory=6791534058613427641 CPUtime=20.33 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 6338 0 -1 1077944384 9617 0 0 0 1926 107 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705205050384 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10622040 memory=1728 CPUtime=20.45 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 6338 0 -1 1077944384 10913 0 0 0 1930 115 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705203997584 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10622040 memory=12064 CPUtime=20.27 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 6338 0 -1 1077944384 8384 0 0 0 1920 107 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705202944784 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10622040 memory=1004 CPUtime=5.36 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 16213 0 0 0 533 3 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705159526768 139705599756930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13088] ppid=13077 vsize=10622040 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705158472800 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13089] ppid=13077 vsize=10622040 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705157419904 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13090] ppid=13077 vsize=10622040 memory=28164 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705156368208 139705599764379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13091] ppid=13077 vsize=10622040 memory=2428 CPUtime=1.29 cores=1,3,5,7
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 6338 0 -1 1077944384 6547 0 0 0 128 1 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705155316592 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13092] ppid=13077 vsize=10622040 memory=1292 CPUtime=1.61 cores=1,3,5,7
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 6338 0 -1 1077944384 5462 0 0 0 160 1 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705154263792 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13093] ppid=13077 vsize=10622040 memory=1728 CPUtime=0.33 cores=1,3,5,7
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 6338 0 -1 1077944384 4633 0 0 0 33 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705085586032 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13094] ppid=13077 vsize=10622040 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705084533472 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13095] ppid=13077 vsize=10622040 memory=792 CPUtime=0.82 cores=1,3,5,7
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 6338 0 -1 1077944384 1714 0 0 0 35 47 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705083480752 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13096] ppid=13077 vsize=10622040 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95637963 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705082426288 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
Current children cumulated CPU time: 1444.46 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5179284 KiB

[startup+1382.4 s]
/proc/loadavg: 4.81 4.53 4.32 7/216 13387
/proc/meminfo: memFree=15657748/32770624 swapFree=67108860/67108860
[pid=13080] ppid=13077 vsize=10622040 memory=5179284 CPUtime=1447.67 cores=1,3,5,7
/proc/13080/stat : 13080 (java) S 13077 13080 6338 0 -1 1077944320 170891 0 0 0 144260 507 0 0 20 0 16 0 95636070 10876968960 1294821 33554432000 4194304 4196468 140724515044416 140724515026960 139705599745783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
/proc/13080/statm: 2655510 1294821 3155 1 0 2643904 0
[pid=13080/tid=13082] ppid=13077 vsize=10622040 memory=5179284 CPUtime=1356.59 cores=1,3,5,7
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 6338 0 -1 4202560 94146 0 0 0 135637 22 0 0 20 0 16 0 95636070 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705603982792 139705240191091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10622040 memory=4616 CPUtime=20.52 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 6338 0 -1 1077944384 11855 0 0 0 1943 109 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705206103184 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10622040 memory=5179284 CPUtime=20.33 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 6338 0 -1 1077944384 9617 0 0 0 1926 107 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705205050384 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10622040 memory=28164 CPUtime=20.45 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 6338 0 -1 1077944384 10913 0 0 0 1930 115 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705203997584 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10622040 memory=4096 CPUtime=20.27 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 6338 0 -1 1077944384 8384 0 0 0 1920 107 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705202944784 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10622040 memory=28164 CPUtime=5.36 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 16213 0 0 0 533 3 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705159526768 139705599756930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13088] ppid=13077 vsize=10622040 memory=28164 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705158472800 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13089] ppid=13077 vsize=10622040 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705157419904 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13090] ppid=13077 vsize=10622040 memory=12064 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705156368208 139705599764379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13091] ppid=13077 vsize=10622040 memory=1004 CPUtime=1.29 cores=1,3,5,7
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 6338 0 -1 1077944384 6547 0 0 0 128 1 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705155316592 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13092] ppid=13077 vsize=10622040 memory=1228 CPUtime=1.61 cores=1,3,5,7
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 6338 0 -1 1077944384 5462 0 0 0 160 1 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705154263792 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13093] ppid=13077 vsize=10622040 memory=1292 CPUtime=0.33 cores=1,3,5,7
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 6338 0 -1 1077944384 4633 0 0 0 33 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705085586032 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13094] ppid=13077 vsize=10622040 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705084533472 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13095] ppid=13077 vsize=10622040 memory=12064 CPUtime=0.82 cores=1,3,5,7
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 6338 0 -1 1077944384 1714 0 0 0 35 47 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705083480752 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13096] ppid=13077 vsize=10622040 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95637963 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705082426288 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
Current children cumulated CPU time: 1447.67 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5179284 KiB

[startup+1384 s]*
/proc/loadavg: 4.81 4.53 4.32 7/216 13387
/proc/meminfo: memFree=15657748/32770624 swapFree=67108860/67108860
[pid=13080] ppid=13077 vsize=10622040 memory=5179284 CPUtime=1449.28 cores=1,3,5,7
/proc/13080/stat : 13080 (java) S 13077 13080 6338 0 -1 1077944320 171055 0 0 0 144421 507 0 0 20 0 16 0 95636070 10876968960 1294821 33554432000 4194304 4196468 140724515044416 140724515026960 139705599745783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
/proc/13080/statm: 2655510 1294821 3155 1 0 2643904 0
[pid=13080/tid=13082] ppid=13077 vsize=10622040 memory=5179284 CPUtime=1358.2 cores=1,3,5,7
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 6338 0 -1 4202560 94310 0 0 0 135798 22 0 0 20 0 16 0 95636070 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705603982792 139705240191091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10622040 memory=-7003737579269690708 CPUtime=20.52 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 6338 0 -1 1077944384 11855 0 0 0 1943 109 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705206103184 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10622040 memory=279498083795184 CPUtime=20.33 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 6338 0 -1 1077944384 9617 0 0 0 1926 107 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705205050384 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10622040 memory=279498083795184 CPUtime=20.45 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 6338 0 -1 1077944384 10913 0 0 0 1930 115 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705203997584 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10622040 memory=279498083795184 CPUtime=20.27 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 6338 0 -1 1077944384 8384 0 0 0 1920 107 0 0 20 0 16 0 95636071 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705202944784 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10622040 memory=6655300316396806240 CPUtime=5.36 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 16213 0 0 0 533 3 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705159526768 139705599756930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13088] ppid=13077 vsize=10622040 memory=279498083795184 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705158472800 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13089] ppid=13077 vsize=10622040 memory=279498083795184 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95636073 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705157419904 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13090] ppid=13077 vsize=10622040 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705156368208 139705599764379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13091] ppid=13077 vsize=10622040 memory=5179284 CPUtime=1.29 cores=1,3,5,7
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 6338 0 -1 1077944384 6547 0 0 0 128 1 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705155316592 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13092] ppid=13077 vsize=10622040 memory=5179284 CPUtime=1.61 cores=1,3,5,7
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 6338 0 -1 1077944384 5462 0 0 0 160 1 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705154263792 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13093] ppid=13077 vsize=10622040 memory=1728 CPUtime=0.33 cores=1,3,5,7
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 6338 0 -1 1077944384 4633 0 0 0 33 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705085586032 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13094] ppid=13077 vsize=10622040 memory=12064 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705084533472 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13095] ppid=13077 vsize=10622040 memory=1004 CPUtime=0.82 cores=1,3,5,7
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 6338 0 -1 1077944384 1714 0 0 0 35 47 0 0 20 0 16 0 95636076 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705083480752 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13096] ppid=13077 vsize=10622040 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95637963 10876968960 1294821 33554432000 4194304 4196468 140724515044416 139705082426288 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
Current children cumulated CPU time: 1449.28 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5179284 KiB

[startup+1384.4 s]
/proc/loadavg: 4.81 4.53 4.32 7/216 13387
/proc/meminfo: memFree=15657748/32770624 swapFree=67108860/67108860
[pid=13080] ppid=13077 vsize=10622040 memory=5179296 CPUtime=1449.68 cores=1,3,5,7
/proc/13080/stat : 13080 (java) S 13077 13080 6338 0 -1 1077944320 172199 0 0 0 144461 507 0 0 20 0 16 0 95636070 10876968960 1294824 33554432000 4194304 4196468 140724515044416 140724515026960 139705599745783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
/proc/13080/statm: 2655510 1294824 3155 1 0 2643904 0
[pid=13080/tid=13082] ppid=13077 vsize=10622040 memory=5179284 CPUtime=1358.59 cores=1,3,5,7
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 6338 0 -1 4202560 95034 0 0 0 135837 22 0 0 20 0 16 0 95636070 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705603982792 139705240981080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13083] ppid=13077 vsize=10622040 memory=5179284 CPUtime=20.52 cores=1,3,5,7
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 6338 0 -1 1077944384 11855 0 0 0 1943 109 0 0 20 0 16 0 95636071 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705206103184 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13084] ppid=13077 vsize=10622040 memory=1204 CPUtime=20.33 cores=1,3,5,7
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 6338 0 -1 1077944384 9617 0 0 0 1926 107 0 0 20 0 16 0 95636071 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705205050384 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13085] ppid=13077 vsize=10622040 memory=6791534058613427641 CPUtime=20.45 cores=1,3,5,7
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 6338 0 -1 1077944384 10913 0 0 0 1930 115 0 0 20 0 16 0 95636071 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705203997584 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13086] ppid=13077 vsize=10622040 memory=1440 CPUtime=20.27 cores=1,3,5,7
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 6338 0 -1 1077944384 8384 0 0 0 1920 107 0 0 20 0 16 0 95636071 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705202944784 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13087] ppid=13077 vsize=10622040 memory=4096 CPUtime=5.36 cores=1,3,5,7
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 6338 0 -1 1077944384 16213 0 0 0 533 3 0 0 20 0 16 0 95636073 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705159526768 139705599756930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13088] ppid=13077 vsize=10622040 memory=28164 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95636073 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705158472800 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13089] ppid=13077 vsize=10622040 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95636073 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705157419904 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13090] ppid=13077 vsize=10622040 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95636076 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705156368208 139705599764379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13091] ppid=13077 vsize=10622040 memory=1792 CPUtime=1.29 cores=1,3,5,7
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 6338 0 -1 1077944384 6637 0 0 0 128 1 0 0 20 0 16 0 95636076 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705155316592 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13092] ppid=13077 vsize=10622040 memory=636 CPUtime=1.61 cores=1,3,5,7
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 6338 0 -1 1077944384 5537 0 0 0 160 1 0 0 20 0 16 0 95636076 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705154263792 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13093] ppid=13077 vsize=10622040 memory=1236 CPUtime=0.33 cores=1,3,5,7
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 6338 0 -1 1077944384 4888 0 0 0 33 0 0 0 20 0 16 0 95636076 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705085586032 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13094] ppid=13077 vsize=10622040 memory=960 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95636076 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705084533472 139705599755989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13095] ppid=13077 vsize=10622040 memory=6508 CPUtime=0.82 cores=1,3,5,7
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 6338 0 -1 1077944384 1714 0 0 0 35 47 0 0 20 0 16 0 95636076 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705083480752 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
[pid=13080/tid=13096] ppid=13077 vsize=10622040 memory=840 CPUtime=0 cores=1,3,5,7
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95637963 10876968960 1294824 33554432000 4194304 4196468 140724515044416 139705082426288 139705599756930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10010624 140724515046534 140724515046687 140724515046687 140724515049423 0
Current children cumulated CPU time: 1449.68 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5179296 KiB

[startup+1384.8 s]*
/proc/loadavg: 4.81 4.53 4.32 6/202 13389
/proc/meminfo: memFree=16576624/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1384.82
CPU time (s): 1449.91
CPU user time (s): 1444.81
CPU system time (s): 5.09595
CPU usage (%): 104.7
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 5179456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1444.81
system time used= 5.09595
maximum resident set size= 5179708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173116
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32871
involuntary context switches= 1848


# summary of solver processes directly reported to runsolver:
#   pid: 13080
#   total CPU time (s): 1449.91
#   total CPU user time (s): 1444.81
#   total CPU system time (s): 5.09595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.3747 second user time and 13.8787 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 13:44:52
IDJOB=4262912
IDBENCH=126225
IDSOLVER=2651
FILE ID=node148/4262912-1502625550
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61616 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-09-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262912-1502625550/watcher-4262912-1502625550 -o /tmp/evaluation-result-4262912-1502625550/solver-4262912-1502625550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262912-1502625550.xml

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

MD5SUM BENCH= 99cce06e47b950d06ba02df1b2dd4384
RANDOM SEED=423232283

node148.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.19
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.19
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.19
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.19
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:        20842892 kB
MemAvailable:   23921792 kB
Buffers:          194036 kB
Cached:          3174180 kB
SwapCached:            0 kB
Active:          8795816 kB
Inactive:        2683016 kB
Active(anon):    8061552 kB
Inactive(anon):    76916 kB
Active(file):     734264 kB
Inactive(file):  2606100 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       8054840 kB
Mapped:            55340 kB
Shmem:             25224 kB
Slab:             135472 kB
SReclaimable:     108744 kB
SUnreclaim:        26728 kB
KernelStack:        3680 kB
PageTables:        20740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7927808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 14:07:57