Trace number 4263577

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-05UNSAT 1337.4301 1218.42

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-12.xml
MD5SUMa557c5b210af073d1486c8e4c563afe6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.99824297
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":18},{"degree":4,"count":21},{"degree":5,"count":5},{"degree":6,"count":8},{"degree":7,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":1},{"degree":57,"count":1},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":21},{"arity":4,"count":18},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

172.28/75.99	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
172.28/75.99	c This is free software under the dual EPL/GNU LGPL licenses.
172.28/75.99	c See www.sat4j.org for details.
172.28/75.99	c That software uses the Rhino library from the Mozilla project.
172.28/75.99	c version CUSTOM.v20170705
172.28/75.99	c java.runtime.name	Java(TM) SE Runtime Environment
172.28/75.99	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
172.28/75.99	c java.vm.version	25.131-b11
172.28/75.99	c java.vm.vendor	Oracle Corporation
172.28/75.99	c sun.arch.data.model	64
172.28/75.99	c java.version		1.8.0_131
172.28/75.99	c os.name		Linux
172.28/75.99	c os.version		3.10.0-514.16.1.el7.x86_64
172.28/75.99	c os.arch		amd64
172.28/75.99	c Free memory 		499604488
172.28/75.99	c Max memory 		7247757312
172.28/75.99	c Total memory 		504889344
172.28/75.99	c Number of processors 	4
172.28/75.99	c c --- Begin Solver configuration ---
172.28/75.99	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
172.28/75.99	c Learn all clauses as in MiniSAT
172.28/75.99	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
172.28/75.99	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
172.28/75.99	c No reason simplification
172.28/75.99	c Glucose 2.1 dynamic restart strategy
172.28/75.99	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
172.28/75.99	c timeout=2147483s
172.28/75.99	c DB Simplification allowed=false
172.28/75.99	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
172.28/75.99	c --- End Solver configuration ---
172.28/75.99	c constraints type 
172.28/75.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 222
172.28/75.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 54794334
172.28/75.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5217468
172.28/75.99	c org.sat4j.minisat.constraints.cnf.UnitClause => 519
172.28/75.99	c 60012543 constraints processed.
1337.37/1218.38	c starts		: 40
1337.37/1218.38	c conflicts		: 35083
1337.37/1218.38	c decisions		: 45065459
1337.37/1218.38	c propagations		: 2762675990
1337.37/1218.38	c inspects		: 3223946497
1337.37/1218.38	c shortcuts		: 0
1337.37/1218.38	c learnt literals	: 2
1337.37/1218.38	c learnt binary clauses	: 484
1337.37/1218.38	c learnt ternary clauses	: 570
1337.37/1218.38	c learnt constraints	: 35080
1337.37/1218.38	c ignored constraints	: 0
1337.37/1218.38	c root simplifications	: 0
1337.37/1218.38	c removed literals (reason simplification)	: 0
1337.37/1218.38	c reason swapping (by a shorter reason)	: 0
1337.37/1218.38	c Calls to reduceDB	: 5
1337.37/1218.38	c Number of update (reduction) of LBD	: 19473
1337.37/1218.38	c Imported unit clauses	: 0
1337.37/1218.38	c number of reductions to clauses (during analyze)	: 0
1337.37/1218.38	c number of learned constraints concerned by reduction	: 0
1337.37/1218.38	c number of learning phase by resolution	: 0
1337.37/1218.38	c number of learning phase by cutting planes	: 0
1337.37/1218.38	c number of rounding to 1 operations	: 0
1337.37/1218.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1337.37/1218.38	c number of reductions of the coefficients by power 2 	: 0
1337.37/1218.38	c number of right shift for reduction by power 2 	: 0
1337.37/1218.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
1337.37/1218.38	c speed (assignments/second)	: 2418681.4407681855
1337.37/1218.38	c non guided choices	26521172
1337.37/1218.38	c learnt constraints type 
1337.37/1218.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 484
1337.37/1218.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7478
1337.37/1218.38	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263577-1502636656/watcher-4263577-1502636656 -o /tmp/evaluation-result-4263577-1502636656/solver-4263577-1502636656 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263577-1502636656.xml 

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

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=30956, runsolver pid=30953
Current StackSize limit: 8192 KiB


[startup+0.100228 s]*
/proc/loadavg: 1.94 2.44 2.84 2/200 30958
/proc/meminfo: memFree=30668396/32770624 swapFree=67108860/67108860
[pid=30956] ppid=30953 vsize=9936560 memory=16484 CPUtime=0 cores=1,3,5,7
/proc/30956/stat : 30956 (java) S 30953 30956 897 0 -1 1077944320 3417 0 0 0 0 0 0 0 20 0 6 0 65886262 10175037440 4121 18446744073709551615 4194304 4196468 140730887237664 140730887220208 140064589446903 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
/proc/30956/statm: 2484140 4121 1921 1 0 2473637 0
[pid=30956/tid=30958] ppid=30953 vsize=9936560 memory=8318255677412212789 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30958/stat : 30958 (java) R 30953 30956 897 0 -1 4202560 2117 0 0 0 0 0 0 0 20 0 6 0 65886271 10175037440 4121 18446744073709551615 4194304 4196468 140730887237664 140064593683024 140064573527390 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=9936560 memory=288230591823085922 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65886272 10175037440 4121 18446744073709551615 4194304 4196468 140730887237664 140064530483856 140064589457109 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=9936560 memory=288370587332298368 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65886272 10175037440 4121 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064589457109 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65886272 10175037440 4121 18446744073709551615 4194304 4196468 140730887237664 140064528378256 140064589457109 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65886272 10175037440 4121 18446744073709551615 4194304 4196468 140730887237664 140064527325456 140064589457109 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.211761 s]*
/proc/loadavg: 1.94 2.44 2.84 3/213 30971
/proc/meminfo: memFree=30656452/32770624 swapFree=67108860/67108860
[pid=30956] ppid=30953 vsize=10551156 memory=26964 CPUtime=0.09 cores=1,3,5,7
/proc/30956/stat : 30956 (java) S 30953 30956 897 0 -1 1077944320 5225 0 0 0 8 1 0 0 20 0 15 0 65886262 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140730887220208 140064589446903 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
/proc/30956/statm: 2637789 6741 2759 1 0 2627261 0
[pid=30956/tid=30958] ppid=30953 vsize=10551156 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/30956/task/30958/stat : 30958 (java) R 30953 30956 897 0 -1 4202560 3157 0 0 0 6 1 0 0 20 0 15 0 65886271 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064593681872 140064582124917 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=10551156 memory=12946 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886272 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064530483856 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=10551156 memory=288370587332298368 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886272 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65886272 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064528378256 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65886272 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064527325456 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30963] ppid=30953 vsize=10551156 memory=140211180586624 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30963/stat : 30963 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65886273 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064085273456 140064589458050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30964] ppid=30953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30964/stat : 30964 (java) S 30953 30956 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65886274 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064084219424 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30965] ppid=30953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30965/stat : 30965 (java) S 30953 30956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65886274 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064083166576 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30966] ppid=30953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30966/stat : 30966 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886276 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064082114896 140064589465499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30967] ppid=30953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30967/stat : 30967 (java) S 30953 30956 897 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 65886276 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064081062256 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30968] ppid=30953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30968/stat : 30968 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886276 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064080009456 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30969] ppid=30953 vsize=10551156 memory=140211180586624 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30969/stat : 30969 (java) R 30953 30956 897 0 -1 4202560 256 0 0 0 0 0 0 0 20 0 15 0 65886277 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064078956656 140064568250032 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30970] ppid=30953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30970/stat : 30970 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886277 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064077904096 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30971] ppid=30953 vsize=10551156 memory=140211180586624 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30971/stat : 30971 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886281 10804383744 6741 18446744073709551615 4194304 4196468 140730887237664 140064076852400 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26964 KiB

[startup+0.310493 s]*
/proc/loadavg: 1.94 2.44 2.84 3/213 30971
/proc/meminfo: memFree=30646716/32770624 swapFree=67108860/67108860
[pid=30956] ppid=30953 vsize=10551156 memory=36440 CPUtime=0.24 cores=1,3,5,7
/proc/30956/stat : 30956 (java) S 30953 30956 897 0 -1 1077944320 8419 0 0 0 22 2 0 0 20 0 15 0 65886262 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140730887220208 140064589446903 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
/proc/30956/statm: 2637789 9110 2862 1 0 2627261 0
[pid=30956/tid=30958] ppid=30953 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=1,3,5,7
/proc/30956/task/30958/stat : 30958 (java) R 30953 30956 897 0 -1 4202560 6068 0 0 0 15 2 0 0 20 0 15 0 65886271 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064593681264 140064573527390 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=10551156 memory=12946 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886272 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064530483856 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=10551156 memory=318876947403912832 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886272 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65886272 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064528378256 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65886272 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064527325456 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30963] ppid=30953 vsize=10551156 memory=3471342607501424304 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30963/stat : 30963 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65886273 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064085273456 140064589458050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30964] ppid=30953 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30964/stat : 30964 (java) S 30953 30956 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65886274 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064084219424 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30965] ppid=30953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30965/stat : 30965 (java) S 30953 30956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65886274 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064083166576 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30966] ppid=30953 vsize=10551156 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30966/stat : 30966 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886276 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064082114896 140064589465499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30967] ppid=30953 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30956/task/30967/stat : 30967 (java) S 30953 30956 897 0 -1 1077944384 523 0 0 0 1 0 0 0 20 0 15 0 65886276 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064081062256 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30968] ppid=30953 vsize=10551156 memory=3472328296227418159 CPUtime=0.01 cores=1,3,5,7
/proc/30956/task/30968/stat : 30968 (java) S 30953 30956 897 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 65886276 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064080009456 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30969] ppid=30953 vsize=10551156 memory=7959527353605355437 CPUtime=0.04 cores=1,3,5,7
/proc/30956/task/30969/stat : 30969 (java) S 30953 30956 897 0 -1 1077944384 374 0 0 0 4 0 0 0 20 0 15 0 65886277 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064078956656 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30970] ppid=30953 vsize=10551156 memory=664970774370808936 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30970/stat : 30970 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886277 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064077904096 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30971] ppid=30953 vsize=10551156 memory=140211180586624 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30971/stat : 30971 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886281 10804383744 9110 18446744073709551615 4194304 4196468 140730887237664 140064076852400 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36440 KiB

[startup+0.701096 s]
/proc/loadavg: 1.94 2.44 2.84 6/213 30971
/proc/meminfo: memFree=30630896/32770624 swapFree=67108860/67108860
[pid=30956] ppid=30953 vsize=10551232 memory=111180 CPUtime=1.25 cores=1,3,5,7
/proc/30956/stat : 30956 (java) S 30953 30956 897 0 -1 1077944320 12799 0 0 0 120 5 0 0 20 0 15 0 65886262 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140730887220208 140064589446903 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
/proc/30956/statm: 2637808 27795 3050 1 0 2627261 0
[pid=30956/tid=30958] ppid=30953 vsize=10551232 memory=4639059877604708710 CPUtime=0.54 cores=1,3,5,7
/proc/30956/task/30958/stat : 30958 (java) R 30953 30956 897 0 -1 4202560 7371 0 0 0 50 4 0 0 20 0 15 0 65886271 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064593684432 140064204377598 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=10551232 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886272 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064530483856 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=10551232 memory=7668012111147524688 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886272 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65886272 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064528378256 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=10551232 memory=250 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) S 30953 30956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65886272 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064527325456 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30963] ppid=30953 vsize=10551232 memory=851 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30963/stat : 30963 (java) S 30953 30956 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65886273 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064085273456 140064589458050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30964] ppid=30953 vsize=10551232 memory=227 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30964/stat : 30964 (java) S 30953 30956 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65886274 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064084219424 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30965] ppid=30953 vsize=10551232 memory=55 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30965/stat : 30965 (java) S 30953 30956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65886274 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064083166576 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30966] ppid=30953 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30966/stat : 30966 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886276 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064082114896 140064589465499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30967] ppid=30953 vsize=10551232 memory=336 CPUtime=0.22 cores=1,3,5,7
/proc/30956/task/30967/stat : 30967 (java) R 30953 30956 897 0 -1 4202560 1681 0 0 0 22 0 0 0 20 0 15 0 65886276 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064081043664 140064570968609 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30968] ppid=30953 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/30956/task/30968/stat : 30968 (java) R 30953 30956 897 0 -1 4202560 1015 0 0 0 23 0 0 0 20 0 15 0 65886276 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064079995480 140064568703536 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30969] ppid=30953 vsize=10551232 memory=4116 CPUtime=0.23 cores=1,3,5,7
/proc/30956/task/30969/stat : 30969 (java) R 30953 30956 897 0 -1 4202560 1360 0 0 0 23 0 0 0 20 0 15 0 65886277 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064078956656 140064568373804 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30970] ppid=30953 vsize=10551232 memory=6625 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30970/stat : 30970 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886277 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064077904096 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30971] ppid=30953 vsize=10551232 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30971/stat : 30971 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886281 10804461568 27795 18446744073709551615 4194304 4196468 140730887237664 140064076852400 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 111180 KiB

[startup+1.5011 s]
/proc/loadavg: 1.94 2.44 2.84 4/213 30971
/proc/meminfo: memFree=30471472/32770624 swapFree=67108860/67108860
[pid=30956] ppid=30953 vsize=10551232 memory=323924 CPUtime=3.48 cores=1,3,5,7
/proc/30956/stat : 30956 (java) S 30953 30956 897 0 -1 1077944320 17653 0 0 0 336 12 0 0 20 0 15 0 65886262 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140730887220208 140064589446903 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
/proc/30956/statm: 2637808 80981 3093 1 0 2627261 0
[pid=30956/tid=30958] ppid=30953 vsize=10551232 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/30956/task/30958/stat : 30958 (java) R 30953 30956 897 0 -1 4202560 7562 0 0 0 125 6 0 0 20 0 15 0 65886271 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064593681080 140064205714241 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=10551232 memory=8027497480833099864 CPUtime=0.01 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) S 30953 30956 897 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 65886272 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064530483856 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=10551232 memory=2316 CPUtime=0.01 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) S 30953 30956 897 0 -1 1077944384 20 0 0 0 0 1 0 0 20 0 15 0 65886272 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) S 30953 30956 897 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 65886272 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064528378256 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=10551232 memory=280422038977408 CPUtime=0.02 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) S 30953 30956 897 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 15 0 65886272 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064527325456 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30963] ppid=30953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30963/stat : 30963 (java) S 30953 30956 897 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 65886273 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064085273456 140064589458050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30964] ppid=30953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30964/stat : 30964 (java) S 30953 30956 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65886274 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064084219424 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30965] ppid=30953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30965/stat : 30965 (java) S 30953 30956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65886274 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064083166576 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30966] ppid=30953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30966/stat : 30966 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886276 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064082114896 140064589465499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30967] ppid=30953 vsize=10551232 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/30956/task/30967/stat : 30967 (java) R 30953 30956 897 0 -1 4202560 4244 0 0 0 83 1 0 0 20 0 15 0 65886276 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064081048048 140064574555775 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30968] ppid=30953 vsize=10551232 memory=13297 CPUtime=0.87 cores=1,3,5,7
/proc/30956/task/30968/stat : 30968 (java) R 30953 30956 897 0 -1 4202560 2663 0 0 0 87 0 0 0 20 0 15 0 65886276 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064079996024 140064569300464 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30969] ppid=30953 vsize=10551232 memory=4420 CPUtime=0.35 cores=1,3,5,7
/proc/30956/task/30969/stat : 30969 (java) S 30953 30956 897 0 -1 1077944384 1648 0 0 0 35 0 0 0 20 0 15 0 65886277 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064078956656 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30970] ppid=30953 vsize=10551232 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30970/stat : 30970 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65886277 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064077904096 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30971] ppid=30953 vsize=10551232 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30971/stat : 30971 (java) S 30953 30956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65886281 10804461568 80981 18446744073709551615 4194304 4196468 140730887237664 140064076852400 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 10551232 KiB

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

/proc/30956/task/30958/stat : 30958 (java) S 30953 30956 897 0 -1 1077944384 103001 0 0 0 116054 24 0 0 20 0 16 0 65886271 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064593688496 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=10617796 memory=3048 CPUtime=36.5 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) R 30953 30956 897 0 -1 4202560 16684 0 0 0 3540 110 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064530483744 140064574436546 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=10617796 memory=8421756 CPUtime=36.63 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) R 30953 30956 897 0 -1 4202560 28306 0 0 0 3550 113 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064574146192 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=10617796 memory=4124 CPUtime=36.57 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) R 30953 30956 897 0 -1 4202560 16482 0 0 0 3554 103 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064528378456 140064574147628 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=10617796 memory=2316 CPUtime=36.38 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) R 30953 30956 897 0 -1 4202560 24544 0 0 0 3533 105 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064527325656 140064574146170 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30963] ppid=30953 vsize=10617796 memory=1728 CPUtime=14.97 cores=1,3,5,7
/proc/30956/task/30963/stat : 30963 (java) S 30953 30956 897 0 -1 1077944384 25127 0 0 0 1492 5 0 0 20 0 16 0 65886273 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064085272000 140064589457109 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30964] ppid=30953 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30964/stat : 30964 (java) S 30953 30956 897 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 65886274 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064084219488 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30965] ppid=30953 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30965/stat : 30965 (java) S 30953 30956 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65886274 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064083166592 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30966] ppid=30953 vsize=10617796 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30966/stat : 30966 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064082114896 140064589465499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30967] ppid=30953 vsize=10617796 memory=1712 CPUtime=2.32 cores=1,3,5,7
/proc/30956/task/30967/stat : 30967 (java) S 30953 30956 897 0 -1 1077944384 18713 0 0 0 229 3 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064081062304 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30968] ppid=30953 vsize=10617796 memory=-8774313645642428999 CPUtime=2.11 cores=1,3,5,7
/proc/30956/task/30968/stat : 30968 (java) S 30953 30956 897 0 -1 1077944384 14182 0 0 0 210 1 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064080009504 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30969] ppid=30953 vsize=10617796 memory=960 CPUtime=0.47 cores=1,3,5,7
/proc/30956/task/30969/stat : 30969 (java) S 30953 30956 897 0 -1 1077944384 6426 0 0 0 46 1 0 0 20 0 16 0 65886277 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064078956416 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30970] ppid=30953 vsize=10617796 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30970/stat : 30970 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65886277 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064077904096 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30971] ppid=30953 vsize=10617796 memory=4616 CPUtime=0.77 cores=1,3,5,7
/proc/30956/task/30971/stat : 30971 (java) S 30953 30956 897 0 -1 1077944384 1586 0 0 0 37 40 0 0 20 0 16 0 65886281 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064076852400 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30974] ppid=30953 vsize=10617796 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30974/stat : 30974 (java) S 30953 30956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65893878 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064075797936 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 1327.6 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7752536 KiB

[startup+1216 s]*
/proc/loadavg: 4.44 3.03 2.66 6/214 31147
/proc/meminfo: memFree=14955836/32770624 swapFree=67108860/67108860
[pid=30956] ppid=30953 vsize=10617796 memory=7752536 CPUtime=1335.2 cores=1,3,5,7
/proc/30956/stat : 30956 (java) S 30953 30956 897 0 -1 1077944320 256608 0 0 0 133019 501 0 0 20 0 16 0 65886262 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140730887220208 140064589446903 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
/proc/30956/statm: 2654449 1938134 3145 1 0 2643902 0
[pid=30956/tid=30958] ppid=30953 vsize=10617796 memory=-8195925453750481479 CPUtime=1160.78 cores=1,3,5,7
/proc/30956/task/30958/stat : 30958 (java) S 30953 30956 897 0 -1 1077944384 103001 0 0 0 116054 24 0 0 20 0 16 0 65886271 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064593688496 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=10617796 memory=4872558044660077418 CPUtime=37.97 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) S 30953 30956 897 0 -1 1077944384 16754 0 0 0 3687 110 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064530483856 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=10617796 memory=2164 CPUtime=38.1 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) S 30953 30956 897 0 -1 1077944384 28332 0 0 0 3697 113 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=10617796 memory=840 CPUtime=38.05 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) S 30953 30956 897 0 -1 1077944384 16515 0 0 0 3702 103 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064528378256 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=10617796 memory=16436 CPUtime=37.83 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) S 30953 30956 897 0 -1 1077944384 24565 0 0 0 3678 105 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064527325456 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30963] ppid=30953 vsize=10617796 memory=7439052 CPUtime=16.7 cores=1,3,5,7
/proc/30956/task/30963/stat : 30963 (java) R 30953 30956 897 0 -1 4202560 25127 0 0 0 1665 5 0 0 20 0 16 0 65886273 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064085271888 140064574443270 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30964] ppid=30953 vsize=10617796 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30964/stat : 30964 (java) S 30953 30956 897 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 65886274 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064084219488 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30965] ppid=30953 vsize=10617796 memory=7439032 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30965/stat : 30965 (java) S 30953 30956 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65886274 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064083166592 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30966] ppid=30953 vsize=10617796 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30966/stat : 30966 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064082114896 140064589465499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30967] ppid=30953 vsize=10617796 memory=2316 CPUtime=2.32 cores=1,3,5,7
/proc/30956/task/30967/stat : 30967 (java) S 30953 30956 897 0 -1 1077944384 18713 0 0 0 229 3 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064081062304 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30968] ppid=30953 vsize=10617796 memory=-8774313645642428999 CPUtime=2.11 cores=1,3,5,7
/proc/30956/task/30968/stat : 30968 (java) S 30953 30956 897 0 -1 1077944384 14182 0 0 0 210 1 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064080009504 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30969] ppid=30953 vsize=10617796 memory=7439052 CPUtime=0.47 cores=1,3,5,7
/proc/30956/task/30969/stat : 30969 (java) S 30953 30956 897 0 -1 1077944384 6426 0 0 0 46 1 0 0 20 0 16 0 65886277 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064078956416 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30970] ppid=30953 vsize=10617796 memory=37284 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30970/stat : 30970 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65886277 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064077904096 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30971] ppid=30953 vsize=10617796 memory=1292 CPUtime=0.78 cores=1,3,5,7
/proc/30956/task/30971/stat : 30971 (java) S 30953 30956 897 0 -1 1077944384 1586 0 0 0 37 41 0 0 20 0 16 0 65886281 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064076852400 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30974] ppid=30953 vsize=10617796 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30974/stat : 30974 (java) S 30953 30956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65893878 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064075797936 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 1335.2 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7752536 KiB

[startup+1217.6 s]
/proc/loadavg: 4.44 3.03 2.66 6/214 31147
/proc/meminfo: memFree=14955836/32770624 swapFree=67108860/67108860
[pid=30956] ppid=30953 vsize=10617796 memory=7752536 CPUtime=1336.79 cores=1,3,5,7
/proc/30956/stat : 30956 (java) S 30953 30956 897 0 -1 1077944320 256608 0 0 0 133178 501 0 0 20 0 16 0 65886262 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140730887220208 140064589446903 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
/proc/30956/statm: 2654449 1938134 3145 1 0 2643902 0
[pid=30956/tid=30958] ppid=30953 vsize=10617796 memory=37284 CPUtime=1160.78 cores=1,3,5,7
/proc/30956/task/30958/stat : 30958 (java) S 30953 30956 897 0 -1 1077944384 103001 0 0 0 116054 24 0 0 20 0 16 0 65886271 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064593688496 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=10617796 memory=7752536 CPUtime=37.97 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) S 30953 30956 897 0 -1 1077944384 16754 0 0 0 3687 110 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064530483856 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=10617796 memory=7752536 CPUtime=38.1 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) S 30953 30956 897 0 -1 1077944384 28332 0 0 0 3697 113 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=10617796 memory=1712 CPUtime=38.05 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) S 30953 30956 897 0 -1 1077944384 16515 0 0 0 3702 103 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064528378256 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=10617796 memory=4616 CPUtime=37.83 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) S 30953 30956 897 0 -1 1077944384 24565 0 0 0 3678 105 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064527325456 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30963] ppid=30953 vsize=10617796 memory=-8774313645642428999 CPUtime=18.29 cores=1,3,5,7
/proc/30956/task/30963/stat : 30963 (java) R 30953 30956 897 0 -1 4202560 25127 0 0 0 1824 5 0 0 20 0 16 0 65886273 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064085271888 140064574147507 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30964] ppid=30953 vsize=10617796 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30964/stat : 30964 (java) S 30953 30956 897 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 65886274 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064084219488 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30965] ppid=30953 vsize=10617796 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30965/stat : 30965 (java) S 30953 30956 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65886274 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064083166592 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30966] ppid=30953 vsize=10617796 memory=928 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30966/stat : 30966 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064082114896 140064589465499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30967] ppid=30953 vsize=10617796 memory=7439032 CPUtime=2.32 cores=1,3,5,7
/proc/30956/task/30967/stat : 30967 (java) S 30953 30956 897 0 -1 1077944384 18713 0 0 0 229 3 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064081062304 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30968] ppid=30953 vsize=10617796 memory=1292 CPUtime=2.11 cores=1,3,5,7
/proc/30956/task/30968/stat : 30968 (java) S 30953 30956 897 0 -1 1077944384 14182 0 0 0 210 1 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064080009504 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30969] ppid=30953 vsize=10617796 memory=2316 CPUtime=0.47 cores=1,3,5,7
/proc/30956/task/30969/stat : 30969 (java) S 30953 30956 897 0 -1 1077944384 6426 0 0 0 46 1 0 0 20 0 16 0 65886277 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064078956416 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30970] ppid=30953 vsize=10617796 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30970/stat : 30970 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65886277 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064077904096 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30971] ppid=30953 vsize=10617796 memory=1228 CPUtime=0.78 cores=1,3,5,7
/proc/30956/task/30971/stat : 30971 (java) S 30953 30956 897 0 -1 1077944384 1586 0 0 0 37 41 0 0 20 0 16 0 65886281 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064076852400 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30974] ppid=30953 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30974/stat : 30974 (java) S 30953 30956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65893878 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064075797936 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 1336.79 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7752536 KiB

[startup+1218 s]*
/proc/loadavg: 4.44 3.03 2.66 6/214 31147
/proc/meminfo: memFree=14955836/32770624 swapFree=67108860/67108860
[pid=30956] ppid=30953 vsize=10617796 memory=7752536 CPUtime=1337.2 cores=1,3,5,7
/proc/30956/stat : 30956 (java) S 30953 30956 897 0 -1 1077944320 256608 0 0 0 133219 501 0 0 20 0 16 0 65886262 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140730887220208 140064589446903 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
/proc/30956/statm: 2654449 1938134 3145 1 0 2643902 0
[pid=30956/tid=30958] ppid=30953 vsize=10617796 memory=-8195925453750481479 CPUtime=1160.78 cores=1,3,5,7
/proc/30956/task/30958/stat : 30958 (java) S 30953 30956 897 0 -1 1077944384 103001 0 0 0 116054 24 0 0 20 0 16 0 65886271 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064593688496 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30959] ppid=30953 vsize=10617796 memory=4872558044660077418 CPUtime=37.97 cores=1,3,5,7
/proc/30956/task/30959/stat : 30959 (java) S 30953 30956 897 0 -1 1077944384 16754 0 0 0 3687 110 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064530483856 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30960] ppid=30953 vsize=10617796 memory=1292 CPUtime=38.1 cores=1,3,5,7
/proc/30956/task/30960/stat : 30960 (java) S 30953 30956 897 0 -1 1077944384 28332 0 0 0 3697 113 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064529431056 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30961] ppid=30953 vsize=10617796 memory=2316 CPUtime=38.05 cores=1,3,5,7
/proc/30956/task/30961/stat : 30961 (java) S 30953 30956 897 0 -1 1077944384 16515 0 0 0 3702 103 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064528378256 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30962] ppid=30953 vsize=10617796 memory=1728 CPUtime=37.83 cores=1,3,5,7
/proc/30956/task/30962/stat : 30962 (java) S 30953 30956 897 0 -1 1077944384 24565 0 0 0 3678 105 0 0 20 0 16 0 65886272 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064527325456 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30963] ppid=30953 vsize=10617796 memory=288230574492221466 CPUtime=18.7 cores=1,3,5,7
/proc/30956/task/30963/stat : 30963 (java) R 30953 30956 897 0 -1 4202560 25127 0 0 0 1865 5 0 0 20 0 16 0 65886273 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064085271888 140064574147565 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30964] ppid=30953 vsize=10617796 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30964/stat : 30964 (java) S 30953 30956 897 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 65886274 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064084219488 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30965] ppid=30953 vsize=10617796 memory=15536310592997909 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30965/stat : 30965 (java) S 30953 30956 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65886274 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064083166592 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30966] ppid=30953 vsize=10617796 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30966/stat : 30966 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064082114896 140064589465499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30967] ppid=30953 vsize=10617796 memory=20776 CPUtime=2.32 cores=1,3,5,7
/proc/30956/task/30967/stat : 30967 (java) S 30953 30956 897 0 -1 1077944384 18713 0 0 0 229 3 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064081062304 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30968] ppid=30953 vsize=10617796 memory=4044 CPUtime=2.11 cores=1,3,5,7
/proc/30956/task/30968/stat : 30968 (java) S 30953 30956 897 0 -1 1077944384 14182 0 0 0 210 1 0 0 20 0 16 0 65886276 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064080009504 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30969] ppid=30953 vsize=10617796 memory=-8774313645642428999 CPUtime=0.47 cores=1,3,5,7
/proc/30956/task/30969/stat : 30969 (java) S 30953 30956 897 0 -1 1077944384 6426 0 0 0 46 1 0 0 20 0 16 0 65886277 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064078956416 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30970] ppid=30953 vsize=10617796 memory=928 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30970/stat : 30970 (java) S 30953 30956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65886277 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064077904096 140064589457109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30971] ppid=30953 vsize=10617796 memory=2164 CPUtime=0.78 cores=1,3,5,7
/proc/30956/task/30971/stat : 30971 (java) S 30953 30956 897 0 -1 1077944384 1586 0 0 0 37 41 0 0 20 0 16 0 65886281 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064076852400 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
[pid=30956/tid=30974] ppid=30953 vsize=10617796 memory=840 CPUtime=0 cores=1,3,5,7
/proc/30956/task/30974/stat : 30974 (java) S 30953 30956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65893878 10872623104 1938134 18446744073709551615 4194304 4196468 140730887237664 140064075797936 140064589458050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13361152 140730887246224 140730887246377 140730887246377 140730887249871 0
Current children cumulated CPU time: 1337.2 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7752536 KiB

[startup+1218.4 s]*
/proc/loadavg: 4.44 3.03 2.66 6/200 31149
/proc/meminfo: memFree=18928212/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1218.42
CPU time (s): 1337.43
CPU user time (s): 1332.38
CPU system time (s): 5.0529
CPU usage (%): 109.767
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 7761496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1332.38
system time used= 5.0529
maximum resident set size= 7761928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257618
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30832
involuntary context switches= 2530


# summary of solver processes directly reported to runsolver:
#   pid: 30956
#   total CPU time (s): 1337.43
#   total CPU user time (s): 1332.38
#   total CPU system time (s): 5.0529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.07656 second user time and 11.348 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 16:50:10
IDJOB=4263577
IDBENCH=139308
IDSOLVER=2651
FILE ID=node125/4263577-1502636656
RUNJOBID= node125-1502623975-28611
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263577-1502636656/watcher-4263577-1502636656 -o /tmp/evaluation-result-4263577-1502636656/solver-4263577-1502636656 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263577-1502636656.xml

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

MD5SUM BENCH= a557c5b210af073d1486c8e4c563afe6
RANDOM SEED=314592568

node125.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.07
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.07
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.07
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.07
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:        30671820 kB
MemAvailable:   31523444 kB
Buffers:          284972 kB
Cached:           862320 kB
SwapCached:            0 kB
Active:          1086376 kB
Inactive:         583588 kB
Active(anon):     523004 kB
Inactive(anon):    33100 kB
Active(file):     563372 kB
Inactive(file):   550488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4456 kB
Writeback:             0 kB
AnonPages:        550648 kB
Mapped:            59600 kB
Shmem:             33444 kB
Slab:             132548 kB
SReclaimable:     107200 kB
SUnreclaim:        25348 kB
KernelStack:        3808 kB
PageTables:         6364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1552096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node125 at 2017-08-13 17:10:29