Trace number 4263281

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 42.7477 16.550501

General information on the benchmark

NameDomino/
Domino-m1-s1/Domino-100-500.xml
MD5SUM7044d68d6214da7da3276e5f7be25845
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.0074740001
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2
Number of domains1
Minimum domain size500
Maximum domain size500
Distribution of domain sizes[{"size":500,"count":100}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":98},{"degree":2,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":1},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints1
Distribution of constraint types[{"type":"intension","count":1},{"type":"allEqual","count":1}]
Optimization problemNO
Type of objective

Solver Data

39.96/14.85	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
39.96/14.85	c This is free software under the dual EPL/GNU LGPL licenses.
39.96/14.85	c See www.sat4j.org for details.
39.96/14.85	c That software uses the Rhino library from the Mozilla project.
39.96/14.85	c version CUSTOM.v20170705
39.96/14.85	c java.runtime.name	Java(TM) SE Runtime Environment
39.96/14.85	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
39.96/14.85	c java.vm.version	25.131-b11
39.96/14.85	c java.vm.vendor	Oracle Corporation
39.96/14.85	c sun.arch.data.model	64
39.96/14.85	c java.version		1.8.0_131
39.96/14.85	c os.name		Linux
39.96/14.85	c os.version		3.10.0-514.16.1.el7.x86_64
39.96/14.85	c os.arch		amd64
39.96/14.85	c Free memory 		499604488
39.96/14.85	c Max memory 		7247757312
39.96/14.85	c Total memory 		504889344
39.96/14.85	c Number of processors 	4
39.96/14.85	c c --- Begin Solver configuration ---
39.96/14.85	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
39.96/14.85	c Learn all clauses as in MiniSAT
39.96/14.85	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
39.96/14.85	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
39.96/14.85	c No reason simplification
39.96/14.85	c Glucose 2.1 dynamic restart strategy
39.96/14.85	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
39.96/14.85	c timeout=2147483s
39.96/14.85	c DB Simplification allowed=false
39.96/14.85	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
39.96/14.85	c --- End Solver configuration ---
39.96/14.85	c constraints type 
39.96/14.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
39.96/14.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
39.96/14.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25250008
39.96/14.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 200
39.96/14.85	c 25251408 constraints processed.
42.71/16.52	c starts		: 29
42.71/16.52	c conflicts		: 3554
42.71/16.52	c decisions		: 311920
42.71/16.52	c propagations		: 1856935
42.71/16.52	c inspects		: 6926002
42.71/16.52	c shortcuts		: 0
42.71/16.52	c learnt literals	: 0
42.71/16.52	c learnt binary clauses	: 1
42.71/16.52	c learnt ternary clauses	: 9
42.71/16.52	c learnt constraints	: 3554
42.71/16.52	c ignored constraints	: 0
42.71/16.52	c root simplifications	: 0
42.71/16.52	c removed literals (reason simplification)	: 0
42.71/16.52	c reason swapping (by a shorter reason)	: 0
42.71/16.52	c Calls to reduceDB	: 0
42.71/16.52	c Number of update (reduction) of LBD	: 2211
42.71/16.52	c Imported unit clauses	: 0
42.71/16.52	c number of reductions to clauses (during analyze)	: 0
42.71/16.52	c number of learned constraints concerned by reduction	: 0
42.71/16.52	c number of learning phase by resolution	: 0
42.71/16.52	c number of learning phase by cutting planes	: 0
42.71/16.52	c number of rounding to 1 operations	: 0
42.71/16.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
42.71/16.52	c number of reductions of the coefficients by power 2 	: 0
42.71/16.52	c number of right shift for reduction by power 2 	: 0
42.71/16.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
42.71/16.52	c speed (assignments/second)	: 1125415.1515151516
42.71/16.52	c non guided choices	7
42.71/16.52	c learnt constraints type 
42.71/16.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3553
42.71/16.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
42.71/16.52	s SATISFIABLE
42.71/16.53	v <instantiation type="solution">
42.71/16.53	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
42.71/16.53	v 	<values> 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 </values>
42.71/16.53	v </instantiation>
42.71/16.53	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263281-1502635804/watcher-4263281-1502635804 -o /tmp/evaluation-result-4263281-1502635804/solver-4263281-1502635804 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263281-1502635804.xml 

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

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


[startup+0.102627 s]*
/proc/loadavg: 3.88 4.31 3.41 3/216 6068
/proc/meminfo: memFree=24240956/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10555400 memory=29928 CPUtime=0.12 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 6572 0 0 0 11 1 0 0 20 0 15 0 96661341 10808729600 7482 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2638850 7482 2826 1 0 2627263 0
[pid=6053/tid=6055] ppid=6050 vsize=10555400 memory=-8393400671388136640 CPUtime=0.09 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) R 6050 6053 3242 0 -1 4202560 4408 0 0 0 8 1 0 0 20 0 15 0 96661341 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527976562240 140527956391269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527909038608 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10555400 memory=140218968434304 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527577983632 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527576930576 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) S 6050 6053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96661342 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527575878032 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10555400 memory=140218968434304 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96661344 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527008479984 140527972358786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6061] ppid=6050 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6061/stat : 6061 (java) S 6050 6053 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96661344 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527007426208 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6062] ppid=6050 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6062/stat : 6062 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96661344 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527006373104 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6063] ppid=6050 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6063/stat : 6063 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527005321680 140527972366235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6064] ppid=6050 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6064/stat : 6064 (java) S 6050 6053 3242 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527004268784 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6065] ppid=6050 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6065/stat : 6065 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527003216240 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6066] ppid=6050 vsize=10555400 memory=140218968434304 CPUtime=0.02 cores=0,2,4,6
/proc/6053/task/6066/stat : 6066 (java) R 6050 6053 3242 0 -1 4202560 380 0 0 0 2 0 0 0 20 0 15 0 96661347 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527002163184 140527972368986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6067] ppid=6050 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6067/stat : 6067 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527001110880 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6068] ppid=6050 vsize=10555400 memory=140218968434304 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6068/stat : 6068 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 7482 33554432000 4194304 4196468 140725327259520 140527000058928 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29928 KiB

[startup+0.210466 s]*
/proc/loadavg: 3.88 4.31 3.41 3/216 6068
/proc/meminfo: memFree=24232924/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10555400 memory=37996 CPUtime=0.28 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 7746 0 0 0 26 2 0 0 20 0 15 0 96661341 10808729600 9499 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2638850 9499 2907 1 0 2627263 0
[pid=6053/tid=6055] ppid=6050 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) R 6050 6053 3242 0 -1 4202560 5355 0 0 0 18 1 0 0 20 0 15 0 96661341 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527976582320 140527957715791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527909038608 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10555400 memory=140218968440177 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527577983632 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527576930576 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) S 6050 6053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96661342 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527575878032 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10555400 memory=140218968434304 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96661344 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527008479984 140527972358786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6061] ppid=6050 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6061/stat : 6061 (java) S 6050 6053 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96661344 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527007426208 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6062] ppid=6050 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6062/stat : 6062 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96661344 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527006373104 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6063] ppid=6050 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6063/stat : 6063 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527005321680 140527972366235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6064] ppid=6050 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6053/task/6064/stat : 6064 (java) S 6050 6053 3242 0 -1 1077944384 522 0 0 0 1 0 0 0 20 0 15 0 96661347 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527004268784 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6065] ppid=6050 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6065/stat : 6065 (java) S 6050 6053 3242 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527003216240 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6066] ppid=6050 vsize=10555400 memory=140218968434304 CPUtime=0.05 cores=0,2,4,6
/proc/6053/task/6066/stat : 6066 (java) S 6050 6053 3242 0 -1 1077944384 424 0 0 0 5 0 0 0 20 0 15 0 96661347 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527002163184 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6067] ppid=6050 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6067/stat : 6067 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527001110880 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6068] ppid=6050 vsize=10555400 memory=140218968434304 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6068/stat : 6068 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661347 10808729600 9499 33554432000 4194304 4196468 140725327259520 140527000058928 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37996 KiB

[startup+0.310374 s]*
/proc/loadavg: 3.88 4.31 3.41 3/216 6068
/proc/meminfo: memFree=24221008/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10555476 memory=56428 CPUtime=0.48 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 8783 0 0 0 45 3 0 0 20 0 15 0 96661341 10808807424 14107 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2638869 14107 3027 1 0 2627263 0
[pid=6053/tid=6055] ppid=6050 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) R 6050 6053 3242 0 -1 4202560 5690 0 0 0 27 2 0 0 20 0 15 0 96661341 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527976575744 140527590558655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527909038608 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10555476 memory=15955814155151000 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527577983632 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661342 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527576930576 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) S 6050 6053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96661342 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527575878032 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10555476 memory=140218968434304 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96661344 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527008479984 140527972358786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6061] ppid=6050 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6061/stat : 6061 (java) S 6050 6053 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96661344 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527007426208 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6062] ppid=6050 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6062/stat : 6062 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96661344 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527006373104 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6063] ppid=6050 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6063/stat : 6063 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527005321680 140527972366235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6064] ppid=6050 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6053/task/6064/stat : 6064 (java) S 6050 6053 3242 0 -1 1077944384 630 0 0 0 3 0 0 0 20 0 15 0 96661347 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527004268784 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6065] ppid=6050 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6053/task/6065/stat : 6065 (java) S 6050 6053 3242 0 -1 1077944384 365 0 0 0 3 0 0 0 20 0 15 0 96661347 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527003216240 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6066] ppid=6050 vsize=10555476 memory=140218968434304 CPUtime=0.1 cores=0,2,4,6
/proc/6053/task/6066/stat : 6066 (java) S 6050 6053 3242 0 -1 1077944384 731 0 0 0 10 0 0 0 20 0 15 0 96661347 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527002163184 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6067] ppid=6050 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6067/stat : 6067 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527001110880 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6068] ppid=6050 vsize=10555476 memory=140218968434304 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6068/stat : 6068 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661347 10808807424 14107 33554432000 4194304 4196468 140725327259520 140527000058928 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 56428 KiB

[startup+0.700808 s]
/proc/loadavg: 3.88 4.31 3.41 5/216 6068
/proc/meminfo: memFree=24123640/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10555476 memory=220044 CPUtime=1.48 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 10498 0 0 0 136 12 0 0 20 0 15 0 96661341 10808807424 55011 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2638869 55011 3085 1 0 2627263 0
[pid=6053/tid=6055] ppid=6050 vsize=10555476 memory=1732 CPUtime=0.62 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) R 6050 6053 3242 0 -1 4202560 5774 0 0 0 58 4 0 0 20 0 15 0 96661341 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527976581808 140527590860271 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10555476 memory=1224 CPUtime=0.05 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) S 6050 6053 3242 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 15 0 96661342 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527909038608 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10555476 memory=12032 CPUtime=0.04 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 3 1 0 0 20 0 15 0 96661342 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527577983632 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10555476 memory=5792 CPUtime=0.04 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 3 1 0 0 20 0 15 0 96661342 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527576930576 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10555476 memory=796 CPUtime=0.05 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) S 6050 6053 3242 0 -1 1077944384 37 0 0 0 4 1 0 0 20 0 15 0 96661342 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527575878032 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96661344 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527008479984 140527972358786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6061] ppid=6050 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6061/stat : 6061 (java) S 6050 6053 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96661344 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527007426208 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6062] ppid=6050 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6062/stat : 6062 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96661344 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527006373104 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6063] ppid=6050 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6063/stat : 6063 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527005321680 140527972366235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6064] ppid=6050 vsize=10555476 memory=7519159149027546218 CPUtime=0.25 cores=0,2,4,6
/proc/6053/task/6064/stat : 6064 (java) S 6050 6053 3242 0 -1 1077944384 1435 0 0 0 25 0 0 0 20 0 15 0 96661347 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527004268784 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6065] ppid=6050 vsize=10555476 memory=7523071198212214892 CPUtime=0.25 cores=0,2,4,6
/proc/6053/task/6065/stat : 6065 (java) R 6050 6053 3242 0 -1 4202560 945 0 0 0 25 0 0 0 20 0 15 0 96661347 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527003216240 140527957471624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6066] ppid=6050 vsize=10555476 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6053/task/6066/stat : 6066 (java) S 6050 6053 3242 0 -1 1077944384 784 0 0 0 12 0 0 0 20 0 15 0 96661347 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527002163184 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6067] ppid=6050 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6067/stat : 6067 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96661347 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527001110880 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6068] ppid=6050 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6068/stat : 6068 (java) S 6050 6053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96661347 10808807424 55011 33554432000 4194304 4196468 140725327259520 140527000058928 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 220044 KiB

[startup+1.50079 s]
/proc/loadavg: 3.88 4.31 3.41 3/216 6068
/proc/meminfo: memFree=23959368/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10555476 memory=601016 CPUtime=3.67 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 11551 0 0 0 322 45 0 0 20 0 15 0 96661341 10808807424 150254 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2638869 150254 3101 1 0 2627263 0
[pid=6053/tid=6055] ppid=6050 vsize=10555476 memory=8112282956445269571 CPUtime=0.95 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) S 6050 6053 3242 0 -1 1077944384 5847 0 0 0 89 6 0 0 20 0 15 0 96661341 10808807424 150254 33554432000 4194304 4196468 140725327259520 140527976581696 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10555476 memory=-8754540793456063680 CPUtime=0.51 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) R 6050 6053 3242 0 -1 4202560 239 0 0 0 42 9 0 0 20 0 15 0 96661342 10808807424 150254 33554432000 4194304 4196468 140725327259520 140527909038504 140527964975847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10555476 memory=-2843869621055772062 CPUtime=0.5 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) R 6050 6053 3242 0 -1 4202560 213 0 0 0 41 9 0 0 20 0 15 0 96661342 10808807424 150254 33554432000 4194304 4196468 140725327259520 140527577983520 140527957298259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10555476 memory=5450919713671312938 CPUtime=0.51 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) R 6050 6053 3242 0 -1 4202560 276 0 0 0 42 9 0 0 20 0 15 0 96661342 10808807424 150254 33554432000 4194304 4196468 140725327259520 140527576930160 140527964975847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10555476 memory=7005738693937936738 CPUtime=0.52 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) R 6050 6053 3242 0 -1 4202560 238 0 0 0 43 9 0 0 20 0 15 0 96661342 10808807424 150254 33554432000 4194304 4196468 140725327259520 140527575878032 140527956802396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 96661344 10808807424 150254 33554432000 4194304 4196468 140725327259520 140527008478304 140527972357845 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0

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

Current children cumulated CPU time: 39.08 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 3192604 KiB

[startup+15.2008 s]
/proc/loadavg: 3.62 4.23 3.40 5/217 6069
/proc/meminfo: memFree=21068664/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10622040 memory=3198412 CPUtime=40.99 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 36442 0 0 0 3813 286 0 0 20 0 16 0 96661341 10876968960 799603 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2655510 799603 3136 1 0 2643904 0
[pid=6053/tid=6055] ppid=6050 vsize=10622040 memory=8112282956445269571 CPUtime=4.96 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) R 6050 6053 3242 0 -1 4202560 8977 0 0 0 486 10 0 0 20 0 16 0 96661341 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527976584160 140527591549300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10622040 memory=2408 CPUtime=8.05 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) S 6050 6053 3242 0 -1 1077944384 3850 0 0 0 737 68 0 0 20 0 16 0 96661342 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527909038608 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10622040 memory=1732 CPUtime=8.1 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) S 6050 6053 3242 0 -1 1077944384 2536 0 0 0 743 67 0 0 20 0 16 0 96661342 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527577983632 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10622040 memory=1224 CPUtime=8.08 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) S 6050 6053 3242 0 -1 1077944384 3120 0 0 0 741 67 0 0 20 0 16 0 96661342 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527576930576 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10622040 memory=12032 CPUtime=8.15 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) S 6050 6053 3242 0 -1 1077944384 3175 0 0 0 747 68 0 0 20 0 16 0 96661342 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527575878032 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10622040 memory=5792 CPUtime=2.02 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 5752 0 0 0 202 0 0 0 20 0 16 0 96661344 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527008479984 140527972358786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6061] ppid=6050 vsize=10622040 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6061/stat : 6061 (java) S 6050 6053 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 96661344 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527007426208 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6062] ppid=6050 vsize=10622040 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6062/stat : 6062 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96661344 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527006373104 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6063] ppid=6050 vsize=10622040 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6063/stat : 6063 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96661347 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527005321680 140527972366235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6064] ppid=6050 vsize=10622040 memory=1712 CPUtime=0.63 cores=0,2,4,6
/proc/6053/task/6064/stat : 6064 (java) S 6050 6053 3242 0 -1 1077944384 3299 0 0 0 63 0 0 0 20 0 16 0 96661347 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527004268784 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6065] ppid=6050 vsize=10622040 memory=1952 CPUtime=0.68 cores=0,2,4,6
/proc/6053/task/6065/stat : 6065 (java) S 6050 6053 3242 0 -1 1077944384 2488 0 0 0 68 0 0 0 20 0 16 0 96661347 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527003216240 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6066] ppid=6050 vsize=10622040 memory=8612 CPUtime=0.2 cores=0,2,4,6
/proc/6053/task/6066/stat : 6066 (java) S 6050 6053 3242 0 -1 1077944384 1598 0 0 0 20 0 0 0 20 0 16 0 96661347 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527002163184 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6067] ppid=6050 vsize=10622040 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6067/stat : 6067 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96661347 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527001110880 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6068] ppid=6050 vsize=10622040 memory=280437742822720 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6068/stat : 6068 (java) S 6050 6053 3242 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 16 0 96661347 10876968960 799603 33554432000 4194304 4196468 140725327259520 140527000058928 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6069] ppid=6050 vsize=10622040 memory=280437742827264 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6069/stat : 6069 (java) S 6050 6053 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96662828 10876968960 799603 33554432000 4194304 4196468 140725327259520 140526999004720 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
Current children cumulated CPU time: 40.99 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3198412 KiB

[startup+16.0008 s]*
/proc/loadavg: 3.62 4.23 3.40 3/217 6069
/proc/meminfo: memFree=21067532/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10622040 memory=3198760 CPUtime=42.19 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 36535 0 0 0 3933 286 0 0 20 0 16 0 96661341 10876968960 799690 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2655510 799690 3136 1 0 2643904 0
[pid=6053/tid=6055] ppid=6050 vsize=10622040 memory=8112282956445269571 CPUtime=5.76 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) R 6050 6053 3242 0 -1 4202560 8981 0 0 0 566 10 0 0 20 0 16 0 96661341 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527976570096 140527591537009 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10622040 memory=4872558044660077418 CPUtime=8.05 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) S 6050 6053 3242 0 -1 1077944384 3850 0 0 0 737 68 0 0 20 0 16 0 96661342 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527909038608 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10622040 memory=0 CPUtime=8.1 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) S 6050 6053 3242 0 -1 1077944384 2536 0 0 0 743 67 0 0 20 0 16 0 96661342 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527577983632 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10622040 memory=0 CPUtime=8.08 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) S 6050 6053 3242 0 -1 1077944384 3120 0 0 0 741 67 0 0 20 0 16 0 96661342 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527576930576 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10622040 memory=0 CPUtime=8.15 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) S 6050 6053 3242 0 -1 1077944384 3175 0 0 0 747 68 0 0 20 0 16 0 96661342 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527575878032 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10622040 memory=0 CPUtime=2.02 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 5752 0 0 0 202 0 0 0 20 0 16 0 96661344 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527008479984 140527972358786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6061] ppid=6050 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6061/stat : 6061 (java) S 6050 6053 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 96661344 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527007426208 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6062] ppid=6050 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6062/stat : 6062 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96661344 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527006373104 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6063] ppid=6050 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6063/stat : 6063 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96661347 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527005321680 140527972366235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6064] ppid=6050 vsize=10622040 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/6053/task/6064/stat : 6064 (java) S 6050 6053 3242 0 -1 1077944384 3328 0 0 0 80 0 0 0 20 0 16 0 96661347 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527004268784 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6065] ppid=6050 vsize=10622040 memory=7897517683652307531 CPUtime=0.89 cores=0,2,4,6
/proc/6053/task/6065/stat : 6065 (java) S 6050 6053 3242 0 -1 1077944384 2540 0 0 0 89 0 0 0 20 0 16 0 96661347 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527003216240 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6066] ppid=6050 vsize=10622040 memory=8514726395715349656 CPUtime=0.22 cores=0,2,4,6
/proc/6053/task/6066/stat : 6066 (java) S 6050 6053 3242 0 -1 1077944384 1606 0 0 0 22 0 0 0 20 0 16 0 96661347 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527002163184 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6067] ppid=6050 vsize=10622040 memory=3047711553320166262 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6067/stat : 6067 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96661347 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527001110880 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6068] ppid=6050 vsize=10622040 memory=8514701219730523551 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6068/stat : 6068 (java) S 6050 6053 3242 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 16 0 96661347 10876968960 799690 33554432000 4194304 4196468 140725327259520 140527000058928 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6069] ppid=6050 vsize=10622040 memory=7591207947006207336 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6069/stat : 6069 (java) S 6050 6053 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96662828 10876968960 799690 33554432000 4194304 4196468 140725327259520 140526999004720 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
Current children cumulated CPU time: 42.19 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3198760 KiB

[startup+16.4007 s]
/proc/loadavg: 3.62 4.23 3.40 3/217 6069
/proc/meminfo: memFree=21067532/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10755168 memory=3199436 CPUtime=42.71 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 36979 0 0 0 3985 286 0 0 20 0 16 0 96661341 11013292032 799859 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2688792 799859 3144 1 0 2677186 0
[pid=6053/tid=6055] ppid=6050 vsize=10755168 memory=288230621803970871 CPUtime=6.08 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) S 6050 6053 3242 0 -1 1077944384 9193 0 0 0 598 10 0 0 20 0 16 0 96661341 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527976588320 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10755168 memory=14699582244260269 CPUtime=8.05 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) S 6050 6053 3242 0 -1 1077944384 3850 0 0 0 737 68 0 0 20 0 16 0 96661342 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527909038608 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10755168 memory=18476 CPUtime=8.1 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) S 6050 6053 3242 0 -1 1077944384 2536 0 0 0 743 67 0 0 20 0 16 0 96661342 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527577983632 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10755168 memory=16788 CPUtime=8.08 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) S 6050 6053 3242 0 -1 1077944384 3120 0 0 0 741 67 0 0 20 0 16 0 96661342 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527576930576 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10755168 memory=4048 CPUtime=8.15 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) S 6050 6053 3242 0 -1 1077944384 3175 0 0 0 747 68 0 0 20 0 16 0 96661342 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527575878032 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10755168 memory=1792 CPUtime=2.03 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 5753 0 0 0 203 0 0 0 20 0 16 0 96661344 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527008479984 140527972358786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6061] ppid=6050 vsize=10755168 memory=648 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6061/stat : 6061 (java) S 6050 6053 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 96661344 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527007426208 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6062] ppid=6050 vsize=10755168 memory=3198760 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6062/stat : 6062 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96661344 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527006373104 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6063] ppid=6050 vsize=10755168 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6063/stat : 6063 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527005321680 140527972366235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6064] ppid=6050 vsize=10755168 memory=796 CPUtime=0.91 cores=0,2,4,6
/proc/6053/task/6064/stat : 6064 (java) S 6050 6053 3242 0 -1 1077944384 3343 0 0 0 91 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527004268784 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6065] ppid=6050 vsize=10755168 memory=1436 CPUtime=0.98 cores=0,2,4,6
/proc/6053/task/6065/stat : 6065 (java) S 6050 6053 3242 0 -1 1077944384 2681 0 0 0 98 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527003216240 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6066] ppid=6050 vsize=10755168 memory=1012 CPUtime=0.22 cores=0,2,4,6
/proc/6053/task/6066/stat : 6066 (java) S 6050 6053 3242 0 -1 1077944384 1607 0 0 0 22 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527002163184 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6067] ppid=6050 vsize=10755168 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6067/stat : 6067 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527001110880 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6068] ppid=6050 vsize=10755168 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6068/stat : 6068 (java) S 6050 6053 3242 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527000058928 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
Current children cumulated CPU time: 42.71 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 3199436 KiB

[startup+16.5007 s]
/proc/loadavg: 3.62 4.23 3.40 3/217 6069
/proc/meminfo: memFree=21067532/32770624 swapFree=67108860/67108860
[pid=6053] ppid=6050 vsize=10755168 memory=3199436 CPUtime=42.71 cores=0,2,4,6
/proc/6053/stat : 6053 (java) S 6050 6053 3242 0 -1 1077944320 36979 0 0 0 3985 286 0 0 20 0 16 0 96661341 11013292032 799859 33554432000 4194304 4196468 140725327259520 140725327242064 140527972347639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
/proc/6053/statm: 2688792 799859 3144 1 0 2677186 0
[pid=6053/tid=6055] ppid=6050 vsize=10755168 memory=3199380 CPUtime=6.08 cores=0,2,4,6
/proc/6053/task/6055/stat : 6055 (java) S 6050 6053 3242 0 -1 1077944384 9193 0 0 0 598 10 0 0 20 0 16 0 96661341 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527976588320 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6056] ppid=6050 vsize=10755168 memory=805 CPUtime=8.05 cores=0,2,4,6
/proc/6053/task/6056/stat : 6056 (java) S 6050 6053 3242 0 -1 1077944384 3850 0 0 0 737 68 0 0 20 0 16 0 96661342 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527909038608 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6057] ppid=6050 vsize=10755168 memory=280437742649088 CPUtime=8.1 cores=0,2,4,6
/proc/6053/task/6057/stat : 6057 (java) S 6050 6053 3242 0 -1 1077944384 2536 0 0 0 743 67 0 0 20 0 16 0 96661342 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527577983632 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6058] ppid=6050 vsize=10755168 memory=140218968433601 CPUtime=8.08 cores=0,2,4,6
/proc/6053/task/6058/stat : 6058 (java) S 6050 6053 3242 0 -1 1077944384 3120 0 0 0 741 67 0 0 20 0 16 0 96661342 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527576930576 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6059] ppid=6050 vsize=10755168 memory=55 CPUtime=8.15 cores=0,2,4,6
/proc/6053/task/6059/stat : 6059 (java) S 6050 6053 3242 0 -1 1077944384 3175 0 0 0 747 68 0 0 20 0 16 0 96661342 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527575878032 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6060] ppid=6050 vsize=10755168 memory=7379238589187714662 CPUtime=2.03 cores=0,2,4,6
/proc/6053/task/6060/stat : 6060 (java) S 6050 6053 3242 0 -1 1077944384 5753 0 0 0 203 0 0 0 20 0 16 0 96661344 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527008479984 140527972358786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6061] ppid=6050 vsize=10755168 memory=7305804406608908902 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6061/stat : 6061 (java) S 6050 6053 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 96661344 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527007426208 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6062] ppid=6050 vsize=10755168 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6062/stat : 6062 (java) S 6050 6053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96661344 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527006373104 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6063] ppid=6050 vsize=10755168 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6063/stat : 6063 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527005321680 140527972366235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6064] ppid=6050 vsize=10755168 memory=796 CPUtime=0.91 cores=0,2,4,6
/proc/6053/task/6064/stat : 6064 (java) S 6050 6053 3242 0 -1 1077944384 3343 0 0 0 91 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527004268784 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6065] ppid=6050 vsize=10755168 memory=3192880 CPUtime=0.98 cores=0,2,4,6
/proc/6053/task/6065/stat : 6065 (java) S 6050 6053 3242 0 -1 1077944384 2681 0 0 0 98 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527003216240 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6066] ppid=6050 vsize=10755168 memory=8112282956445269571 CPUtime=0.22 cores=0,2,4,6
/proc/6053/task/6066/stat : 6066 (java) S 6050 6053 3242 0 -1 1077944384 1607 0 0 0 22 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527002163184 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6067] ppid=6050 vsize=10755168 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6067/stat : 6067 (java) S 6050 6053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527001110880 140527972357845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
[pid=6053/tid=6068] ppid=6050 vsize=10755168 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/6053/task/6068/stat : 6068 (java) S 6050 6053 3242 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 16 0 96661347 11013292032 799859 33554432000 4194304 4196468 140725327259520 140527000058928 140527972358786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14553088 140725327266950 140725327267103 140725327267103 140725327269839 0
Current children cumulated CPU time: 42.71 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 3199436 KiB

Child status: 0
Real time (s): 16.5505
CPU time (s): 42.7477
CPU user time (s): 39.8671
CPU system time (s): 2.88065
CPU usage (%): 258.286
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 3199436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.8671
system time used= 2.88065
maximum resident set size= 3200136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37045
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2339
involuntary context switches= 329


# summary of solver processes directly reported to runsolver:
#   pid: 6053
#   total CPU time (s): 42.7477
#   total CPU user time (s): 39.8671
#   total CPU system time (s): 2.88065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.125623 second user time and 0.197885 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 16:35:46
IDJOB=4263281
IDBENCH=138739
IDSOLVER=2651
FILE ID=node149/4263281-1502635804
RUNJOBID= node149-1502620619-3501
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Domino/Domino-m1-s1/Domino-100-500.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263281-1502635804/watcher-4263281-1502635804 -o /tmp/evaluation-result-4263281-1502635804/solver-4263281-1502635804 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263281-1502635804.xml

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

MD5SUM BENCH= 7044d68d6214da7da3276e5f7be25845
RANDOM SEED=535082113

node149.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.43
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.43
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.43
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.43
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:        24259948 kB
MemAvailable:   28284344 kB
Buffers:          259044 kB
Cached:          4038496 kB
SwapCached:            0 kB
Active:          4735008 kB
Inactive:        3302672 kB
Active(anon):    3742628 kB
Inactive(anon):    24944 kB
Active(file):     992380 kB
Inactive(file):  3277728 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       3756368 kB
Mapped:            55620 kB
Shmem:             25224 kB
Slab:             167172 kB
SReclaimable:     140248 kB
SUnreclaim:        26924 kB
KernelStack:        3824 kB
PageTables:        12656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4781196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3627008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 16:36:03