Trace number 4263360

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 13.6674 11.7128

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-19.xml
MD5SUM13382dc3b02e119e78eeacc23771b1ff
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.439026
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints57
Number of domains2
Minimum domain size19
Maximum domain size38
Distribution of domain sizes[{"size":19,"count":38},{"size":38,"count":38}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":38},{"degree":38,"count":38}]
Minimum constraint arity2
Maximum constraint arity39
Distribution of constraint arities[{"arity":2,"count":19},{"arity":39,"count":38}]
Number of extensional constraints0
Number of intensional constraints19
Distribution of constraint types[{"type":"intension","count":19},{"type":"element","count":38}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263360-1502623769/watcher-4263360-1502623769 -o /tmp/evaluation-result-4263360-1502623769/solver-4263360-1502623769 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263360-1502623769.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=19172, runsolver pid=19169
Current StackSize limit: 8192 KiB


[startup+0.107414 s]*
/proc/loadavg: 5.64 6.09 4.62 3/206 19181
/proc/meminfo: memFree=29949428/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10151672 memory=21244 CPUtime=0.04 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 4178 0 0 0 3 1 0 0 20 0 9 0 16259592 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2537918 5311 2156 1 0 2527415 0
[pid=19172/tid=19174] ppid=19169 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) R 19169 19172 7968 0 -1 4202560 2820 0 0 0 3 0 0 0 20 0 9 0 16259599 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140670393802616 140670389589149 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16259599 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10151672 memory=140718646634112 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16259599 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16259599 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16259599 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10151672 memory=140718646634112 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16259601 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 16259601 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 16259601 10395312128 5311 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21244 KiB

[startup+0.210028 s]*
/proc/loadavg: 5.64 6.09 4.62 4/212 19187
/proc/meminfo: memFree=29940088/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10551156 memory=30240 CPUtime=0.14 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 7693 0 0 0 12 2 0 0 20 0 15 0 16259592 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2637789 7560 2804 1 0 2627261 0
[pid=19172/tid=19174] ppid=19169 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) R 19169 19172 7968 0 -1 4202560 5552 0 0 0 9 1 0 0 20 0 15 0 16259599 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140670393788352 140670389589149 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16259599 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10551156 memory=288371094798345856 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16259599 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16259599 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16259599 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10551156 memory=140718646634112 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16259601 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16259601 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16259601 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19182] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19182/stat : 19182 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16259604 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669425224016 140670389585819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19183] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19183/stat : 19183 (java) S 19169 19172 7968 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 16259604 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669424171376 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19184] ppid=19169 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19184/stat : 19184 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16259604 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669423118576 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19185] ppid=19169 vsize=10551156 memory=140718646634112 CPUtime=0.02 cores=0,2,4,6
/proc/19172/task/19185/stat : 19185 (java) S 19169 19172 7968 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 15 0 16259604 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669422065776 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19186] ppid=19169 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19186/stat : 19186 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16259604 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669421013216 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19187] ppid=19169 vsize=10551156 memory=140718646634112 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19187/stat : 19187 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16259607 10804383744 7560 18446744073709551615 4194304 4196468 140733759637760 140669419961520 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30240 KiB

[startup+0.315033 s]*
/proc/loadavg: 5.64 6.09 4.62 3/212 19187
/proc/meminfo: memFree=29934676/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10551156 memory=37960 CPUtime=0.3 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 9368 0 0 0 27 3 0 0 20 0 15 0 16259592 10804383744 9490 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2637789 9490 2915 1 0 2627261 0
[pid=19172/tid=19174] ppid=19169 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) R 19169 19172 7968 0 -1 4202560 6970 0 0 0 19 2 0 0 20 0 15 0 16259599 10804383744 9490 18446744073709551615 4194304 4196468 140733759637760 140670393794992 140669993692296 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16259599 10804383744 9490 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16259599 10804383744 9490 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16259599 10804383744 9490 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16259599 10804383744 9490 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16259601 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16259601 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16259601 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19182] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19182/stat : 19182 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16259604 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669425224016 140670389585819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19183] ppid=19169 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19172/task/19183/stat : 19183 (java) R 19169 19172 7968 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 16259604 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669424171376 140670389578370 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19184] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19184/stat : 19184 (java) S 19169 19172 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 16259604 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669423118576 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19185] ppid=19169 vsize=10551156 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/19172/task/19185/stat : 19185 (java) R 19169 19172 7968 0 -1 4202560 415 0 0 0 5 0 0 0 20 0 15 0 16259604 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669422065776 140670381883758 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19186] ppid=19169 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19186/stat : 19186 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16259604 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669421013216 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19187] ppid=19169 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19187/stat : 19187 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16259607 10804383744 9555 18446744073709551615 4194304 4196468 140733759637760 140669419961520 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37960 KiB

[startup+0.700697 s]
/proc/loadavg: 5.64 6.09 4.62 5/212 19187
/proc/meminfo: memFree=29914164/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10617796 memory=107180 CPUtime=1.4 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 12852 0 0 0 134 6 0 0 20 0 16 0 16259592 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2654449 26795 3063 1 0 2643902 0
[pid=19172/tid=19174] ppid=19169 vsize=10617796 memory=233 CPUtime=0.59 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) R 19169 19172 7968 0 -1 4202560 7481 0 0 0 55 4 0 0 20 0 16 0 16259599 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140670393805264 140669993714192 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10617796 memory=6 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10617796 memory=21 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10617796 memory=72 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19182] ppid=19169 vsize=10617796 memory=4 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19182/stat : 19182 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669425224016 140670389585819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19183] ppid=19169 vsize=10617796 memory=33 CPUtime=0.28 cores=0,2,4,6
/proc/19172/task/19183/stat : 19183 (java) R 19169 19172 7968 0 -1 4202560 1599 0 0 0 28 0 0 0 20 0 16 0 16259604 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669424149904 140670373067421 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19184] ppid=19169 vsize=10617796 memory=2 CPUtime=0.28 cores=0,2,4,6
/proc/19172/task/19184/stat : 19184 (java) R 19169 19172 7968 0 -1 4202560 1333 0 0 0 28 0 0 0 20 0 16 0 16259604 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669423109552 140670371088264 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19185] ppid=19169 vsize=10617796 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/19172/task/19185/stat : 19185 (java) S 19169 19172 7968 0 -1 1077944384 1046 0 0 0 22 0 0 0 20 0 16 0 16259604 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669422065776 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19186] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19186/stat : 19186 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669421013216 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19187] ppid=19169 vsize=10617796 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19187/stat : 19187 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16259607 10872623104 26795 18446744073709551615 4194304 4196468 140733759637760 140669419961520 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 107180 KiB

[startup+1.50144 s]
/proc/loadavg: 5.64 6.09 4.62 4/213 19188
/proc/meminfo: memFree=29867252/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10617796 memory=108624 CPUtime=2.99 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 16405 0 0 0 293 6 0 0 20 0 16 0 16259592 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2654449 27156 3075 1 0 2643902 0
[pid=19172/tid=19174] ppid=19169 vsize=10617796 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) R 19169 19172 7968 0 -1 4202560 7790 0 0 0 135 4 0 0 20 0 16 0 16259599 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140670393801984 140669996862179 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10617796 memory=281436993328320 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10617796 memory=7085094966570477928 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19182] ppid=19169 vsize=10617796 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19182/stat : 19182 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140669425224016 140670389585819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19183] ppid=19169 vsize=10617796 memory=-6585528546044026665 CPUtime=0.62 cores=0,2,4,6
/proc/19172/task/19183/stat : 19183 (java) S 19169 19172 7968 0 -1 1077944384 2639 0 0 0 62 0 0 0 20 0 16 0 16259604 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140669424171376 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19184] ppid=19169 vsize=10617796 memory=-7449383003082255457 CPUtime=0.68 cores=0,2,4,6
/proc/19172/task/19184/stat : 19184 (java) R 19169 19172 7968 0 -1 4202560 2954 0 0 0 68 0 0 0 20 0 16 0 16259604 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140669423118872 140670371085105 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19185] ppid=19169 vsize=10617796 memory=7679937539709960979 CPUtime=0.27 cores=0,2,4,6
/proc/19172/task/19185/stat : 19185 (java) S 19169 19172 7968 0 -1 1077944384 1596 0 0 0 27 0 0 0 20 0 16 0 16259604 10872623104 27156 18446744073709551615 4194304 4196468 140733759637760 140669422065776 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0

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

Current children cumulated CPU time: 11.73 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 131608 KiB

[startup+10.4007 s]
/proc/loadavg: 5.08 5.95 4.59 3/213 19188
/proc/meminfo: memFree=29843560/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10617796 memory=133656 CPUtime=12.53 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 20182 0 0 0 1246 7 0 0 20 0 16 0 16259592 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2654449 33414 3090 1 0 2643902 0
[pid=19172/tid=19174] ppid=19169 vsize=10617796 memory=4124 CPUtime=10.28 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) R 19169 19172 7968 0 -1 4202560 8683 0 0 0 1024 4 0 0 20 0 16 0 16259599 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140670393803344 140669996881378 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10617796 memory=12636 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10617796 memory=7956010499115057218 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10617796 memory=288289973940268410 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19182] ppid=19169 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19182/stat : 19182 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669425224016 140670389585819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19183] ppid=19169 vsize=10617796 memory=1236 CPUtime=0.87 cores=0,2,4,6
/proc/19172/task/19183/stat : 19183 (java) S 19169 19172 7968 0 -1 1077944384 3676 0 0 0 87 0 0 0 20 0 16 0 16259604 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669424171376 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19184] ppid=19169 vsize=10617796 memory=640 CPUtime=1.05 cores=0,2,4,6
/proc/19172/task/19184/stat : 19184 (java) S 19169 19172 7968 0 -1 1077944384 3672 0 0 0 104 1 0 0 20 0 16 0 16259604 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669423118576 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19185] ppid=19169 vsize=10617796 memory=1792 CPUtime=0.28 cores=0,2,4,6
/proc/19172/task/19185/stat : 19185 (java) S 19169 19172 7968 0 -1 1077944384 2045 0 0 0 28 0 0 0 20 0 16 0 16259604 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669422065776 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19186] ppid=19169 vsize=10617796 memory=960 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19186/stat : 19186 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669421013216 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19187] ppid=19169 vsize=10617796 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19187/stat : 19187 (java) S 19169 19172 7968 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 16 0 16259607 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669419961520 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19188] ppid=19169 vsize=10617796 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19188/stat : 19188 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16259657 10872623104 33414 18446744073709551615 4194304 4196468 140733759637760 140669418907056 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 133656 KiB

[startup+11.2007 s]
/proc/loadavg: 5.08 5.95 4.59 3/213 19188
/proc/meminfo: memFree=29841504/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10617796 memory=135704 CPUtime=13.33 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 20202 0 0 0 1326 7 0 0 20 0 16 0 16259592 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2654449 33926 3090 1 0 2643902 0
[pid=19172/tid=19174] ppid=19169 vsize=10617796 memory=131608 CPUtime=11.08 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) R 19169 19172 7968 0 -1 4202560 8703 0 0 0 1104 4 0 0 20 0 16 0 16259599 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140670393803232 140669997008339 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10617796 memory=12636 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10617796 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16259599 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10617796 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10617796 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10617796 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16259601 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19182] ppid=19169 vsize=10617796 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19182/stat : 19182 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669425224016 140670389585819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19183] ppid=19169 vsize=10617796 memory=2012 CPUtime=0.87 cores=0,2,4,6
/proc/19172/task/19183/stat : 19183 (java) S 19169 19172 7968 0 -1 1077944384 3676 0 0 0 87 0 0 0 20 0 16 0 16259604 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669424171376 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19184] ppid=19169 vsize=10617796 memory=5520 CPUtime=1.05 cores=0,2,4,6
/proc/19172/task/19184/stat : 19184 (java) S 19169 19172 7968 0 -1 1077944384 3672 0 0 0 104 1 0 0 20 0 16 0 16259604 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669423118576 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19185] ppid=19169 vsize=10617796 memory=4612 CPUtime=0.28 cores=0,2,4,6
/proc/19172/task/19185/stat : 19185 (java) S 19169 19172 7968 0 -1 1077944384 2045 0 0 0 28 0 0 0 20 0 16 0 16259604 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669422065776 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19186] ppid=19169 vsize=10617796 memory=792 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19186/stat : 19186 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669421013216 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19187] ppid=19169 vsize=10617796 memory=8684 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19187/stat : 19187 (java) S 19169 19172 7968 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 16 0 16259607 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669419961520 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19188] ppid=19169 vsize=10617796 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19188/stat : 19188 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16259657 10872623104 33926 18446744073709551615 4194304 4196468 140733759637760 140669418907056 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
Current children cumulated CPU time: 13.33 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 135704 KiB

[startup+11.6007 s]
/proc/loadavg: 5.08 5.95 4.59 3/213 19188
/proc/meminfo: memFree=29841504/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10750924 memory=139888 CPUtime=13.64 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 20745 0 0 0 1357 7 0 0 20 0 16 0 16259592 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2687731 34972 3092 1 0 2677184 0
[pid=19172/tid=19174] ppid=19169 vsize=10750924 memory=-8774313645642428999 CPUtime=11.38 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) S 19169 19172 7968 0 -1 1077944384 9001 0 0 0 1134 4 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670393807904 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10750924 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10750924 memory=127372 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10750924 memory=302022887072858421 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10750924 memory=15816711811106768 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10750924 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 16259601 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10750924 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16259601 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10750924 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16259601 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19182] ppid=19169 vsize=10750924 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19182/stat : 19182 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669425224016 140670389585819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19183] ppid=19169 vsize=10750924 memory=1414298054980309879 CPUtime=0.87 cores=0,2,4,6
/proc/19172/task/19183/stat : 19183 (java) S 19169 19172 7968 0 -1 1077944384 3702 0 0 0 87 0 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669424171376 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19184] ppid=19169 vsize=10750924 memory=4137293581110450563 CPUtime=1.06 cores=0,2,4,6
/proc/19172/task/19184/stat : 19184 (java) S 19169 19172 7968 0 -1 1077944384 3683 0 0 0 105 1 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669423118576 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19185] ppid=19169 vsize=10750924 memory=4196912344889787449 CPUtime=0.29 cores=0,2,4,6
/proc/19172/task/19185/stat : 19185 (java) S 19169 19172 7968 0 -1 1077944384 2110 0 0 0 29 0 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669422065776 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19186] ppid=19169 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19186/stat : 19186 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669421013216 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19187] ppid=19169 vsize=10750924 memory=6298397712577286759 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19187/stat : 19187 (java) S 19169 19172 7968 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 16 0 16259607 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669419961520 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
Current children cumulated CPU time: 13.64 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 139888 KiB

[startup+11.7007 s]
/proc/loadavg: 5.08 5.95 4.59 3/213 19188
/proc/meminfo: memFree=29841504/32770624 swapFree=67108860/67108860
[pid=19172] ppid=19169 vsize=10750924 memory=139888 CPUtime=13.64 cores=0,2,4,6
/proc/19172/stat : 19172 (java) S 19169 19172 7968 0 -1 1077944320 20745 0 0 0 1357 7 0 0 20 0 16 0 16259592 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140733759620304 140670389567223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
/proc/19172/statm: 2687731 34972 3092 1 0 2677184 0
[pid=19172/tid=19174] ppid=19169 vsize=10750924 memory=137764 CPUtime=11.38 cores=0,2,4,6
/proc/19172/task/19174/stat : 19174 (java) S 19169 19172 7968 0 -1 1077944384 9001 0 0 0 1134 4 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670393807904 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19175] ppid=19169 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19175/stat : 19175 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670319987344 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19176] ppid=19169 vsize=10750924 memory=133656 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19176/stat : 19176 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670318934544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19177] ppid=19169 vsize=10750924 memory=928 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19177/stat : 19177 (java) S 19169 19172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670317881744 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19178] ppid=19169 vsize=10750924 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19178/stat : 19178 (java) S 19169 19172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16259599 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140670316828944 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19179] ppid=19169 vsize=10750924 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19179/stat : 19179 (java) S 19169 19172 7968 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 16259601 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669428382576 140670389578370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19180] ppid=19169 vsize=10750924 memory=129420 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19180/stat : 19180 (java) S 19169 19172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16259601 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669427328544 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19181] ppid=19169 vsize=10750924 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19181/stat : 19181 (java) S 19169 19172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16259601 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669426275696 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19182] ppid=19169 vsize=10750924 memory=129420 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19182/stat : 19182 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669425224016 140670389585819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19183] ppid=19169 vsize=10750924 memory=26660 CPUtime=0.87 cores=0,2,4,6
/proc/19172/task/19183/stat : 19183 (java) S 19169 19172 7968 0 -1 1077944384 3702 0 0 0 87 0 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669424171376 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19184] ppid=19169 vsize=10750924 memory=133656 CPUtime=1.06 cores=0,2,4,6
/proc/19172/task/19184/stat : 19184 (java) S 19169 19172 7968 0 -1 1077944384 3683 0 0 0 105 1 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669423118576 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19185] ppid=19169 vsize=10750924 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/19172/task/19185/stat : 19185 (java) S 19169 19172 7968 0 -1 1077944384 2110 0 0 0 29 0 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669422065776 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19186] ppid=19169 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19186/stat : 19186 (java) S 19169 19172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16259604 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669421013216 140670389577429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
[pid=19172/tid=19187] ppid=19169 vsize=10750924 memory=127372 CPUtime=0 cores=0,2,4,6
/proc/19172/task/19187/stat : 19187 (java) S 19169 19172 7968 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 16 0 16259607 11008946176 34972 18446744073709551615 4194304 4196468 140733759637760 140669419961520 140670389578370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140733759639953 140733759640106 140733759640106 140733759643599 0
Current children cumulated CPU time: 13.64 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 139888 KiB

Child status: 0
Real time (s): 11.7128
CPU time (s): 13.6674
CPU user time (s): 13.5862
CPU system time (s): 0.08124
CPU usage (%): 116.688
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 139888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5862
system time used= 0.08124
maximum resident set size= 142216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21107
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= 1842
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 19172
#   total CPU time (s): 13.6674
#   total CPU user time (s): 13.5862
#   total CPU system time (s): 0.08124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.093799 second user time and 0.14729 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 13:15:32
IDJOB=4263360
IDBENCH=124365
IDSOLVER=2651
FILE ID=node128/4263360-1502623769
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263360-1502623769/watcher-4263360-1502623769 -o /tmp/evaluation-result-4263360-1502623769/solver-4263360-1502623769 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263360-1502623769.xml

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

MD5SUM BENCH= 13382dc3b02e119e78eeacc23771b1ff
RANDOM SEED=1109010650

node128.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.94
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.94
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.94
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.94
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:        29961516 kB
MemAvailable:   30529052 kB
Buffers:          134924 kB
Cached:           720552 kB
SwapCached:            0 kB
Active:          1730980 kB
Inactive:         666372 kB
Active(anon):    1542212 kB
Inactive(anon):    16764 kB
Active(file):     188768 kB
Inactive(file):   649608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             4 kB
AnonPages:       1541216 kB
Mapped:            44448 kB
Shmem:             17116 kB
Slab:             114740 kB
SReclaimable:      89992 kB
SUnreclaim:        24748 kB
KernelStack:        3456 kB
PageTables:         8008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3248324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1443840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 13:15:44