Trace number 4263236

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 89.6679 84.904701

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-04.xml
MD5SUM986ee2669b222e63b3403a1d528be806
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.090393998
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints67
Number of domains1
Minimum domain size40
Maximum domain size40
Distribution of domain sizes[{"size":40,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":67},{"degree":3,"count":13}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":65},{"arity":80,"count":1}]
Number of extensional constraints39
Number of intensional constraints27
Distribution of constraint types[{"type":"extension","count":39},{"type":"intension","count":27},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.88/1.50	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.88/1.50	c This is free software under the dual EPL/GNU LGPL licenses.
3.88/1.50	c See www.sat4j.org for details.
3.88/1.50	c That software uses the Rhino library from the Mozilla project.
3.88/1.50	c version CUSTOM.v20170705
3.88/1.50	c java.runtime.name	Java(TM) SE Runtime Environment
3.88/1.50	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.88/1.50	c java.vm.version	25.131-b11
3.88/1.50	c java.vm.vendor	Oracle Corporation
3.88/1.50	c sun.arch.data.model	64
3.88/1.50	c java.version		1.8.0_131
3.88/1.50	c os.name		Linux
3.88/1.50	c os.version		3.10.0-514.16.1.el7.x86_64
3.88/1.50	c os.arch		amd64
3.88/1.50	c Free memory 		499604488
3.88/1.50	c Max memory 		7247757312
3.88/1.50	c Total memory 		504889344
3.88/1.50	c Number of processors 	4
3.88/1.50	c c --- Begin Solver configuration ---
3.88/1.50	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.88/1.50	c Learn all clauses as in MiniSAT
3.88/1.50	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.88/1.50	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.88/1.50	c No reason simplification
3.88/1.50	c Glucose 2.1 dynamic restart strategy
3.88/1.50	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
3.88/1.50	c timeout=2147483s
3.88/1.50	c DB Simplification allowed=false
3.88/1.50	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.88/1.50	c --- End Solver configuration ---
3.88/1.50	c constraints type 
3.88/1.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
3.88/1.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1254440
3.88/1.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 154084
3.88/1.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 6532
3.88/1.50	c 1415216 constraints processed.
89.63/84.88	c starts		: 905
89.63/84.88	c conflicts		: 253551
89.63/84.88	c decisions		: 6881216
89.63/84.88	c propagations		: 366005235
89.63/84.88	c inspects		: 612281314
89.63/84.88	c shortcuts		: 0
89.63/84.88	c learnt literals	: 227
89.63/84.88	c learnt binary clauses	: 985
89.63/84.88	c learnt ternary clauses	: 1363
89.63/84.88	c learnt constraints	: 253324
89.63/84.88	c ignored constraints	: 0
89.63/84.88	c root simplifications	: 0
89.63/84.88	c removed literals (reason simplification)	: 0
89.63/84.88	c reason swapping (by a shorter reason)	: 0
89.63/84.88	c Calls to reduceDB	: 18
89.63/84.88	c Number of update (reduction) of LBD	: 221268
89.63/84.88	c Imported unit clauses	: 0
89.63/84.88	c number of reductions to clauses (during analyze)	: 0
89.63/84.88	c number of learned constraints concerned by reduction	: 0
89.63/84.88	c number of learning phase by resolution	: 0
89.63/84.88	c number of learning phase by cutting planes	: 0
89.63/84.88	c number of rounding to 1 operations	: 0
89.63/84.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
89.63/84.88	c number of reductions of the coefficients by power 2 	: 0
89.63/84.88	c number of right shift for reduction by power 2 	: 0
89.63/84.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
89.63/84.88	c speed (assignments/second)	: 4391131.900037192
89.63/84.88	c non guided choices	61448
89.63/84.89	c learnt constraints type 
89.63/84.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 985
89.63/84.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30651
89.63/84.89	s SATISFIABLE
89.63/84.89	v <instantiation type="solution">
89.63/84.89	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39] </list>
89.63/84.89	v 	<values> 0 11 32 3 34 25 26 7 8 9 30 19 18 27 16 35 6 5 14 13 4 33 22 21 2 1 10 29 38 17 36 15 24 23 12 31 20 39 28 37 0 25 24 3 20 17 16 7 8 9 26 1 34 19 18 31 14 29 12 11 36 23 22 33 32 5 6 13 38 27 10 35 2 21 4 15 30 39 28 37 </values>
89.63/84.89	v </instantiation>
89.63/84.89	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263236-1502631453/watcher-4263236-1502631453 -o /tmp/evaluation-result-4263236-1502631453/solver-4263236-1502631453 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263236-1502631453.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
Current StackSize limit: 8192 KiB

solver pid=6363, runsolver pid=6360

[startup+0.103483 s]*
/proc/loadavg: 4.85 4.94 3.91 3/217 6378
/proc/meminfo: memFree=23838492/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10555400 memory=32120 CPUtime=0.13 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 6563 0 0 0 11 2 0 0 20 0 15 0 96233150 10808729600 8030 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2638850 8030 2814 1 0 2627263 0
[pid=6363/tid=6365] ppid=6360 vsize=10555400 memory=-8774005365546193501 CPUtime=0.09 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) R 6360 6363 1335 0 -1 4202560 4445 0 0 0 8 1 0 0 20 0 15 0 96233150 10808729600 8030 33554432000 4194304 4196468 140721923496064 140078120687552 140078100510053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10555400 memory=5793854990769662393 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10555400 memory=139739759769216 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96233151 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96233152 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6371] ppid=6360 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6371/stat : 6371 (java) S 6360 6363 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96233153 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077675209632 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6372] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6372/stat : 6372 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233153 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077217866736 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6373] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6373/stat : 6373 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077216815312 140078116485019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6374] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6374/stat : 6374 (java) S 6360 6363 1335 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 96233155 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077215762928 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6375] ppid=6360 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6375/stat : 6375 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077214710384 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6376] ppid=6360 vsize=10555400 memory=139739759769216 CPUtime=0.02 cores=0,2,4,6
/proc/6363/task/6376/stat : 6376 (java) R 6360 6363 1335 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 96233155 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077213657840 140078116487770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6377] ppid=6360 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6377/stat : 6377 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077212605536 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6378] ppid=6360 vsize=10555400 memory=139739759769216 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6378/stat : 6378 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233156 10808729600 8030 33554432000 4194304 4196468 140721923496064 140077211552048 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 32120 KiB

[startup+0.210639 s]*
/proc/loadavg: 4.85 4.94 3.91 4/217 6378
/proc/meminfo: memFree=23830220/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10555400 memory=40168 CPUtime=0.28 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 7758 0 0 0 26 2 0 0 20 0 15 0 96233150 10808729600 10042 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2638850 10042 2944 1 0 2627263 0
[pid=6363/tid=6365] ppid=6360 vsize=10555400 memory=-3103912127665269909 CPUtime=0.19 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) R 6360 6363 1335 0 -1 4202560 5384 0 0 0 18 1 0 0 20 0 15 0 96233150 10808729600 10108 33554432000 4194304 4196468 140721923496064 140078120686096 140078100546910 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10555400 memory=4211973465964559754 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10555400 memory=139739759769216 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96233151 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10555400 memory=139739759769216 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96233152 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6371] ppid=6360 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6371/stat : 6371 (java) S 6360 6363 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96233153 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077675209632 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6372] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6372/stat : 6372 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233153 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077217866736 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6373] ppid=6360 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6373/stat : 6373 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077216815312 140078116485019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6374] ppid=6360 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6363/task/6374/stat : 6374 (java) R 6360 6363 1335 0 -1 1077944384 539 0 0 0 1 0 0 0 20 0 15 0 96233155 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077215762928 140078116477570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6375] ppid=6360 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6375/stat : 6375 (java) S 6360 6363 1335 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 96233155 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077214710384 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6376] ppid=6360 vsize=10555400 memory=139739759769216 CPUtime=0.05 cores=0,2,4,6
/proc/6363/task/6376/stat : 6376 (java) R 6360 6363 1335 0 -1 4202560 426 0 0 0 5 0 0 0 20 0 15 0 96233155 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077213657840 140078116487770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6377] ppid=6360 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6377/stat : 6377 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077212605536 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6378] ppid=6360 vsize=10555400 memory=139739759769216 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6378/stat : 6378 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233156 10808729600 10108 33554432000 4194304 4196468 140721923496064 140077211552048 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40168 KiB

[startup+0.314706 s]*
/proc/loadavg: 4.85 4.94 3.91 4/217 6378
/proc/meminfo: memFree=23820668/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10555476 memory=50080 CPUtime=0.53 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 9242 0 0 0 50 3 0 0 20 0 15 0 96233150 10808807424 12520 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2638869 12520 3042 1 0 2627263 0
[pid=6363/tid=6365] ppid=6360 vsize=10555476 memory=7377246124687064083 CPUtime=0.29 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) R 6360 6363 1335 0 -1 4202560 5758 0 0 0 28 1 0 0 20 0 15 0 96233150 10808807424 12520 33554432000 4194304 4196468 140721923496064 140078120687824 140078100546910 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10555476 memory=4211973465964559754 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10555476 memory=139739759771388 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10555476 memory=139739646767907 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10555476 memory=139739646774735 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96233151 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10555476 memory=139739759771568 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96233152 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6371] ppid=6360 vsize=10555476 memory=139739646783919 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6371/stat : 6371 (java) S 6360 6363 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96233153 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077675209632 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6372] ppid=6360 vsize=10555476 memory=279479293558672 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6372/stat : 6372 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233153 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077217866736 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6373] ppid=6360 vsize=10555476 memory=279479293556368 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6373/stat : 6373 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077216815312 140078116485019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6374] ppid=6360 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6363/task/6374/stat : 6374 (java) R 6360 6363 1335 0 -1 4202560 868 0 0 0 5 0 0 0 20 0 15 0 96233155 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077215748392 140078108703550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6375] ppid=6360 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/6363/task/6375/stat : 6375 (java) R 6360 6363 1335 0 -1 4202560 448 0 0 0 4 0 0 0 20 0 15 0 96233155 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077214695848 140078099977656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6376] ppid=6360 vsize=10555476 memory=139739759769216 CPUtime=0.11 cores=0,2,4,6
/proc/6363/task/6376/stat : 6376 (java) R 6360 6363 1335 0 -1 4202560 838 0 0 0 11 0 0 0 20 0 15 0 96233155 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077213654776 140078100992765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6377] ppid=6360 vsize=10555476 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6377/stat : 6377 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077212605536 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6378] ppid=6360 vsize=10555476 memory=139739759769216 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6378/stat : 6378 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233156 10808807424 12520 33554432000 4194304 4196468 140721923496064 140077211552048 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50080 KiB

[startup+0.700717 s]
/proc/loadavg: 4.85 4.94 3.91 5/217 6378
/proc/meminfo: memFree=23781448/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10555476 memory=181316 CPUtime=1.67 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 13927 0 0 0 162 5 0 0 20 0 15 0 96233150 10808807424 45329 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2638869 45329 3093 1 0 2627263 0
[pid=6363/tid=6365] ppid=6360 vsize=10555476 memory=8536 CPUtime=0.66 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) R 6360 6363 1335 0 -1 4202560 5932 0 0 0 63 3 0 0 20 0 15 0 96233150 10808807424 45329 33554432000 4194304 4196468 140721923496064 140078120698800 140077756354794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233151 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96233151 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96233152 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6371] ppid=6360 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6371/stat : 6371 (java) S 6360 6363 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96233153 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077675209632 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6372] ppid=6360 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6372/stat : 6372 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233153 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077217866736 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6373] ppid=6360 vsize=10555476 memory=20036 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6373/stat : 6373 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077216815312 140078116485019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6374] ppid=6360 vsize=10555476 memory=1436 CPUtime=0.39 cores=0,2,4,6
/proc/6363/task/6374/stat : 6374 (java) R 6360 6363 1335 0 -1 4202560 2812 0 0 0 39 0 0 0 20 0 15 0 96233155 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077215753320 140078116480332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6375] ppid=6360 vsize=10555476 memory=1200 CPUtime=0.38 cores=0,2,4,6
/proc/6363/task/6375/stat : 6375 (java) R 6360 6363 1335 0 -1 4202560 2683 0 0 0 38 0 0 0 20 0 15 0 96233155 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077214691400 140078099965401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6376] ppid=6360 vsize=10555476 memory=15872 CPUtime=0.21 cores=0,2,4,6
/proc/6363/task/6376/stat : 6376 (java) S 6360 6363 1335 0 -1 1077944384 1149 0 0 0 21 0 0 0 20 0 15 0 96233155 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077213657840 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6377] ppid=6360 vsize=10555476 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6377/stat : 6377 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96233155 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077212605536 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6378] ppid=6360 vsize=10555476 memory=16592 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6378/stat : 6378 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96233156 10808807424 45329 33554432000 4194304 4196468 140721923496064 140077211552048 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 181316 KiB

[startup+1.50091 s]
/proc/loadavg: 4.78 4.92 3.91 5/217 6378
/proc/meminfo: memFree=23647384/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10555476 memory=366132 CPUtime=4.18 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 18826 0 0 0 406 12 0 0 20 0 15 0 96233150 10808807424 91533 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2638869 91533 3121 1 0 2627263 0
[pid=6363/tid=6365] ppid=6360 vsize=10555476 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) R 6360 6363 1335 0 -1 4202560 6012 0 0 0 132 4 0 0 20 0 15 0 96233150 10808807424 91533 33554432000 4194304 4196468 140721923496064 140078120696192 140078102534542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10555476 memory=664970774370811553 CPUtime=0.03 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 52 0 0 0 3 0 0 0 20 0 15 0 96233151 10808807424 91533 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10555476 memory=667957 CPUtime=0.06 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 54 0 0 0 5 1 0 0 20 0 15 0 96233151 10808807424 91533 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 174 0 0 0 3 0 0 0 20 0 15 0 96233151 10808807424 91533 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10555476 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 185 0 0 0 7 1 0 0 20 0 15 0 96233151 10808807424 91533 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10555476 memory=-6948614817169703622 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96233152 10808807424 91533 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0

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

Current children cumulated memory: 585384 KiB

[startup+83.2008 s]
/proc/loadavg: 3.10 4.30 3.77 3/218 6380
/proc/meminfo: memFree=22955228/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10622040 memory=585384 CPUtime=88.08 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 35393 0 0 0 8768 40 0 0 20 0 16 0 96233150 10876968960 146346 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2655510 146346 3149 1 0 2643904 0
[pid=6363/tid=6365] ppid=6360 vsize=10622040 memory=1292 CPUtime=82.87 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) R 6360 6363 1335 0 -1 4202560 9401 0 0 0 8282 5 0 0 20 0 16 0 96233150 10876968960 146346 33554432000 4194304 4196468 140721923496064 140078120705328 140077757390733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10622040 memory=1728 CPUtime=0.23 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 708 0 0 0 17 6 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10622040 memory=8112282956445269571 CPUtime=0.26 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 438 0 0 0 19 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10622040 memory=461328 CPUtime=0.23 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 1243 0 0 0 16 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10622040 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 447 0 0 0 20 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10622040 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 861 0 0 0 0 0 0 0 20 0 16 0 96233152 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6371] ppid=6360 vsize=10622040 memory=-7175204567652784766 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6371/stat : 6371 (java) S 6360 6363 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96233153 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077675209632 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6372] ppid=6360 vsize=10622040 memory=585384 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6372/stat : 6372 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96233153 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077217866736 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6373] ppid=6360 vsize=10622040 memory=461328 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6373/stat : 6373 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077216815312 140078116485019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6374] ppid=6360 vsize=10622040 memory=28064 CPUtime=2 cores=0,2,4,6
/proc/6363/task/6374/stat : 6374 (java) S 6360 6363 1335 0 -1 1077944384 9511 0 0 0 199 1 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077215762928 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6375] ppid=6360 vsize=10622040 memory=2332 CPUtime=1.75 cores=0,2,4,6
/proc/6363/task/6375/stat : 6375 (java) S 6360 6363 1335 0 -1 1077944384 7796 0 0 0 174 1 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077214710384 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6376] ppid=6360 vsize=10622040 memory=1292 CPUtime=0.34 cores=0,2,4,6
/proc/6363/task/6376/stat : 6376 (java) S 6360 6363 1335 0 -1 1077944384 3005 0 0 0 34 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077213657840 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6377] ppid=6360 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6377/stat : 6377 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077212605536 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6378] ppid=6360 vsize=10622040 memory=1948 CPUtime=0.04 cores=0,2,4,6
/proc/6363/task/6378/stat : 6378 (java) S 6360 6363 1335 0 -1 1077944384 623 0 0 0 2 2 0 0 20 0 16 0 96233156 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077211552048 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6379] ppid=6360 vsize=10622040 memory=8536 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6379/stat : 6379 (java) S 6360 6363 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96233303 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077210497840 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
Current children cumulated CPU time: 88.08 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 585384 KiB

[startup+84.0008 s]*
/proc/loadavg: 3.10 4.30 3.77 3/218 6380
/proc/meminfo: memFree=22955104/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10622040 memory=585384 CPUtime=88.89 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 35393 0 0 0 8849 40 0 0 20 0 16 0 96233150 10876968960 146346 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2655510 146346 3149 1 0 2643904 0
[pid=6363/tid=6365] ppid=6360 vsize=10622040 memory=8112282956445269571 CPUtime=83.68 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) R 6360 6363 1335 0 -1 4202560 9401 0 0 0 8363 5 0 0 20 0 16 0 96233150 10876968960 146346 33554432000 4194304 4196468 140721923496064 140078120705328 140077754617760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10622040 memory=-7003737579269690708 CPUtime=0.23 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 708 0 0 0 17 6 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10622040 memory=4084 CPUtime=0.26 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 438 0 0 0 19 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10622040 memory=932 CPUtime=0.23 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 1243 0 0 0 16 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10622040 memory=1572 CPUtime=0.27 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 447 0 0 0 20 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10622040 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 861 0 0 0 0 0 0 0 20 0 16 0 96233152 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6371] ppid=6360 vsize=10622040 memory=6504 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6371/stat : 6371 (java) S 6360 6363 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96233153 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077675209632 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6372] ppid=6360 vsize=10622040 memory=836 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6372/stat : 6372 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96233153 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077217866736 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6373] ppid=6360 vsize=10622040 memory=2812 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6373/stat : 6373 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077216815312 140078116485019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6374] ppid=6360 vsize=10622040 memory=2836 CPUtime=2 cores=0,2,4,6
/proc/6363/task/6374/stat : 6374 (java) S 6360 6363 1335 0 -1 1077944384 9511 0 0 0 199 1 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077215762928 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6375] ppid=6360 vsize=10622040 memory=4104 CPUtime=1.75 cores=0,2,4,6
/proc/6363/task/6375/stat : 6375 (java) S 6360 6363 1335 0 -1 1077944384 7796 0 0 0 174 1 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077214710384 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6376] ppid=6360 vsize=10622040 memory=1160 CPUtime=0.34 cores=0,2,4,6
/proc/6363/task/6376/stat : 6376 (java) S 6360 6363 1335 0 -1 1077944384 3005 0 0 0 34 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077213657840 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6377] ppid=6360 vsize=10622040 memory=3104 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6377/stat : 6377 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077212605536 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6378] ppid=6360 vsize=10622040 memory=8254436 CPUtime=0.04 cores=0,2,4,6
/proc/6363/task/6378/stat : 6378 (java) S 6360 6363 1335 0 -1 1077944384 623 0 0 0 2 2 0 0 20 0 16 0 96233156 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077211552048 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6379] ppid=6360 vsize=10622040 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6379/stat : 6379 (java) S 6360 6363 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96233303 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077210497840 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
Current children cumulated CPU time: 88.89 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 585384 KiB

[startup+84.4008 s]
/proc/loadavg: 3.10 4.30 3.77 3/218 6380
/proc/meminfo: memFree=22955104/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10622040 memory=585384 CPUtime=89.28 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 35393 0 0 0 8888 40 0 0 20 0 16 0 96233150 10876968960 146346 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2655510 146346 3149 1 0 2643904 0
[pid=6363/tid=6365] ppid=6360 vsize=10622040 memory=8112282956445269571 CPUtime=84.07 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) R 6360 6363 1335 0 -1 4202560 9401 0 0 0 8402 5 0 0 20 0 16 0 96233150 10876968960 146346 33554432000 4194304 4196468 140721923496064 140078120705328 140077757391182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10622040 memory=18292 CPUtime=0.23 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 708 0 0 0 17 6 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10622040 memory=1792 CPUtime=0.26 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 438 0 0 0 19 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10622040 memory=648 CPUtime=0.23 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 1243 0 0 0 16 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10622040 memory=1236 CPUtime=0.27 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 447 0 0 0 20 7 0 0 20 0 16 0 96233151 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10622040 memory=960 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 861 0 0 0 0 0 0 0 20 0 16 0 96233152 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6371] ppid=6360 vsize=10622040 memory=585384 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6371/stat : 6371 (java) S 6360 6363 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96233153 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077675209632 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6372] ppid=6360 vsize=10622040 memory=585384 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6372/stat : 6372 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96233153 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077217866736 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6373] ppid=6360 vsize=10622040 memory=16105866189342951 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6373/stat : 6373 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077216815312 140078116485019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6374] ppid=6360 vsize=10622040 memory=2236 CPUtime=2 cores=0,2,4,6
/proc/6363/task/6374/stat : 6374 (java) S 6360 6363 1335 0 -1 1077944384 9511 0 0 0 199 1 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077215762928 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6375] ppid=6360 vsize=10622040 memory=4084 CPUtime=1.75 cores=0,2,4,6
/proc/6363/task/6375/stat : 6375 (java) S 6360 6363 1335 0 -1 1077944384 7796 0 0 0 174 1 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077214710384 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6376] ppid=6360 vsize=10622040 memory=8112282956445269571 CPUtime=0.34 cores=0,2,4,6
/proc/6363/task/6376/stat : 6376 (java) S 6360 6363 1335 0 -1 1077944384 3005 0 0 0 34 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077213657840 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6377] ppid=6360 vsize=10622040 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6377/stat : 6377 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96233155 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077212605536 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6378] ppid=6360 vsize=10622040 memory=2200 CPUtime=0.04 cores=0,2,4,6
/proc/6363/task/6378/stat : 6378 (java) S 6360 6363 1335 0 -1 1077944384 623 0 0 0 2 2 0 0 20 0 16 0 96233156 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077211552048 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6379] ppid=6360 vsize=10622040 memory=585384 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6379/stat : 6379 (java) S 6360 6363 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96233303 10876968960 146346 33554432000 4194304 4196468 140721923496064 140077210497840 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
Current children cumulated CPU time: 89.28 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 585384 KiB

[startup+84.8007 s]
/proc/loadavg: 3.10 4.30 3.77 3/218 6380
/proc/meminfo: memFree=22955104/32770624 swapFree=67108860/67108860
[pid=6363] ppid=6360 vsize=10755168 memory=585492 CPUtime=89.63 cores=0,2,4,6
/proc/6363/stat : 6363 (java) S 6360 6363 1335 0 -1 1077944320 37338 0 0 0 8923 40 0 0 20 0 16 0 96233150 11013292032 146373 33554432000 4194304 4196468 140721923496064 140721923478608 140078116466423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
/proc/6363/statm: 2688792 146373 3151 1 0 2677186 0
[pid=6363/tid=6365] ppid=6360 vsize=10755168 memory=585384 CPUtime=84.36 cores=0,2,4,6
/proc/6363/task/6365/stat : 6365 (java) S 6360 6363 1335 0 -1 1077944384 9683 0 0 0 8431 5 0 0 20 0 16 0 96233150 11013292032 146373 33554432000 4194304 4196468 140721923496064 140078120707104 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6366] ppid=6360 vsize=10755168 memory=4616 CPUtime=0.23 cores=0,2,4,6
/proc/6363/task/6366/stat : 6366 (java) S 6360 6363 1335 0 -1 1077944384 708 0 0 0 17 6 0 0 20 0 16 0 96233151 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077722999568 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6367] ppid=6360 vsize=10755168 memory=1720 CPUtime=0.26 cores=0,2,4,6
/proc/6363/task/6367/stat : 6367 (java) S 6360 6363 1335 0 -1 1077944384 438 0 0 0 19 7 0 0 20 0 16 0 96233151 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077721947024 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6368] ppid=6360 vsize=10755168 memory=585384 CPUtime=0.23 cores=0,2,4,6
/proc/6363/task/6368/stat : 6368 (java) S 6360 6363 1335 0 -1 1077944384 1243 0 0 0 16 7 0 0 20 0 16 0 96233151 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077720894480 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6369] ppid=6360 vsize=10755168 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/6363/task/6369/stat : 6369 (java) S 6360 6363 1335 0 -1 1077944384 447 0 0 0 20 7 0 0 20 0 16 0 96233151 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077719841936 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6370] ppid=6360 vsize=10755168 memory=4084 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6370/stat : 6370 (java) S 6360 6363 1335 0 -1 1077944384 861 0 0 0 0 0 0 0 20 0 16 0 96233152 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077676263408 140078116477570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6371] ppid=6360 vsize=10755168 memory=461328 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6371/stat : 6371 (java) S 6360 6363 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96233153 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077675209632 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6372] ppid=6360 vsize=10755168 memory=461328 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6372/stat : 6372 (java) S 6360 6363 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96233153 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077217866736 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6373] ppid=6360 vsize=10755168 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6373/stat : 6373 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96233155 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077216815312 140078116485019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6374] ppid=6360 vsize=10755168 memory=8112282956445269571 CPUtime=2.03 cores=0,2,4,6
/proc/6363/task/6374/stat : 6374 (java) S 6360 6363 1335 0 -1 1077944384 10261 0 0 0 202 1 0 0 20 0 16 0 96233155 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077215762928 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6375] ppid=6360 vsize=10755168 memory=1228 CPUtime=1.78 cores=0,2,4,6
/proc/6363/task/6375/stat : 6375 (java) S 6360 6363 1335 0 -1 1077944384 8402 0 0 0 177 1 0 0 20 0 16 0 96233155 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077214710384 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6376] ppid=6360 vsize=10755168 memory=796 CPUtime=0.34 cores=0,2,4,6
/proc/6363/task/6376/stat : 6376 (java) S 6360 6363 1335 0 -1 1077944384 3181 0 0 0 34 0 0 0 20 0 16 0 96233155 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077213657840 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6377] ppid=6360 vsize=10755168 memory=10020 CPUtime=0 cores=0,2,4,6
/proc/6363/task/6377/stat : 6377 (java) S 6360 6363 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96233155 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077212605536 140078116476629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
[pid=6363/tid=6378] ppid=6360 vsize=10755168 memory=1948 CPUtime=0.04 cores=0,2,4,6
/proc/6363/task/6378/stat : 6378 (java) S 6360 6363 1335 0 -1 1077944384 623 0 0 0 2 2 0 0 20 0 16 0 96233156 11013292032 146373 33554432000 4194304 4196468 140721923496064 140077211552048 140078116477570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32043008 140721923499142 140721923499295 140721923499295 140721923502031 0
Current children cumulated CPU time: 89.63 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 585492 KiB

Child status: 0
Real time (s): 84.9047
CPU time (s): 89.6679
CPU user time (s): 89.2546
CPU system time (s): 0.413302
CPU usage (%): 105.61
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 585492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.2546
system time used= 0.413302
maximum resident set size= 585708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3713
involuntary context switches= 154


# summary of solver processes directly reported to runsolver:
#   pid: 6363
#   total CPU time (s): 89.6679
#   total CPU user time (s): 89.2546
#   total CPU system time (s): 0.413302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.491205 second user time and 0.891995 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 15:23:15
IDJOB=4263236
IDBENCH=134538
IDSOLVER=2651
FILE ID=node112/4263236-1502631453
RUNJOBID= node112-1502619513-3998
PBS_JOBID= 20628299
Free space on /tmp= 61784 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263236-1502631453/watcher-4263236-1502631453 -o /tmp/evaluation-result-4263236-1502631453/solver-4263236-1502631453 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263236-1502631453.xml

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

MD5SUM BENCH= 986ee2669b222e63b3403a1d528be806
RANDOM SEED=810783463

node112.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.24
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.24
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.24
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.24
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:        23858820 kB
MemAvailable:   24053880 kB
Buffers:          120996 kB
Cached:           355032 kB
SwapCached:            0 kB
Active:          8300680 kB
Inactive:         144708 kB
Active(anon):    7920956 kB
Inactive(anon):    76488 kB
Active(file):     379724 kB
Inactive(file):    68220 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1532 kB
Writeback:             0 kB
AnonPages:       8159720 kB
Mapped:            54836 kB
Shmem:             25224 kB
Slab:             151512 kB
SReclaimable:     125904 kB
SUnreclaim:        25608 kB
KernelStack:        3856 kB
PageTables:        20948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8653368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7970816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-13 15:24:40