Trace number 4262818

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? 1672.34 467.39301

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-03.xml
MD5SUM61729e5e51cdc1a72244a455e64fc056
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.03
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262818-1502634979/watcher-4262818-1502634979 -o /tmp/evaluation-result-4262818-1502634979/solver-4262818-1502634979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502634120-3433 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262818-1502634979.xml 

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

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

solver pid=3467, runsolver pid=3464

[startup+0.100136 s]*
/proc/loadavg: 1.02 0.96 1.24 4/215 3491
/proc/meminfo: memFree=27060388/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10555400 memory=29676 CPUtime=0.12 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 6540 0 0 0 11 1 0 0 20 0 15 0 96585719 10808729600 7419 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2638850 7419 2788 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 30942 0 -1 4202560 4390 0 0 0 8 1 0 0 20 0 15 0 96585719 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599636910432 140599616767356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10555400 memory=140459375818368 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10555400 memory=140459375818368 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585721 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599192279024 140599632697986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3478] ppid=3464 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96585722 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599191225248 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3479] ppid=3464 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96585722 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599190172656 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3486] ppid=3464 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3486/stat : 3486 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585724 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599189121232 140599632705435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3487] ppid=3464 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3487/stat : 3487 (java) S 3464 3467 30942 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 96585724 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599188068848 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3488] ppid=3464 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3488/stat : 3488 (java) S 3464 3467 30942 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 96585724 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599187016304 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3489] ppid=3464 vsize=10555400 memory=140459375818368 CPUtime=0.02 cores=1,3,5,7
/proc/3467/task/3489/stat : 3489 (java) S 3464 3467 30942 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 96585724 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599185963760 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3490] ppid=3464 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3490/stat : 3490 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585724 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599184911456 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3491] ppid=3464 vsize=10555400 memory=140459375818368 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3491/stat : 3491 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585724 10808729600 7419 33554432000 4194304 4196468 140724095988352 140599183857968 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29676 KiB

[startup+0.210285 s]*
/proc/loadavg: 1.02 0.96 1.24 3/215 3491
/proc/meminfo: memFree=27038868/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10555400 memory=41328 CPUtime=0.3 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 8074 0 0 0 28 2 0 0 20 0 15 0 96585719 10808729600 10332 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2638850 10332 2961 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 30942 0 -1 4202560 5236 0 0 0 18 1 0 0 20 0 15 0 96585719 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599636919040 140599616767326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10555400 memory=343 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10555400 memory=140459375976442 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10555400 memory=140459375818368 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585721 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599192279024 140599632697986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3478] ppid=3464 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96585722 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599191225248 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3479] ppid=3464 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96585722 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599190172656 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3486] ppid=3464 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3486/stat : 3486 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585724 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599189121232 140599632705435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3487] ppid=3464 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3467/task/3487/stat : 3487 (java) S 3464 3467 30942 0 -1 1077944384 627 0 0 0 2 0 0 0 20 0 15 0 96585724 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599188068848 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3488] ppid=3464 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3467/task/3488/stat : 3488 (java) S 3464 3467 30942 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 15 0 96585724 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599187016304 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3489] ppid=3464 vsize=10555400 memory=140459375818368 CPUtime=0.05 cores=1,3,5,7
/proc/3467/task/3489/stat : 3489 (java) S 3464 3467 30942 0 -1 1077944384 525 0 0 0 5 0 0 0 20 0 15 0 96585724 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599185963760 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3490] ppid=3464 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3490/stat : 3490 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585724 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599184911456 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3491] ppid=3464 vsize=10555400 memory=140459375818368 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3491/stat : 3491 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585724 10808729600 10332 33554432000 4194304 4196468 140724095988352 140599183857968 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41328 KiB

[startup+0.318374 s]*
/proc/loadavg: 1.02 0.96 1.24 7/215 3491
/proc/meminfo: memFree=27020504/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10555476 memory=50480 CPUtime=0.54 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 8878 0 0 0 51 3 0 0 20 0 15 0 96585719 10808807424 12620 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2638869 12620 3006 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 30942 0 -1 4202560 5672 0 0 0 28 2 0 0 20 0 15 0 96585719 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599636922296 140599262894855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10555476 memory=140459375876384 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10555476 memory=140459375883296 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585721 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599192279024 140599632697986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3478] ppid=3464 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96585722 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599191225248 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3479] ppid=3464 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96585722 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599190172656 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3486] ppid=3464 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3486/stat : 3486 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585724 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599189121232 140599632705435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3487] ppid=3464 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/3467/task/3487/stat : 3487 (java) R 3464 3467 30942 0 -1 4202560 658 0 0 0 5 0 0 0 20 0 15 0 96585724 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599188060352 140599610027248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3488] ppid=3464 vsize=10555476 memory=140459255123471 CPUtime=0.05 cores=1,3,5,7
/proc/3467/task/3488/stat : 3488 (java) R 3464 3467 30942 0 -1 4202560 502 0 0 0 5 0 0 0 20 0 15 0 96585724 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599187001456 140599618710583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3489] ppid=3464 vsize=10555476 memory=140459375821822 CPUtime=0.11 cores=1,3,5,7
/proc/3467/task/3489/stat : 3489 (java) R 3464 3467 30942 0 -1 1077944384 680 0 0 0 11 0 0 0 20 0 15 0 96585724 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599185963760 140599632697986 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3490] ppid=3464 vsize=10555476 memory=140459255128015 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3490/stat : 3490 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585724 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599184911456 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3491] ppid=3464 vsize=10555476 memory=280918630963136 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3491/stat : 3491 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585724 10808807424 12620 33554432000 4194304 4196468 140724095988352 140599183857968 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50480 KiB

[startup+0.700745 s]
/proc/loadavg: 1.02 0.96 1.24 12/215 3491
/proc/meminfo: memFree=26926912/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10555476 memory=128676 CPUtime=1.4 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 10423 0 0 0 136 4 0 0 20 0 15 0 96585719 10808807424 32169 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2638869 32169 3082 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10555476 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 30942 0 -1 4202560 5789 0 0 0 64 3 0 0 20 0 15 0 96585719 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599636919952 140599615149538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10555476 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10555476 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 30942 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96585721 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599192279024 140599632697986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3478] ppid=3464 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96585722 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599191225248 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3479] ppid=3464 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96585722 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599190172656 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3486] ppid=3464 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3486/stat : 3486 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585724 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599189121232 140599632705435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3487] ppid=3464 vsize=10555476 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/3467/task/3487/stat : 3487 (java) S 3464 3467 30942 0 -1 1077944384 1093 0 0 0 26 0 0 0 20 0 15 0 96585724 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599188068848 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3488] ppid=3464 vsize=10555476 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/3467/task/3488/stat : 3488 (java) S 3464 3467 30942 0 -1 1077944384 1046 0 0 0 25 0 0 0 20 0 15 0 96585724 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599187016304 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3489] ppid=3464 vsize=10555476 memory=-1807685287725067907 CPUtime=0.18 cores=1,3,5,7
/proc/3467/task/3489/stat : 3489 (java) S 3464 3467 30942 0 -1 1077944384 1123 0 0 0 18 0 0 0 20 0 15 0 96585724 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599185963760 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3490] ppid=3464 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3490/stat : 3490 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585724 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599184911456 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3491] ppid=3464 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3491/stat : 3491 (java) S 3464 3467 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585724 10808807424 32169 33554432000 4194304 4196468 140724095988352 140599183857968 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 128676 KiB

[startup+1.50074 s]
/proc/loadavg: 1.34 1.03 1.26 7/215 3491
/proc/meminfo: memFree=26737524/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10555476 memory=327184 CPUtime=3.67 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 15909 0 0 0 351 16 0 0 20 0 15 0 96585719 10808807424 81796 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2638869 81796 3112 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10555476 memory=3467825817738361155 CPUtime=1.34 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 30942 0 -1 4202560 5988 0 0 0 129 5 0 0 20 0 15 0 96585719 10808807424 81796 33554432000 4194304 4196468 140724095988352 140599636922864 140599264456134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10555476 memory=155624 CPUtime=0.07 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 137 0 0 0 6 1 0 0 20 0 15 0 96585720 10808807424 81796 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10555476 memory=2241 CPUtime=0.11 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 131 0 0 0 9 2 0 0 20 0 15 0 96585720 10808807424 81796 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10555476 memory=1204 CPUtime=0.07 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 48 0 0 0 5 2 0 0 20 0 15 0 96585720 10808807424 81796 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10555476 memory=15872 CPUtime=0.1 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 138 0 0 0 8 2 0 0 20 0 15 0 96585720 10808807424 81796 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10555476 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 30942 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96585721 10808807424 81796 33554432000 4194304 4196468 140724095988352 140599192279024 140599632697986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0

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

[startup+466.401 s]
/proc/loadavg: 7.97 6.26 3.65 7/217 3504
/proc/meminfo: memFree=10706668/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10688604 memory=8187364 CPUtime=1671.34 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 254777 0 0 0 166445 689 0 0 20 0 16 0 96585719 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2672151 2046841 3138 1 0 2660545 0
[pid=3467/tid=3469] ppid=3464 vsize=10688604 memory=1792 CPUtime=15.19 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) S 3464 3467 30942 0 -1 1077944384 12506 0 0 0 1509 10 0 0 20 0 16 0 96585719 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599636927520 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10688604 memory=640 CPUtime=403.1 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 32199 0 0 0 40151 159 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10688604 memory=8112282956445269571 CPUtime=403.46 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 31707 0 0 0 40186 160 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10688604 memory=8187352 CPUtime=402.75 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 36279 0 0 0 40116 159 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10688604 memory=4624 CPUtime=402.42 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 42492 0 0 0 40055 187 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10688604 memory=1424 CPUtime=41.28 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) R 3464 3467 30942 0 -1 4202560 81685 0 0 0 4124 4 0 0 20 0 16 0 96585721 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599192277456 140599617683236 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3478] ppid=3464 vsize=10688604 memory=13056 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 30942 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 96585722 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599191225312 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3479] ppid=3464 vsize=10688604 memory=8187352 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96585722 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599190172672 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3486] ppid=3464 vsize=10688604 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3486/stat : 3486 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599189121232 140599632705435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3487] ppid=3464 vsize=10688604 memory=10588 CPUtime=1.79 cores=1,3,5,7
/proc/3467/task/3487/stat : 3487 (java) S 3464 3467 30942 0 -1 1077944384 9032 0 0 0 177 2 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599188068896 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3488] ppid=3464 vsize=10688604 memory=1204 CPUtime=0.8 cores=1,3,5,7
/proc/3467/task/3488/stat : 3488 (java) S 3464 3467 30942 0 -1 1077944384 3821 0 0 0 80 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599187016064 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3489] ppid=3464 vsize=10688604 memory=8187352 CPUtime=0.28 cores=1,3,5,7
/proc/3467/task/3489/stat : 3489 (java) S 3464 3467 30942 0 -1 1077944384 2212 0 0 0 28 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599185963328 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3490] ppid=3464 vsize=10688604 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3490/stat : 3490 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599184911456 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3491] ppid=3464 vsize=10688604 memory=3216 CPUtime=0.17 cores=1,3,5,7
/proc/3467/task/3491/stat : 3491 (java) S 3464 3467 30942 0 -1 1077944384 1405 0 0 0 10 7 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599183857968 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3501] ppid=3464 vsize=10688604 memory=8194400 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3501/stat : 3501 (java) S 3464 3467 30942 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 96629659 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599182802096 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
Current children cumulated CPU time: 1671.34 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8187364 KiB

[startup+466.801 s]
/proc/loadavg: 7.97 6.26 3.65 7/217 3504
/proc/meminfo: memFree=10706668/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10688604 memory=8187364 CPUtime=1671.74 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 254777 0 0 0 166485 689 0 0 20 0 16 0 96585719 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2672151 2046841 3138 1 0 2660545 0
[pid=3467/tid=3469] ppid=3464 vsize=10688604 memory=5428 CPUtime=15.19 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) S 3464 3467 30942 0 -1 1077944384 12506 0 0 0 1509 10 0 0 20 0 16 0 96585719 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599636927520 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10688604 memory=8187352 CPUtime=403.1 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 32199 0 0 0 40151 159 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10688604 memory=8112282956445269571 CPUtime=403.46 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 31707 0 0 0 40186 160 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10688604 memory=288230583166042425 CPUtime=402.75 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 36279 0 0 0 40116 159 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10688604 memory=14690816199231876 CPUtime=402.42 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 42492 0 0 0 40055 187 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10688604 memory=840 CPUtime=41.68 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) R 3464 3467 30942 0 -1 4202560 81685 0 0 0 4164 4 0 0 20 0 16 0 96585721 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599192277456 140599617683243 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3478] ppid=3464 vsize=10688604 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 30942 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 96585722 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599191225312 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3479] ppid=3464 vsize=10688604 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96585722 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599190172672 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3486] ppid=3464 vsize=10688604 memory=13056 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3486/stat : 3486 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599189121232 140599632705435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3487] ppid=3464 vsize=10688604 memory=8187364 CPUtime=1.79 cores=1,3,5,7
/proc/3467/task/3487/stat : 3487 (java) S 3464 3467 30942 0 -1 1077944384 9032 0 0 0 177 2 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599188068896 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3488] ppid=3464 vsize=10688604 memory=6935054825532540783 CPUtime=0.8 cores=1,3,5,7
/proc/3467/task/3488/stat : 3488 (java) S 3464 3467 30942 0 -1 1077944384 3821 0 0 0 80 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599187016064 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3489] ppid=3464 vsize=10688604 memory=1576 CPUtime=0.28 cores=1,3,5,7
/proc/3467/task/3489/stat : 3489 (java) S 3464 3467 30942 0 -1 1077944384 2212 0 0 0 28 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599185963328 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3490] ppid=3464 vsize=10688604 memory=932 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3490/stat : 3490 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599184911456 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3491] ppid=3464 vsize=10688604 memory=2236 CPUtime=0.17 cores=1,3,5,7
/proc/3467/task/3491/stat : 3491 (java) S 3464 3467 30942 0 -1 1077944384 1405 0 0 0 10 7 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599183857968 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3501] ppid=3464 vsize=10688604 memory=280918510113264 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3501/stat : 3501 (java) S 3464 3467 30942 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 96629659 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599182802096 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
Current children cumulated CPU time: 1671.74 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8187364 KiB

[startup+467.201 s]
/proc/loadavg: 7.98 6.29 3.67 6/217 3504
/proc/meminfo: memFree=10706676/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10688604 memory=8187364 CPUtime=1672.14 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 254777 0 0 0 166525 689 0 0 20 0 16 0 96585719 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2672151 2046841 3138 1 0 2660545 0
[pid=3467/tid=3469] ppid=3464 vsize=10688604 memory=8187352 CPUtime=15.19 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) S 3464 3467 30942 0 -1 1077944384 12506 0 0 0 1509 10 0 0 20 0 16 0 96585719 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599636927520 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10688604 memory=8187352 CPUtime=403.1 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 32199 0 0 0 40151 159 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10688604 memory=8187352 CPUtime=403.46 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 31707 0 0 0 40186 160 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10688604 memory=8187352 CPUtime=402.75 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 36279 0 0 0 40116 159 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10688604 memory=1292 CPUtime=402.42 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 42492 0 0 0 40055 187 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10688604 memory=2428 CPUtime=42.08 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) R 3464 3467 30942 0 -1 4202560 81685 0 0 0 4204 4 0 0 20 0 16 0 96585721 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599192277456 140599617683240 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3478] ppid=3464 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 30942 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 96585722 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599191225312 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3479] ppid=3464 vsize=10688604 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96585722 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599190172672 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3486] ppid=3464 vsize=10688604 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3486/stat : 3486 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599189121232 140599632705435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3487] ppid=3464 vsize=10688604 memory=4052 CPUtime=1.79 cores=1,3,5,7
/proc/3467/task/3487/stat : 3487 (java) S 3464 3467 30942 0 -1 1077944384 9032 0 0 0 177 2 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599188068896 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3488] ppid=3464 vsize=10688604 memory=8112282956445269571 CPUtime=0.8 cores=1,3,5,7
/proc/3467/task/3488/stat : 3488 (java) S 3464 3467 30942 0 -1 1077944384 3821 0 0 0 80 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599187016064 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3489] ppid=3464 vsize=10688604 memory=4124 CPUtime=0.28 cores=1,3,5,7
/proc/3467/task/3489/stat : 3489 (java) S 3464 3467 30942 0 -1 1077944384 2212 0 0 0 28 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599185963328 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3490] ppid=3464 vsize=10688604 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3490/stat : 3490 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599184911456 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3491] ppid=3464 vsize=10688604 memory=6760 CPUtime=0.17 cores=1,3,5,7
/proc/3467/task/3491/stat : 3491 (java) S 3464 3467 30942 0 -1 1077944384 1405 0 0 0 10 7 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599183857968 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3501] ppid=3464 vsize=10688604 memory=8187364 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3501/stat : 3501 (java) S 3464 3467 30942 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 96629659 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599182802096 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
Current children cumulated CPU time: 1672.14 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8187364 KiB

[startup+467.301 s]
/proc/loadavg: 7.98 6.29 3.67 6/217 3504
/proc/meminfo: memFree=10706676/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10688604 memory=8187364 CPUtime=1672.24 cores=1,3,5,7
/proc/3467/stat : 3467 (java) S 3464 3467 30942 0 -1 1077944320 254777 0 0 0 166535 689 0 0 20 0 16 0 96585719 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140724095970896 140599632686839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
/proc/3467/statm: 2672151 2046841 3138 1 0 2660545 0
[pid=3467/tid=3469] ppid=3464 vsize=10688604 memory=8187352 CPUtime=15.19 cores=1,3,5,7
/proc/3467/task/3469/stat : 3469 (java) S 3464 3467 30942 0 -1 1077944384 12506 0 0 0 1509 10 0 0 20 0 16 0 96585719 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599636927520 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3471] ppid=3464 vsize=10688604 memory=8187364 CPUtime=403.1 cores=1,3,5,7
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 30942 0 -1 1077944384 32199 0 0 0 40151 159 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599585307408 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3472] ppid=3464 vsize=10688604 memory=8187352 CPUtime=403.46 cores=1,3,5,7
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 30942 0 -1 1077944384 31707 0 0 0 40186 160 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599584254864 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3473] ppid=3464 vsize=10688604 memory=8187352 CPUtime=402.75 cores=1,3,5,7
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 30942 0 -1 1077944384 36279 0 0 0 40116 159 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599583202320 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3474] ppid=3464 vsize=10688604 memory=8187364 CPUtime=402.42 cores=1,3,5,7
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 30942 0 -1 1077944384 42492 0 0 0 40055 187 0 0 20 0 16 0 96585720 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599582149776 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3477] ppid=3464 vsize=10688604 memory=8187352 CPUtime=42.18 cores=1,3,5,7
/proc/3467/task/3477/stat : 3477 (java) R 3464 3467 30942 0 -1 4202560 81685 0 0 0 4214 4 0 0 20 0 16 0 96585721 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599192277456 140599617144472 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3478] ppid=3464 vsize=10688604 memory=8187352 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 30942 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 96585722 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599191225312 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3479] ppid=3464 vsize=10688604 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96585722 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599190172672 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3486] ppid=3464 vsize=10688604 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3486/stat : 3486 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599189121232 140599632705435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3487] ppid=3464 vsize=10688604 memory=8187352 CPUtime=1.79 cores=1,3,5,7
/proc/3467/task/3487/stat : 3487 (java) S 3464 3467 30942 0 -1 1077944384 9032 0 0 0 177 2 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599188068896 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3488] ppid=3464 vsize=10688604 memory=8187352 CPUtime=0.8 cores=1,3,5,7
/proc/3467/task/3488/stat : 3488 (java) S 3464 3467 30942 0 -1 1077944384 3821 0 0 0 80 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599187016064 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3489] ppid=3464 vsize=10688604 memory=8187352 CPUtime=0.28 cores=1,3,5,7
/proc/3467/task/3489/stat : 3489 (java) S 3464 3467 30942 0 -1 1077944384 2212 0 0 0 28 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599185963328 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3490] ppid=3464 vsize=10688604 memory=8187352 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3490/stat : 3490 (java) S 3464 3467 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599184911456 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3491] ppid=3464 vsize=10688604 memory=8187316 CPUtime=0.17 cores=1,3,5,7
/proc/3467/task/3491/stat : 3491 (java) S 3464 3467 30942 0 -1 1077944384 1405 0 0 0 10 7 0 0 20 0 16 0 96585724 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599183857968 140599632697986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
[pid=3467/tid=3501] ppid=3464 vsize=10688604 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/3467/task/3501/stat : 3501 (java) S 3464 3467 30942 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 96629659 10945130496 2046841 33554432000 4194304 4196468 140724095988352 140599182802096 140599632697045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21143552 140724095997062 140724095997215 140724095997215 140724095999951 0
Current children cumulated CPU time: 1672.24 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8187364 KiB

Child status: 1
Real time (s): 467.393
CPU time (s): 1672.34
CPU user time (s): 1665.4
CPU system time (s): 6.93371
CPU usage (%): 357.801
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8187364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1665.4
system time used= 6.93371
maximum resident set size= 8187656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257794
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= 32519
involuntary context switches= 43264


# summary of solver processes directly reported to runsolver:
#   pid: 3467
#   total CPU time (s): 1672.34
#   total CPU user time (s): 1665.4
#   total CPU system time (s): 6.93371

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.63489 second user time and 4.64488 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 16:22:01
IDJOB=4262818
IDBENCH=137707
IDSOLVER=2651
FILE ID=node114/4262818-1502634979
RUNJOBID= node114-1502634120-3433
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

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

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

MD5SUM BENCH= 61729e5e51cdc1a72244a455e64fc056
RANDOM SEED=725439196

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        27098828 kB
MemAvailable:   31993972 kB
Buffers:          155248 kB
Cached:          5030588 kB
SwapCached:            0 kB
Active:           383624 kB
Inactive:        4856212 kB
Active(anon):      57352 kB
Inactive(anon):    25036 kB
Active(file):     326272 kB
Inactive(file):  4831176 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3848 kB
Writeback:             0 kB
AnonPages:         60356 kB
Mapped:            43512 kB
Shmem:             25224 kB
Slab:             131808 kB
SReclaimable:     107060 kB
SUnreclaim:        24748 kB
KernelStack:        3232 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 16:29:48