Trace number 4263444

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? 1080.7 594.80798

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-096-table.xml
MD5SUMc42d2c129703f9e6d9981e58e561edd8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.868801
Satisfiable
(Un)Satisfiability was proved
Number of variables576
Number of constraints48
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":576}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":576}]
Minimum constraint arity24
Maximum constraint arity24
Distribution of constraint arities[{"arity":24,"count":48}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemNO
Type of objective

Solver Data

267.44/109.44	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
267.44/109.44	c This is free software under the dual EPL/GNU LGPL licenses.
267.44/109.44	c See www.sat4j.org for details.
267.44/109.44	c That software uses the Rhino library from the Mozilla project.
267.44/109.44	c version CUSTOM.v20170705
267.44/109.44	c java.runtime.name	Java(TM) SE Runtime Environment
267.44/109.44	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
267.44/109.44	c java.vm.version	25.131-b11
267.44/109.44	c java.vm.vendor	Oracle Corporation
267.44/109.44	c sun.arch.data.model	64
267.44/109.44	c java.version		1.8.0_131
267.44/109.44	c os.name		Linux
267.44/109.44	c os.version		3.10.0-514.16.1.el7.x86_64
267.44/109.44	c os.arch		amd64
267.44/109.44	c Free memory 		499604488
267.44/109.44	c Max memory 		7247757312
267.44/109.44	c Total memory 		504889344
267.44/109.44	c Number of processors 	4
267.44/109.44	c c --- Begin Solver configuration ---
267.44/109.44	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
267.44/109.44	c Learn all clauses as in MiniSAT
267.44/109.44	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
267.44/109.44	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
267.44/109.44	c No reason simplification
267.44/109.44	c Glucose 2.1 dynamic restart strategy
267.44/109.44	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
267.44/109.44	c timeout=2147483s
267.44/109.44	c DB Simplification allowed=false
267.44/109.44	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
267.44/109.44	c --- End Solver configuration ---
267.44/109.44	c constraints type 
267.44/109.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1152
267.44/109.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7869696
267.44/109.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15739200
267.44/109.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 96
267.44/109.44	c 23610144 constraints processed.
1040.12/583.75	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1040.12/583.75		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1040.12/583.75		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(LearntWLClause.java:39)
1040.12/583.75		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructLearntClause(UnitBinaryWLClauseConstructor.java:66)
1040.12/583.75		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructLearntClause(AbstractPBClauseCardConstrDataStructure.java:241)
1040.12/583.75		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createUnregisteredClause(AbstractPBClauseCardConstrDataStructure.java:75)
1040.12/583.75		at org.sat4j.minisat.core.Solver.analyze(Solver.java:645)
1040.12/583.75		at org.sat4j.minisat.core.Solver.search(Solver.java:1319)
1040.12/583.75		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1819)
1040.12/583.75		at org.sat4j.csp.CspSatSolverDecorator.isSatisfiable(CspSatSolverDecorator.java:127)
1040.12/583.75		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
1040.12/583.75		at org.sat4j.pb.PseudoOptDecorator.isSatisfiable(PseudoOptDecorator.java:137)
1040.12/583.75		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
1040.12/583.75		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:179)
1040.12/583.75		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:172)
1040.12/583.75		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:121)
1040.12/583.75		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:318)
1040.12/583.75		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:257)
1040.12/583.75		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1040.21/583.95	c starts		: 6
1040.21/583.95	c conflicts		: 8652
1080.58/594.76	c decisions		: 2094880
1080.58/594.76	c propagations		: 419275830
1080.58/594.76	c inspects		: 521442787
1080.58/594.76	c shortcuts		: 0
1080.58/594.76	c learnt literals	: 0
1080.58/594.76	c learnt binary clauses	: 469
1080.58/594.76	c learnt ternary clauses	: 180
1080.58/594.76	c learnt constraints	: 8651
1080.58/594.76	c ignored constraints	: 0
1080.58/594.76	c root simplifications	: 0
1080.58/594.76	c removed literals (reason simplification)	: 0
1080.58/594.76	c reason swapping (by a shorter reason)	: 0
1080.58/594.76	c Calls to reduceDB	: 1
1080.58/594.76	c Number of update (reduction) of LBD	: 1508
1080.58/594.76	c Imported unit clauses	: 0
1080.58/594.76	c number of reductions to clauses (during analyze)	: 0
1080.58/594.76	c number of learned constraints concerned by reduction	: 0
1080.58/594.76	c number of learning phase by resolution	: 0
1080.58/594.76	c number of learning phase by cutting planes	: 0
1080.58/594.76	c number of rounding to 1 operations	: 0
1080.58/594.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1080.58/594.76	c number of reductions of the coefficients by power 2 	: 0
1080.58/594.76	c number of right shift for reduction by power 2 	: 0
1080.58/594.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
1080.58/594.76	c speed (assignments/second)	: 875967.746316148
1080.58/594.76	c non guided choices	3970
1080.58/594.76	c learnt constraints type 
1080.58/594.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 469
1080.58/594.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5690
1080.58/594.76	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 (15311 MiB free)
  memory of node 1: 16384 MiB (12911 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263444-1502631133/watcher-4263444-1502631133 -o /tmp/evaluation-result-4263444-1502631133/solver-4263444-1502631133 -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-4263444-1502631133.xml 

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

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


[startup+0.100096 s]*
/proc/loadavg: 2.02 2.01 2.05 3/216 6412
/proc/meminfo: memFree=28882868/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10555400 memory=30088 CPUtime=0.12 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 6557 0 0 0 11 1 0 0 20 0 15 0 96201529 10808729600 7522 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2638850 7522 2825 1 0 2627263 0
[pid=6397/tid=6399] ppid=6394 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) R 6394 6397 30973 0 -1 4202560 4415 0 0 0 8 1 0 0 20 0 15 0 96201530 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762891213376 139762887013533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10555400 memory=4211974406492216714 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762813065744 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10555400 memory=140680287426176 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762812013200 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762810960144 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762809907600 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201532 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762378828528 139762887002754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6405] ppid=6394 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6405/stat : 6405 (java) S 6394 6397 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96201533 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762377774752 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6406] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6406/stat : 6406 (java) S 6394 6397 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96201533 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762376721648 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6407] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6407/stat : 6407 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762375670224 139762887010203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6408] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6408/stat : 6408 (java) S 6394 6397 30973 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 96201535 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762374617328 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6409] ppid=6394 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6409/stat : 6409 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762373564784 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6410] ppid=6394 vsize=10555400 memory=140680287426176 CPUtime=0.01 cores=0,2,4,6
/proc/6397/task/6410/stat : 6410 (java) R 6394 6397 30973 0 -1 4202560 357 0 0 0 1 0 0 0 20 0 15 0 96201535 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762372511728 139762866258864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6411] ppid=6394 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6411/stat : 6411 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762371459424 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6412] ppid=6394 vsize=10555400 memory=140680287426176 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6412/stat : 6412 (java) S 6394 6397 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96201536 10808729600 7522 33554432000 4194304 4196468 140727904821152 139762370407472 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30088 KiB

[startup+0.215883 s]*
/proc/loadavg: 2.02 2.01 2.05 4/216 6412
/proc/meminfo: memFree=28871016/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10555400 memory=43272 CPUtime=0.32 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 7894 0 0 0 30 2 0 0 20 0 15 0 96201529 10808729600 10818 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2638850 10818 2966 1 0 2627263 0
[pid=6397/tid=6399] ppid=6394 vsize=10555400 memory=-7387007932599496084 CPUtime=0.2 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) R 6394 6397 30973 0 -1 4202560 5011 0 0 0 19 1 0 0 20 0 15 0 96201530 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762891228080 139762481974290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10555400 memory=4211974406492216714 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762813065744 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10555400 memory=140680287426176 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762812013200 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762810960144 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762809907600 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10555400 memory=140680287426176 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201532 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762378828528 139762887002754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6405] ppid=6394 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6405/stat : 6405 (java) S 6394 6397 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96201533 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762377774752 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6406] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6406/stat : 6406 (java) S 6394 6397 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96201533 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762376721648 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6407] ppid=6394 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6407/stat : 6407 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762375670224 139762887010203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6408] ppid=6394 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6397/task/6408/stat : 6408 (java) R 6394 6397 30973 0 -1 4202560 691 0 0 0 3 0 0 0 20 0 15 0 96201535 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762374617328 139762867691911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6409] ppid=6394 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6397/task/6409/stat : 6409 (java) R 6394 6397 30973 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 96201535 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762373564784 139762887002754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6410] ppid=6394 vsize=10555400 memory=140680287426176 CPUtime=0.05 cores=0,2,4,6
/proc/6397/task/6410/stat : 6410 (java) R 6394 6397 30973 0 -1 4202560 472 0 0 0 5 0 0 0 20 0 15 0 96201535 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762372511728 139762866292767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6411] ppid=6394 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6411/stat : 6411 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762371459424 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6412] ppid=6394 vsize=10555400 memory=140680287426176 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6412/stat : 6412 (java) S 6394 6397 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96201536 10808729600 10818 33554432000 4194304 4196468 140727904821152 139762370407472 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43272 KiB

[startup+0.311052 s]*
/proc/loadavg: 2.02 2.01 2.05 3/216 6412
/proc/meminfo: memFree=28856448/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10555476 memory=56968 CPUtime=0.51 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 8925 0 0 0 47 4 0 0 20 0 15 0 96201529 10808807424 14242 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2638869 14242 3019 1 0 2627263 0
[pid=6397/tid=6399] ppid=6394 vsize=10555476 memory=93310054 CPUtime=0.29 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) R 6394 6397 30973 0 -1 4202560 5559 0 0 0 27 2 0 0 20 0 15 0 96201530 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762891223216 139762871072094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762813065744 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10555476 memory=281360464916096 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762812013200 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10555476 memory=281360355014432 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762810960144 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10555476 memory=140680177489935 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201531 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762809907600 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10555476 memory=281360464923008 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) S 6394 6397 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96201532 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762378828528 139762887002754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6405] ppid=6394 vsize=10555476 memory=140680177494543 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6405/stat : 6405 (java) S 6394 6397 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96201533 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762377774752 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6406] ppid=6394 vsize=10555476 memory=140680177502036 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6406/stat : 6406 (java) S 6394 6397 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96201533 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762376721648 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6407] ppid=6394 vsize=10555476 memory=140680177505382 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6407/stat : 6407 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762375670224 139762887010203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6408] ppid=6394 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6397/task/6408/stat : 6408 (java) R 6394 6397 30973 0 -1 4202560 944 0 0 0 5 0 0 0 20 0 15 0 96201535 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762374617328 139762887012954 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6409] ppid=6394 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6397/task/6409/stat : 6409 (java) S 6394 6397 30973 0 -1 1077944384 370 0 0 0 3 0 0 0 20 0 15 0 96201535 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762373564784 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6410] ppid=6394 vsize=10555476 memory=140680287426176 CPUtime=0.11 cores=0,2,4,6
/proc/6397/task/6410/stat : 6410 (java) S 6394 6397 30973 0 -1 1077944384 697 0 0 0 11 0 0 0 20 0 15 0 96201535 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762372511728 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6411] ppid=6394 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6411/stat : 6411 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762371459424 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6412] ppid=6394 vsize=10555476 memory=140680287456264 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6412/stat : 6412 (java) S 6394 6397 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96201536 10808807424 14242 33554432000 4194304 4196468 140727904821152 139762370407472 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 56968 KiB

[startup+0.700856 s]
/proc/loadavg: 2.02 2.01 2.05 5/216 6412
/proc/meminfo: memFree=28790564/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10555476 memory=199544 CPUtime=1.56 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 10882 0 0 0 148 8 0 0 20 0 15 0 96201529 10808807424 49886 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2638869 49886 3101 1 0 2627263 0
[pid=6397/tid=6399] ppid=6394 vsize=10555476 memory=54 CPUtime=0.66 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) R 6394 6397 30973 0 -1 4202560 5798 0 0 0 61 5 0 0 20 0 15 0 96201530 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762891227472 139762480787801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) S 6394 6397 30973 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 96201531 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762813065744 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10555476 memory=8751464017575687733 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) S 6394 6397 30973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 96201531 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762812013200 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10555476 memory=7306035299537207392 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) S 6394 6397 30973 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 96201531 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762810960144 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10555476 memory=5788930165031592000 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) S 6394 6397 30973 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 96201531 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762809907600 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10555476 memory=6940099984339525696 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) S 6394 6397 30973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96201532 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762378828528 139762887002754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6405] ppid=6394 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6405/stat : 6405 (java) S 6394 6397 30973 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 96201533 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762377774752 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6406] ppid=6394 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6406/stat : 6406 (java) S 6394 6397 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96201533 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762376721648 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6407] ppid=6394 vsize=10555476 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6407/stat : 6407 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762375670224 139762887010203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6408] ppid=6394 vsize=10555476 memory=1944 CPUtime=0.31 cores=0,2,4,6
/proc/6397/task/6408/stat : 6408 (java) S 6394 6397 30973 0 -1 1077944384 1519 0 0 0 31 0 0 0 20 0 15 0 96201535 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762374617328 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6409] ppid=6394 vsize=10555476 memory=1196 CPUtime=0.29 cores=0,2,4,6
/proc/6397/task/6409/stat : 6409 (java) S 6394 6397 30973 0 -1 1077944384 1118 0 0 0 29 0 0 0 20 0 15 0 96201535 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762373564784 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6410] ppid=6394 vsize=10555476 memory=8548 CPUtime=0.21 cores=0,2,4,6
/proc/6397/task/6410/stat : 6410 (java) S 6394 6397 30973 0 -1 1077944384 930 0 0 0 21 0 0 0 20 0 15 0 96201535 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762372511728 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6411] ppid=6394 vsize=10555476 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6411/stat : 6411 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96201535 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762371459424 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6412] ppid=6394 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6412/stat : 6412 (java) S 6394 6397 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96201536 10808807424 49886 33554432000 4194304 4196468 140727904821152 139762370407472 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 199544 KiB

[startup+1.5017 s]
/proc/loadavg: 2.02 2.01 2.05 5/216 6412
/proc/meminfo: memFree=28682644/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10555476 memory=401192 CPUtime=3.61 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 18889 0 0 0 341 20 0 0 20 0 15 0 96201529 10808807424 100298 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2638869 100298 3127 1 0 2627263 0
[pid=6397/tid=6399] ppid=6394 vsize=10555476 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) R 6394 6397 30973 0 -1 4202560 5965 0 0 0 133 7 0 0 20 0 15 0 96201530 10808807424 100298 33554432000 4194304 4196468 140727904821152 139762891226040 139762868942396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10555476 memory=54 CPUtime=0.03 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) S 6394 6397 30973 0 -1 1077944384 138 0 0 0 2 1 0 0 20 0 15 0 96201531 10808807424 100298 33554432000 4194304 4196468 140727904821152 139762813065744 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) S 6394 6397 30973 0 -1 1077944384 73 0 0 0 3 2 0 0 20 0 15 0 96201531 10808807424 100298 33554432000 4194304 4196468 140727904821152 139762812013200 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10555476 memory=85 CPUtime=0.04 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) S 6394 6397 30973 0 -1 1077944384 150 0 0 0 2 2 0 0 20 0 15 0 96201531 10808807424 100298 33554432000 4194304 4196468 140727904821152 139762810960144 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10555476 memory=2 CPUtime=0.05 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) S 6394 6397 30973 0 -1 1077944384 78 0 0 0 3 2 0 0 20 0 15 0 96201531 10808807424 100298 33554432000 4194304 4196468 140727904821152 139762809907600 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10555476 memory=140680177542960 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) S 6394 6397 30973 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 96201532 10808807424 100298 33554432000 4194304 4196468 140727904821152 139762378828528 139762887002754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0

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

[startup+593.601 s]
/proc/loadavg: 4.15 2.84 2.37 5/217 6590
/proc/meminfo: memFree=22203032/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10755168 memory=8385028 CPUtime=1077.79 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 264951 0 0 0 107090 689 0 0 20 0 16 0 96201529 11013292032 2096257 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2688792 2096257 3170 1 0 2677186 0
[pid=6397/tid=6399] ppid=6394 vsize=10755168 memory=1160 CPUtime=416.85 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) S 6394 6397 30973 0 -1 1077944384 31292 0 0 0 41666 19 0 0 20 0 16 0 96201530 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762891232288 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10755168 memory=3000 CPUtime=161.3 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) R 6394 6397 30973 0 -1 4202560 41634 0 0 0 15962 168 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762813065632 139762868601395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10755168 memory=8385028 CPUtime=162.14 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) R 6394 6397 30973 0 -1 4202560 29111 0 0 0 16066 148 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762812013320 139762879619815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10755168 memory=644 CPUtime=159.83 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) R 6394 6397 30973 0 -1 4202560 38831 0 0 0 15807 176 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762810959952 139762879619815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10755168 memory=1788 CPUtime=160.72 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) R 6394 6397 30973 0 -1 4202560 35326 0 0 0 15919 153 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762809907408 139762879619815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10755168 memory=8385028 CPUtime=12.42 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) S 6394 6397 30973 0 -1 1077944384 59705 0 0 0 1238 4 0 0 20 0 16 0 96201532 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762378827072 139762887001813 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6405] ppid=6394 vsize=10755168 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6405/stat : 6405 (java) S 6394 6397 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96201533 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762377774816 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6406] ppid=6394 vsize=10755168 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6406/stat : 6406 (java) S 6394 6397 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96201533 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762376721648 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6407] ppid=6394 vsize=10755168 memory=27760 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6407/stat : 6407 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762375670224 139762887010203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6408] ppid=6394 vsize=10755168 memory=1296 CPUtime=1.8 cores=0,2,4,6
/proc/6397/task/6408/stat : 6408 (java) S 6394 6397 30973 0 -1 1077944384 11759 0 0 0 179 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762374617088 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6409] ppid=6394 vsize=10755168 memory=2336 CPUtime=1.85 cores=0,2,4,6
/proc/6397/task/6409/stat : 6409 (java) S 6394 6397 30973 0 -1 1077944384 12217 0 0 0 184 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762373564832 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6410] ppid=6394 vsize=10755168 memory=1724 CPUtime=0.42 cores=0,2,4,6
/proc/6397/task/6410/stat : 6410 (java) S 6394 6397 30973 0 -1 1077944384 2912 0 0 0 41 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762372511776 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6411] ppid=6394 vsize=10755168 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6411/stat : 6411 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762371459424 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6412] ppid=6394 vsize=10755168 memory=2336 CPUtime=0.35 cores=0,2,4,6
/proc/6397/task/6412/stat : 6412 (java) S 6394 6397 30973 0 -1 1077944384 662 0 0 0 17 18 0 0 20 0 16 0 96201536 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762370407472 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6589] ppid=6394 vsize=10755168 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6589/stat : 6589 (java) S 6394 6397 30973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96259905 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762368298880 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
Current children cumulated CPU time: 1077.79 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8385028 KiB

[startup+594.401 s]
/proc/loadavg: 4.15 2.84 2.37 6/217 6590
/proc/meminfo: memFree=22203024/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10755168 memory=8385028 CPUtime=1080.28 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 265227 0 0 0 107338 690 0 0 20 0 16 0 96201529 11013292032 2096257 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2688792 2096257 3170 1 0 2677186 0
[pid=6397/tid=6399] ppid=6394 vsize=10755168 memory=8384960 CPUtime=416.85 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) S 6394 6397 30973 0 -1 1077944384 31292 0 0 0 41666 19 0 0 20 0 16 0 96201530 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762891232288 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10755168 memory=8112282956445269571 CPUtime=161.88 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) S 6394 6397 30973 0 -1 1077944384 41910 0 0 0 16020 168 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762813065744 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10755168 memory=1696 CPUtime=162.69 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) S 6394 6397 30973 0 -1 1077944384 29111 0 0 0 16121 148 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762812013200 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10755168 memory=916 CPUtime=160.4 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) S 6394 6397 30973 0 -1 1077944384 38831 0 0 0 15863 177 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762810960144 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10755168 memory=3832 CPUtime=161.29 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) S 6394 6397 30973 0 -1 1077944384 35326 0 0 0 15975 154 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762809907600 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10755168 memory=1696 CPUtime=12.63 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) R 6394 6397 30973 0 -1 4202560 59705 0 0 0 1259 4 0 0 20 0 16 0 96201532 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762378827072 139762871449227 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6405] ppid=6394 vsize=10755168 memory=916 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6405/stat : 6405 (java) S 6394 6397 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96201533 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762377774816 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6406] ppid=6394 vsize=10755168 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6406/stat : 6406 (java) S 6394 6397 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96201533 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762376721648 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6407] ppid=6394 vsize=10755168 memory=840 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6407/stat : 6407 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762375670224 139762887010203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6408] ppid=6394 vsize=10755168 memory=2536 CPUtime=1.8 cores=0,2,4,6
/proc/6397/task/6408/stat : 6408 (java) S 6394 6397 30973 0 -1 1077944384 11759 0 0 0 179 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762374617088 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6409] ppid=6394 vsize=10755168 memory=2640 CPUtime=1.85 cores=0,2,4,6
/proc/6397/task/6409/stat : 6409 (java) S 6394 6397 30973 0 -1 1077944384 12217 0 0 0 184 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762373564832 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6410] ppid=6394 vsize=10755168 memory=4104 CPUtime=0.42 cores=0,2,4,6
/proc/6397/task/6410/stat : 6410 (java) S 6394 6397 30973 0 -1 1077944384 2912 0 0 0 41 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762372511776 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6411] ppid=6394 vsize=10755168 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6411/stat : 6411 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762371459424 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6412] ppid=6394 vsize=10755168 memory=2336 CPUtime=0.35 cores=0,2,4,6
/proc/6397/task/6412/stat : 6412 (java) S 6394 6397 30973 0 -1 1077944384 662 0 0 0 17 18 0 0 20 0 16 0 96201536 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762370407472 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6589] ppid=6394 vsize=10755168 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6589/stat : 6589 (java) S 6394 6397 30973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96259905 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762368298880 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
Current children cumulated CPU time: 1080.28 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8385028 KiB

[startup+594.601 s]
/proc/loadavg: 4.15 2.84 2.37 6/217 6590
/proc/meminfo: memFree=22203024/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10755168 memory=8385028 CPUtime=1080.48 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 265227 0 0 0 107358 690 0 0 20 0 16 0 96201529 11013292032 2096257 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2688792 2096257 3170 1 0 2677186 0
[pid=6397/tid=6399] ppid=6394 vsize=10755168 memory=1716 CPUtime=416.85 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) S 6394 6397 30973 0 -1 1077944384 31292 0 0 0 41666 19 0 0 20 0 16 0 96201530 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762891232288 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10755168 memory=5792 CPUtime=161.88 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) S 6394 6397 30973 0 -1 1077944384 41910 0 0 0 16020 168 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762813065744 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10755168 memory=4616 CPUtime=162.69 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) S 6394 6397 30973 0 -1 1077944384 29111 0 0 0 16121 148 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762812013200 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10755168 memory=792 CPUtime=160.4 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) S 6394 6397 30973 0 -1 1077944384 38831 0 0 0 15863 177 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762810960144 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10755168 memory=1420 CPUtime=161.29 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) S 6394 6397 30973 0 -1 1077944384 35326 0 0 0 15975 154 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762809907600 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10755168 memory=8112282956445269571 CPUtime=12.83 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) R 6394 6397 30973 0 -1 4202560 59705 0 0 0 1279 4 0 0 20 0 16 0 96201532 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762378827072 139762871988011 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6405] ppid=6394 vsize=10755168 memory=281360355954592 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6405/stat : 6405 (java) S 6394 6397 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96201533 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762377774816 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6406] ppid=6394 vsize=10755168 memory=7665803205206954834 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6406/stat : 6406 (java) S 6394 6397 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96201533 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762376721648 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6407] ppid=6394 vsize=10755168 memory=7092154909342525033 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6407/stat : 6407 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762375670224 139762887010203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6408] ppid=6394 vsize=10755168 memory=7092154909342525033 CPUtime=1.8 cores=0,2,4,6
/proc/6397/task/6408/stat : 6408 (java) S 6394 6397 30973 0 -1 1077944384 11759 0 0 0 179 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762374617088 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6409] ppid=6394 vsize=10755168 memory=6003970544627247466 CPUtime=1.85 cores=0,2,4,6
/proc/6397/task/6409/stat : 6409 (java) S 6394 6397 30973 0 -1 1077944384 12217 0 0 0 184 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762373564832 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6410] ppid=6394 vsize=10755168 memory=7665803205206954834 CPUtime=0.42 cores=0,2,4,6
/proc/6397/task/6410/stat : 6410 (java) S 6394 6397 30973 0 -1 1077944384 2912 0 0 0 41 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762372511776 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6411] ppid=6394 vsize=10755168 memory=7665803205206954834 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6411/stat : 6411 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762371459424 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6412] ppid=6394 vsize=10755168 memory=7740107105828628819 CPUtime=0.35 cores=0,2,4,6
/proc/6397/task/6412/stat : 6412 (java) S 6394 6397 30973 0 -1 1077944384 662 0 0 0 17 18 0 0 20 0 16 0 96201536 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762370407472 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6589] ppid=6394 vsize=10755168 memory=7589500383922383465 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6589/stat : 6589 (java) S 6394 6397 30973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96259905 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762368298880 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
Current children cumulated CPU time: 1080.48 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8385028 KiB

[startup+594.701 s]
/proc/loadavg: 4.15 2.84 2.37 6/217 6590
/proc/meminfo: memFree=22203024/32770624 swapFree=67108860/67108860
[pid=6397] ppid=6394 vsize=10755168 memory=8385028 CPUtime=1080.58 cores=0,2,4,6
/proc/6397/stat : 6397 (java) S 6394 6397 30973 0 -1 1077944320 265227 0 0 0 107368 690 0 0 20 0 16 0 96201529 11013292032 2096257 33554432000 4194304 4196468 140727904821152 140727904803696 139762886991607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
/proc/6397/statm: 2688792 2096257 3170 1 0 2677186 0
[pid=6397/tid=6399] ppid=6394 vsize=10755168 memory=8385028 CPUtime=416.85 cores=0,2,4,6
/proc/6397/task/6399/stat : 6399 (java) S 6394 6397 30973 0 -1 1077944384 31292 0 0 0 41666 19 0 0 20 0 16 0 96201530 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762891232288 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6400] ppid=6394 vsize=10755168 memory=8385028 CPUtime=161.88 cores=0,2,4,6
/proc/6397/task/6400/stat : 6400 (java) S 6394 6397 30973 0 -1 1077944384 41910 0 0 0 16020 168 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762813065744 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6401] ppid=6394 vsize=10755168 memory=8385028 CPUtime=162.69 cores=0,2,4,6
/proc/6397/task/6401/stat : 6401 (java) S 6394 6397 30973 0 -1 1077944384 29111 0 0 0 16121 148 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762812013200 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6402] ppid=6394 vsize=10755168 memory=8385028 CPUtime=160.4 cores=0,2,4,6
/proc/6397/task/6402/stat : 6402 (java) S 6394 6397 30973 0 -1 1077944384 38831 0 0 0 15863 177 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762810960144 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6403] ppid=6394 vsize=10755168 memory=8385028 CPUtime=161.29 cores=0,2,4,6
/proc/6397/task/6403/stat : 6403 (java) S 6394 6397 30973 0 -1 1077944384 35326 0 0 0 15975 154 0 0 20 0 16 0 96201531 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762809907600 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6404] ppid=6394 vsize=10755168 memory=8384936 CPUtime=12.93 cores=0,2,4,6
/proc/6397/task/6404/stat : 6404 (java) R 6394 6397 30973 0 -1 4202560 59705 0 0 0 1289 4 0 0 20 0 16 0 96201532 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762378827072 139762871988011 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6405] ppid=6394 vsize=10755168 memory=8384932 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6405/stat : 6405 (java) S 6394 6397 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96201533 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762377774816 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6406] ppid=6394 vsize=10755168 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6406/stat : 6406 (java) S 6394 6397 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96201533 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762376721648 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6407] ppid=6394 vsize=10755168 memory=8385028 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6407/stat : 6407 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762375670224 139762887010203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6408] ppid=6394 vsize=10755168 memory=8385028 CPUtime=1.8 cores=0,2,4,6
/proc/6397/task/6408/stat : 6408 (java) S 6394 6397 30973 0 -1 1077944384 11759 0 0 0 179 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762374617088 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6409] ppid=6394 vsize=10755168 memory=1716 CPUtime=1.85 cores=0,2,4,6
/proc/6397/task/6409/stat : 6409 (java) S 6394 6397 30973 0 -1 1077944384 12217 0 0 0 184 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762373564832 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6410] ppid=6394 vsize=10755168 memory=8385028 CPUtime=0.42 cores=0,2,4,6
/proc/6397/task/6410/stat : 6410 (java) S 6394 6397 30973 0 -1 1077944384 2912 0 0 0 41 1 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762372511776 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6411] ppid=6394 vsize=10755168 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6411/stat : 6411 (java) S 6394 6397 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96201535 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762371459424 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6412] ppid=6394 vsize=10755168 memory=6935054825532540783 CPUtime=0.35 cores=0,2,4,6
/proc/6397/task/6412/stat : 6412 (java) S 6394 6397 30973 0 -1 1077944384 662 0 0 0 17 18 0 0 20 0 16 0 96201536 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762370407472 139762887002754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
[pid=6397/tid=6589] ppid=6394 vsize=10755168 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/6397/task/6589/stat : 6589 (java) S 6394 6397 30973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96259905 11013292032 2096257 33554432000 4194304 4196468 140727904821152 139762368298880 139762887001813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38060032 140727904822406 140727904822559 140727904822559 140727904825295 0
Current children cumulated CPU time: 1080.58 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8385028 KiB

Child status: 1
Real time (s): 594.808
CPU time (s): 1080.7
CPU user time (s): 1073.75
CPU system time (s): 6.94231
CPU usage (%): 181.688
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 8385028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1073.75
system time used= 6.94231
maximum resident set size= 8385360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265906
page faults= 0
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24502
involuntary context switches= 13187


# summary of solver processes directly reported to runsolver:
#   pid: 6397
#   total CPU time (s): 1080.7
#   total CPU user time (s): 1073.75
#   total CPU system time (s): 6.94231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.57797 second user time and 5.98672 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 15:17:55
IDJOB=4263444
IDBENCH=133994
IDSOLVER=2651
FILE ID=node103/4263444-1502631133
RUNJOBID= node103-1502624009-5187
PBS_JOBID= 20628296
Free space on /tmp= 61784 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-096-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263444-1502631133/watcher-4263444-1502631133 -o /tmp/evaluation-result-4263444-1502631133/solver-4263444-1502631133 -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-4263444-1502631133.xml

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

MD5SUM BENCH= c42d2c129703f9e6d9981e58e561edd8
RANDOM SEED=1246868829

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:        28900760 kB
MemAvailable:   29214368 kB
Buffers:          100144 kB
Cached:           507736 kB
SwapCached:            0 kB
Active:          3286064 kB
Inactive:         154600 kB
Active(anon):    2781684 kB
Inactive(anon):    78640 kB
Active(file):     504380 kB
Inactive(file):    75960 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7964 kB
Writeback:             0 kB
AnonPages:       2842708 kB
Mapped:            55252 kB
Shmem:             25228 kB
Slab:             124260 kB
SReclaimable:      98204 kB
SUnreclaim:        26056 kB
KernelStack:        3792 kB
PageTables:        11076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3861308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2732032 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= 61784 MiB
End job on node103 at 2017-08-13 15:27:49