Trace number 4244045

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
R1: sat4j-CSP 2017-07-05SAT 68.4519 62.8693

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-01.xml
MD5SUM4b3f242d4d7820c1a4b57bc20b9aba43
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.071172997
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

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

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244045-1500679358/watcher-4244045-1500679358 -o /tmp/evaluation-result-4244045-1500679358/solver-4244045-1500679358 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500673052-5492 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244045-1500679358.xml 

pid=7695
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 2.07 2.09 2.06 3/262 7698
/proc/meminfo: memFree=28929532/32770624 swapFree=5804/228052
[pid=7698] ppid=7695 vsize=8350772 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 2226 0 0 0 0 0 0 0 20 0 3 0 3204489 8551190528 2461 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2087950 2461 1197 1 0 2076861 0
[pid=7698/tid=7699] ppid=7695 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) S 7695 7698 2464 0 -1 1077944384 928 0 0 0 0 0 0 0 20 0 5 0 3204489 8553295872 2461 33554432000 4194304 4196468 140727672507024 139989419501264 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=8353856 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 3204490 8554348544 2461 33554432000 4194304 4196468 140727672507024 139989367880928 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=8353856 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 3204490 8554348544 2461 33554432000 4194304 4196468 140727672507024 139989366828128 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=8354884 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 3204490 8555401216 2461 33554432000 4194304 4196468 140727672507024 139989365775840 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=8354884 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 3204490 8555401216 2461 33554432000 4194304 4196468 140727672507024 139989364723040 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=8355912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 3204490 8556453888 2461 33554432000 4194304 4196468 140727672507024 139989363669728 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=8356940 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 3204490 8557506560 2461 33554432000 4194304 4196468 140727672507024 139989362616928 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=8356940 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 3204490 8557506560 2461 33554432000 4194304 4196468 140727672507024 139989361564640 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 3204490 8558559232 2527 33554432000 4194304 4196468 140727672507024 139989360511840 139989415270101 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0

[startup+0.100061 s]
/proc/loadavg: 2.07 2.09 2.06 3/262 7698
/proc/meminfo: memFree=28929532/32770624 swapFree=5804/228052
[pid=7698] ppid=7695 vsize=10900456 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 4750 0 0 0 8 1 0 0 20 0 20 0 3204489 11162066944 5869 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2725114 5869 2606 1 0 2713552 0
[pid=7698/tid=7699] ppid=7695 vsize=10900456 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) R 7695 7698 2464 0 -1 4202560 2836 0 0 0 7 1 0 0 20 0 20 0 3204489 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989419490688 139989407937909 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989367880592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3204490 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989366827792 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989365775504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3204490 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989364722704 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989363669392 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989362616592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989361564304 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3204490 11162066944 5869 33554432000 4194304 4196468 140727672507024 139989360511504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200788 s]
/proc/loadavg: 2.07 2.09 2.06 3/262 7698
/proc/meminfo: memFree=28929532/32770624 swapFree=5804/228052
[pid=7698] ppid=7695 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 7059 0 0 0 23 2 0 0 20 0 20 0 3204489 11162169344 8430 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2725139 8430 2863 1 0 2713552 0
[pid=7698/tid=7699] ppid=7695 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) R 7695 7698 2464 0 -1 4202560 4696 0 0 0 16 2 0 0 20 0 20 0 3204489 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989419471728 139989399340382 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989367880592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989366827792 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989365775504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989364722704 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989363669392 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989362616592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989361564304 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 8430 33554432000 4194304 4196468 140727672507024 139989360511504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300577 s]
/proc/loadavg: 2.07 2.09 2.06 3/262 7698
/proc/meminfo: memFree=28929532/32770624 swapFree=5804/228052
[pid=7698] ppid=7695 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 8560 0 0 0 40 3 0 0 20 0 20 0 3204489 11162169344 10739 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2725139 10739 2989 1 0 2713552 0
[pid=7698/tid=7699] ppid=7695 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) R 7695 7698 2464 0 -1 4202560 5460 0 0 0 25 2 0 0 20 0 20 0 3204489 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989419493952 139989399340382 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989367880592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989366827792 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989365775504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989364722704 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989363669392 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989362616592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989361564304 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3204490 11162169344 10739 33554432000 4194304 4196468 140727672507024 139989360511504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700641 s]
/proc/loadavg: 2.07 2.09 2.06 3/262 7698
/proc/meminfo: memFree=28929532/32770624 swapFree=5804/228052
[pid=7698] ppid=7695 vsize=10900632 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 15617 0 0 0 183 6 0 0 20 0 20 0 3204489 11162247168 41289 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2725158 41289 3093 1 0 2713552 0
[pid=7698/tid=7699] ppid=7695 vsize=10900632 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) R 7695 7698 2464 0 -1 4202560 5923 0 0 0 64 4 0 0 20 0 20 0 3204489 11162247168 41289 33554432000 4194304 4196468 140727672507024 139989419495128 139989043056165 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162247168 41289 33554432000 4194304 4196468 140727672507024 139989367880592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3204490 11162247168 41289 33554432000 4194304 4196468 140727672507024 139989366827792 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162247168 41289 33554432000 4194304 4196468 140727672507024 139989365775504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3204490 11162247168 41801 33554432000 4194304 4196468 140727672507024 139989364722704 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162247168 41801 33554432000 4194304 4196468 140727672507024 139989363669392 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162247168 41801 33554432000 4194304 4196468 140727672507024 139989362616592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3204490 11162247168 41801 33554432000 4194304 4196468 140727672507024 139989361564304 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3204490 11162247168 41801 33554432000 4194304 4196468 140727672507024 139989360511504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10900632

[startup+1.50076 s]
/proc/loadavg: 2.07 2.09 2.06 12/282 7718
/proc/meminfo: memFree=28669548/32770624 swapFree=5804/227792
[pid=7698] ppid=7695 vsize=10967196 CPUtime=4.99 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 21572 0 0 0 467 32 0 0 20 0 21 0 3204489 11230408704 93681 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2741799 93681 3117 1 0 2730193 0
[pid=7698/tid=7699] ppid=7695 vsize=10967196 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) R 7695 7698 2464 0 -1 4202560 6033 0 0 0 132 5 0 0 20 0 21 0 3204489 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989419499680 139989040075845 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=10967196 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 102 0 0 0 5 3 0 0 20 0 21 0 3204490 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989367880592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=10967196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 45 0 0 0 4 2 0 0 20 0 21 0 3204490 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989366827792 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 63 0 0 0 4 3 0 0 20 0 21 0 3204490 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989365775504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 45 0 0 0 3 2 0 0 20 0 21 0 3204490 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989364722704 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 108 0 0 0 5 2 0 0 20 0 21 0 3204490 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989363669392 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=10967196 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 107 0 0 0 5 4 0 0 20 0 21 0 3204490 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989362616592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 79 0 0 0 2 1 0 0 20 0 21 0 3204490 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989361564304 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=10967196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 101 0 0 0 4 2 0 0 20 0 21 0 3204490 11230408704 93681 33554432000 4194304 4196468 140727672507024 139989360511504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7709] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7709/stat : 7709 (java) S 7695 7698 2464 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 3204492 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988958263920 139989415271042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7710] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7710/stat : 7710 (java) S 7695 7698 2464 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3204493 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988957209888 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7711] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7711/stat : 7711 (java) S 7695 7698 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3204493 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988888970864 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7712] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7712/stat : 7712 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3204497 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988887919184 139989415278491 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7713] ppid=7695 vsize=10967196 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7713/stat : 7713 (java) R 7695 7698 2464 0 -1 4202560 5098 0 0 0 87 1 0 0 20 0 21 0 3204497 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988886853232 139989400184242 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7714] ppid=7695 vsize=10967196 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7714/stat : 7714 (java) R 7695 7698 2464 0 -1 4202560 3581 0 0 0 98 1 0 0 20 0 21 0 3204497 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988885801664 139989394914817 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7715] ppid=7695 vsize=10967196 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7715/stat : 7715 (java) R 7695 7698 2464 0 -1 4202560 3549 0 0 0 83 0 0 0 20 0 21 0 3204497 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988884750864 139989400181868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7716] ppid=7695 vsize=10967196 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7716/stat : 7716 (java) R 7695 7698 2464 0 -1 4202560 1190 0 0 0 29 0 0 0 20 0 21 0 3204497 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988883708144 139989394244632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7717] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7717/stat : 7717 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3204497 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988882656096 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7718] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7718/stat : 7718 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3204498 11230408704 93681 33554432000 4194304 4196468 140727672507024 139988881603376 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 4.99

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

[pid=7698/tid=7711] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7711/stat : 7711 (java) S 7695 7698 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3204493 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988888970864 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7712] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7712/stat : 7712 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988887919184 139989415278491 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7713] ppid=7695 vsize=10967196 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7713/stat : 7713 (java) S 7695 7698 2464 0 -1 1077944384 7785 0 0 0 140 1 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988886866032 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7714] ppid=7695 vsize=10967196 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7714/stat : 7714 (java) S 7695 7698 2464 0 -1 1077944384 6633 0 0 0 141 1 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988885813232 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7715] ppid=7695 vsize=10967196 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7715/stat : 7715 (java) S 7695 7698 2464 0 -1 1077944384 6207 0 0 0 128 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988884760944 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7716] ppid=7695 vsize=10967196 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7716/stat : 7716 (java) S 7695 7698 2464 0 -1 1077944384 1788 0 0 0 36 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988883708144 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7717] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7717/stat : 7717 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988882656096 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7718] ppid=7695 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7718/stat : 7718 (java) S 7695 7698 2464 0 -1 1077944384 695 0 0 0 1 2 0 0 20 0 21 0 3204498 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988881603376 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7719] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7719/stat : 7719 (java) S 7695 7698 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3204638 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988880549424 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 66.5
Current children cumulated vsize (KiB) 10967196

[startup+61.6008 s]
/proc/loadavg: 1.99 2.06 2.05 3/283 7720
/proc/meminfo: memFree=28482072/32770624 swapFree=5804/227860
[pid=7698] ppid=7695 vsize=10967196 CPUtime=67.31 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 35232 0 0 0 6659 72 0 0 20 0 21 0 3204489 11230408704 114161 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2741799 114161 3153 1 0 2730193 0
[pid=7698/tid=7699] ppid=7695 vsize=10967196 CPUtime=61.34 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) R 7695 7698 2464 0 -1 4202560 8296 0 0 0 6128 6 0 0 20 0 21 0 3204489 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989419498200 139989044260773 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=10967196 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 171 0 0 0 12 6 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989367880592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=10967196 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 158 0 0 0 10 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989366827792 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=10967196 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 133 0 0 0 10 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989365775504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=10967196 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 126 0 0 0 8 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989364722704 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=10967196 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 559 0 0 0 11 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989363669392 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=10967196 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 176 0 0 0 10 8 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989362616592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=10967196 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 274 0 0 0 8 6 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989361564304 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=10967196 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 192 0 0 0 10 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989360511504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7709] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7709/stat : 7709 (java) S 7695 7698 2464 0 -1 1077944384 652 0 0 0 0 0 0 0 20 0 21 0 3204492 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988958263920 139989415271042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7710] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7710/stat : 7710 (java) S 7695 7698 2464 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3204493 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988957209888 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7711] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7711/stat : 7711 (java) S 7695 7698 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3204493 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988888970864 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7712] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7712/stat : 7712 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988887919184 139989415278491 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7713] ppid=7695 vsize=10967196 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7713/stat : 7713 (java) S 7695 7698 2464 0 -1 1077944384 7785 0 0 0 140 1 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988886866032 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7714] ppid=7695 vsize=10967196 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7714/stat : 7714 (java) S 7695 7698 2464 0 -1 1077944384 6633 0 0 0 141 1 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988885813232 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7715] ppid=7695 vsize=10967196 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7715/stat : 7715 (java) S 7695 7698 2464 0 -1 1077944384 6207 0 0 0 128 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988884760944 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7716] ppid=7695 vsize=10967196 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7716/stat : 7716 (java) S 7695 7698 2464 0 -1 1077944384 1788 0 0 0 36 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988883708144 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7717] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7717/stat : 7717 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988882656096 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7718] ppid=7695 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7718/stat : 7718 (java) S 7695 7698 2464 0 -1 1077944384 695 0 0 0 1 2 0 0 20 0 21 0 3204498 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988881603376 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7719] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7719/stat : 7719 (java) S 7695 7698 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3204638 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988880549424 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 67.31
Current children cumulated vsize (KiB) 10967196

[startup+62.4008 s]
/proc/loadavg: 1.99 2.06 2.05 3/283 7720
/proc/meminfo: memFree=28482072/32770624 swapFree=5804/227860
[pid=7698] ppid=7695 vsize=10967196 CPUtime=68.1 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 35234 0 0 0 6738 72 0 0 20 0 21 0 3204489 11230408704 114161 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2741799 114161 3153 1 0 2730193 0
[pid=7698/tid=7699] ppid=7695 vsize=10967196 CPUtime=62.13 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) R 7695 7698 2464 0 -1 4202560 8298 0 0 0 6207 6 0 0 20 0 21 0 3204489 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989419498200 139989044260773 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=10967196 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 171 0 0 0 12 6 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989367880592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=10967196 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 158 0 0 0 10 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989366827792 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=10967196 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 133 0 0 0 10 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989365775504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=10967196 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 126 0 0 0 8 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989364722704 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=10967196 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 559 0 0 0 11 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989363669392 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=10967196 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 176 0 0 0 10 8 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989362616592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=10967196 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 274 0 0 0 8 6 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989361564304 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=10967196 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 192 0 0 0 10 7 0 0 20 0 21 0 3204490 11230408704 114161 33554432000 4194304 4196468 140727672507024 139989360511504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7709] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7709/stat : 7709 (java) S 7695 7698 2464 0 -1 1077944384 652 0 0 0 0 0 0 0 20 0 21 0 3204492 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988958263920 139989415271042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7710] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7710/stat : 7710 (java) S 7695 7698 2464 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3204493 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988957209888 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7711] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7711/stat : 7711 (java) S 7695 7698 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3204493 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988888970864 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7712] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7712/stat : 7712 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988887919184 139989415278491 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7713] ppid=7695 vsize=10967196 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7713/stat : 7713 (java) S 7695 7698 2464 0 -1 1077944384 7785 0 0 0 140 1 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988886866032 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7714] ppid=7695 vsize=10967196 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7714/stat : 7714 (java) S 7695 7698 2464 0 -1 1077944384 6633 0 0 0 141 1 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988885813232 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7715] ppid=7695 vsize=10967196 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7715/stat : 7715 (java) S 7695 7698 2464 0 -1 1077944384 6207 0 0 0 128 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988884760944 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7716] ppid=7695 vsize=10967196 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7716/stat : 7716 (java) S 7695 7698 2464 0 -1 1077944384 1788 0 0 0 36 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988883708144 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7717] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7717/stat : 7717 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3204497 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988882656096 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7718] ppid=7695 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7718/stat : 7718 (java) S 7695 7698 2464 0 -1 1077944384 695 0 0 0 1 2 0 0 20 0 21 0 3204498 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988881603376 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7719] ppid=7695 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7719/stat : 7719 (java) S 7695 7698 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3204638 11230408704 114161 33554432000 4194304 4196468 140727672507024 139988880549424 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 68.1
Current children cumulated vsize (KiB) 10967196

[startup+62.8088 s]
/proc/loadavg: 1.99 2.06 2.05 2/283 7722
/proc/meminfo: memFree=28482120/32770624 swapFree=5804/227860
[pid=7698] ppid=7695 vsize=11100324 CPUtime=68.41 cores=1,3,5,7,9,11,13,15
/proc/7698/stat : 7698 (java) S 7695 7698 2464 0 -1 1077944320 36798 0 0 0 6768 73 0 0 20 0 21 0 3204489 11366731776 114191 33554432000 4194304 4196468 140727672507024 140727672489568 139989415259895 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
/proc/7698/statm: 2775081 114191 3155 1 0 2763475 0
[pid=7698/tid=7699] ppid=7695 vsize=11100324 CPUtime=62.36 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7699/stat : 7699 (java) S 7695 7698 2464 0 -1 1077944384 8614 0 0 0 6230 6 0 0 20 0 21 0 3204489 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989419500576 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7700] ppid=7695 vsize=11100324 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7700/stat : 7700 (java) S 7695 7698 2464 0 -1 1077944384 171 0 0 0 12 6 0 0 20 0 21 0 3204490 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989367880592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7701] ppid=7695 vsize=11100324 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7701/stat : 7701 (java) S 7695 7698 2464 0 -1 1077944384 158 0 0 0 10 7 0 0 20 0 21 0 3204490 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989366827792 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7702] ppid=7695 vsize=11100324 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7702/stat : 7702 (java) S 7695 7698 2464 0 -1 1077944384 133 0 0 0 10 7 0 0 20 0 21 0 3204490 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989365775504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7703] ppid=7695 vsize=11100324 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7703/stat : 7703 (java) S 7695 7698 2464 0 -1 1077944384 126 0 0 0 8 7 0 0 20 0 21 0 3204490 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989364722704 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7704] ppid=7695 vsize=11100324 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7704/stat : 7704 (java) S 7695 7698 2464 0 -1 1077944384 559 0 0 0 11 7 0 0 20 0 21 0 3204490 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989363669392 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7705] ppid=7695 vsize=11100324 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7705/stat : 7705 (java) S 7695 7698 2464 0 -1 1077944384 176 0 0 0 10 8 0 0 20 0 21 0 3204490 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989362616592 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7706] ppid=7695 vsize=11100324 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7706/stat : 7706 (java) S 7695 7698 2464 0 -1 1077944384 274 0 0 0 8 6 0 0 20 0 21 0 3204490 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989361564304 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7707] ppid=7695 vsize=11100324 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7707/stat : 7707 (java) S 7695 7698 2464 0 -1 1077944384 192 0 0 0 10 7 0 0 20 0 21 0 3204490 11366731776 114191 33554432000 4194304 4196468 140727672507024 139989360511504 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7709] ppid=7695 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7709/stat : 7709 (java) S 7695 7698 2464 0 -1 1077944384 652 0 0 0 0 0 0 0 20 0 21 0 3204492 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988958263920 139989415271042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7710] ppid=7695 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7710/stat : 7710 (java) S 7695 7698 2464 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3204493 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988957209888 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7711] ppid=7695 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7711/stat : 7711 (java) S 7695 7698 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3204493 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988888970864 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7712] ppid=7695 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7712/stat : 7712 (java) S 7695 7698 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3204497 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988887919184 139989415278491 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7713] ppid=7695 vsize=11100324 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7713/stat : 7713 (java) S 7695 7698 2464 0 -1 1077944384 8272 0 0 0 142 1 0 0 20 0 21 0 3204497 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988886866032 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7714] ppid=7695 vsize=11100324 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7714/stat : 7714 (java) S 7695 7698 2464 0 -1 1077944384 6655 0 0 0 142 1 0 0 20 0 21 0 3204497 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988885813232 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7715] ppid=7695 vsize=11100324 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7715/stat : 7715 (java) S 7695 7698 2464 0 -1 1077944384 6709 0 0 0 130 0 0 0 20 0 21 0 3204497 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988884760944 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7716] ppid=7695 vsize=11100324 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7716/stat : 7716 (java) S 7695 7698 2464 0 -1 1077944384 1870 0 0 0 37 0 0 0 20 0 21 0 3204497 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988883708144 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7717] ppid=7695 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7717/stat : 7717 (java) S 7695 7698 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3204497 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988882656096 139989415270101 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7718] ppid=7695 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7718/stat : 7718 (java) S 7695 7698 2464 0 -1 1077944384 695 0 0 0 1 2 0 0 20 0 21 0 3204498 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988881603376 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
[pid=7698/tid=7721] ppid=7695 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7698/task/7721/stat : 7721 (java) S 7695 7698 2464 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 21 0 3210751 11366731776 114191 33554432000 4194304 4196468 140727672507024 139988879496848 139989415271042 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6389760 140727672509611 140727672509764 140727672509764 140727672512463 0
Current children cumulated CPU time (s) 68.41
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 62.8693
CPU time (s): 68.4519
CPU user time (s): 67.7115
CPU system time (s): 0.740366
CPU usage (%): 108.88
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.7115
system time used= 0.740366
maximum resident set size= 457184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4069
involuntary context switches= 3617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.459516 second user time and 0.46841 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-22 01:22:38
IDJOB=4244045
IDBENCH=134531
IDSOLVER=2623
FILE ID=node117/4244045-1500679358
RUNJOBID= node117-1500673052-5492
PBS_JOBID= 20623301
Free space on /tmp= 62000 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-01.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244045-1500679358/watcher-4244045-1500679358 -o /tmp/evaluation-result-4244045-1500679358/solver-4244045-1500679358 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500673052-5492 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244045-1500679358.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 4b3f242d4d7820c1a4b57bc20b9aba43
RANDOM SEED=777177113

node117.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28929960 kB
MemAvailable:   28943480 kB
Buffers:           41884 kB
Cached:           282948 kB
SwapCached:            0 kB
Active:          3227624 kB
Inactive:         236748 kB
Active(anon):    3142048 kB
Inactive(anon):     8696 kB
Active(file):      85576 kB
Inactive(file):   228052 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1732 kB
Writeback:             0 kB
AnonPages:       3144272 kB
Mapped:            41780 kB
Shmem:              8840 kB
Slab:              63868 kB
SReclaimable:      31452 kB
SUnreclaim:        32416 kB
KernelStack:        4576 kB
PageTables:        10932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3945992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3016704 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= 62000 MiB
End job on node117 at 2017-07-22 01:23:41