Trace number 4263400

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? 1465.3199 429.26099

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-13-mdd.xml
MD5SUMd77bf8b3281e29e7001cfd1cb4b96385
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 benchmark4616.6699
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints29
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":144},{"degree":4,"count":24},{"degree":5,"count":1}]
Minimum constraint arity13
Maximum constraint arity169
Distribution of constraint arities[{"arity":13,"count":28},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":28},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

1423.75/417.34	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1465.25/429.01		at org.sat4j.core.Vec.<init>(Vec.java:100)
1465.25/429.01		at org.sat4j.core.Vec.<init>(Vec.java:74)
1465.25/429.01		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Lits.java:123)
1465.25/429.01		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:198)
1465.25/429.01		at org.sat4j.minisat.core.Solver.addClause(Solver.java:425)
1465.25/429.01		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1465.25/429.01		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1465.25/429.01		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:133)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrRegular(LanguageCtrBuilder.java:66)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.access$400(LanguageCtrBuilder.java:41)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.buildCtr(LanguageCtrBuilder.java:234)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.access$200(LanguageCtrBuilder.java:217)
1465.25/429.01		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrMDD(LanguageCtrBuilder.java:214)
1465.25/429.01		at org.sat4j.reader.XMLCSP3Reader.buildCtrMDD(XMLCSP3Reader.java:647)
1465.25/429.01		at org.xcsp.parser.loaders.CtrLoaderInteger.mdd(CtrLoaderInteger.java:423)
1465.25/429.01		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:136)
1465.25/429.01		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1465.25/429.01		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1465.25/429.01		at org.xcsp.parser.XCallbacks$$Lambda$60/1597462040.accept(Unknown Source)
1465.25/429.01		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1465.26/429.22	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1465.26/429.22	c This is free software under the dual EPL/GNU LGPL licenses.
1465.26/429.22	c See www.sat4j.org for details.
1465.26/429.22	c That software uses the Rhino library from the Mozilla project.
1465.26/429.22	c version CUSTOM.v20170705
1465.26/429.22	c java.runtime.name	Java(TM) SE Runtime Environment
1465.26/429.22	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1465.26/429.22	c java.vm.version	25.131-b11
1465.26/429.22	c java.vm.vendor	Oracle Corporation
1465.26/429.22	c sun.arch.data.model	64
1465.26/429.22	c java.version		1.8.0_131
1465.26/429.22	c os.name		Linux
1465.26/429.22	c os.version		3.10.0-514.16.1.el7.x86_64
1465.26/429.22	c os.arch		amd64
1465.26/429.22	c Free memory 		499604488
1465.26/429.22	c Max memory 		7247757312
1465.26/429.22	c Total memory 		504889344
1465.26/429.22	c Number of processors 	4
1465.26/429.22	c c --- Begin Solver configuration ---
1465.26/429.22	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1465.26/429.22	c Learn all clauses as in MiniSAT
1465.26/429.22	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1465.26/429.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1465.26/429.22	c No reason simplification
1465.26/429.22	c Glucose 2.1 dynamic restart strategy
1465.26/429.22	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
1465.26/429.22	c timeout=2147483s
1465.26/429.22	c DB Simplification allowed=false
1465.26/429.22	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1465.26/429.22	c --- End Solver configuration ---
1465.26/429.22	c starts		: 0
1465.26/429.22	c conflicts		: 0
1465.26/429.22	c decisions		: 0
1465.26/429.22	c propagations		: 0
1465.26/429.22	c inspects		: 0
1465.26/429.22	c shortcuts		: 0
1465.26/429.22	c learnt literals	: 0
1465.26/429.22	c learnt binary clauses	: 0
1465.26/429.22	c learnt ternary clauses	: 0
1465.26/429.22	c learnt constraints	: 0
1465.26/429.22	c ignored constraints	: 0
1465.26/429.22	c root simplifications	: 0
1465.26/429.22	c removed literals (reason simplification)	: 0
1465.26/429.22	c reason swapping (by a shorter reason)	: 0
1465.26/429.22	c Calls to reduceDB	: 0
1465.26/429.22	c Number of update (reduction) of LBD	: 0
1465.26/429.22	c Imported unit clauses	: 0
1465.26/429.22	c number of reductions to clauses (during analyze)	: 0
1465.26/429.22	c number of learned constraints concerned by reduction	: 0
1465.26/429.22	c number of learning phase by resolution	: 0
1465.26/429.22	c number of learning phase by cutting planes	: 0
1465.26/429.22	c number of rounding to 1 operations	: 0
1465.26/429.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1465.26/429.22	c number of reductions of the coefficients by power 2 	: 0
1465.26/429.22	c number of right shift for reduction by power 2 	: 0
1465.26/429.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
1465.26/429.22	c speed (assignments/second)	: 0.0
1465.26/429.22	c non guided choices	0
1465.26/429.22	c learnt constraints type 
1465.26/429.22	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 (8815 MiB free)
  memory of node 1: 16384 MiB (15528 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263400-1502629416/watcher-4263400-1502629416 -o /tmp/evaluation-result-4263400-1502629416/solver-4263400-1502629416 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263400-1502629416.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
Current StackSize limit: 8192 KiB

solver pid=27238, runsolver pid=27235

[startup+0.104756 s]*
/proc/loadavg: 2.01 2.04 2.40 3/201 27244
/proc/meminfo: memFree=24917488/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10151672 memory=19540 CPUtime=0.01 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 3737 0 0 0 1 0 0 0 20 0 9 0 65137103 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2537918 4885 2082 1 0 2527415 0
[pid=27238/tid=27240] ppid=27235 vsize=10151672 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) R 27235 27238 12560 0 -1 4202560 2377 0 0 0 1 0 0 0 20 0 9 0 65137112 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 139720536187112 139720517633843 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65137112 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 139720462371216 139720531961557 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10151672 memory=140620644198016 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65137112 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 139720461318416 139720531961557 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65137112 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 139720460266128 139720531961557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27235 27238 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65137112 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 139720459213328 139720531961557 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10151672 memory=140620644198016 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27235 27238 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65137114 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 139720027736688 139720531962498 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 65137114 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 139720026682656 139720531961557 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 65137114 10395312128 4885 18446744073709551615 4194304 4196468 140721172109552 139720025630384 139720531961557 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19540 KiB

[startup+0.209723 s]*
/proc/loadavg: 2.01 2.04 2.40 3/210 27253
/proc/meminfo: memFree=24910304/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10552180 memory=31576 CPUtime=0.11 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 7304 0 0 0 9 2 0 0 20 0 15 0 65137103 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2638045 7894 2783 1 0 2627517 0
[pid=27238/tid=27240] ppid=27235 vsize=10552180 memory=8318255677412212789 CPUtime=0.09 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) R 27235 27238 12560 0 -1 4202560 5210 0 0 0 7 2 0 0 20 0 15 0 65137112 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720536139696 139720524631069 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10552180 memory=328 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137112 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720462371216 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10552180 memory=288370996795909760 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137112 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720461318416 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137112 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720460266128 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27235 27238 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65137112 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720459213328 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10552180 memory=140620644198016 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27235 27238 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65137114 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720027736688 139720531962498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65137114 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720026682656 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65137114 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720025630320 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27248] ppid=27235 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720024578640 139720531969947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27249] ppid=27235 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27235 27238 12560 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 65137117 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720023525488 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27250] ppid=27235 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720022472688 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27251] ppid=27235 vsize=10552180 memory=140620644198016 CPUtime=0.01 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27235 27238 12560 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 65137117 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720021420400 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27252] ppid=27235 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720020367840 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27253] ppid=27235 vsize=10552180 memory=140620644198016 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137121 10805432320 7894 18446744073709551615 4194304 4196468 140721172109552 139720019315632 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31576 KiB

[startup+0.310132 s]*
/proc/loadavg: 2.01 2.04 2.40 3/210 27253
/proc/meminfo: memFree=24902512/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10551156 memory=37020 CPUtime=0.27 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 8065 0 0 0 24 3 0 0 20 0 15 0 65137103 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2637789 9255 2866 1 0 2627261 0
[pid=27238/tid=27240] ppid=27235 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) R 27235 27238 12560 0 -1 4202560 5628 0 0 0 16 2 0 0 20 0 15 0 65137112 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720536188336 139720531973277 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137112 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720462371216 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137112 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720461318416 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137112 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720460266128 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27235 27238 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65137112 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720459213328 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27235 27238 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65137114 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720027736688 139720531962498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65137114 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720026682656 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65137114 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720025630320 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27248] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720024578640 139720531969947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27249] ppid=27235 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27235 27238 12560 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 15 0 65137117 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720023525488 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27250] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27235 27238 12560 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 65137117 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720022472688 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27251] ppid=27235 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) R 27235 27238 12560 0 -1 4202560 457 0 0 0 4 0 0 0 20 0 15 0 65137117 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720021420400 139720510471453 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27252] ppid=27235 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720020367840 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27253] ppid=27235 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137121 10804383744 9255 18446744073709551615 4194304 4196468 140721172109552 139720019315632 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37020 KiB

[startup+0.701712 s]
/proc/loadavg: 2.01 2.04 2.40 4/210 27253
/proc/meminfo: memFree=24800464/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10551232 memory=276248 CPUtime=1.05 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 10457 0 0 0 85 20 0 0 20 0 15 0 65137103 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2637808 69062 2995 1 0 2627261 0
[pid=27238/tid=27240] ppid=27235 vsize=10551232 memory=82 CPUtime=0.5 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) R 27235 27238 12560 0 -1 4202560 6832 0 0 0 45 5 0 0 20 0 15 0 65137112 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720536188480 139720134787533 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10551232 memory=27 CPUtime=0.05 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27235 27238 12560 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 15 0 65137112 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720462371216 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10551232 memory=33 CPUtime=0.05 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27235 27238 12560 0 -1 1077944384 52 0 0 0 2 3 0 0 20 0 15 0 65137112 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720461318416 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27235 27238 12560 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 15 0 65137112 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720460266128 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27235 27238 12560 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 65137112 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720459213328 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27235 27238 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720027736688 139720531962498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720026682656 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10551232 memory=841 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720025630320 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27248] ppid=27235 vsize=10551232 memory=56 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720024578640 139720531969947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27249] ppid=27235 vsize=10551232 memory=221 CPUtime=0.07 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) R 27235 27238 12560 0 -1 4202560 787 0 0 0 7 0 0 0 20 0 15 0 65137117 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720023517328 139720515862037 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27250] ppid=27235 vsize=10551232 memory=281241035214608 CPUtime=0.08 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) R 27235 27238 12560 0 -1 4202560 395 0 0 0 8 0 0 0 20 0 15 0 65137117 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720022472984 139720509698799 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27251] ppid=27235 vsize=10551232 memory=2511549236993 CPUtime=0.13 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) R 27235 27238 12560 0 -1 1077944384 767 0 0 0 13 0 0 0 20 0 15 0 65137117 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720021420400 139720531962498 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27252] ppid=27235 vsize=10551232 memory=2520139171585 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720020367840 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27253] ppid=27235 vsize=10551232 memory=2563088844545 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27235 27238 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65137121 10804461568 69062 18446744073709551615 4194304 4196468 140721172109552 139720019315632 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 276248 KiB

[startup+1.50072 s]
/proc/loadavg: 2.01 2.04 2.40 3/210 27253
/proc/meminfo: memFree=24492772/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10551232 memory=446988 CPUtime=2.12 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 11623 0 0 0 186 26 0 0 20 0 15 0 65137103 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2637808 111747 3029 1 0 2627261 0
[pid=27238/tid=27240] ppid=27235 vsize=10551232 memory=82 CPUtime=1.19 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) R 27235 27238 12560 0 -1 4202560 6845 0 0 0 114 5 0 0 20 0 15 0 65137112 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720536189152 139720136981188 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10551232 memory=27 CPUtime=0.13 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27235 27238 12560 0 -1 1077944384 202 0 0 0 9 4 0 0 20 0 15 0 65137112 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720462371216 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10551232 memory=281241035447024 CPUtime=0.13 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27235 27238 12560 0 -1 1077944384 89 0 0 0 9 4 0 0 20 0 15 0 65137112 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720461318416 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10551232 memory=9132 CPUtime=0.13 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27235 27238 12560 0 -1 1077944384 245 0 0 0 9 4 0 0 20 0 15 0 65137112 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720460266128 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10551232 memory=19658 CPUtime=0.12 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27235 27238 12560 0 -1 1077944384 531 0 0 0 8 4 0 0 20 0 15 0 65137112 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720459213328 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27235 27238 12560 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 65137114 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720027736688 139720531962498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720026682656 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10551232 memory=446988 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720025630320 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27248] ppid=27235 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720024578640 139720531969947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27249] ppid=27235 vsize=10551232 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27235 27238 12560 0 -1 1077944384 793 0 0 0 9 0 0 0 20 0 15 0 65137117 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720023525488 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27250] ppid=27235 vsize=10551232 memory=6788 CPUtime=0.09 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27235 27238 12560 0 -1 1077944384 396 0 0 0 9 0 0 0 20 0 15 0 65137117 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720022472688 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27251] ppid=27235 vsize=10551232 memory=281241035282368 CPUtime=0.13 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27235 27238 12560 0 -1 1077944384 783 0 0 0 13 0 0 0 20 0 15 0 65137117 10804461568 111747 18446744073709551615 4194304 4196468 140721172109552 139720021420400 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0

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

[pid=27238/tid=27252] ppid=27235 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720020367840 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27253] ppid=27235 vsize=10551232 memory=8381940 CPUtime=0.28 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27235 27238 12560 0 -1 1077944384 641 0 0 0 17 11 0 0 20 0 15 0 65137121 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720019315632 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 1455.98 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381940 KiB

[startup+427.201 s]
/proc/loadavg: 4.80 3.89 3.10 6/210 27283
/proc/meminfo: memFree=16443444/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10551232 memory=8381940 CPUtime=1462.32 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 257594 0 0 0 145491 741 0 0 20 0 15 0 65137103 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2637808 2095485 3120 1 0 2627261 0
[pid=27238/tid=27240] ppid=27235 vsize=10551232 memory=796 CPUtime=33.95 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) S 27235 27238 12560 0 -1 1077944384 19444 0 0 0 3381 14 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720536190576 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10551232 memory=4144 CPUtime=346.27 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) R 27235 27238 12560 0 -1 4202560 38719 0 0 0 34438 189 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720462371416 139720516941056 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10551232 memory=37132 CPUtime=344.71 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) R 27235 27238 12560 0 -1 4202560 34730 0 0 0 34294 177 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720461318616 139720516947740 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10551232 memory=1292 CPUtime=346.07 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) R 27235 27238 12560 0 -1 4202560 26350 0 0 0 34430 177 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720460266016 139720516652085 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10551232 memory=-8774313645642428999 CPUtime=344.96 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) R 27235 27238 12560 0 -1 4202560 29703 0 0 0 34327 169 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720459213528 139720516940994 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10551232 memory=3080 CPUtime=41.73 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27235 27238 12560 0 -1 1077944384 76672 0 0 0 4169 4 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720027735232 139720531961557 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10551232 memory=8381940 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720026682720 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10551232 memory=1628 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720025630320 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27248] ppid=27235 vsize=10551232 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720024578640 139720531969947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27249] ppid=27235 vsize=10551232 memory=2384 CPUtime=1.22 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27235 27238 12560 0 -1 1077944384 6054 0 0 0 122 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720023525536 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27250] ppid=27235 vsize=10551232 memory=1688 CPUtime=2.73 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27235 27238 12560 0 -1 1077944384 21390 0 0 0 270 3 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720022472736 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27251] ppid=27235 vsize=10551232 memory=5808 CPUtime=0.31 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27235 27238 12560 0 -1 1077944384 2450 0 0 0 30 1 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720021420160 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27252] ppid=27235 vsize=10551232 memory=8381940 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720020367840 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27253] ppid=27235 vsize=10551232 memory=8381940 CPUtime=0.28 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27235 27238 12560 0 -1 1077944384 641 0 0 0 17 11 0 0 20 0 15 0 65137121 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720019315632 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 1462.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381940 KiB

[startup+428.001 s]*
/proc/loadavg: 4.80 3.89 3.10 3/210 27283
/proc/meminfo: memFree=16443460/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10551232 memory=8381940 CPUtime=1464.25 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 258226 0 0 0 145684 741 0 0 20 0 15 0 65137103 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2637808 2095485 3120 1 0 2627261 0
[pid=27238/tid=27240] ppid=27235 vsize=10551232 memory=-8774313645642428999 CPUtime=33.95 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) S 27235 27238 12560 0 -1 1077944384 19444 0 0 0 3381 14 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720536190576 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10551232 memory=4872558044660077418 CPUtime=346.64 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27235 27238 12560 0 -1 1077944384 38733 0 0 0 34475 189 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720462371216 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10551232 memory=1292 CPUtime=345.08 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27235 27238 12560 0 -1 1077944384 34913 0 0 0 34331 177 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720461318416 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10551232 memory=2384 CPUtime=346.44 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27235 27238 12560 0 -1 1077944384 26364 0 0 0 34467 177 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720460266128 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10551232 memory=1688 CPUtime=345.33 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27235 27238 12560 0 -1 1077944384 30053 0 0 0 34364 169 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720459213328 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10551232 memory=5808 CPUtime=42.17 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) R 27235 27238 12560 0 -1 4202560 76743 0 0 0 4213 4 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720027735232 139720516651969 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720026682720 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10551232 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720025630320 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27248] ppid=27235 vsize=10551232 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720024578640 139720531969947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27249] ppid=27235 vsize=10551232 memory=1196 CPUtime=1.22 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27235 27238 12560 0 -1 1077944384 6054 0 0 0 122 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720023525536 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27250] ppid=27235 vsize=10551232 memory=8604 CPUtime=2.73 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27235 27238 12560 0 -1 1077944384 21390 0 0 0 270 3 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720022472736 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27251] ppid=27235 vsize=10551232 memory=1716 CPUtime=0.31 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27235 27238 12560 0 -1 1077944384 2450 0 0 0 30 1 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720021420160 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27252] ppid=27235 vsize=10551232 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720020367840 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27253] ppid=27235 vsize=10551232 memory=796 CPUtime=0.28 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27235 27238 12560 0 -1 1077944384 641 0 0 0 17 11 0 0 20 0 15 0 65137121 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720019315632 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 1464.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381940 KiB

[startup+428.801 s]
/proc/loadavg: 4.80 3.89 3.10 3/210 27283
/proc/meminfo: memFree=16443460/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10551232 memory=8381940 CPUtime=1465.04 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 258240 0 0 0 145763 741 0 0 20 0 15 0 65137103 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2637808 2095485 3120 1 0 2627261 0
[pid=27238/tid=27240] ppid=27235 vsize=10551232 memory=8381924 CPUtime=33.95 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) S 27235 27238 12560 0 -1 1077944384 19444 0 0 0 3381 14 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720536190576 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10551232 memory=8381940 CPUtime=346.64 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27235 27238 12560 0 -1 1077944384 38733 0 0 0 34475 189 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720462371216 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10551232 memory=8381924 CPUtime=345.08 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27235 27238 12560 0 -1 1077944384 34913 0 0 0 34331 177 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720461318416 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10551232 memory=1688 CPUtime=346.44 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27235 27238 12560 0 -1 1077944384 26364 0 0 0 34467 177 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720460266128 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10551232 memory=5808 CPUtime=345.33 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27235 27238 12560 0 -1 1077944384 30053 0 0 0 34364 169 0 0 20 0 15 0 65137112 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720459213328 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10551232 memory=-8774313645642428999 CPUtime=42.96 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) R 27235 27238 12560 0 -1 4202560 76757 0 0 0 4292 4 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720027735120 139720516947755 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720026682720 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 65137114 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720025630320 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27248] ppid=27235 vsize=10551232 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720024578640 139720531969947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27249] ppid=27235 vsize=10551232 memory=8381940 CPUtime=1.22 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27235 27238 12560 0 -1 1077944384 6054 0 0 0 122 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720023525536 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27250] ppid=27235 vsize=10551232 memory=8381940 CPUtime=2.73 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27235 27238 12560 0 -1 1077944384 21390 0 0 0 270 3 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720022472736 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27251] ppid=27235 vsize=10551232 memory=14260 CPUtime=0.31 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27235 27238 12560 0 -1 1077944384 2450 0 0 0 30 1 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720021420160 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27252] ppid=27235 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65137117 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720020367840 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27253] ppid=27235 vsize=10551232 memory=14260 CPUtime=0.28 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27235 27238 12560 0 -1 1077944384 641 0 0 0 17 11 0 0 20 0 15 0 65137121 10804461568 2095485 18446744073709551615 4194304 4196468 140721172109552 139720019315632 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 1465.04 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381940 KiB

[startup+429.201 s]
/proc/loadavg: 4.80 3.89 3.10 3/210 27283
/proc/meminfo: memFree=16443460/32770624 swapFree=67105588/67108860
[pid=27238] ppid=27235 vsize=10684360 memory=8381976 CPUtime=1465.26 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27235 27238 12560 0 -1 1077944320 258415 0 0 0 145785 741 0 0 20 0 16 0 65137103 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 140721172092096 139720531951351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
/proc/27238/statm: 2671090 2095494 3121 1 0 2660543 0
[pid=27238/tid=27240] ppid=27235 vsize=10684360 memory=1228 CPUtime=33.95 cores=1,3,5,7
/proc/27238/task/27240/stat : 27240 (java) S 27235 27238 12560 0 -1 1077944384 19460 0 0 0 3381 14 0 0 20 0 16 0 65137112 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720536192032 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27241] ppid=27235 vsize=10684360 memory=1412 CPUtime=346.64 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27235 27238 12560 0 -1 1077944384 38733 0 0 0 34475 189 0 0 20 0 16 0 65137112 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720462371216 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27242] ppid=27235 vsize=10684360 memory=15584 CPUtime=345.08 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27235 27238 12560 0 -1 1077944384 34913 0 0 0 34331 177 0 0 20 0 16 0 65137112 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720461318416 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27243] ppid=27235 vsize=10684360 memory=-8774313645642428999 CPUtime=346.44 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27235 27238 12560 0 -1 1077944384 26364 0 0 0 34467 177 0 0 20 0 16 0 65137112 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720460266128 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27244] ppid=27235 vsize=10684360 memory=3204 CPUtime=345.33 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27235 27238 12560 0 -1 1077944384 30053 0 0 0 34364 169 0 0 20 0 16 0 65137112 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720459213328 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27245] ppid=27235 vsize=10684360 memory=6834444 CPUtime=43.18 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27235 27238 12560 0 -1 1077944384 76757 0 0 0 4314 4 0 0 20 0 16 0 65137114 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720027736688 139720531962498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27246] ppid=27235 vsize=10684360 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27235 27238 12560 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 65137114 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720026682720 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27247] ppid=27235 vsize=10684360 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27235 27238 12560 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 65137114 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720025630320 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27248] ppid=27235 vsize=10684360 memory=3080 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65137117 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720024578640 139720531969947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27249] ppid=27235 vsize=10684360 memory=8381940 CPUtime=1.22 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27235 27238 12560 0 -1 1077944384 6054 0 0 0 122 0 0 0 20 0 16 0 65137117 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720023525488 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27250] ppid=27235 vsize=10684360 memory=8381940 CPUtime=2.73 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27235 27238 12560 0 -1 1077944384 21390 0 0 0 270 3 0 0 20 0 16 0 65137117 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720022472688 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27251] ppid=27235 vsize=10684360 memory=-8774313645642428999 CPUtime=0.32 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27235 27238 12560 0 -1 1077944384 2541 0 0 0 31 1 0 0 20 0 16 0 65137117 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720021420400 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27252] ppid=27235 vsize=10684360 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27235 27238 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65137117 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720020367840 139720531961557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
[pid=27238/tid=27253] ppid=27235 vsize=10684360 memory=22792 CPUtime=0.28 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27235 27238 12560 0 -1 1077944384 641 0 0 0 17 11 0 0 20 0 16 0 65137121 10940784640 2095494 18446744073709551615 4194304 4196468 140721172109552 139720019315632 139720531962498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140721172115856 140721172116009 140721172116009 140721172119503 0
Current children cumulated CPU time: 1465.26 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8381976 KiB

Child status: 1
Real time (s): 429.261
CPU time (s): 1465.32
CPU user time (s): 1457.86
CPU system time (s): 7.4588
CPU usage (%): 341.359
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8381976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1457.86
system time used= 7.4588
maximum resident set size= 8382192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258487
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27423
involuntary context switches= 17797


# summary of solver processes directly reported to runsolver:
#   pid: 27238
#   total CPU time (s): 1465.32
#   total CPU user time (s): 1457.86
#   total CPU system time (s): 7.4588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.96275 second user time and 3.83587 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 14:49:35
IDJOB=4263400
IDBENCH=133261
IDSOLVER=2651
FILE ID=node126/4263400-1502629416
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-13-mdd.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263400-1502629416/watcher-4263400-1502629416 -o /tmp/evaluation-result-4263400-1502629416/solver-4263400-1502629416 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263400-1502629416.xml

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

MD5SUM BENCH= d77bf8b3281e29e7001cfd1cb4b96385
RANDOM SEED=996182796

node126.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.81
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.81
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.81
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.81
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:        24928244 kB
MemAvailable:   25227344 kB
Buffers:          263716 kB
Cached:           305672 kB
SwapCached:          524 kB
Active:          7196012 kB
Inactive:         155584 kB
Active(anon):    6730124 kB
Inactive(anon):    85544 kB
Active(file):     465888 kB
Inactive(file):    70040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             49616 kB
Writeback:             0 kB
AnonPages:       6781696 kB
Mapped:            57960 kB
Shmem:             33440 kB
Slab:             183924 kB
SReclaimable:     158016 kB
SUnreclaim:        25908 kB
KernelStack:        3440 kB
PageTables:        18132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8320884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6471680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61980 MiB
End job on node126 at 2017-08-13 14:56:45