Trace number 4262909

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-05OPT17 24.409201 11.9192

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-06-a3.xml
MD5SUMb0c97e0505a0bc7a16ba291a1ac79ec8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.038298
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints18
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":15},{"size":501,"count":6}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":21},{"degree":2,"count":15},{"degree":6,"count":4},{"degree":7,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":15},{"arity":6,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"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

17.02/7.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
17.02/7.08	c This is free software under the dual EPL/GNU LGPL licenses.
17.02/7.08	c See www.sat4j.org for details.
17.02/7.08	c That software uses the Rhino library from the Mozilla project.
17.02/7.08	c version CUSTOM.v20170705
17.02/7.08	c java.runtime.name	Java(TM) SE Runtime Environment
17.02/7.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
17.02/7.08	c java.vm.version	25.131-b11
17.02/7.08	c java.vm.vendor	Oracle Corporation
17.02/7.08	c sun.arch.data.model	64
17.02/7.08	c java.version		1.8.0_131
17.02/7.08	c os.name		Linux
17.02/7.08	c os.version		3.10.0-514.16.1.el7.x86_64
17.02/7.08	c os.arch		amd64
17.02/7.08	c Free memory 		499604488
17.02/7.08	c Max memory 		7247757312
17.02/7.08	c Total memory 		504889344
17.02/7.08	c Number of processors 	4
17.02/7.08	c c --- Begin Solver configuration ---
17.02/7.08	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
17.02/7.08	c Learn all clauses as in MiniSAT
17.02/7.08	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
17.02/7.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
17.02/7.08	c No reason simplification
17.02/7.08	c Glucose 2.1 dynamic restart strategy
17.02/7.08	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
17.02/7.08	c timeout=2147483s
17.02/7.08	c DB Simplification allowed=false
17.02/7.08	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
17.02/7.08	c --- End Solver configuration ---
17.02/7.08	c constraints type 
17.02/7.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
17.02/7.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 53001
17.02/7.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12527505
17.02/7.08	c org.sat4j.minisat.constraints.cnf.UnitClause => 42
17.02/7.08	c 12580590 constraints processed.
18.36/7.50	o 34
21.38/9.12	o 25
21.49/9.21	o 24
21.67/9.34	o 22
21.84/9.42	o 21
22.05/9.52	o 18
22.88/10.38	o 17
24.38/11.89	c starts		: 29
24.38/11.89	c conflicts		: 4666
24.38/11.89	c decisions		: 735208
24.38/11.89	c propagations		: 9852230
24.38/11.89	c inspects		: 29713603
24.38/11.89	c shortcuts		: 0
24.38/11.89	c learnt literals	: 71
24.38/11.89	c learnt binary clauses	: 30
24.38/11.89	c learnt ternary clauses	: 56
24.38/11.89	c learnt constraints	: 4594
24.38/11.89	c ignored constraints	: 0
24.38/11.89	c root simplifications	: 0
24.38/11.89	c removed literals (reason simplification)	: 0
24.38/11.89	c reason swapping (by a shorter reason)	: 0
24.38/11.89	c Calls to reduceDB	: 0
24.38/11.89	c Number of update (reduction) of LBD	: 2205
24.38/11.89	c Imported unit clauses	: 0
24.38/11.89	c number of reductions to clauses (during analyze)	: 0
24.38/11.89	c number of learned constraints concerned by reduction	: 0
24.38/11.89	c number of learning phase by resolution	: 0
24.38/11.89	c number of learning phase by cutting planes	: 0
24.38/11.89	c number of rounding to 1 operations	: 0
24.38/11.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
24.38/11.89	c number of reductions of the coefficients by power 2 	: 0
24.38/11.89	c number of right shift for reduction by power 2 	: 0
24.38/11.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
24.38/11.89	c speed (assignments/second)	: 2051693.044564765
24.38/11.89	c non guided choices	78036
24.38/11.89	c learnt constraints type 
24.38/11.89	s OPTIMUM FOUND
24.38/11.89	v <instantiation type="optimum" cost="17">
24.38/11.89	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] </list>
24.38/11.89	v 	<values> 0 1 4 10 15 17 1 1 4 10 15 17 1 1 3 9 14 16 1 1 1 6 11 13 1 1 1 1 5 7 1 1 1 1 1 2 1 1 1 1 1 1 </values>
24.38/11.89	v </instantiation>
24.38/11.89	

Verifier Data

OK	17

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

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

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

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


[startup+0.104123 s]*
/proc/loadavg: 6.64 5.77 3.95 7/216 12939
/proc/meminfo: memFree=20518296/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10555400 memory=31304 CPUtime=0.13 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 6389 0 0 0 12 1 0 0 20 0 15 0 95626500 10808729600 7826 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2638850 7826 2828 1 0 2627263 0
[pid=12924/tid=12926] ppid=12921 vsize=10555400 memory=-7254947784588945530 CPUtime=0.09 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) R 12921 12924 6338 0 -1 4202560 4235 0 0 0 8 1 0 0 20 0 15 0 95626501 10808729600 7826 33554432000 4194304 4196468 140721547142896 139739260478672 139739240322398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10555400 memory=5793855863362890169 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808729600 7826 33554432000 4194304 4196468 140721547142896 139739182316176 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10555400 memory=140612352996992 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808729600 7826 33554432000 4194304 4196468 140721547142896 139739181263376 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808729600 7826 33554432000 4194304 4196468 140721547142896 139739180210576 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) S 12921 12924 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626502 10808729600 7826 33554432000 4194304 4196468 140721547142896 139739179157776 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626503 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738748119920 139739256253058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12932] ppid=12921 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12932/stat : 12932 (java) S 12921 12924 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95626503 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738747065888 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12933] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12933/stat : 12933 (java) S 12921 12924 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95626504 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738746013040 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12934] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12934/stat : 12934 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738744961360 139739256260507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12935] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12935/stat : 12935 (java) R 12921 12924 6338 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738743908720 139739256253058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12936] ppid=12921 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12936/stat : 12936 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738742855920 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12937] ppid=12921 vsize=10555400 memory=140612352996992 CPUtime=0.02 cores=0,2,4,6
/proc/12924/task/12937/stat : 12937 (java) R 12921 12924 6338 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 15 0 95626506 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738741803120 139739256263258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12938] ppid=12921 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12938/stat : 12938 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738740750560 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12939] ppid=12921 vsize=10555400 memory=140612352996992 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12939/stat : 12939 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 7826 33554432000 4194304 4196468 140721547142896 139738739698864 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31304 KiB

[startup+0.210651 s]*
/proc/loadavg: 6.64 5.77 3.95 6/216 12939
/proc/meminfo: memFree=20512248/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10555400 memory=38040 CPUtime=0.29 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 7241 0 0 0 26 3 0 0 20 0 15 0 95626500 10808729600 9510 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2638850 9510 2906 1 0 2627263 0
[pid=12924/tid=12926] ppid=12921 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) R 12921 12924 6338 0 -1 4202560 4856 0 0 0 18 2 0 0 20 0 15 0 95626501 10808729600 9510 33554432000 4194304 4196468 140721547142896 139739260465712 139738858277905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10555400 memory=4211974338557787530 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808729600 9510 33554432000 4194304 4196468 140721547142896 139739182316176 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10555400 memory=140612352996992 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808729600 9510 33554432000 4194304 4196468 140721547142896 139739181263376 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808729600 9510 33554432000 4194304 4196468 140721547142896 139739180210576 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) S 12921 12924 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626502 10808729600 9510 33554432000 4194304 4196468 140721547142896 139739179157776 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10555400 memory=140612352996992 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626503 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738748119920 139739256253058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12932] ppid=12921 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12932/stat : 12932 (java) S 12921 12924 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95626503 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738747065888 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12933] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12933/stat : 12933 (java) S 12921 12924 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95626504 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738746013040 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12934] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12934/stat : 12934 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738744961360 139739256260507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12935] ppid=12921 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12935/stat : 12935 (java) S 12921 12924 6338 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738743908720 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12936] ppid=12921 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12924/task/12936/stat : 12936 (java) S 12921 12924 6338 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 15 0 95626506 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738742855920 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12937] ppid=12921 vsize=10555400 memory=140612352996992 CPUtime=0.05 cores=0,2,4,6
/proc/12924/task/12937/stat : 12937 (java) S 12921 12924 6338 0 -1 1077944384 421 0 0 0 5 0 0 0 20 0 15 0 95626506 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738741803120 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12938] ppid=12921 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12938/stat : 12938 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738740750560 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12939] ppid=12921 vsize=10555400 memory=140612352996992 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12939/stat : 12939 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626506 10808729600 9510 33554432000 4194304 4196468 140721547142896 139738739698864 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38040 KiB

[startup+0.312571 s]*
/proc/loadavg: 6.64 5.77 3.95 8/216 12939
/proc/meminfo: memFree=20503936/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10555476 memory=47012 CPUtime=0.52 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 8448 0 0 0 48 4 0 0 20 0 15 0 95626500 10808807424 11753 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2638869 11753 3037 1 0 2627263 0
[pid=12924/tid=12926] ppid=12921 vsize=10555476 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) R 12921 12924 6338 0 -1 4202560 5253 0 0 0 27 2 0 0 20 0 15 0 95626501 10808807424 12265 33554432000 4194304 4196468 140721547142896 139739260469648 139739237890990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10555476 memory=4211974338557787530 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808807424 12265 33554432000 4194304 4196468 140721547142896 139739182316176 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10555476 memory=140612352999349 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808807424 12265 33554432000 4194304 4196468 140721547142896 139739181263376 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10555476 memory=140612196221650 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626502 10808807424 12265 33554432000 4194304 4196468 140721547142896 139739180210576 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10555476 memory=140612196224463 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) S 12921 12924 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626502 10808807424 12265 33554432000 4194304 4196468 140721547142896 139739179157776 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10555476 memory=140612353003357 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626503 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738748119920 139739256253058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12932] ppid=12921 vsize=10555476 memory=140612196233647 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12932/stat : 12932 (java) S 12921 12924 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95626503 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738747065888 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12933] ppid=12921 vsize=10555476 memory=281224392458128 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12933/stat : 12933 (java) S 12921 12924 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95626504 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738746013040 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12934] ppid=12921 vsize=10555476 memory=281224392455824 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12934/stat : 12934 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738744961360 139739256260507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12935] ppid=12921 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/12924/task/12935/stat : 12935 (java) R 12921 12924 6338 0 -1 4202560 798 0 0 0 4 0 0 0 20 0 15 0 95626506 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738743908720 139739236802672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12936] ppid=12921 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12924/task/12936/stat : 12936 (java) R 12921 12924 6338 0 -1 4202560 294 0 0 0 4 0 0 0 20 0 15 0 95626506 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738742855920 139739240148997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12937] ppid=12921 vsize=10555476 memory=140612352996992 CPUtime=0.11 cores=0,2,4,6
/proc/12924/task/12937/stat : 12937 (java) R 12921 12924 6338 0 -1 1077944384 739 0 0 0 11 0 0 0 20 0 15 0 95626506 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738741803120 139739256253058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12938] ppid=12921 vsize=10555476 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12938/stat : 12938 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738740750560 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12939] ppid=12921 vsize=10555476 memory=140612352996992 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12939/stat : 12939 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626506 10808807424 12265 33554432000 4194304 4196468 140721547142896 139738739698864 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47012 KiB

[startup+0.700796 s]
/proc/loadavg: 6.64 5.77 3.95 8/216 12939
/proc/meminfo: memFree=20441796/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10555476 memory=226276 CPUtime=1.69 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 10459 0 0 0 156 13 0 0 20 0 15 0 95626500 10808807424 56569 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2638869 56569 3076 1 0 2627263 0
[pid=12924/tid=12926] ppid=12921 vsize=10555476 memory=1952 CPUtime=0.62 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) S 12921 12924 6338 0 -1 1077944384 5352 0 0 0 58 4 0 0 20 0 15 0 95626501 10808807424 56569 33554432000 4194304 4196468 140721547142896 139739260473328 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10555476 memory=5796 CPUtime=0.04 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) R 12921 12924 6338 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 15 0 95626502 10808807424 56569 33554432000 4194304 4196468 140721547142896 139739182314152 139739241269785 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10555476 memory=4616 CPUtime=0.04 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) R 12921 12924 6338 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 15 0 95626502 10808807424 56569 33554432000 4194304 4196468 140721547142896 139739181263576 139739241264032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10555476 memory=7523356985603351872 CPUtime=0.04 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) R 12921 12924 6338 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 15 0 95626502 10808807424 56569 33554432000 4194304 4196468 140721547142896 139739180210464 139739241269034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10555476 memory=7881696724453321575 CPUtime=0.04 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) R 12921 12924 6338 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 15 0 95626502 10808807424 56569 33554432000 4194304 4196468 140721547142896 139739179155472 139739241269330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10555476 memory=7368009186385350736 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 95626503 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738748118432 139739256252117 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12932] ppid=12921 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12932/stat : 12932 (java) S 12921 12924 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95626503 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738747065888 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12933] ppid=12921 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12933/stat : 12933 (java) S 12921 12924 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95626504 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738746013040 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12934] ppid=12921 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12934/stat : 12934 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738744961360 139739256260507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12935] ppid=12921 vsize=10555476 memory=70 CPUtime=0.34 cores=0,2,4,6
/proc/12924/task/12935/stat : 12935 (java) S 12921 12924 6338 0 -1 1077944384 1696 0 0 0 34 0 0 0 20 0 15 0 95626506 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738743893712 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12936] ppid=12921 vsize=10555476 memory=3 CPUtime=0.34 cores=0,2,4,6
/proc/12924/task/12936/stat : 12936 (java) S 12921 12924 6338 0 -1 1077944384 1011 0 0 0 34 0 0 0 20 0 15 0 95626506 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738742847200 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12937] ppid=12921 vsize=10555476 memory=5961 CPUtime=0.14 cores=0,2,4,6
/proc/12924/task/12937/stat : 12937 (java) S 12921 12924 6338 0 -1 1077944384 906 0 0 0 14 0 0 0 20 0 15 0 95626506 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738741803120 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12938] ppid=12921 vsize=10555476 memory=281224392642032 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12938/stat : 12938 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626506 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738740750560 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12939] ppid=12921 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12939/stat : 12939 (java) S 12921 12924 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626506 10808807424 56569 33554432000 4194304 4196468 140721547142896 139738739698864 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 226276 KiB

[startup+1.50083 s]
/proc/loadavg: 6.64 5.77 3.95 9/216 12939
/proc/meminfo: memFree=20210024/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10555476 memory=578168 CPUtime=3.44 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 11388 0 0 0 300 44 0 0 20 0 15 0 95626500 10808807424 144542 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2638869 144542 3104 1 0 2627263 0
[pid=12924/tid=12926] ppid=12921 vsize=10555476 memory=0 CPUtime=1.13 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) S 12921 12924 6338 0 -1 1077944384 5419 0 0 0 107 6 0 0 20 0 15 0 95626501 10808807424 144542 33554432000 4194304 4196468 140721547142896 139739260475584 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10555476 memory=-6508924699769201766 CPUtime=0.34 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) R 12921 12924 6338 0 -1 4202560 222 0 0 0 25 9 0 0 20 0 15 0 95626502 10808807424 144542 33554432000 4194304 4196468 140721547142896 139739182316176 139739241269324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10555476 memory=-6007660418857049897 CPUtime=0.34 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) R 12921 12924 6338 0 -1 4202560 211 0 0 0 25 9 0 0 20 0 15 0 95626502 10808807424 144542 33554432000 4194304 4196468 140721547142896 139739181263576 139739241269330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10555476 memory=-1161699032755887712 CPUtime=0.31 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) R 12921 12924 6338 0 -1 4202560 194 0 0 0 23 8 0 0 20 0 15 0 95626502 10808807424 144542 33554432000 4194304 4196468 140721547142896 139739180210464 139739241264032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10555476 memory=-6305713901671245184 CPUtime=0.33 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) R 12921 12924 6338 0 -1 4202560 256 0 0 0 24 9 0 0 20 0 15 0 95626502 10808807424 144542 33554432000 4194304 4196468 140721547142896 139739179157776 139739235438656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10555476 memory=-6305717182941848704 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95626503 10808807424 144542 33554432000 4194304 4196468 140721547142896 139738748118432 139739256252117 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0

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

[pid=12924/tid=12940] ppid=12921 vsize=10622040 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12940/stat : 12940 (java) S 12921 12924 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95627210 10876968960 416281 33554432000 4194304 4196468 140721547142896 139738738644400 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 22.18 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1665124 KiB

[startup+11.2108 s]
/proc/loadavg: 5.93 5.65 3.93 6/217 12940
/proc/meminfo: memFree=18883536/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10622040 memory=1665200 CPUtime=23.84 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 28811 0 0 0 2238 146 0 0 20 0 16 0 95626500 10876968960 416300 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2655510 416300 3140 1 0 2643904 0
[pid=12924/tid=12926] ppid=12921 vsize=10622040 memory=1349304 CPUtime=6.67 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) R 12921 12924 6338 0 -1 4202560 6897 0 0 0 658 9 0 0 20 0 16 0 95626501 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739260477872 139738861623778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10622040 memory=12064 CPUtime=3.33 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) S 12921 12924 6338 0 -1 1077944384 2196 0 0 0 300 33 0 0 20 0 16 0 95626502 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739182316176 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10622040 memory=1004 CPUtime=3.32 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) S 12921 12924 6338 0 -1 1077944384 2903 0 0 0 298 34 0 0 20 0 16 0 95626502 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739181263376 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10622040 memory=1228 CPUtime=3.25 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) S 12921 12924 6338 0 -1 1077944384 2433 0 0 0 293 32 0 0 20 0 16 0 95626502 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739180210576 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10622040 memory=1952 CPUtime=3.32 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) S 12921 12924 6338 0 -1 1077944384 1970 0 0 0 299 33 0 0 20 0 16 0 95626502 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739179157776 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10622040 memory=1665200 CPUtime=1.16 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 4150 0 0 0 116 0 0 0 20 0 16 0 95626503 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738748119920 139739256253058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12932] ppid=12921 vsize=10622040 memory=293 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12932/stat : 12932 (java) S 12921 12924 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95626503 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738747065952 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12933] ppid=12921 vsize=10622040 memory=116 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12933/stat : 12933 (java) S 12921 12924 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95626504 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738746013040 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12934] ppid=12921 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12934/stat : 12934 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738744961360 139739256260507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12935] ppid=12921 vsize=10622040 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/12924/task/12935/stat : 12935 (java) R 12921 12924 6338 0 -1 4202560 3151 0 0 0 119 1 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738743909016 139739239742025 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12936] ppid=12921 vsize=10622040 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/12924/task/12936/stat : 12936 (java) S 12921 12924 6338 0 -1 1077944384 2135 0 0 0 125 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738742855920 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12937] ppid=12921 vsize=10622040 memory=102 CPUtime=0.26 cores=0,2,4,6
/proc/12924/task/12937/stat : 12937 (java) S 12921 12924 6338 0 -1 1077944384 1298 0 0 0 26 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738741803120 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12938] ppid=12921 vsize=10622040 memory=97 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12938/stat : 12938 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738740750560 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12939] ppid=12921 vsize=10622040 memory=23 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12939/stat : 12939 (java) S 12921 12924 6338 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738739698864 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12940] ppid=12921 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12940/stat : 12940 (java) S 12921 12924 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95627210 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738738644400 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 23.84 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1665200 KiB

[startup+11.6007 s]
/proc/loadavg: 5.93 5.65 3.93 6/217 12940
/proc/meminfo: memFree=18883536/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10622040 memory=1665200 CPUtime=24.29 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 28843 0 0 0 2283 146 0 0 20 0 16 0 95626500 10876968960 416300 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2655510 416300 3140 1 0 2643904 0
[pid=12924/tid=12926] ppid=12921 vsize=10622040 memory=6508 CPUtime=7.06 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) R 12921 12924 6338 0 -1 4202560 6897 0 0 0 697 9 0 0 20 0 16 0 95626501 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739260477872 139738862224284 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10622040 memory=840 CPUtime=3.33 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) S 12921 12924 6338 0 -1 1077944384 2196 0 0 0 300 33 0 0 20 0 16 0 95626502 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739182316176 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10622040 memory=1692 CPUtime=3.32 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) S 12921 12924 6338 0 -1 1077944384 2903 0 0 0 298 34 0 0 20 0 16 0 95626502 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739181263376 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10622040 memory=916 CPUtime=3.25 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) S 12921 12924 6338 0 -1 1077944384 2433 0 0 0 293 32 0 0 20 0 16 0 95626502 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739180210576 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10622040 memory=3832 CPUtime=3.32 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) S 12921 12924 6338 0 -1 1077944384 1970 0 0 0 299 33 0 0 20 0 16 0 95626502 10876968960 416300 33554432000 4194304 4196468 140721547142896 139739179157776 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10622040 memory=4100 CPUtime=1.16 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 4150 0 0 0 116 0 0 0 20 0 16 0 95626503 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738748119920 139739256253058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12932] ppid=12921 vsize=10622040 memory=2536 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12932/stat : 12932 (java) S 12921 12924 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95626503 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738747065952 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12933] ppid=12921 vsize=10622040 memory=2608 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12933/stat : 12933 (java) S 12921 12924 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95626504 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738746013040 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12934] ppid=12921 vsize=10622040 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12934/stat : 12934 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738744961360 139739256260507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12935] ppid=12921 vsize=10622040 memory=3036 CPUtime=1.26 cores=0,2,4,6
/proc/12924/task/12935/stat : 12935 (java) S 12921 12924 6338 0 -1 1077944384 3183 0 0 0 125 1 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738743908720 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12936] ppid=12921 vsize=10622040 memory=8337016 CPUtime=1.25 cores=0,2,4,6
/proc/12924/task/12936/stat : 12936 (java) S 12921 12924 6338 0 -1 1077944384 2135 0 0 0 125 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738742855920 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12937] ppid=12921 vsize=10622040 memory=1160 CPUtime=0.26 cores=0,2,4,6
/proc/12924/task/12937/stat : 12937 (java) S 12921 12924 6338 0 -1 1077944384 1298 0 0 0 26 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738741803120 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12938] ppid=12921 vsize=10622040 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12938/stat : 12938 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738740750560 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12939] ppid=12921 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12939/stat : 12939 (java) S 12921 12924 6338 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 16 0 95626506 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738739698864 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12940] ppid=12921 vsize=10622040 memory=56 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12940/stat : 12940 (java) S 12921 12924 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95627210 10876968960 416300 33554432000 4194304 4196468 140721547142896 139738738644400 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 24.29 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1665200 KiB

[startup+11.8007 s]
/proc/loadavg: 5.93 5.65 3.93 6/217 12940
/proc/meminfo: memFree=18883536/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10755168 memory=1665260 CPUtime=24.38 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 28908 0 0 0 2292 146 0 0 20 0 16 0 95626500 11013292032 416315 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2688792 416315 3142 1 0 2677186 0
[pid=12924/tid=12926] ppid=12921 vsize=10755168 memory=0 CPUtime=7.16 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) S 12921 12924 6338 0 -1 1077944384 6912 0 0 0 707 9 0 0 20 0 16 0 95626501 11013292032 416315 33554432000 4194304 4196468 140721547142896 139739260482592 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10755168 memory=0 CPUtime=3.33 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) S 12921 12924 6338 0 -1 1077944384 2196 0 0 0 300 33 0 0 20 0 16 0 95626502 11013292032 416315 33554432000 4194304 4196468 140721547142896 139739182316176 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10755168 memory=0 CPUtime=3.32 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) S 12921 12924 6338 0 -1 1077944384 2903 0 0 0 298 34 0 0 20 0 16 0 95626502 11013292032 416315 33554432000 4194304 4196468 140721547142896 139739181263376 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10755168 memory=0 CPUtime=3.25 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) S 12921 12924 6338 0 -1 1077944384 2433 0 0 0 293 32 0 0 20 0 16 0 95626502 11013292032 416315 33554432000 4194304 4196468 140721547142896 139739180210576 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10755168 memory=0 CPUtime=3.32 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) S 12921 12924 6338 0 -1 1077944384 1970 0 0 0 299 33 0 0 20 0 16 0 95626502 11013292032 416315 33554432000 4194304 4196468 140721547142896 139739179157776 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10755168 memory=6944656575208382560 CPUtime=1.16 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 4150 0 0 0 116 0 0 0 20 0 16 0 95626503 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738748119920 139739256253058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12932] ppid=12921 vsize=10755168 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12932/stat : 12932 (java) S 12921 12924 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95626503 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738747065952 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12933] ppid=12921 vsize=10755168 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12933/stat : 12933 (java) S 12921 12924 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95626504 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738746013040 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12934] ppid=12921 vsize=10755168 memory=-7161732098442470212 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12934/stat : 12934 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626506 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738744961360 139739256260507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12935] ppid=12921 vsize=10755168 memory=7151834291566044245 CPUtime=1.26 cores=0,2,4,6
/proc/12924/task/12935/stat : 12935 (java) S 12921 12924 6338 0 -1 1077944384 3183 0 0 0 125 1 0 0 20 0 16 0 95626506 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738743908720 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12936] ppid=12921 vsize=10755168 memory=-3704326594973231466 CPUtime=1.25 cores=0,2,4,6
/proc/12924/task/12936/stat : 12936 (java) S 12921 12924 6338 0 -1 1077944384 2135 0 0 0 125 0 0 0 20 0 16 0 95626506 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738742855920 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12937] ppid=12921 vsize=10755168 memory=7077805514658193553 CPUtime=0.26 cores=0,2,4,6
/proc/12924/task/12937/stat : 12937 (java) S 12921 12924 6338 0 -1 1077944384 1298 0 0 0 26 0 0 0 20 0 16 0 95626506 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738741803120 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12938] ppid=12921 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12938/stat : 12938 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626506 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738740750560 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12939] ppid=12921 vsize=10755168 memory=-8341965534555837031 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12939/stat : 12939 (java) S 12921 12924 6338 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 16 0 95626506 11013292032 416315 33554432000 4194304 4196468 140721547142896 139738739698864 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 24.38 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 1665260 KiB

[startup+11.9007 s]
/proc/loadavg: 5.93 5.65 3.93 6/217 12940
/proc/meminfo: memFree=18883536/32770624 swapFree=67108860/67108860
[pid=12924] ppid=12921 vsize=10755168 memory=1665332 CPUtime=24.39 cores=0,2,4,6
/proc/12924/stat : 12924 (java) S 12921 12924 6338 0 -1 1077944320 28927 0 0 0 2293 146 0 0 20 0 14 0 95626500 11013292032 416333 33554432000 4194304 4196468 140721547142896 140721547125440 139739256241911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
/proc/12924/statm: 2688792 416333 3143 1 0 2677186 0
[pid=12924/tid=12926] ppid=12921 vsize=10755168 memory=1665200 CPUtime=7.16 cores=0,2,4,6
/proc/12924/task/12926/stat : 12926 (java) S 12921 12924 6338 0 -1 1077944384 6912 0 0 0 707 9 0 0 20 0 14 0 95626501 11013292032 416333 33554432000 4194304 4196468 140721547142896 139739260484752 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12927] ppid=12921 vsize=10755168 memory=1665200 CPUtime=3.33 cores=0,2,4,6
/proc/12924/task/12927/stat : 12927 (java) S 12921 12924 6338 0 -1 1077944384 2196 0 0 0 300 33 0 0 20 0 14 0 95626502 11013292032 416333 33554432000 4194304 4196468 140721547142896 139739182316176 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12928] ppid=12921 vsize=10755168 memory=1665260 CPUtime=3.32 cores=0,2,4,6
/proc/12924/task/12928/stat : 12928 (java) S 12921 12924 6338 0 -1 1077944384 2903 0 0 0 298 34 0 0 20 0 14 0 95626502 11013292032 416333 33554432000 4194304 4196468 140721547142896 139739181263376 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12929] ppid=12921 vsize=10755168 memory=332 CPUtime=3.25 cores=0,2,4,6
/proc/12924/task/12929/stat : 12929 (java) S 12921 12924 6338 0 -1 1077944384 2433 0 0 0 293 32 0 0 20 0 14 0 95626502 11013292032 416333 33554432000 4194304 4196468 140721547142896 139739180210576 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12930] ppid=12921 vsize=10755168 memory=116 CPUtime=3.32 cores=0,2,4,6
/proc/12924/task/12930/stat : 12930 (java) S 12921 12924 6338 0 -1 1077944384 1970 0 0 0 299 33 0 0 20 0 14 0 95626502 11013292032 416333 33554432000 4194304 4196468 140721547142896 139739179157776 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12931] ppid=12921 vsize=10755168 memory=1664864 CPUtime=1.16 cores=0,2,4,6
/proc/12924/task/12931/stat : 12931 (java) S 12921 12924 6338 0 -1 1077944384 4150 0 0 0 116 0 0 0 20 0 14 0 95626503 11013292032 416333 33554432000 4194304 4196468 140721547142896 139738748120128 139739256253058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12932] ppid=12921 vsize=10755168 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12932/stat : 12932 (java) S 12921 12924 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 14 0 95626503 11013292032 416333 33554432000 4194304 4196468 140721547142896 139738747065952 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12933] ppid=12921 vsize=10755168 memory=33345 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12933/stat : 12933 (java) S 12921 12924 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 14 0 95626504 11013292032 416333 33554432000 4194304 4196468 140721547142896 139738746013040 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12934] ppid=12921 vsize=10755168 memory=-7254947784588945530 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12934/stat : 12934 (java) S 12921 12924 6338 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 14 0 95626506 11013292032 416333 33554432000 4194304 4196468 140721547142896 139738744961008 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12935] ppid=12921 vsize=10755168 memory=56 CPUtime=1.26 cores=0,2,4,6
/proc/12924/task/12935/stat : 12935 (java) S 12921 12924 6338 0 -1 1077944384 3183 0 0 0 125 1 0 0 20 0 14 0 95626506 11013292032 416333 33554432000 4194304 4196468 140721547142896 139738743908720 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12936] ppid=12921 vsize=10755168 memory=281224392976736 CPUtime=1.26 cores=0,2,4,6
/proc/12924/task/12936/stat : 12936 (java) S 12921 12924 6338 0 -1 1077944384 2135 0 0 0 126 0 0 0 20 0 14 0 95626506 11013292032 416333 33554432000 4194304 4196468 140721547142896 139738742840464 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12937] ppid=12921 vsize=10755168 memory=1665200 CPUtime=0.26 cores=0,2,4,6
/proc/12924/task/12937/stat : 12937 (java) S 12921 12924 6338 0 -1 1077944384 1303 0 0 0 26 0 0 0 20 0 14 0 95626506 11013292032 416333 33554432000 4194304 4196468 140721547142896 139738741803120 139739256253058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
[pid=12924/tid=12938] ppid=12921 vsize=10755168 memory=1665200 CPUtime=0 cores=0,2,4,6
/proc/12924/task/12938/stat : 12938 (java) S 12921 12924 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 95626506 11013292032 416333 33554432000 4194304 4196468 140721547142896 139738740750560 139739256252117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140721547146374 140721547146527 140721547146527 140721547149263 0
Current children cumulated CPU time: 24.39 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 1665332 KiB

Child status: 0
Real time (s): 11.9192
CPU time (s): 24.4092
CPU user time (s): 22.9366
CPU system time (s): 1.47264
CPU usage (%): 204.788
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 1665332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9366
system time used= 1.47264
maximum resident set size= 1666076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28953
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2254
involuntary context switches= 285


# summary of solver processes directly reported to runsolver:
#   pid: 12924
#   total CPU time (s): 24.4092
#   total CPU user time (s): 22.9366
#   total CPU system time (s): 1.47264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.116471 second user time and 0.136212 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 13:43:16
IDJOB=4262909
IDBENCH=126217
IDSOLVER=2651
FILE ID=node148/4262909-1502625454
RUNJOBID= node148-1502624014-12472
PBS_JOBID= 20628305
Free space on /tmp= 61584 MiB

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

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

MD5SUM BENCH= b0c97e0505a0bc7a16ba291a1ac79ec8
RANDOM SEED=1608666044

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:        20538840 kB
MemAvailable:   23651024 kB
Buffers:          193900 kB
Cached:          3207468 kB
SwapCached:            0 kB
Active:          9096580 kB
Inactive:        2682892 kB
Active(anon):    8329308 kB
Inactive(anon):    76916 kB
Active(file):     767272 kB
Inactive(file):  2605976 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:            12 kB
AnonPages:       8384264 kB
Mapped:            55280 kB
Shmem:             25224 kB
Slab:             136672 kB
SReclaimable:     109540 kB
SUnreclaim:        27132 kB
KernelStack:        3536 kB
PageTables:        21880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8101888 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= 61580 MiB
End job on node148 at 2017-08-13 13:43:28