Trace number 4290082

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 2018-07-11SAT 7.62476 5.12303

General information on the benchmark

NameEternity/
Eternity-04-04_c18.xml
MD5SUM888903612ba8c9f4d3271c512caeb5d6
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.009195
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints33
Number of domains2
Minimum domain size6
Maximum domain size16
Distribution of domain sizes[{"size":6,"count":40},{"size":16,"count":16}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":52},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":16},{"arity":5,"count":16},{"arity":16,"count":1}]
Number of extensional constraints16
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

1.21/0.60	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.21/0.60	c This is free software under the dual EPL/GNU LGPL licenses.
1.21/0.60	c See www.sat4j.org for details.
1.21/0.60	c That software uses the Rhino library from the Mozilla project.
1.21/0.60	c version 2.3.6-SNAPSHOT
1.21/0.60	c java.runtime.name	Java(TM) SE Runtime Environment
1.21/0.60	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.21/0.60	c java.vm.version	25.131-b11
1.21/0.60	c java.vm.vendor	Oracle Corporation
1.21/0.60	c sun.arch.data.model	64
1.21/0.60	c java.version		1.8.0_131
1.21/0.60	c os.name		Linux
1.21/0.60	c os.version		3.10.0-514.16.1.el7.x86_64
1.21/0.60	c os.arch		amd64
1.21/0.60	c Free memory 		499604488
1.21/0.60	c Max memory 		7247757312
1.21/0.60	c Total memory 		504889344
1.21/0.60	c Number of processors 	4
1.21/0.60	c c --- Begin Solver configuration ---
1.21/0.60	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.21/0.60	c Learn all clauses as in MiniSAT
1.21/0.60	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.21/0.60	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.21/0.60	c No reason simplification
1.21/0.60	c Glucose 2.1 dynamic restart strategy
1.21/0.60	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.21/0.60	c timeout=2147483s
1.21/0.60	c DB Simplification allowed=false
1.21/0.60	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.21/0.60	c --- End Solver configuration ---
1.21/0.60	c constraints type 
1.21/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 112
1.21/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 42976
1.21/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20416
1.21/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 64
1.21/0.60	c 63568 constraints processed.
7.60/5.11	c starts		: 169
7.60/5.11	c conflicts		: 49365
7.60/5.11	c decisions		: 510744
7.60/5.11	c propagations		: 12819036
7.60/5.11	c inspects		: 29075670
7.60/5.11	c shortcuts		: 0
7.60/5.11	c learnt literals	: 180
7.60/5.11	c learnt binary clauses	: 1129
7.60/5.11	c learnt ternary clauses	: 1738
7.60/5.11	c learnt constraints	: 49185
7.60/5.11	c ignored constraints	: 0
7.60/5.11	c root simplifications	: 0
7.60/5.11	c removed literals (reason simplification)	: 0
7.60/5.11	c reason swapping (by a shorter reason)	: 0
7.60/5.11	c Calls to reduceDB	: 6
7.60/5.11	c Number of update (reduction) of LBD	: 34564
7.60/5.11	c Imported unit clauses	: 0
7.60/5.11	c number of reductions to clauses (during analyze)	: 0
7.60/5.11	c number of learned constraints concerned by reduction	: 0
7.60/5.11	c number of learning phase by resolution	: 0
7.60/5.11	c number of learning phase by cutting planes	: 0
7.60/5.11	c number of rounding to 1 operations	: 0
7.60/5.11	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.60/5.11	c number of reductions of the coefficients by power 2 	: 0
7.60/5.11	c number of right shift for reduction by power 2 	: 0
7.60/5.11	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.60/5.11	c number of ending skipping 	: 0
7.60/5.11	c number of internal skipping 	: 0
7.60/5.11	c number of derivation steps 	: 0
7.60/5.11	c number of skipped derivation steps 	: 0
7.60/5.11	c number of remaining unassigned 	: 0
7.60/5.11	c number of remaining assigned 	: 0
7.60/5.11	c speed (assignments/second)	: 2855019.153674833
7.60/5.11	c non guided choices	: 42976
7.60/5.11	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 1129
7.60/5.11	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 12340
7.60/5.11	s SATISFIABLE
7.60/5.11	v <instantiation type="solution">
7.60/5.11	v 	<list> id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3] </list>
7.60/5.11	v 	<values> 2 7 10 3 5 12 15 9 8 14 13 11 0 6 4 1 0 0 0 0 1 5 5 2 2 3 3 2 1 4 3 2 0 2 1 2 0 3 5 4 0 4 4 5 0 1 1 1 0 0 0 0 0 0 0 0 </values>
7.60/5.11	v </instantiation>
7.60/5.11	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290082-1532272127/watcher-4290082-1532272127 -o /tmp/evaluation-result-4290082-1532272127/solver-4290082-1532272127 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290082-1532272127.xml 

running on 4 cores: 1,3,5,7

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

solver pid=5145, runsolver pid=5142

[startup+0.10014 s]*
/proc/loadavg: 4.97 4.69 3.70 3/220 5160
/proc/meminfo: memFree=13161124/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10659012 memory=30108 CPUtime=0.13 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 6605 0 0 0 11 2 0 0 20 0 15 0 44775894 10914828288 7527 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2664753 7527 2845 1 0 2627263 0
[pid=5145/tid=5147] ppid=5142 vsize=10659012 memory=-8393972456072508608 CPUtime=0.09 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) R 5142 5145 3347 0 -1 4202560 4435 0 0 0 8 1 0 0 20 0 15 0 44775894 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676916557680 140676896433502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10659012 memory=140642459854464 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44775895 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10659012 memory=140642459854464 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44775897 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5153] ppid=5142 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5153/stat : 5153 (java) S 5142 5145 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44775897 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676402439328 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5154] ppid=5142 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5154/stat : 5154 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44775897 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676401386224 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5155] ppid=5142 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5155/stat : 5155 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44775899 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676400334800 140676912371611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5156] ppid=5142 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5156/stat : 5156 (java) S 5142 5145 3347 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 44775899 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676399282928 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5157] ppid=5142 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5157/stat : 5157 (java) S 5142 5145 3347 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44775900 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676398230384 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5158] ppid=5142 vsize=10659012 memory=140642459854464 CPUtime=0.02 cores=1,3,5,7
/proc/5145/task/5158/stat : 5158 (java) S 5142 5145 3347 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 44775900 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676397177328 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5159] ppid=5142 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5159/stat : 5159 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44775900 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676396125024 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5160] ppid=5142 vsize=10659012 memory=140642459854464 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5160/stat : 5160 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775900 10914828288 7527 33554432000 4194304 4196468 140736341396272 140676395072048 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30108 KiB

[startup+0.21084 s]*
/proc/loadavg: 4.97 4.69 3.70 5/220 5160
/proc/meminfo: memFree=13150736/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10659012 memory=42072 CPUtime=0.33 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 8085 0 0 0 31 2 0 0 20 0 15 0 44775894 10914828288 10518 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2664753 10518 3011 1 0 2627263 0
[pid=5145/tid=5147] ppid=5142 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) R 5142 5145 3347 0 -1 4202560 5021 0 0 0 18 2 0 0 20 0 15 0 44775894 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676916588592 140676912374941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10659012 memory=288371018611566208 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44775895 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10659012 memory=140642459854464 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44775897 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5153] ppid=5142 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5153/stat : 5153 (java) S 5142 5145 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44775897 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676402439328 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5154] ppid=5142 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5154/stat : 5154 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44775897 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676401386224 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5155] ppid=5142 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5155/stat : 5155 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44775899 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676400334800 140676912371611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5156] ppid=5142 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5145/task/5156/stat : 5156 (java) S 5142 5145 3347 0 -1 1077944384 550 0 0 0 2 0 0 0 20 0 15 0 44775899 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676399282928 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5157] ppid=5142 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5145/task/5157/stat : 5157 (java) S 5142 5145 3347 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 15 0 44775900 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676398230384 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5158] ppid=5142 vsize=10659012 memory=140642459854464 CPUtime=0.07 cores=1,3,5,7
/proc/5145/task/5158/stat : 5158 (java) R 5142 5145 3347 0 -1 4202560 685 0 0 0 7 0 0 0 20 0 15 0 44775900 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676397177328 140676912374362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5159] ppid=5142 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5159/stat : 5159 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44775900 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676396125024 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5160] ppid=5142 vsize=10659012 memory=140642459854464 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5160/stat : 5160 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775900 10914828288 10518 33554432000 4194304 4196468 140736341396272 140676395072048 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42072 KiB

[startup+0.313633 s]*
/proc/loadavg: 4.97 4.69 3.70 3/220 5160
/proc/meminfo: memFree=13143664/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10659088 memory=47448 CPUtime=0.52 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 9027 0 0 0 49 3 0 0 20 0 15 0 44775894 10914906112 11862 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2664772 11862 3059 1 0 2627263 0
[pid=5145/tid=5147] ppid=5142 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) R 5142 5145 3347 0 -1 4202560 5783 0 0 0 28 2 0 0 20 0 15 0 44775894 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676916589056 140676503325395 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10659088 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10659088 memory=15116202173015704 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775895 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44775895 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10659088 memory=140642459854464 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44775897 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5153] ppid=5142 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5153/stat : 5153 (java) S 5142 5145 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44775897 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676402439328 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5154] ppid=5142 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5154/stat : 5154 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44775897 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676401386224 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5155] ppid=5142 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5155/stat : 5155 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44775899 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676400334800 140676912371611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5156] ppid=5142 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5145/task/5156/stat : 5156 (java) R 5142 5145 3347 0 -1 1077944384 601 0 0 0 4 0 0 0 20 0 15 0 44775899 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676399282928 140676912364162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5157] ppid=5142 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/5145/task/5157/stat : 5157 (java) R 5142 5145 3347 0 -1 4202560 555 0 0 0 5 0 0 0 20 0 15 0 44775900 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676398230384 140676891846312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5158] ppid=5142 vsize=10659088 memory=140642459854464 CPUtime=0.12 cores=1,3,5,7
/proc/5145/task/5158/stat : 5158 (java) R 5142 5145 3347 0 -1 4202560 731 0 0 0 12 0 0 0 20 0 15 0 44775900 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676397177328 140676891290624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5159] ppid=5142 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5159/stat : 5159 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44775900 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676396125024 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5160] ppid=5142 vsize=10659088 memory=140642459854464 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5160/stat : 5160 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44775900 10914906112 11862 33554432000 4194304 4196468 140736341396272 140676395072048 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47448 KiB

[startup+0.700757 s]
/proc/loadavg: 4.97 4.69 3.70 5/220 5160
/proc/meminfo: memFree=13103332/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10725652 memory=130120 CPUtime=1.79 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 14450 0 0 0 174 5 0 0 20 0 16 0 44775894 10983067648 32530 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2681413 32530 3110 1 0 2643904 0
[pid=5145/tid=5147] ppid=5142 vsize=10725652 memory=1844 CPUtime=0.67 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) R 5142 5145 3347 0 -1 4202560 6048 0 0 0 64 3 0 0 20 0 16 0 44775894 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676916591568 140676912364950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10725652 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10725652 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10725652 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10725652 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10725652 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5153] ppid=5142 vsize=10725652 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5153/stat : 5153 (java) S 5142 5145 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676402439328 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5154] ppid=5142 vsize=10725652 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5154/stat : 5154 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676401386224 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5155] ppid=5142 vsize=10725652 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5155/stat : 5155 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775899 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676400334800 140676912371611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5156] ppid=5142 vsize=10725652 memory=7739276948478455658 CPUtime=0.4 cores=1,3,5,7
/proc/5145/task/5156/stat : 5156 (java) R 5142 5145 3347 0 -1 4202560 2181 0 0 0 40 0 0 0 20 0 16 0 44775899 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676399273904 140676905452862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5157] ppid=5142 vsize=10725652 memory=7368003688827211856 CPUtime=0.39 cores=1,3,5,7
/proc/5145/task/5157/stat : 5157 (java) R 5142 5145 3347 0 -1 4202560 2797 0 0 0 39 0 0 0 20 0 16 0 44775900 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676398211192 140676895849755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5158] ppid=5142 vsize=10725652 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/5145/task/5158/stat : 5158 (java) R 5142 5145 3347 0 -1 1077944384 2032 0 0 0 29 1 0 0 20 0 16 0 44775900 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676397177328 140676912364162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5159] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5159/stat : 5159 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775900 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676396125024 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5160] ppid=5142 vsize=10725652 memory=33 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5160/stat : 5160 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775900 10983067648 32530 33554432000 4194304 4196468 140736341396272 140676395072048 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 130120 KiB

[startup+1.50083 s]
/proc/loadavg: 4.98 4.69 3.71 5/221 5161
/proc/meminfo: memFree=13054408/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10725652 memory=150564 CPUtime=3.91 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 27122 0 0 0 384 7 0 0 20 0 16 0 44775894 10983067648 37641 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2681413 37641 3124 1 0 2643904 0
[pid=5145/tid=5147] ppid=5142 vsize=10725652 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) R 5142 5145 3347 0 -1 4202560 6611 0 0 0 144 3 0 0 20 0 16 0 44775894 10983067648 37641 33554432000 4194304 4196468 140736341396272 140676916578304 140676506993397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 37641 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 37641 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 37641 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 37641 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 37641 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0

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

[startup+4.00076 s]*
/proc/loadavg: 4.98 4.69 3.71 3/221 5161
/proc/meminfo: memFree=13027068/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10725652 memory=163020 CPUtime=6.68 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 27338 0 0 0 660 8 0 0 20 0 16 0 44775894 10983067648 40755 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2681413 40755 3133 1 0 2643904 0
[pid=5145/tid=5147] ppid=5142 vsize=10725652 memory=734139726812938545 CPUtime=3.98 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) R 5142 5145 3347 0 -1 4202560 6634 0 0 0 394 4 0 0 20 0 16 0 44775894 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676916589024 140676506993397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10725652 memory=140642459879306 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10725652 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10725652 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5153] ppid=5142 vsize=10725652 memory=3906063643287433777 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5153/stat : 5153 (java) S 5142 5145 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676402439328 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5154] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5154/stat : 5154 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676401386224 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5155] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5155/stat : 5155 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775899 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676400334800 140676912371611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5156] ppid=5142 vsize=10725652 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/5145/task/5156/stat : 5156 (java) S 5142 5145 3347 0 -1 1077944384 5414 0 0 0 114 1 0 0 20 0 16 0 44775899 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676399282928 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5157] ppid=5142 vsize=10725652 memory=40304 CPUtime=1.18 cores=1,3,5,7
/proc/5145/task/5157/stat : 5157 (java) S 5142 5145 3347 0 -1 1077944384 11555 0 0 0 117 1 0 0 20 0 16 0 44775900 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676398230384 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5158] ppid=5142 vsize=10725652 memory=140642459854464 CPUtime=0.35 cores=1,3,5,7
/proc/5145/task/5158/stat : 5158 (java) S 5142 5145 3347 0 -1 1077944384 2301 0 0 0 34 1 0 0 20 0 16 0 44775900 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676397177328 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5159] ppid=5142 vsize=10725652 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5159/stat : 5159 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775900 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676396125024 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5160] ppid=5142 vsize=10725652 memory=140642459854464 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5160/stat : 5160 (java) S 5142 5145 3347 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 44775900 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676395072048 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5161] ppid=5142 vsize=10725652 memory=3400227864743209298 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5161/stat : 5161 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44775956 10983067648 40755 33554432000 4194304 4196468 140736341396272 140676394017840 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
Current children cumulated CPU time: 6.68 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 163020 KiB

[startup+4.80074 s]
/proc/loadavg: 4.98 4.69 3.71 3/221 5161
/proc/meminfo: memFree=13027068/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10725652 memory=167136 CPUtime=7.48 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 27523 0 0 0 740 8 0 0 20 0 16 0 44775894 10983067648 41784 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2681413 41784 3137 1 0 2643904 0
[pid=5145/tid=5147] ppid=5142 vsize=10725652 memory=7738143382423622244 CPUtime=4.77 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) R 5142 5145 3347 0 -1 4202560 6639 0 0 0 473 4 0 0 20 0 16 0 44775894 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676916591528 140676507179078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10725652 memory=7522797428473883477 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10725652 memory=7670301315261816931 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10725652 memory=22177 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10725652 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44775895 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10725652 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5153] ppid=5142 vsize=10725652 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5153/stat : 5153 (java) S 5142 5145 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676402439328 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5154] ppid=5142 vsize=10725652 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5154/stat : 5154 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44775897 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676401386224 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5155] ppid=5142 vsize=10725652 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5155/stat : 5155 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775899 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676400334800 140676912371611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5156] ppid=5142 vsize=10725652 memory=15460 CPUtime=1.15 cores=1,3,5,7
/proc/5145/task/5156/stat : 5156 (java) S 5142 5145 3347 0 -1 1077944384 5414 0 0 0 114 1 0 0 20 0 16 0 44775899 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676399282928 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5157] ppid=5142 vsize=10725652 memory=17668 CPUtime=1.18 cores=1,3,5,7
/proc/5145/task/5157/stat : 5157 (java) S 5142 5145 3347 0 -1 1077944384 11555 0 0 0 117 1 0 0 20 0 16 0 44775900 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676398230384 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5158] ppid=5142 vsize=10725652 memory=19876 CPUtime=0.35 cores=1,3,5,7
/proc/5145/task/5158/stat : 5158 (java) S 5142 5145 3347 0 -1 1077944384 2301 0 0 0 34 1 0 0 20 0 16 0 44775900 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676397177328 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5159] ppid=5142 vsize=10725652 memory=7809070665841997069 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5159/stat : 5159 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775900 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676396125024 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5160] ppid=5142 vsize=10725652 memory=281284656807232 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5160/stat : 5160 (java) S 5142 5145 3347 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 44775900 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676395072048 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5161] ppid=5142 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5161/stat : 5161 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44775956 10983067648 41784 33554432000 4194304 4196468 140736341396272 140676394017840 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 167136 KiB

[startup+5.00075 s]*
/proc/loadavg: 4.98 4.69 3.71 2/221 5163
/proc/meminfo: memFree=13018480/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10858780 memory=171376 CPUtime=7.6 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 27855 0 0 0 752 8 0 0 20 0 16 0 44775894 11119390720 42844 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2714695 42844 3139 1 0 2677186 0
[pid=5145/tid=5147] ppid=5142 vsize=10858780 memory=8112282956445269571 CPUtime=4.88 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) S 5142 5145 3347 0 -1 1077944384 6821 0 0 0 484 4 0 0 20 0 16 0 44775894 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676916593696 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10858780 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44775895 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10858780 memory=665094924408689388 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 16 0 44775897 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5153] ppid=5142 vsize=10858780 memory=7885630751101880879 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5153/stat : 5153 (java) S 5142 5145 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 44775897 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676402439328 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5154] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5154/stat : 5154 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44775897 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676401386224 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5155] ppid=5142 vsize=10858780 memory=8174734440904339804 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5155/stat : 5155 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775899 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676400334800 140676912371611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5156] ppid=5142 vsize=10858780 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/5145/task/5156/stat : 5156 (java) S 5142 5145 3347 0 -1 1077944384 5417 0 0 0 114 1 0 0 20 0 16 0 44775899 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676399282928 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5157] ppid=5142 vsize=10858780 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/5145/task/5157/stat : 5157 (java) S 5142 5145 3347 0 -1 1077944384 11557 0 0 0 117 1 0 0 20 0 16 0 44775900 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676398230384 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5158] ppid=5142 vsize=10858780 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/5145/task/5158/stat : 5158 (java) S 5142 5145 3347 0 -1 1077944384 2313 0 0 0 34 1 0 0 20 0 16 0 44775900 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676397177328 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5159] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5159/stat : 5159 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775900 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676396125024 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5160] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5160/stat : 5160 (java) S 5142 5145 3347 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 44775900 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676395072048 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5162] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5162/stat : 5162 (java) S 5142 5145 3347 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 44776385 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676392965008 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
Current children cumulated CPU time: 7.6 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 171376 KiB

[startup+5.11009 s]
/proc/loadavg: 4.98 4.69 3.71 2/221 5163
/proc/meminfo: memFree=13018480/32770624 swapFree=67108860/67108860
[pid=5145] ppid=5142 vsize=10858780 memory=171376 CPUtime=7.6 cores=1,3,5,7
/proc/5145/stat : 5145 (java) S 5142 5145 3347 0 -1 1077944320 27878 0 0 0 752 8 0 0 20 0 16 0 44775894 11119390720 42844 33554432000 4194304 4196468 140736341396272 140736341378816 140676912353015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
/proc/5145/statm: 2714695 42844 3139 1 0 2677186 0
[pid=5145/tid=5147] ppid=5142 vsize=10858780 memory=758 CPUtime=4.88 cores=1,3,5,7
/proc/5145/task/5147/stat : 5147 (java) S 5142 5145 3347 0 -1 1077944384 6821 0 0 0 484 4 0 0 20 0 16 0 44775894 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676916593696 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5148] ppid=5142 vsize=10858780 memory=4049211165967668912 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5148/stat : 5148 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676838427664 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5149] ppid=5142 vsize=10858780 memory=8305311027921445216 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5149/stat : 5149 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676837375120 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5150] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5150/stat : 5150 (java) S 5142 5145 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44775895 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676836322064 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5151] ppid=5142 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5151/stat : 5151 (java) S 5142 5145 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44775895 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676835269520 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5152] ppid=5142 vsize=10858780 memory=154828 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5152/stat : 5152 (java) S 5142 5145 3347 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 16 0 44775897 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676403493104 140676912364162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5153] ppid=5142 vsize=10858780 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5153/stat : 5153 (java) S 5142 5145 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 44775897 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676402439328 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5154] ppid=5142 vsize=10858780 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5154/stat : 5154 (java) S 5142 5145 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44775897 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676401386224 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5155] ppid=5142 vsize=10858780 memory=55 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5155/stat : 5155 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775899 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676400334800 140676912371611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5156] ppid=5142 vsize=10858780 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/5145/task/5156/stat : 5156 (java) S 5142 5145 3347 0 -1 1077944384 5417 0 0 0 114 1 0 0 20 0 16 0 44775899 11119390720 42844 33554432000 4194304 4196468 140736341396272 140676399282928 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5157] ppid=5142 vsize=10858780 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/5145/task/5157/stat : 5157 (java) S 5142 5145 3347 0 -1 1077944384 11557 0 0 0 117 1 0 0 20 0 16 0 44775900 11119390720 43356 33554432000 4194304 4196468 140736341396272 140676398230384 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5158] ppid=5142 vsize=10858780 memory=167136 CPUtime=0.35 cores=1,3,5,7
/proc/5145/task/5158/stat : 5158 (java) S 5142 5145 3347 0 -1 1077944384 2313 0 0 0 34 1 0 0 20 0 16 0 44775900 11119390720 43356 33554432000 4194304 4196468 140736341396272 140676397177328 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5159] ppid=5142 vsize=10858780 memory=24274484071146 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5159/stat : 5159 (java) S 5142 5145 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44775900 11119390720 43356 33554432000 4194304 4196468 140736341396272 140676396125024 140676912363221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5160] ppid=5142 vsize=10858780 memory=24274484070890 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5160/stat : 5160 (java) S 5142 5145 3347 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 44775900 11119390720 43356 33554432000 4194304 4196468 140736341396272 140676395072048 140676912364162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
[pid=5145/tid=5162] ppid=5142 vsize=10858780 memory=24274484070890 CPUtime=0 cores=1,3,5,7
/proc/5145/task/5162/stat : 5162 (java) R 5142 5145 3347 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 16 0 44776385 11119390720 43356 33554432000 4194304 4196468 140736341396272 140676392965008 140676894217264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22740992 140736341402737 140736341402889 140736341402889 140736341405647 0
Current children cumulated CPU time: 7.6 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 171376 KiB

Child status: 0
Real time (s): 5.12303
CPU time (s): 7.62476
CPU user time (s): 7.5312
CPU system time (s): 0.093561
CPU usage (%): 148.833
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 171376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.5312
system time used= 0.093561
maximum resident set size= 173732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28168
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= 1628
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 5145
#   total CPU time (s): 7.62476
#   total CPU user time (s): 7.5312
#   total CPU system time (s): 0.093561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058578 second user time and 0.094745 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 17:08:47
IDJOB=4290082
IDBENCH=141650
IDSOLVER=2742
FILE ID=node133/4290082-1532272127
RUNJOBID= node133-1532260671-3379
PBS_JOBID= 21018968
Free space on /tmp= 52644 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Eternity/Eternity-04-04_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290082-1532272127/watcher-4290082-1532272127 -o /tmp/evaluation-result-4290082-1532272127/solver-4290082-1532272127 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290082-1532272127.xml

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

MD5SUM BENCH= 888903612ba8c9f4d3271c512caeb5d6
RANDOM SEED=1508904972

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13180492 kB
MemAvailable:   27929756 kB
Buffers:          202584 kB
Cached:         14623812 kB
SwapCached:            0 kB
Active:          5230616 kB
Inactive:       13654104 kB
Active(anon):    4048260 kB
Inactive(anon):    29520 kB
Active(file):    1182356 kB
Inactive(file): 13624584 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2472 kB
Writeback:             0 kB
AnonPages:       4118356 kB
Mapped:            47668 kB
Shmem:             17056 kB
Slab:             398324 kB
SReclaimable:     370784 kB
SUnreclaim:        27540 kB
KernelStack:        3840 kB
PageTables:        12488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4945840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3987456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52640 MiB
End job on node133 at 2018-07-22 17:08:53