Trace number 4263272

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-05? 2065.3701 857.82703

General information on the benchmark

NameDeBruijnSequence/DeBruijnSequence-m1-s1/
DeBruijnSequence-03-06.xml
MD5SUMa0d270dd535955910725fddfcfa0cde8
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 benchmark3.1519499
Satisfiable
(Un)Satisfiability was proved
Number of variables5106
Number of constraints4377
Number of domains3
Minimum domain size3
Maximum domain size730
Distribution of domain sizes[{"size":3,"count":4374},{"size":729,"count":729},{"size":730,"count":3}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":729},{"degree":3,"count":4374}]
Minimum constraint arity2
Maximum constraint arity732
Distribution of constraint arities[{"arity":2,"count":3645},{"arity":7,"count":729},{"arity":729,"count":2},{"arity":732,"count":1}]
Number of extensional constraints0
Number of intensional constraints3645
Distribution of constraint types[{"type":"intension","count":3645},{"type":"allDifferent","count":1},{"type":"sum","count":729},{"type":"cardinality","count":1},{"type":"minimum","count":1}]
Optimization problemNO
Type of objective

Solver Data

1960.98/829.57	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1960.98/829.57		at java.lang.Integer.valueOf(Integer.java:832)
1960.98/829.57		at org.sat4j.csp.constraints3.ComparisonCtrBuilder.buildCtrAllDifferent(ComparisonCtrBuilder.java:54)
1960.98/829.57		at org.sat4j.reader.XMLCSP3Reader.buildCtrAllDifferent(XMLCSP3Reader.java:436)
1960.98/829.57		at org.xcsp.parser.loaders.CtrLoaderInteger.allDifferent(CtrLoaderInteger.java:433)
1960.98/829.57		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:139)
1960.98/829.57		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1960.98/829.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1960.98/829.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1960.98/829.57		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1960.98/829.57		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1960.98/829.57		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1960.98/829.57		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1960.98/829.57		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1960.98/829.57		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1960.98/829.57		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2065.24/857.77	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2065.24/857.77	c This is free software under the dual EPL/GNU LGPL licenses.
2065.24/857.77	c See www.sat4j.org for details.
2065.24/857.77	c That software uses the Rhino library from the Mozilla project.
2065.24/857.77	c version CUSTOM.v20170705
2065.24/857.77	c java.runtime.name	Java(TM) SE Runtime Environment
2065.24/857.77	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2065.24/857.77	c java.vm.version	25.131-b11
2065.24/857.77	c java.vm.vendor	Oracle Corporation
2065.24/857.77	c sun.arch.data.model	64
2065.24/857.77	c java.version		1.8.0_131
2065.24/857.77	c os.name		Linux
2065.24/857.77	c os.version		3.10.0-514.16.1.el7.x86_64
2065.24/857.77	c os.arch		amd64
2065.24/857.77	c Free memory 		499604488
2065.24/857.77	c Max memory 		7247757312
2065.24/857.77	c Total memory 		504889344
2065.24/857.77	c Number of processors 	4
2065.24/857.77	c c --- Begin Solver configuration ---
2065.24/857.77	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2065.24/857.77	c Learn all clauses as in MiniSAT
2065.24/857.77	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2065.24/857.77	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2065.24/857.77	c No reason simplification
2065.24/857.77	c Glucose 2.1 dynamic restart strategy
2065.24/857.77	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
2065.24/857.77	c timeout=2147483s
2065.24/857.77	c DB Simplification allowed=false
2065.24/857.77	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2065.24/857.77	c --- End Solver configuration ---
2065.24/857.77	c starts		: 0
2065.24/857.77	c conflicts		: 0
2065.24/857.77	c decisions		: 0
2065.24/857.77	c propagations		: 0
2065.24/857.77	c inspects		: 0
2065.24/857.77	c shortcuts		: 0
2065.24/857.77	c learnt literals	: 0
2065.24/857.77	c learnt binary clauses	: 0
2065.24/857.77	c learnt ternary clauses	: 0
2065.24/857.77	c learnt constraints	: 0
2065.24/857.77	c ignored constraints	: 0
2065.24/857.77	c root simplifications	: 0
2065.24/857.77	c removed literals (reason simplification)	: 0
2065.24/857.77	c reason swapping (by a shorter reason)	: 0
2065.24/857.77	c Calls to reduceDB	: 0
2065.24/857.77	c Number of update (reduction) of LBD	: 0
2065.24/857.77	c Imported unit clauses	: 0
2065.24/857.77	c number of reductions to clauses (during analyze)	: 0
2065.24/857.77	c number of learned constraints concerned by reduction	: 0
2065.24/857.77	c number of learning phase by resolution	: 0
2065.24/857.77	c number of learning phase by cutting planes	: 0
2065.24/857.77	c number of rounding to 1 operations	: 0
2065.24/857.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2065.24/857.77	c number of reductions of the coefficients by power 2 	: 0
2065.24/857.77	c number of right shift for reduction by power 2 	: 0
2065.24/857.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
2065.24/857.77	c speed (assignments/second)	: 0.0
2065.24/857.77	c non guided choices	0
2065.24/857.77	c learnt constraints type 
2065.24/857.77	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263272-1502624867/watcher-4263272-1502624867 -o /tmp/evaluation-result-4263272-1502624867/solver-4263272-1502624867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263272-1502624867.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.50 1.88 1.93 4/218 5247
/proc/meminfo: memFree=31661244/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10555400 memory=31304 CPUtime=0.12 cores=0,2,4,6
/proc/5226/stat : 5226 (java) S 5223 5226 30973 0 -1 1077944320 6368 0 0 0 10 2 0 0 20 0 15 0 95574989 10808729600 7826 33554432000 4194304 4196468 140732222380416 140732222362960 140174933876471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
/proc/5226/statm: 2638850 7826 2841 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=0,2,4,6
/proc/5226/task/5228/stat : 5228 (java) R 5223 5226 30973 0 -1 4202560 4213 0 0 0 8 1 0 0 20 0 15 0 95574989 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174938097984 140174933898397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5229] ppid=5223 vsize=10555400 memory=4211973499120287114 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174859950992 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5230] ppid=5223 vsize=10555400 memory=139772915496576 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174858898192 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5231] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174857845904 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5232] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174856793104 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574991 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174425012336 140174933887618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5240] ppid=5223 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574992 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174423958304 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5241] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574992 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174422905968 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5242] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574994 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174421854288 140174933895067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5243] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5243/stat : 5243 (java) S 5223 5226 30973 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 95574994 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174420802160 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5244] ppid=5223 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5244/stat : 5244 (java) S 5223 5226 30973 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 95574994 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174419749360 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5245] ppid=5223 vsize=10555400 memory=139772915496576 CPUtime=0.01 cores=0,2,4,6
/proc/5226/task/5245/stat : 5245 (java) R 5223 5226 30973 0 -1 4202560 353 0 0 0 1 0 0 0 20 0 15 0 95574994 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174418697072 140174933897818 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5246] ppid=5223 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5246/stat : 5246 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574994 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174417644512 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5247] ppid=5223 vsize=10555400 memory=139772915496576 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5247/stat : 5247 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574995 10808729600 7826 33554432000 4194304 4196468 140732222380416 140174416591280 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31304 KiB

[startup+0.211241 s]*
/proc/loadavg: 1.50 1.88 1.93 8/218 5247
/proc/meminfo: memFree=31637844/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10555400 memory=39640 CPUtime=0.32 cores=0,2,4,6
/proc/5226/stat : 5226 (java) S 5223 5226 30973 0 -1 1077944320 7478 0 0 0 30 2 0 0 20 0 15 0 95574989 10808729600 9910 33554432000 4194304 4196468 140732222380416 140732222362960 140174933876471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
/proc/5226/statm: 2638850 9910 2962 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10555400 memory=-7387007932599496084 CPUtime=0.19 cores=0,2,4,6
/proc/5226/task/5228/stat : 5228 (java) S 5223 5226 30973 0 -1 1077944384 4498 0 0 0 18 1 0 0 20 0 15 0 95574989 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174938112704 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5229] ppid=5223 vsize=10555400 memory=4211973499120287114 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174859950992 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5230] ppid=5223 vsize=10555400 memory=139772915496576 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174858898192 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5231] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174857845904 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5232] ppid=5223 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174856793104 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10555400 memory=139772915496576 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574991 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174425012336 140174933887618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5240] ppid=5223 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574992 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174423958304 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5241] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574992 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174422905968 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5242] ppid=5223 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574994 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174421854288 140174933895067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5243] ppid=5223 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5226/task/5243/stat : 5243 (java) R 5223 5226 30973 0 -1 1077944384 580 0 0 0 3 0 0 0 20 0 15 0 95574994 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174420802288 140174933886677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5244] ppid=5223 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5226/task/5244/stat : 5244 (java) R 5223 5226 30973 0 -1 4202560 236 0 0 0 1 0 0 0 20 0 15 0 95574994 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174419749360 140174911196656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5245] ppid=5223 vsize=10555400 memory=139772915496576 CPUtime=0.07 cores=0,2,4,6
/proc/5226/task/5245/stat : 5245 (java) R 5223 5226 30973 0 -1 4202560 801 0 0 0 7 0 0 0 20 0 15 0 95574994 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174418694008 140174912242153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5246] ppid=5223 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5246/stat : 5246 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574994 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174417644512 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5247] ppid=5223 vsize=10555400 memory=139772915496576 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5247/stat : 5247 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574995 10808729600 9910 33554432000 4194304 4196468 140732222380416 140174416591280 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39640 KiB

[startup+0.311144 s]*
/proc/loadavg: 1.50 1.88 1.93 7/218 5247
/proc/meminfo: memFree=31615436/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10555476 memory=52060 CPUtime=0.66 cores=0,2,4,6
/proc/5226/stat : 5226 (java) S 5223 5226 30973 0 -1 1077944320 9818 0 0 0 63 3 0 0 20 0 15 0 95574989 10808807424 13015 33554432000 4194304 4196468 140732222380416 140732222362960 140174933876471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
/proc/5226/statm: 2638869 13015 3050 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10555476 memory=93310054 CPUtime=0.29 cores=0,2,4,6
/proc/5226/task/5228/stat : 5228 (java) R 5223 5226 30973 0 -1 4202560 5076 0 0 0 27 2 0 0 20 0 15 0 95574989 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174938108656 140174917956958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5229] ppid=5223 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174859950992 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5230] ppid=5223 vsize=10555476 memory=279545714036352 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174858898192 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5231] ppid=5223 vsize=10555476 memory=279545597114144 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174857845904 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5232] ppid=5223 vsize=10555476 memory=139772798539791 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174856793104 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10555476 memory=279545714043264 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95574991 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174425012336 140174933887618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5240] ppid=5223 vsize=10555476 memory=139772798544399 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574992 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174423958304 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5241] ppid=5223 vsize=10555476 memory=139772798551891 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574992 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174422905968 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5242] ppid=5223 vsize=10555476 memory=139772798554196 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574994 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174421854288 140174933895067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5243] ppid=5223 vsize=10555476 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5226/task/5243/stat : 5243 (java) S 5223 5226 30973 0 -1 1077944384 1040 0 0 0 12 0 0 0 20 0 15 0 95574994 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174420802160 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5244] ppid=5223 vsize=10555476 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/5226/task/5244/stat : 5244 (java) R 5223 5226 30973 0 -1 4202560 1106 0 0 0 10 0 0 0 20 0 15 0 95574994 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174419735240 140174915396377 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5245] ppid=5223 vsize=10555476 memory=139772915496576 CPUtime=0.13 cores=0,2,4,6
/proc/5226/task/5245/stat : 5245 (java) R 5223 5226 30973 0 -1 4202560 1234 0 0 0 13 0 0 0 20 0 15 0 95574994 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174418697072 140174917246512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5246] ppid=5223 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5246/stat : 5246 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574994 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174417644512 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5247] ppid=5223 vsize=10555476 memory=139772915527880 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5247/stat : 5247 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574995 10808807424 13015 33554432000 4194304 4196468 140732222380416 140174416591280 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52060 KiB

[startup+0.709149 s]
/proc/loadavg: 1.50 1.88 1.93 7/218 5247
/proc/meminfo: memFree=31561888/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10555476 memory=178972 CPUtime=1.87 cores=0,2,4,6
/proc/5226/stat : 5226 (java) S 5223 5226 30973 0 -1 1077944320 12342 0 0 0 181 6 0 0 20 0 15 0 95574989 10808807424 44743 33554432000 4194304 4196468 140732222380416 140732222362960 140174933876471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
/proc/5226/statm: 2638869 44743 3089 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10555476 memory=54 CPUtime=0.66 cores=0,2,4,6
/proc/5226/task/5228/stat : 5228 (java) S 5223 5226 30973 0 -1 1077944384 5375 0 0 0 62 4 0 0 20 0 15 0 95574989 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174938112656 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5229] ppid=5223 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5229/stat : 5229 (java) R 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174859950992 140174933886677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5230] ppid=5223 vsize=10555476 memory=8751464017575687733 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174858898192 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5231] ppid=5223 vsize=10555476 memory=7233977696909344873 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174857845904 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5232] ppid=5223 vsize=10555476 memory=5788930165031592000 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5232/stat : 5232 (java) R 5223 5226 30973 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174856793104 140174915524042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10555476 memory=6940099984339525696 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 30973 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 95574991 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174425010848 140174933886677 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5240] ppid=5223 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574992 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174423958304 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5241] ppid=5223 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574992 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174422905968 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5242] ppid=5223 vsize=10555476 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574994 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174421854288 140174933895067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5243] ppid=5223 vsize=10555476 memory=1944 CPUtime=0.43 cores=0,2,4,6
/proc/5226/task/5243/stat : 5243 (java) R 5223 5226 30973 0 -1 4202560 1963 0 0 0 43 0 0 0 20 0 15 0 95574994 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174420788184 140174913563177 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5244] ppid=5223 vsize=10555476 memory=1196 CPUtime=0.41 cores=0,2,4,6
/proc/5226/task/5244/stat : 5244 (java) R 5223 5226 30973 0 -1 4202560 1616 0 0 0 41 0 0 0 20 0 15 0 95574994 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174419741848 140174917263396 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5245] ppid=5223 vsize=10555476 memory=8548 CPUtime=0.33 cores=0,2,4,6
/proc/5226/task/5245/stat : 5245 (java) S 5223 5226 30973 0 -1 1077944384 1990 0 0 0 33 0 0 0 20 0 15 0 95574994 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174418697072 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5246] ppid=5223 vsize=10555476 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5246/stat : 5246 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574994 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174417644512 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5247] ppid=5223 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5247/stat : 5247 (java) S 5223 5226 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574995 10808807424 44743 33554432000 4194304 4196468 140732222380416 140174416591280 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 178972 KiB

[startup+1.5012 s]
/proc/loadavg: 1.50 1.88 1.93 6/218 5247
/proc/meminfo: memFree=30670984/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10555476 memory=1228268 CPUtime=3.57 cores=0,2,4,6
/proc/5226/stat : 5226 (java) S 5223 5226 30973 0 -1 1077944320 14841 0 0 0 314 43 0 0 20 0 15 0 95574989 10808807424 307067 33554432000 4194304 4196468 140732222380416 140732222362960 140174933876471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
/proc/5226/statm: 2638869 307067 3123 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10555476 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/5226/task/5228/stat : 5228 (java) S 5223 5226 30973 0 -1 1077944384 6290 0 0 0 106 16 0 0 20 0 15 0 95574989 10808807424 307579 33554432000 4194304 4196468 140732222380416 140174938113664 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5229] ppid=5223 vsize=10555476 memory=54 CPUtime=0.22 cores=0,2,4,6
/proc/5226/task/5229/stat : 5229 (java) R 5223 5226 30973 0 -1 4202560 254 0 0 0 16 6 0 0 20 0 15 0 95574990 10808807424 307579 33554432000 4194304 4196468 140732222380416 140174859951192 140174918904336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5230] ppid=5223 vsize=10555476 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/5226/task/5230/stat : 5230 (java) R 5223 5226 30973 0 -1 4202560 260 0 0 0 15 6 0 0 20 0 15 0 95574990 10808807424 307579 33554432000 4194304 4196468 140732222380416 140174858898192 140174918904336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5231] ppid=5223 vsize=10555476 memory=77 CPUtime=0.21 cores=0,2,4,6
/proc/5226/task/5231/stat : 5231 (java) R 5223 5226 30973 0 -1 4202560 254 0 0 0 15 6 0 0 20 0 15 0 95574990 10808807424 307579 33554432000 4194304 4196468 140732222380416 140174857845792 140174918904354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5232] ppid=5223 vsize=10555476 memory=7 CPUtime=0.21 cores=0,2,4,6
/proc/5226/task/5232/stat : 5232 (java) R 5223 5226 30973 0 -1 4202560 286 0 0 0 15 6 0 0 20 0 15 0 95574990 10808807424 307579 33554432000 4194304 4196468 140732222380416 140174856793104 140174918904354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10555476 memory=139772798591645 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 30973 0 -1 1077944384 484 0 0 0 0 0 0 0 20 0 15 0 95574991 10808807424 307579 33554432000 4194304 4196468 140732222380416 140174425010848 140174933886677 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0

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

/proc/5226/task/5232/stat : 5232 (java) R 5223 5226 30973 0 -1 4202560 415772 0 0 0 39999 181 0 0 20 0 17 0 95574990 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174856793224 140174926504679 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10688604 memory=4140 CPUtime=33.6 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 30973 0 -1 1077944384 103349 0 0 0 3352 8 0 0 20 0 17 0 95574991 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174425010880 140174933886677 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5240] ppid=5223 vsize=10688604 memory=27584 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95574992 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174423958368 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5241] ppid=5223 vsize=10688604 memory=8281372 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 95574992 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174422905968 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5242] ppid=5223 vsize=10688604 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174421854288 140174933895067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5243] ppid=5223 vsize=10688604 memory=2236 CPUtime=0.7 cores=0,2,4,6
/proc/5226/task/5243/stat : 5243 (java) S 5223 5226 30973 0 -1 1077944384 3388 0 0 0 70 0 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174420801920 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5244] ppid=5223 vsize=10688604 memory=8281372 CPUtime=0.67 cores=0,2,4,6
/proc/5226/task/5244/stat : 5244 (java) S 5223 5226 30973 0 -1 1077944384 3056 0 0 0 66 1 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174419749408 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5245] ppid=5223 vsize=10688604 memory=8112282956445269571 CPUtime=0.37 cores=0,2,4,6
/proc/5226/task/5245/stat : 5245 (java) S 5223 5226 30973 0 -1 1077944384 2889 0 0 0 37 0 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174418697168 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5246] ppid=5223 vsize=10688604 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5246/stat : 5246 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174417644512 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5247] ppid=5223 vsize=10688604 memory=5792 CPUtime=0.34 cores=0,2,4,6
/proc/5226/task/5247/stat : 5247 (java) S 5223 5226 30973 0 -1 1077944384 679 0 0 0 16 18 0 0 20 0 17 0 95574995 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174416591280 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5422] ppid=5223 vsize=10688604 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5422/stat : 5422 (java) S 5223 5226 30973 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95657946 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174415535152 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5423] ppid=5223 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5423/stat : 5423 (java) S 5223 5226 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95657946 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174414485424 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
Current children cumulated CPU time: 2055.1 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8281372 KiB

[startup+856.001 s]*
/proc/loadavg: 7.85 6.23 4.08 9/217 5424
/proc/meminfo: memFree=15131192/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10688604 memory=8281372 CPUtime=2061.34 cores=0,2,4,6
/proc/5226/stat : 5226 (java) S 5223 5226 30973 0 -1 1077944320 1846497 0 0 0 205316 818 0 0 20 0 17 0 95574989 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140732222362960 140174933876471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
/proc/5226/statm: 2672151 2070343 3146 1 0 2660545 0
[pid=5226/tid=5228] ppid=5223 vsize=10688604 memory=6935054825532540783 CPUtime=412.6 cores=0,2,4,6
/proc/5226/task/5228/stat : 5228 (java) S 5223 5226 30973 0 -1 1077944384 84734 0 0 0 41205 55 0 0 20 0 17 0 95574989 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174938117152 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5229] ppid=5223 vsize=10688604 memory=8281372 CPUtime=403.62 cores=0,2,4,6
/proc/5226/task/5229/stat : 5229 (java) R 5223 5226 30973 0 -1 4202560 386561 0 0 0 40180 182 0 0 20 0 17 0 95574990 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174859950880 140174918872875 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5230] ppid=5223 vsize=10688604 memory=928 CPUtime=402.55 cores=0,2,4,6
/proc/5226/task/5230/stat : 5230 (java) R 5223 5226 30973 0 -1 4202560 460239 0 0 0 40060 195 0 0 20 0 17 0 95574990 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174858898312 140174926504679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5231] ppid=5223 vsize=10688604 memory=1568 CPUtime=403.46 cores=0,2,4,6
/proc/5226/task/5231/stat : 5231 (java) R 5223 5226 30973 0 -1 4202560 384348 0 0 0 40165 181 0 0 20 0 17 0 95574990 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174857846024 140174926504679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5232] ppid=5223 vsize=10688604 memory=-7003737579269690708 CPUtime=403.33 cores=0,2,4,6
/proc/5226/task/5232/stat : 5232 (java) R 5223 5226 30973 0 -1 4202560 415776 0 0 0 40152 181 0 0 20 0 17 0 95574990 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174856793224 140174926504679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10688604 memory=1724 CPUtime=33.6 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 30973 0 -1 1077944384 103349 0 0 0 3352 8 0 0 20 0 17 0 95574991 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174425010880 140174933886677 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5240] ppid=5223 vsize=10688604 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95574992 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174423958368 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5241] ppid=5223 vsize=10688604 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 95574992 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174422905968 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5242] ppid=5223 vsize=10688604 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174421854288 140174933895067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5243] ppid=5223 vsize=10688604 memory=4616 CPUtime=0.7 cores=0,2,4,6
/proc/5226/task/5243/stat : 5243 (java) S 5223 5226 30973 0 -1 1077944384 3388 0 0 0 70 0 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174420801920 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5244] ppid=5223 vsize=10688604 memory=792 CPUtime=0.67 cores=0,2,4,6
/proc/5226/task/5244/stat : 5244 (java) S 5223 5226 30973 0 -1 1077944384 3056 0 0 0 66 1 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174419749408 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5245] ppid=5223 vsize=10688604 memory=1420 CPUtime=0.37 cores=0,2,4,6
/proc/5226/task/5245/stat : 5245 (java) S 5223 5226 30973 0 -1 1077944384 2889 0 0 0 37 0 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174418697168 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5246] ppid=5223 vsize=10688604 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5246/stat : 5246 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95574994 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174417644512 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5247] ppid=5223 vsize=10688604 memory=1944 CPUtime=0.34 cores=0,2,4,6
/proc/5226/task/5247/stat : 5247 (java) S 5223 5226 30973 0 -1 1077944384 698 0 0 0 16 18 0 0 20 0 17 0 95574995 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174416591280 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5422] ppid=5223 vsize=10688604 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5422/stat : 5422 (java) S 5223 5226 30973 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95657946 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174415535152 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5423] ppid=5223 vsize=10688604 memory=8548 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5423/stat : 5423 (java) S 5223 5226 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95657946 10945130496 2070343 33554432000 4194304 4196468 140732222380416 140174414485424 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
Current children cumulated CPU time: 2061.34 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8281372 KiB

[startup+856.807 s]
/proc/loadavg: 7.85 6.23 4.08 9/217 5424
/proc/meminfo: memFree=15131192/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10688604 memory=8281376 CPUtime=2064.35 cores=0,2,4,6
/proc/5226/stat : 5226 (java) S 5223 5226 30973 0 -1 1077944320 1848504 0 0 0 205616 819 0 0 20 0 17 0 95574989 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140732222362960 140174933876471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
/proc/5226/statm: 2672151 2070344 3146 1 0 2660545 0
[pid=5226/tid=5228] ppid=5223 vsize=10688604 memory=15876 CPUtime=412.6 cores=0,2,4,6
/proc/5226/task/5228/stat : 5228 (java) S 5223 5226 30973 0 -1 1077944384 84734 0 0 0 41205 55 0 0 20 0 17 0 95574989 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174938117152 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5229] ppid=5223 vsize=10688604 memory=8112282956445269571 CPUtime=404.39 cores=0,2,4,6
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 30973 0 -1 1077944384 386840 0 0 0 40257 182 0 0 20 0 17 0 95574990 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174859950992 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5230] ppid=5223 vsize=10688604 memory=8112282956445269571 CPUtime=403.29 cores=0,2,4,6
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 30973 0 -1 1077944384 460239 0 0 0 40133 196 0 0 20 0 17 0 95574990 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174858898192 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5231] ppid=5223 vsize=10688604 memory=27584 CPUtime=404.2 cores=0,2,4,6
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 30973 0 -1 1077944384 384348 0 0 0 40238 182 0 0 20 0 17 0 95574990 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174857845904 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5232] ppid=5223 vsize=10688604 memory=1296 CPUtime=404.06 cores=0,2,4,6
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 30973 0 -1 1077944384 415776 0 0 0 40225 181 0 0 20 0 17 0 95574990 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174856793104 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10688604 memory=2336 CPUtime=33.63 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) R 5223 5226 30973 0 -1 4202560 105076 0 0 0 3355 8 0 0 20 0 17 0 95574991 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174425010768 140174918872823 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5240] ppid=5223 vsize=10688604 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95574992 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174423958368 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5241] ppid=5223 vsize=10688604 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 95574992 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174422905968 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5242] ppid=5223 vsize=10688604 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174421854288 140174933895067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5243] ppid=5223 vsize=10688604 memory=5792 CPUtime=0.7 cores=0,2,4,6
/proc/5226/task/5243/stat : 5243 (java) S 5223 5226 30973 0 -1 1077944384 3388 0 0 0 70 0 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174420801920 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5244] ppid=5223 vsize=10688604 memory=4616 CPUtime=0.67 cores=0,2,4,6
/proc/5226/task/5244/stat : 5244 (java) S 5223 5226 30973 0 -1 1077944384 3056 0 0 0 66 1 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174419749408 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5245] ppid=5223 vsize=10688604 memory=792 CPUtime=0.37 cores=0,2,4,6
/proc/5226/task/5245/stat : 5245 (java) S 5223 5226 30973 0 -1 1077944384 2889 0 0 0 37 0 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174418697168 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5246] ppid=5223 vsize=10688604 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5246/stat : 5246 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174417644512 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5247] ppid=5223 vsize=10688604 memory=13040 CPUtime=0.34 cores=0,2,4,6
/proc/5226/task/5247/stat : 5247 (java) S 5223 5226 30973 0 -1 1077944384 698 0 0 0 16 18 0 0 20 0 17 0 95574995 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174416591280 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5422] ppid=5223 vsize=10688604 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5422/stat : 5422 (java) S 5223 5226 30973 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95657946 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174415535152 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5423] ppid=5223 vsize=10688604 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5423/stat : 5423 (java) S 5223 5226 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95657946 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174414485424 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
Current children cumulated CPU time: 2064.35 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8281376 KiB

[startup+857.601 s]
/proc/loadavg: 7.86 6.26 4.10 6/217 5424
/proc/meminfo: memFree=15131256/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10688604 memory=8281376 CPUtime=2065.14 cores=0,2,4,6
/proc/5226/stat : 5226 (java) S 5223 5226 30973 0 -1 1077944320 1848504 0 0 0 205695 819 0 0 20 0 17 0 95574989 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140732222362960 140174933876471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
/proc/5226/statm: 2672151 2070344 3146 1 0 2660545 0
[pid=5226/tid=5228] ppid=5223 vsize=10688604 memory=8112282956445269571 CPUtime=412.6 cores=0,2,4,6
/proc/5226/task/5228/stat : 5228 (java) S 5223 5226 30973 0 -1 1077944384 84734 0 0 0 41205 55 0 0 20 0 17 0 95574989 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174938117152 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5229] ppid=5223 vsize=10688604 memory=27584 CPUtime=404.39 cores=0,2,4,6
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 30973 0 -1 1077944384 386840 0 0 0 40257 182 0 0 20 0 17 0 95574990 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174859950992 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5230] ppid=5223 vsize=10688604 memory=2336 CPUtime=403.29 cores=0,2,4,6
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 30973 0 -1 1077944384 460239 0 0 0 40133 196 0 0 20 0 17 0 95574990 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174858898192 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5231] ppid=5223 vsize=10688604 memory=1724 CPUtime=404.2 cores=0,2,4,6
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 30973 0 -1 1077944384 384348 0 0 0 40238 182 0 0 20 0 17 0 95574990 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174857845904 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5232] ppid=5223 vsize=10688604 memory=3832 CPUtime=404.06 cores=0,2,4,6
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 30973 0 -1 1077944384 415776 0 0 0 40225 181 0 0 20 0 17 0 95574990 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174856793104 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5239] ppid=5223 vsize=10688604 memory=6935054825532540783 CPUtime=34.42 cores=0,2,4,6
/proc/5226/task/5239/stat : 5239 (java) R 5223 5226 30973 0 -1 4202560 105076 0 0 0 3434 8 0 0 20 0 17 0 95574991 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174425010768 140174918872838 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5240] ppid=5223 vsize=10688604 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95574992 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174423958368 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5241] ppid=5223 vsize=10688604 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 95574992 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174422905968 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5242] ppid=5223 vsize=10688604 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174421854288 140174933895067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5243] ppid=5223 vsize=10688604 memory=792 CPUtime=0.7 cores=0,2,4,6
/proc/5226/task/5243/stat : 5243 (java) S 5223 5226 30973 0 -1 1077944384 3388 0 0 0 70 0 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174420801920 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5244] ppid=5223 vsize=10688604 memory=1420 CPUtime=0.67 cores=0,2,4,6
/proc/5226/task/5244/stat : 5244 (java) S 5223 5226 30973 0 -1 1077944384 3056 0 0 0 66 1 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174419749408 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5245] ppid=5223 vsize=10688604 memory=13040 CPUtime=0.37 cores=0,2,4,6
/proc/5226/task/5245/stat : 5245 (java) S 5223 5226 30973 0 -1 1077944384 2889 0 0 0 37 0 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174418697168 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5246] ppid=5223 vsize=10688604 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5246/stat : 5246 (java) S 5223 5226 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95574994 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174417644512 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5247] ppid=5223 vsize=10688604 memory=1196 CPUtime=0.34 cores=0,2,4,6
/proc/5226/task/5247/stat : 5247 (java) S 5223 5226 30973 0 -1 1077944384 698 0 0 0 16 18 0 0 20 0 17 0 95574995 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174416591280 140174933887618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5422] ppid=5223 vsize=10688604 memory=8548 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5422/stat : 5422 (java) S 5223 5226 30973 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95657946 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174415535152 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
[pid=5226/tid=5423] ppid=5223 vsize=10688604 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/5226/task/5423/stat : 5423 (java) S 5223 5226 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95657946 10945130496 2070344 33554432000 4194304 4196468 140732222380416 140174414485424 140174933886677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140732222387334 140732222387487 140732222387487 140732222390223 0
Current children cumulated CPU time: 2065.14 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8281376 KiB

[startup+857.801 s]*
/proc/loadavg: 7.86 6.26 4.10 6/202 5424
/proc/meminfo: memFree=17663188/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: 1
Real time (s): 857.827
CPU time (s): 2065.37
CPU user time (s): 2057.13
CPU system time (s): 8.24282
CPU usage (%): 240.768
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8281376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2057.13
system time used= 8.24282
maximum resident set size= 8281596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1853300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40036
involuntary context switches= 44333


# summary of solver processes directly reported to runsolver:
#   pid: 5226
#   total CPU time (s): 2065.37
#   total CPU user time (s): 2057.13
#   total CPU system time (s): 8.24282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.26708 second user time and 7.92828 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 13:33:29
IDJOB=4263272
IDBENCH=125571
IDSOLVER=2651
FILE ID=node103/4263272-1502624867
RUNJOBID= node103-1502624009-5187
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/DeBruijnSequence/DeBruijnSequence-m1-s1/DeBruijnSequence-03-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263272-1502624867/watcher-4263272-1502624867 -o /tmp/evaluation-result-4263272-1502624867/solver-4263272-1502624867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263272-1502624867.xml

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

MD5SUM BENCH= a0d270dd535955910725fddfcfa0cde8
RANDOM SEED=1937714578

node103.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.56
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.56
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.56
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.56
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:        31689528 kB
MemAvailable:   31985776 kB
Buffers:           95456 kB
Cached:           495664 kB
SwapCached:            0 kB
Active:           511640 kB
Inactive:         144984 kB
Active(anon):      14924 kB
Inactive(anon):    78640 kB
Active(file):     496716 kB
Inactive(file):    66344 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3752 kB
Writeback:             4 kB
AnonPages:         66288 kB
Mapped:            50036 kB
Shmem:             25228 kB
Slab:             124016 kB
SReclaimable:      98044 kB
SUnreclaim:        25972 kB
KernelStack:        3264 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1146524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61792 MiB
End job on node103 at 2017-08-13 13:47:47