Trace number 4262821

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1688.52 472.224

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-70.xml
MD5SUM17a97120e8930e8511a08ef4d06a02ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size47
Distribution of domain sizes[{"size":19,"count":1},{"size":47,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262821-1502635025/watcher-4262821-1502635025 -o /tmp/evaluation-result-4262821-1502635025/solver-4262821-1502635025 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262821-1502635025.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
solver pid=26661, runsolver pid=26658
solver pid=26661, runsolver pid=26658
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.10016 s]*
/proc/loadavg: 4.41 3.68 2.79 2/196 26662
/proc/meminfo: memFree=30824412/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=356952 memory=7604 CPUtime=0 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 1743 0 0 0 0 0 0 0 20 0 2 0 51843108 365518848 1901 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
/proc/26661/statm: 89238 1901 1053 1 0 79208 0
[pid=26661/tid=26663] ppid=26658 vsize=356952 memory=-6369328389273260383 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26663/stat : 26663 (java) R 26658 26661 11586 0 -1 4202560 454 0 0 0 0 0 0 0 20 0 2 0 51843119 365518848 1965 18446744073709551615 4194304 4196468 140736431364976 140203298064800 140203271986585 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7604 KiB

[startup+0.209825 s]*
/proc/loadavg: 4.41 3.68 2.79 3/210 26676
/proc/meminfo: memFree=30811208/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=10551156 memory=25924 CPUtime=0.07 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 4985 0 0 0 6 1 0 0 20 0 15 0 51843108 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
/proc/26661/statm: 2637789 6481 2610 1 0 2627261 0
[pid=26661/tid=26663] ppid=26658 vsize=10551156 memory=-4116735710718344508 CPUtime=0.06 cores=1,3,5,7
/proc/26661/task/26663/stat : 26663 (java) R 26658 26661 11586 0 -1 4202560 3090 0 0 0 5 1 0 0 20 0 15 0 51843119 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140203298048400 140203293834646 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26664] ppid=26658 vsize=10551156 memory=5767615721184246153 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26664/stat : 26664 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202905299472 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26665] ppid=26658 vsize=10551156 memory=140434776262272 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26665/stat : 26665 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202904246928 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26666] ppid=26658 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26666/stat : 26666 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202903193872 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26667] ppid=26658 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26667/stat : 26667 (java) S 26658 26661 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51843119 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202902141328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26668] ppid=26658 vsize=10551156 memory=140434776262272 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26668/stat : 26668 (java) S 26658 26661 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51843121 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202789989104 140203293833858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26669] ppid=26658 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26669/stat : 26669 (java) S 26658 26661 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51843121 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202788935328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26670] ppid=26658 vsize=10551156 memory=140434776262272 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26670/stat : 26670 (java) S 26658 26661 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51843121 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202787882224 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26671] ppid=26658 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26671/stat : 26671 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51843124 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202786830800 140203293841307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26672] ppid=26658 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26672/stat : 26672 (java) S 26658 26661 11586 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 51843124 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202785777904 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26673] ppid=26658 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26673/stat : 26673 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843124 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202784725360 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26674] ppid=26658 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26674/stat : 26674 (java) R 26658 26661 11586 0 -1 4202560 225 0 0 0 0 0 0 0 20 0 15 0 51843124 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202783672304 140203272686016 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26675] ppid=26658 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26675/stat : 26675 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51843124 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202782620000 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26676] ppid=26658 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26676/stat : 26676 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843128 10804383744 6481 18446744073709551615 4194304 4196468 140736431364976 140202781568048 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25924 KiB

[startup+0.309983 s]*
/proc/loadavg: 4.41 3.68 2.79 3/210 26676
/proc/meminfo: memFree=30798552/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=10551156 memory=35976 CPUtime=0.23 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 8280 0 0 0 20 3 0 0 20 0 15 0 51843108 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
/proc/26661/statm: 2637789 8994 2866 1 0 2627261 0
[pid=26661/tid=26663] ppid=26658 vsize=10551156 memory=7522124233739560436 CPUtime=0.16 cores=1,3,5,7
/proc/26661/task/26663/stat : 26663 (java) R 26658 26661 11586 0 -1 4202560 5947 0 0 0 14 2 0 0 20 0 15 0 51843119 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140203298034640 140203275407478 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26664] ppid=26658 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26664/stat : 26664 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202905299472 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26665] ppid=26658 vsize=10551156 memory=140434776262272 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26665/stat : 26665 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202904246928 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26666] ppid=26658 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26666/stat : 26666 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202903193872 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26667] ppid=26658 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26667/stat : 26667 (java) S 26658 26661 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51843119 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202902141328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26668] ppid=26658 vsize=10551156 memory=140434776262272 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26668/stat : 26668 (java) S 26658 26661 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51843121 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202789989104 140203293833858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26669] ppid=26658 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26669/stat : 26669 (java) S 26658 26661 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51843121 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202788935328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26670] ppid=26658 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26670/stat : 26670 (java) S 26658 26661 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51843121 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202787882224 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26671] ppid=26658 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26671/stat : 26671 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51843124 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202786830800 140203293841307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26672] ppid=26658 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26661/task/26672/stat : 26672 (java) S 26658 26661 11586 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 15 0 51843124 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202785777904 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26673] ppid=26658 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26661/task/26673/stat : 26673 (java) S 26658 26661 11586 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 51843124 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202784725360 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26674] ppid=26658 vsize=10551156 memory=140434776262272 CPUtime=0.03 cores=1,3,5,7
/proc/26661/task/26674/stat : 26674 (java) S 26658 26661 11586 0 -1 1077944384 391 0 0 0 3 0 0 0 20 0 15 0 51843124 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202783672304 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26675] ppid=26658 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26675/stat : 26675 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51843124 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202782620000 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26676] ppid=26658 vsize=10551156 memory=140434776262272 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26676/stat : 26676 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843128 10804383744 8994 18446744073709551615 4194304 4196468 140736431364976 140202781568048 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35976 KiB

[startup+0.703735 s]
/proc/loadavg: 4.41 3.68 2.79 4/210 26676
/proc/meminfo: memFree=30779596/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=10551232 memory=105800 CPUtime=1.25 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 11982 0 0 0 120 5 0 0 20 0 15 0 51843108 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
/proc/26661/statm: 2637808 26450 3057 1 0 2627261 0
[pid=26661/tid=26663] ppid=26658 vsize=10551232 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/26661/task/26663/stat : 26663 (java) R 26658 26661 11586 0 -1 4202560 7404 0 0 0 51 3 0 0 20 0 15 0 51843119 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140203298057856 140202916215104 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26664] ppid=26658 vsize=10551232 memory=140434626060944 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26664/stat : 26664 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202905299472 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26665] ppid=26658 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26665/stat : 26665 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202904246928 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26666] ppid=26658 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26666/stat : 26666 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843119 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202903193872 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26667] ppid=26658 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26667/stat : 26667 (java) S 26658 26661 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51843119 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202902141328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26668] ppid=26658 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26668/stat : 26668 (java) S 26658 26661 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51843121 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202789989104 140203293833858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26669] ppid=26658 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26669/stat : 26669 (java) S 26658 26661 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51843121 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202788935328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26670] ppid=26658 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26670/stat : 26670 (java) S 26658 26661 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51843121 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202787882224 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26671] ppid=26658 vsize=10551232 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26671/stat : 26671 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51843124 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202786830800 140203293841307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26672] ppid=26658 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/26661/task/26672/stat : 26672 (java) R 26658 26661 11586 0 -1 4202560 1346 0 0 0 25 0 0 0 20 0 15 0 51843124 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202785769856 140203277326031 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26673] ppid=26658 vsize=10551232 memory=140434626081776 CPUtime=0.24 cores=1,3,5,7
/proc/26661/task/26673/stat : 26673 (java) R 26658 26661 11586 0 -1 4202560 964 0 0 0 24 0 0 0 20 0 15 0 51843124 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202784711456 140203273084692 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26674] ppid=26658 vsize=10551232 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/26661/task/26674/stat : 26674 (java) S 26658 26661 11586 0 -1 1077944384 897 0 0 0 18 0 0 0 20 0 15 0 51843124 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202783672304 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26675] ppid=26658 vsize=10551232 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26675/stat : 26675 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51843124 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202782620000 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26676] ppid=26658 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26676/stat : 26676 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843128 10804461568 26450 18446744073709551615 4194304 4196468 140736431364976 140202781568048 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 105800 KiB

[startup+1.50077 s]
/proc/loadavg: 4.41 3.68 2.79 4/210 26676
/proc/meminfo: memFree=30671032/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=10551232 memory=279152 CPUtime=3.25 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 16162 0 0 0 310 15 0 0 20 0 15 0 51843108 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
/proc/26661/statm: 2637808 69788 3090 1 0 2627261 0
[pid=26661/tid=26663] ppid=26658 vsize=10551232 memory=4120 CPUtime=1.23 cores=1,3,5,7
/proc/26661/task/26663/stat : 26663 (java) R 26658 26661 11586 0 -1 4202560 7509 0 0 0 119 4 0 0 20 0 15 0 51843119 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140203298059072 140202918938837 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26664] ppid=26658 vsize=10551232 memory=280869252394544 CPUtime=0.07 cores=1,3,5,7
/proc/26661/task/26664/stat : 26664 (java) S 26658 26661 11586 0 -1 1077944384 45 0 0 0 6 1 0 0 20 0 15 0 51843119 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202905299472 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26665] ppid=26658 vsize=10551232 memory=3762257443627991072 CPUtime=0.07 cores=1,3,5,7
/proc/26661/task/26665/stat : 26665 (java) S 26658 26661 11586 0 -1 1077944384 133 0 0 0 6 1 0 0 20 0 15 0 51843119 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202904246928 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26666] ppid=26658 vsize=10551232 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26661/task/26666/stat : 26666 (java) S 26658 26661 11586 0 -1 1077944384 120 0 0 0 6 2 0 0 20 0 15 0 51843119 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202903193872 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26667] ppid=26658 vsize=10551232 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26661/task/26667/stat : 26667 (java) S 26658 26661 11586 0 -1 1077944384 149 0 0 0 7 2 0 0 20 0 15 0 51843119 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202902141328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26668] ppid=26658 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26668/stat : 26668 (java) S 26658 26661 11586 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 51843121 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202789989104 140203293833858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26669] ppid=26658 vsize=10551232 memory=644 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26669/stat : 26669 (java) S 26658 26661 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51843121 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202788935392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26670] ppid=26658 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26670/stat : 26670 (java) S 26658 26661 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51843121 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202787882240 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26671] ppid=26658 vsize=10551232 memory=956 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26671/stat : 26671 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51843124 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202786830800 140203293841307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26672] ppid=26658 vsize=10551232 memory=1236 CPUtime=0.69 cores=1,3,5,7
/proc/26661/task/26672/stat : 26672 (java) R 26658 26661 11586 0 -1 4202560 3631 0 0 0 69 0 0 0 20 0 15 0 51843124 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202785758712 140203277319499 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26673] ppid=26658 vsize=10551232 memory=2244 CPUtime=0.67 cores=1,3,5,7
/proc/26661/task/26673/stat : 26673 (java) R 26658 26661 11586 0 -1 4202560 2100 0 0 0 67 0 0 0 20 0 15 0 51843124 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202784716640 140203275340593 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26674] ppid=26658 vsize=10551232 memory=4284 CPUtime=0.25 cores=1,3,5,7
/proc/26661/task/26674/stat : 26674 (java) S 26658 26661 11586 0 -1 1077944384 1029 0 0 0 25 0 0 0 20 0 15 0 51843124 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202783672304 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26675] ppid=26658 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26675/stat : 26675 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51843124 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202782620000 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26676] ppid=26658 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26676/stat : 26676 (java) S 26658 26661 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51843128 10804461568 69788 18446744073709551615 4194304 4196468 140736431364976 140202781568048 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 279152 KiB

[startup+3.11001 s]
/proc/loadavg: 4.14 3.64 2.78 4/210 26676
/proc/meminfo: memFree=30245888/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=10551232 memory=591280 CPUtime=7.42 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 20657 0 0 0 709 33 0 0 20 0 15 0 51843108 10804461568 147820 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0

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

/proc/26661/task/26663/stat : 26663 (java) S 26658 26661 11586 0 -1 1077944384 15726 0 0 0 1464 9 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140203298063392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26664] ppid=26658 vsize=10684360 memory=8091516 CPUtime=402.87 cores=1,3,5,7
/proc/26661/task/26664/stat : 26664 (java) R 26658 26661 11586 0 -1 4202560 99474 0 0 0 40094 193 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202905299592 140203286450919 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26665] ppid=26658 vsize=10684360 memory=8091516 CPUtime=402.15 cores=1,3,5,7
/proc/26661/task/26665/stat : 26665 (java) R 26658 26661 11586 0 -1 4202560 65320 0 0 0 40044 171 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202904246736 140203286450919 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26666] ppid=26658 vsize=10684360 memory=16240 CPUtime=403.61 cores=1,3,5,7
/proc/26661/task/26666/stat : 26666 (java) R 26658 26661 11586 0 -1 4202560 65453 0 0 0 40176 185 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202903194072 140203278812378 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26667] ppid=26658 vsize=10684360 memory=-8774313645642428999 CPUtime=403.61 cores=1,3,5,7
/proc/26661/task/26667/stat : 26667 (java) R 26658 26661 11586 0 -1 4202560 72778 0 0 0 40181 180 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202902141136 140203286450919 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26668] ppid=26658 vsize=10684360 memory=4048 CPUtime=42.15 cores=1,3,5,7
/proc/26661/task/26668/stat : 26668 (java) S 26658 26661 11586 0 -1 1077944384 75692 0 0 0 4211 4 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202789987648 140203293832917 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26669] ppid=26658 vsize=10684360 memory=644 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26669/stat : 26669 (java) S 26658 26661 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202788935392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26670] ppid=26658 vsize=10684360 memory=8091516 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26670/stat : 26670 (java) S 26658 26661 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202787882240 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26671] ppid=26658 vsize=10684360 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26671/stat : 26671 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202786830800 140203293841307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26672] ppid=26658 vsize=10684360 memory=4284 CPUtime=1.84 cores=1,3,5,7
/proc/26661/task/26672/stat : 26672 (java) S 26658 26661 11586 0 -1 1077944384 10103 0 0 0 183 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202785777952 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26673] ppid=26658 vsize=10684360 memory=836 CPUtime=1.01 cores=1,3,5,7
/proc/26661/task/26673/stat : 26673 (java) S 26658 26661 11586 0 -1 1077944384 3485 0 0 0 100 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202784725120 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26674] ppid=26658 vsize=10684360 memory=3908 CPUtime=0.29 cores=1,3,5,7
/proc/26661/task/26674/stat : 26674 (java) S 26658 26661 11586 0 -1 1077944384 1654 0 0 0 28 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202783672352 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26675] ppid=26658 vsize=10684360 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26675/stat : 26675 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202782620000 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26676] ppid=26658 vsize=10684360 memory=3016 CPUtime=0.3 cores=1,3,5,7
/proc/26661/task/26676/stat : 26676 (java) S 26658 26661 11586 0 -1 1077944384 1352 0 0 0 18 12 0 0 20 0 16 0 51843128 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202781568048 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26707] ppid=26658 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26707/stat : 26707 (java) S 26658 26661 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 51887634 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202780512176 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 1672.66 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8091516 KiB

[startup+470.401 s]
/proc/loadavg: 4.77 4.47 3.48 6/214 26708
/proc/meminfo: memFree=21798648/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=10684360 memory=8091516 CPUtime=1685.05 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 412499 0 0 0 167751 754 0 0 20 0 16 0 51843108 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
/proc/26661/statm: 2671090 2022879 3112 1 0 2660543 0
[pid=26661/tid=26663] ppid=26658 vsize=10684360 memory=29668 CPUtime=14.73 cores=1,3,5,7
/proc/26661/task/26663/stat : 26663 (java) S 26658 26661 11586 0 -1 1077944384 15726 0 0 0 1464 9 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140203298063392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26664] ppid=26658 vsize=10684360 memory=2384 CPUtime=405.9 cores=1,3,5,7
/proc/26661/task/26664/stat : 26664 (java) R 26658 26661 11586 0 -1 4202560 99474 0 0 0 40396 194 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202905299592 140203286450919 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26665] ppid=26658 vsize=10684360 memory=1296 CPUtime=405.23 cores=1,3,5,7
/proc/26661/task/26665/stat : 26665 (java) R 26658 26661 11586 0 -1 4202560 65320 0 0 0 40351 172 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202904246736 140203286450919 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26666] ppid=26658 vsize=10684360 memory=-8774313645642428999 CPUtime=406.81 cores=1,3,5,7
/proc/26661/task/26666/stat : 26666 (java) R 26658 26661 11586 0 -1 4202560 65482 0 0 0 40496 185 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202903194072 140203278280163 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26667] ppid=26658 vsize=10684360 memory=5668 CPUtime=406.69 cores=1,3,5,7
/proc/26661/task/26667/stat : 26667 (java) R 26658 26661 11586 0 -1 4202560 72778 0 0 0 40488 181 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202902141136 140203286450919 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26668] ppid=26658 vsize=10684360 memory=1996 CPUtime=42.15 cores=1,3,5,7
/proc/26661/task/26668/stat : 26668 (java) S 26658 26661 11586 0 -1 1077944384 75692 0 0 0 4211 4 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202789987648 140203293832917 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26669] ppid=26658 vsize=10684360 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26669/stat : 26669 (java) S 26658 26661 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202788935392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26670] ppid=26658 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26670/stat : 26670 (java) S 26658 26661 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202787882240 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26671] ppid=26658 vsize=10684360 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26671/stat : 26671 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202786830800 140203293841307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26672] ppid=26658 vsize=10684360 memory=1232 CPUtime=1.84 cores=1,3,5,7
/proc/26661/task/26672/stat : 26672 (java) S 26658 26661 11586 0 -1 1077944384 10103 0 0 0 183 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202785777952 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26673] ppid=26658 vsize=10684360 memory=8900 CPUtime=1.01 cores=1,3,5,7
/proc/26661/task/26673/stat : 26673 (java) S 26658 26661 11586 0 -1 1077944384 3485 0 0 0 100 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202784725120 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26674] ppid=26658 vsize=10684360 memory=8900 CPUtime=0.29 cores=1,3,5,7
/proc/26661/task/26674/stat : 26674 (java) S 26658 26661 11586 0 -1 1077944384 1654 0 0 0 28 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202783672352 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26675] ppid=26658 vsize=10684360 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26675/stat : 26675 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202782620000 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26676] ppid=26658 vsize=10684360 memory=1440 CPUtime=0.3 cores=1,3,5,7
/proc/26661/task/26676/stat : 26676 (java) S 26658 26661 11586 0 -1 1077944384 1352 0 0 0 18 12 0 0 20 0 16 0 51843128 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202781568048 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26707] ppid=26658 vsize=10684360 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26707/stat : 26707 (java) S 26658 26661 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 51887634 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202780512176 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 1685.05 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8091516 KiB

[startup+471.201 s]
/proc/loadavg: 4.77 4.47 3.48 3/214 26708
/proc/meminfo: memFree=21798648/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=10684360 memory=8091516 CPUtime=1687.49 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 412515 0 0 0 167994 755 0 0 20 0 16 0 51843108 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
/proc/26661/statm: 2671090 2022879 3112 1 0 2660543 0
[pid=26661/tid=26663] ppid=26658 vsize=10684360 memory=1440 CPUtime=14.73 cores=1,3,5,7
/proc/26661/task/26663/stat : 26663 (java) S 26658 26661 11586 0 -1 1077944384 15726 0 0 0 1464 9 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140203298063392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26664] ppid=26658 vsize=10684360 memory=1204 CPUtime=406.44 cores=1,3,5,7
/proc/26661/task/26664/stat : 26664 (java) S 26658 26661 11586 0 -1 1077944384 99474 0 0 0 40450 194 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202905299472 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26665] ppid=26658 vsize=10684360 memory=8091516 CPUtime=405.78 cores=1,3,5,7
/proc/26661/task/26665/stat : 26665 (java) S 26658 26661 11586 0 -1 1077944384 65320 0 0 0 40405 173 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202904246928 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26666] ppid=26658 vsize=10684360 memory=4120 CPUtime=407.38 cores=1,3,5,7
/proc/26661/task/26666/stat : 26666 (java) S 26658 26661 11586 0 -1 1077944384 65496 0 0 0 40553 185 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202903193872 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26667] ppid=26658 vsize=10684360 memory=29668 CPUtime=407.23 cores=1,3,5,7
/proc/26661/task/26667/stat : 26667 (java) S 26658 26661 11586 0 -1 1077944384 72778 0 0 0 40542 181 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202902141328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26668] ppid=26658 vsize=10684360 memory=2384 CPUtime=42.38 cores=1,3,5,7
/proc/26661/task/26668/stat : 26668 (java) R 26658 26661 11586 0 -1 4202560 75694 0 0 0 4234 4 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202789987648 140203278819264 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26669] ppid=26658 vsize=10684360 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26669/stat : 26669 (java) S 26658 26661 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202788935392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26670] ppid=26658 vsize=10684360 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26670/stat : 26670 (java) S 26658 26661 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202787882240 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26671] ppid=26658 vsize=10684360 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26671/stat : 26671 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202786830800 140203293841307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26672] ppid=26658 vsize=10684360 memory=1996 CPUtime=1.84 cores=1,3,5,7
/proc/26661/task/26672/stat : 26672 (java) S 26658 26661 11586 0 -1 1077944384 10103 0 0 0 183 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202785777952 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26673] ppid=26658 vsize=10684360 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/26661/task/26673/stat : 26673 (java) S 26658 26661 11586 0 -1 1077944384 3485 0 0 0 100 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202784725120 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26674] ppid=26658 vsize=10684360 memory=-1807685287717842718 CPUtime=0.29 cores=1,3,5,7
/proc/26661/task/26674/stat : 26674 (java) S 26658 26661 11586 0 -1 1077944384 1654 0 0 0 28 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202783672352 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26675] ppid=26658 vsize=10684360 memory=8330969454845486047 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26675/stat : 26675 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202782620000 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26676] ppid=26658 vsize=10684360 memory=8330969454845486047 CPUtime=0.3 cores=1,3,5,7
/proc/26661/task/26676/stat : 26676 (java) S 26658 26661 11586 0 -1 1077944384 1352 0 0 0 18 12 0 0 20 0 16 0 51843128 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202781568048 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26707] ppid=26658 vsize=10684360 memory=5795153719298590087 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26707/stat : 26707 (java) S 26658 26661 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 51887634 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202780512176 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 1687.49 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8091516 KiB

[startup+472.001 s]*
/proc/loadavg: 4.77 4.47 3.48 3/214 26708
/proc/meminfo: memFree=21798648/32770624 swapFree=67108860/67108860
[pid=26661] ppid=26658 vsize=10684360 memory=8091516 CPUtime=1688.29 cores=1,3,5,7
/proc/26661/stat : 26661 (java) S 26658 26661 11586 0 -1 1077944320 412516 0 0 0 168074 755 0 0 20 0 16 0 51843108 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140736431347520 140203293822711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
/proc/26661/statm: 2671090 2022879 3112 1 0 2660543 0
[pid=26661/tid=26663] ppid=26658 vsize=10684360 memory=-8195925453750481479 CPUtime=14.73 cores=1,3,5,7
/proc/26661/task/26663/stat : 26663 (java) S 26658 26661 11586 0 -1 1077944384 15726 0 0 0 1464 9 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140203298063392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26664] ppid=26658 vsize=10684360 memory=-7003737579269690708 CPUtime=406.44 cores=1,3,5,7
/proc/26661/task/26664/stat : 26664 (java) S 26658 26661 11586 0 -1 1077944384 99474 0 0 0 40450 194 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202905299472 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26665] ppid=26658 vsize=10684360 memory=8091516 CPUtime=405.78 cores=1,3,5,7
/proc/26661/task/26665/stat : 26665 (java) S 26658 26661 11586 0 -1 1077944384 65320 0 0 0 40405 173 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202904246928 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26666] ppid=26658 vsize=10684360 memory=4048 CPUtime=407.38 cores=1,3,5,7
/proc/26661/task/26666/stat : 26666 (java) S 26658 26661 11586 0 -1 1077944384 65496 0 0 0 40553 185 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202903193872 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26667] ppid=26658 vsize=10684360 memory=644 CPUtime=407.23 cores=1,3,5,7
/proc/26661/task/26667/stat : 26667 (java) S 26658 26661 11586 0 -1 1077944384 72778 0 0 0 40542 181 0 0 20 0 16 0 51843119 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202902141328 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26668] ppid=26658 vsize=10684360 memory=1788 CPUtime=43.19 cores=1,3,5,7
/proc/26661/task/26668/stat : 26668 (java) R 26658 26661 11586 0 -1 4202560 75695 0 0 0 4315 4 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202789987648 140203278280342 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26669] ppid=26658 vsize=10684360 memory=956 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26669/stat : 26669 (java) S 26658 26661 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202788935392 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26670] ppid=26658 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26670/stat : 26670 (java) S 26658 26661 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 51843121 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202787882240 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26671] ppid=26658 vsize=10684360 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26671/stat : 26671 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202786830800 140203293841307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26672] ppid=26658 vsize=10684360 memory=2756 CPUtime=1.84 cores=1,3,5,7
/proc/26661/task/26672/stat : 26672 (java) S 26658 26661 11586 0 -1 1077944384 10103 0 0 0 183 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202785777952 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26673] ppid=26658 vsize=10684360 memory=3016 CPUtime=1.01 cores=1,3,5,7
/proc/26661/task/26673/stat : 26673 (java) S 26658 26661 11586 0 -1 1077944384 3485 0 0 0 100 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202784725120 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26674] ppid=26658 vsize=10684360 memory=4068 CPUtime=0.29 cores=1,3,5,7
/proc/26661/task/26674/stat : 26674 (java) S 26658 26661 11586 0 -1 1077944384 1654 0 0 0 28 1 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202783672352 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26675] ppid=26658 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26675/stat : 26675 (java) S 26658 26661 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51843124 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202782620000 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26676] ppid=26658 vsize=10684360 memory=4068 CPUtime=0.3 cores=1,3,5,7
/proc/26661/task/26676/stat : 26676 (java) S 26658 26661 11586 0 -1 1077944384 1352 0 0 0 18 12 0 0 20 0 16 0 51843128 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202781568048 140203293833858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
[pid=26661/tid=26707] ppid=26658 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26661/task/26707/stat : 26707 (java) S 26658 26661 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 51887634 10940784640 2022879 18446744073709551615 4194304 4196468 140736431364976 140202780512176 140203293832917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31494144 140736431366544 140736431366697 140736431366697 140736431370191 0
Current children cumulated CPU time: 1688.29 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8091516 KiB

[startup+472.215 s]*
/proc/loadavg: 4.77 4.47 3.48 3/200 26708
/proc/meminfo: memFree=29533176/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 472.224
CPU time (s): 1688.52
CPU user time (s): 1680.92
CPU system time (s): 7.59444
CPU usage (%): 357.566
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8091516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1680.92
system time used= 7.59444
maximum resident set size= 8091736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413439
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31481
involuntary context switches= 17508


# summary of solver processes directly reported to runsolver:
#   pid: 26661
#   total CPU time (s): 1688.52
#   total CPU user time (s): 1680.92
#   total CPU system time (s): 7.59444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.03925 second user time and 4.373 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 16:22:48
IDJOB=4262821
IDBENCH=137723
IDSOLVER=2651
FILE ID=node124/4262821-1502635025
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-70.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262821-1502635025/watcher-4262821-1502635025 -o /tmp/evaluation-result-4262821-1502635025/solver-4262821-1502635025 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262821-1502635025.xml

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

MD5SUM BENCH= 17a97120e8930e8511a08ef4d06a02ba
RANDOM SEED=176941843

node124.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.51
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.51
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.51
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.51
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:        30824752 kB
MemAvailable:   31031064 kB
Buffers:          166432 kB
Cached:           329520 kB
SwapCached:            0 kB
Active:          1341328 kB
Inactive:         180692 kB
Active(anon):     977016 kB
Inactive(anon):    73860 kB
Active(file):     364312 kB
Inactive(file):   106832 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2100 kB
Writeback:            28 kB
AnonPages:       1035584 kB
Mapped:            54452 kB
Shmem:             25320 kB
Slab:             128280 kB
SReclaimable:     102004 kB
SUnreclaim:        26276 kB
KernelStack:        3568 kB
PageTables:         7204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2331544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    929792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 16:30:41