Trace number 4262936

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? 1383.3199 381.63501

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-21-a4.xml
MD5SUM982ba5645f5cd940fa49e525f3796150
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark416
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints20617
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":21}]
Minimum variable degree3801
Maximum variable degree3802
Distribution of variable degrees[{"degree":3801,"count":19},{"degree":3802,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":2660},{"arity":4,"count":17955},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints20616
Distribution of constraint types[{"type":"intension","count":20616},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1275.82/352.43	Aug 13, 2017 1:56:24 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1275.82/352.43	INFO: Runtime exception
1275.82/352.43	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1275.82/352.43		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1275.82/352.43		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1275.82/352.43		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1275.82/352.43		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1275.82/352.43		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1275.82/352.43		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1275.82/352.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1275.82/352.43		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1275.82/352.43		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1275.82/352.43		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1275.82/352.43		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1275.82/352.43		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1275.82/352.43		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1275.82/352.43		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1275.82/352.43	Caused by: java.lang.reflect.InvocationTargetException
1275.82/352.43		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1275.82/352.43		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1275.82/352.43		at java.lang.reflect.Method.invoke(Method.java:498)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1275.82/352.43		... 21 more
1275.82/352.43	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1275.82/352.43		... 25 more
1275.82/352.43	Caused by: java.lang.reflect.InvocationTargetException
1275.82/352.43		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1275.82/352.43		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1275.82/352.43		at java.lang.reflect.Method.invoke(Method.java:498)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1275.82/352.43		... 25 more
1275.82/352.43	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1275.82/352.43		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1275.82/352.43		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1275.82/352.43		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1275.82/352.43		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1275.82/352.43		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1275.82/352.43		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1275.82/352.43		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1275.82/352.43		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1275.82/352.43		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1275.82/352.43		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1275.82/352.43		at java.lang.reflect.Method.invoke(Method.java:498)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1275.82/352.43		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1275.82/352.43		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1275.82/352.43		at java.lang.reflect.Method.invoke(Method.java:498)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1275.82/352.43		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1275.82/352.43		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1275.82/352.43		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1275.82/352.43		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1275.82/352.43		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1275.82/352.43		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1275.82/352.43		at org.xcsp.parser.XCallbacks$$Lambda$60/718231523.accept(Unknown Source)
1275.82/352.43		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1275.82/352.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1275.82/352.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1275.82/352.43	
1348.84/372.24	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1348.84/372.24	c This is free software under the dual EPL/GNU LGPL licenses.
1348.84/372.24	c See www.sat4j.org for details.
1348.84/372.24	c That software uses the Rhino library from the Mozilla project.
1348.84/372.24	c version CUSTOM.v20170705
1348.84/372.24	c java.runtime.name	Java(TM) SE Runtime Environment
1348.84/372.24	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1348.84/372.24	c java.vm.version	25.131-b11
1348.84/372.24	c java.vm.vendor	Oracle Corporation
1348.84/372.24	c sun.arch.data.model	64
1348.84/372.24	c java.version		1.8.0_131
1348.84/372.24	c os.name		Linux
1348.84/372.24	c os.version		3.10.0-514.16.1.el7.x86_64
1348.84/372.24	c os.arch		amd64
1348.84/372.24	c Free memory 		499604488
1348.84/372.24	c Max memory 		7247757312
1348.84/372.24	c Total memory 		504889344
1348.84/372.24	c Number of processors 	4
1348.84/372.24	c c --- Begin Solver configuration ---
1348.84/372.24	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1348.84/372.24	c Learn all clauses as in MiniSAT
1348.84/372.24	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1348.84/372.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1348.84/372.24	c No reason simplification
1348.84/372.24	c Glucose 2.1 dynamic restart strategy
1348.84/372.24	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
1348.84/372.24	c timeout=2147483s
1348.84/372.24	c DB Simplification allowed=false
1348.84/372.24	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1348.84/372.24	c --- End Solver configuration ---
1348.84/372.24	c starts		: 0
1348.84/372.24	c conflicts		: 0
1348.84/372.24	c decisions		: 0
1348.84/372.24	c propagations		: 0
1348.84/372.24	c inspects		: 0
1348.84/372.24	c shortcuts		: 0
1348.84/372.24	c learnt literals	: 0
1348.84/372.24	c learnt binary clauses	: 0
1348.84/372.24	c learnt ternary clauses	: 0
1348.84/372.24	c learnt constraints	: 0
1348.84/372.24	c ignored constraints	: 0
1348.84/372.24	c root simplifications	: 0
1348.84/372.24	c removed literals (reason simplification)	: 0
1348.84/372.24	c reason swapping (by a shorter reason)	: 0
1348.84/372.24	c Calls to reduceDB	: 0
1348.84/372.24	c Number of update (reduction) of LBD	: 0
1348.84/372.24	c Imported unit clauses	: 0
1348.84/372.24	c number of reductions to clauses (during analyze)	: 0
1348.84/372.24	c number of learned constraints concerned by reduction	: 0
1348.84/372.24	c number of learning phase by resolution	: 0
1348.84/372.24	c number of learning phase by cutting planes	: 0
1348.84/372.24	c number of rounding to 1 operations	: 0
1348.84/372.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1348.84/372.24	c number of reductions of the coefficients by power 2 	: 0
1348.84/372.24	c number of right shift for reduction by power 2 	: 0
1348.84/372.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
1348.84/372.24	c speed (assignments/second)	: 0.0
1348.84/372.24	c non guided choices	0
1348.84/372.24	c learnt constraints type 
1383.17/381.60	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 (13925 MiB free)
  memory of node 1: 16384 MiB (14232 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262936-1502625896/watcher-4262936-1502625896 -o /tmp/evaluation-result-4262936-1502625896/solver-4262936-1502625896 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262936-1502625896.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=2817, runsolver pid=2814

[startup+0.102812 s]*
/proc/loadavg: 4.57 3.98 3.06 3/217 2832
/proc/meminfo: memFree=28815224/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10555400 memory=29924 CPUtime=0.13 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 6547 0 0 0 11 2 0 0 20 0 15 0 95677716 10808729600 7481 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2638850 7481 2819 1 0 2627263 0
[pid=2817/tid=2819] ppid=2814 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) R 2814 2817 31794 0 -1 4202560 4406 0 0 0 8 1 0 0 20 0 15 0 95677716 10808729600 7481 33554432000 4194304 4196468 140732511520384 139737018887136 139737014695069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736967293968 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10555400 memory=140352209258112 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736966241424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736965188368 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736964135824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10555400 memory=140352209258112 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736574458096 139737014684290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2825] ppid=2814 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2825/stat : 2825 (java) S 2814 2817 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736573404320 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2826] ppid=2814 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2826/stat : 2826 (java) S 2814 2817 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736572351216 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2827] ppid=2814 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2827/stat : 2827 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736571299792 139737014691739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2828] ppid=2814 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2828/stat : 2828 (java) S 2814 2817 31794 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736570248016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2829] ppid=2814 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2829/stat : 2829 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736569195376 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2830] ppid=2814 vsize=10555400 memory=140352209258112 CPUtime=0.02 cores=1,3,5,7
/proc/2817/task/2830/stat : 2830 (java) R 2814 2817 31794 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 15 0 95677722 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736568142320 139737014685078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2831] ppid=2814 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2831/stat : 2831 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736567090016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2832] ppid=2814 vsize=10555400 memory=140352209258112 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2832/stat : 2832 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 7481 33554432000 4194304 4196468 140732511520384 139736566037040 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29924 KiB

[startup+0.215192 s]*
/proc/loadavg: 4.57 3.98 3.06 6/217 2832
/proc/meminfo: memFree=28806168/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10555400 memory=39484 CPUtime=0.35 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 8024 0 0 0 33 2 0 0 20 0 15 0 95677716 10808729600 9871 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2638850 9871 2985 1 0 2627263 0
[pid=2817/tid=2819] ppid=2814 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) R 2814 2817 31794 0 -1 4202560 4999 0 0 0 19 1 0 0 20 0 15 0 95677716 10808729600 9871 33554432000 4194304 4196468 140732511520384 139737018909712 139737014695069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736967293968 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10555400 memory=140352209438718 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736966241424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736965188368 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736964135824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10555400 memory=140352209258112 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736574458096 139737014684290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2825] ppid=2814 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2825/stat : 2825 (java) S 2814 2817 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736573404320 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2826] ppid=2814 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2826/stat : 2826 (java) S 2814 2817 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736572351216 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2827] ppid=2814 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2827/stat : 2827 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736571299792 139737014691739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2828] ppid=2814 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2817/task/2828/stat : 2828 (java) R 2814 2817 31794 0 -1 4202560 633 0 0 0 3 0 0 0 20 0 15 0 95677722 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736570228936 139736993917733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2829] ppid=2814 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2817/task/2829/stat : 2829 (java) R 2814 2817 31794 0 -1 4202560 183 0 0 0 2 0 0 0 20 0 15 0 95677722 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736569191744 139737000695452 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2830] ppid=2814 vsize=10555400 memory=140352209258112 CPUtime=0.07 cores=1,3,5,7
/proc/2817/task/2830/stat : 2830 (java) R 2814 2817 31794 0 -1 4202560 844 0 0 0 7 0 0 0 20 0 15 0 95677722 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736568139256 139736993691078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2831] ppid=2814 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2831/stat : 2831 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736567090016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2832] ppid=2814 vsize=10555400 memory=140352209258112 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2832/stat : 2832 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 9871 33554432000 4194304 4196468 140732511520384 139736566037040 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39484 KiB

[startup+0.31123 s]*
/proc/loadavg: 4.57 3.98 3.06 5/217 2832
/proc/meminfo: memFree=28787868/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10555400 memory=57868 CPUtime=0.66 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 10108 0 0 0 63 3 0 0 20 0 15 0 95677716 10808729600 14467 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2638850 14467 3027 1 0 2627263 0
[pid=2817/tid=2819] ppid=2814 vsize=10555400 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) R 2814 2817 31794 0 -1 4202560 5367 0 0 0 28 2 0 0 20 0 15 0 95677716 10808729600 14467 33554432000 4194304 4196468 140732511520384 139737018893968 139736643670258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736967293968 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10555400 memory=140352209316128 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736966241424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10555400 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736965188368 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677717 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736964135824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10555400 memory=140352209323040 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736574458096 139737014684290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2825] ppid=2814 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2825/stat : 2825 (java) S 2814 2817 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736573404320 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2826] ppid=2814 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2826/stat : 2826 (java) S 2814 2817 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95677719 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736572351216 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2827] ppid=2814 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2827/stat : 2827 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736571299792 139737014691739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2828] ppid=2814 vsize=10555400 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2817/task/2828/stat : 2828 (java) R 2814 2817 31794 0 -1 4202560 1344 0 0 0 12 0 0 0 20 0 15 0 95677722 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736570234768 139737007769574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2829] ppid=2814 vsize=10555400 memory=140352082272207 CPUtime=0.11 cores=1,3,5,7
/proc/2817/task/2829/stat : 2829 (java) R 2814 2817 31794 0 -1 4202560 1009 0 0 0 11 0 0 0 20 0 15 0 95677722 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736569191744 139736998167644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2830] ppid=2814 vsize=10555400 memory=140352209260724 CPUtime=0.1 cores=1,3,5,7
/proc/2817/task/2830/stat : 2830 (java) R 2814 2817 31794 0 -1 1077944384 1020 0 0 0 10 0 0 0 20 0 15 0 95677722 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736568142320 139737014684290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2831] ppid=2814 vsize=10555400 memory=140352082272207 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2831/stat : 2831 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736567090016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2832] ppid=2814 vsize=10555400 memory=280704291547072 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2832/stat : 2832 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677722 10808729600 14467 33554432000 4194304 4196468 140732511520384 139736566037040 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 57868 KiB

[startup+0.700807 s]
/proc/loadavg: 4.57 3.98 3.06 5/217 2832
/proc/meminfo: memFree=28768400/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10555476 memory=159720 CPUtime=1.78 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 11555 0 0 0 173 5 0 0 20 0 15 0 95677716 10808807424 39930 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2638869 39930 3092 1 0 2627263 0
[pid=2817/tid=2819] ppid=2814 vsize=10555476 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) R 2814 2817 31794 0 -1 4202560 5741 0 0 0 64 3 0 0 20 0 15 0 95677716 10808807424 39930 33554432000 4194304 4196468 140732511520384 139737018907376 139736643872573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677717 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736967293968 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) S 2814 2817 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95677717 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736966241424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677717 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736965188368 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677717 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736964135824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) S 2814 2817 31794 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95677719 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736574458096 139737014684290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2825] ppid=2814 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2825/stat : 2825 (java) S 2814 2817 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95677719 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736573404320 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2826] ppid=2814 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2826/stat : 2826 (java) S 2814 2817 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95677719 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736572351216 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2827] ppid=2814 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2827/stat : 2827 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95677722 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736571299792 139737014691739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2828] ppid=2814 vsize=10555476 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/2817/task/2828/stat : 2828 (java) R 2814 2817 31794 0 -1 4202560 1869 0 0 0 42 0 0 0 20 0 15 0 95677722 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736570233800 139736996217296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2829] ppid=2814 vsize=10555476 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/2817/task/2829/stat : 2829 (java) R 2814 2817 31794 0 -1 4202560 1267 0 0 0 42 0 0 0 20 0 15 0 95677722 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736569181400 139736995262875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2830] ppid=2814 vsize=10555476 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2817/task/2830/stat : 2830 (java) S 2814 2817 31794 0 -1 1077944384 1307 0 0 0 24 0 0 0 20 0 15 0 95677722 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736568142320 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2831] ppid=2814 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2831/stat : 2831 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95677722 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736567090016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2832] ppid=2814 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2832/stat : 2832 (java) S 2814 2817 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95677722 10808807424 39930 33554432000 4194304 4196468 140732511520384 139736566037040 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 159720 KiB

[startup+1.5122 s]
/proc/loadavg: 4.57 3.98 3.06 5/217 2832
/proc/meminfo: memFree=28652724/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10555476 memory=377644 CPUtime=3.93 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 13127 0 0 0 378 15 0 0 20 0 15 0 95677716 10808807424 94411 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2638869 94411 3128 1 0 2627263 0
[pid=2817/tid=2819] ppid=2814 vsize=10555476 memory=3467834613830791999 CPUtime=1.39 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) S 2814 2817 31794 0 -1 1077944384 6041 0 0 0 134 5 0 0 20 0 15 0 95677716 10808807424 94411 33554432000 4194304 4196468 140732511520384 139737018904528 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10555476 memory=191616 CPUtime=0.06 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) R 2814 2817 31794 0 -1 4202560 106 0 0 0 5 1 0 0 20 0 15 0 95677717 10808807424 94411 33554432000 4194304 4196468 140732511520384 139736967293968 139736999697193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10555476 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) R 2814 2817 31794 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 15 0 95677717 10808807424 94411 33554432000 4194304 4196468 140732511520384 139736966241624 139737007770027 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10555476 memory=4612 CPUtime=0.06 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) R 2814 2817 31794 0 -1 4202560 95 0 0 0 5 1 0 0 20 0 15 0 95677717 10808807424 94411 33554432000 4194304 4196468 140732511520384 139736965188368 139736999697173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10555476 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) R 2814 2817 31794 0 -1 4202560 222 0 0 0 6 2 0 0 20 0 15 0 95677717 10808807424 94411 33554432000 4194304 4196468 140732511520384 139736964135824 139736999700562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) S 2814 2817 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95677719 10808807424 94411 33554432000 4194304 4196468 140732511520384 139736574456608 139737014683349 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0

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

[pid=2817/tid=2917] ppid=2814 vsize=10690804 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2917/stat : 2917 (java) S 2814 2817 31794 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 95712960 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736562884208 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 1370.02 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8323976 KiB

[startup+379.201 s]
/proc/loadavg: 5.07 4.48 3.55 6/217 2919
/proc/meminfo: memFree=15599452/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10690804 memory=8323976 CPUtime=1376.2 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 192635 0 0 0 136875 745 0 0 20 0 16 0 95677716 10947383296 2080994 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2672701 2080994 3190 1 0 2661057 0
[pid=2817/tid=2819] ppid=2814 vsize=10690804 memory=11032 CPUtime=14.58 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) S 2814 2817 31794 0 -1 1077944384 17949 0 0 0 1447 11 0 0 20 0 16 0 95677716 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139737018913824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10690804 memory=1712 CPUtime=334.37 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) R 2814 2817 31794 0 -1 4202560 22774 0 0 0 33263 174 0 0 20 0 16 0 95677717 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736967294168 139736999662697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10690804 memory=1952 CPUtime=332.34 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) R 2814 2817 31794 0 -1 4202560 29768 0 0 0 33058 176 0 0 20 0 16 0 95677717 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736966241232 139737007301351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10690804 memory=8112282956445269571 CPUtime=331.94 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) R 2814 2817 31794 0 -1 4202560 20279 0 0 0 33014 180 0 0 20 0 16 0 95677717 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736965188488 139737007301351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10690804 memory=5789774615751188837 CPUtime=331.99 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) R 2814 2817 31794 0 -1 4202560 18002 0 0 0 33007 192 0 0 20 0 16 0 95677717 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736964135632 139737007301351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10690804 memory=5789774615751188837 CPUtime=28.05 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) S 2814 2817 31794 0 -1 1077944384 71850 0 0 0 2801 4 0 0 20 0 16 0 95677719 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736574456640 139737014683349 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2825] ppid=2814 vsize=10690804 memory=5789210566286139749 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2825/stat : 2825 (java) S 2814 2817 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95677719 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736573404384 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2826] ppid=2814 vsize=10690804 memory=5787521716425875813 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2826/stat : 2826 (java) S 2814 2817 31794 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95677719 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736572351232 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2827] ppid=2814 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2827/stat : 2827 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736571299792 139737014691739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2828] ppid=2814 vsize=10690804 memory=8112282956445269571 CPUtime=1.13 cores=1,3,5,7
/proc/2817/task/2828/stat : 2828 (java) S 2814 2817 31794 0 -1 1077944384 4323 0 0 0 113 0 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736570247680 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2829] ppid=2814 vsize=10690804 memory=27416 CPUtime=1.05 cores=1,3,5,7
/proc/2817/task/2829/stat : 2829 (java) S 2814 2817 31794 0 -1 1077944384 2293 0 0 0 104 1 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736569195424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2830] ppid=2814 vsize=10690804 memory=1292 CPUtime=0.37 cores=1,3,5,7
/proc/2817/task/2830/stat : 2830 (java) S 2814 2817 31794 0 -1 1077944384 3546 0 0 0 37 0 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736568137232 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2831] ppid=2814 vsize=10690804 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2831/stat : 2831 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736567090016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2832] ppid=2814 vsize=10690804 memory=1728 CPUtime=0.28 cores=1,3,5,7
/proc/2817/task/2832/stat : 2832 (java) S 2814 2817 31794 0 -1 1077944384 318 0 0 0 12 16 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736566037040 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2917] ppid=2814 vsize=10690804 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2917/stat : 2917 (java) S 2814 2817 31794 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 95712960 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736562884208 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 1376.2 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8323976 KiB

[startup+380.801 s]
/proc/loadavg: 5.06 4.49 3.56 6/217 2919
/proc/meminfo: memFree=15598088/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10690804 memory=8323976 CPUtime=1382.4 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 192635 0 0 0 137494 746 0 0 20 0 16 0 95677716 10947383296 2080994 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2672701 2080994 3190 1 0 2661057 0
[pid=2817/tid=2819] ppid=2814 vsize=10690804 memory=1572 CPUtime=14.58 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) S 2814 2817 31794 0 -1 1077944384 17949 0 0 0 1447 11 0 0 20 0 16 0 95677716 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139737018913824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10690804 memory=932 CPUtime=335.97 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) R 2814 2817 31794 0 -1 4202560 22774 0 0 0 33423 174 0 0 20 0 16 0 95677717 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736967294168 139736999373021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10690804 memory=2200 CPUtime=333.88 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) R 2814 2817 31794 0 -1 4202560 29768 0 0 0 33212 176 0 0 20 0 16 0 95677717 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736966241232 139737007301351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10690804 memory=8112282956445269571 CPUtime=333.45 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) R 2814 2817 31794 0 -1 4202560 20279 0 0 0 33165 180 0 0 20 0 16 0 95677717 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736965188488 139737007301351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10690804 memory=8323976 CPUtime=333.54 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) R 2814 2817 31794 0 -1 4202560 18002 0 0 0 33161 193 0 0 20 0 16 0 95677717 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736964135632 139737007301351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10690804 memory=4612 CPUtime=28.05 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) S 2814 2817 31794 0 -1 1077944384 71850 0 0 0 2801 4 0 0 20 0 16 0 95677719 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736574456640 139737014683349 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2825] ppid=2814 vsize=10690804 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2825/stat : 2825 (java) S 2814 2817 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95677719 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736573404384 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2826] ppid=2814 vsize=10690804 memory=8323976 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2826/stat : 2826 (java) S 2814 2817 31794 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95677719 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736572351232 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2827] ppid=2814 vsize=10690804 memory=8323976 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2827/stat : 2827 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736571299792 139737014691739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2828] ppid=2814 vsize=10690804 memory=2540 CPUtime=1.13 cores=1,3,5,7
/proc/2817/task/2828/stat : 2828 (java) S 2814 2817 31794 0 -1 1077944384 4323 0 0 0 113 0 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736570247680 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2829] ppid=2814 vsize=10690804 memory=2820 CPUtime=1.05 cores=1,3,5,7
/proc/2817/task/2829/stat : 2829 (java) S 2814 2817 31794 0 -1 1077944384 2293 0 0 0 104 1 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736569195424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2830] ppid=2814 vsize=10690804 memory=8112282956445269571 CPUtime=0.37 cores=1,3,5,7
/proc/2817/task/2830/stat : 2830 (java) S 2814 2817 31794 0 -1 1077944384 3546 0 0 0 37 0 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736568137232 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2831] ppid=2814 vsize=10690804 memory=792 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2831/stat : 2831 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736567090016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2832] ppid=2814 vsize=10690804 memory=1004 CPUtime=0.29 cores=1,3,5,7
/proc/2817/task/2832/stat : 2832 (java) S 2814 2817 31794 0 -1 1077944384 318 0 0 0 13 16 0 0 20 0 16 0 95677722 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736566037040 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2917] ppid=2814 vsize=10690804 memory=5296 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2917/stat : 2917 (java) S 2814 2817 31794 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 95712960 10947383296 2080994 33554432000 4194304 4196468 140732511520384 139736562884208 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 1382.4 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8323976 KiB

[startup+381.201 s]
/proc/loadavg: 5.06 4.49 3.56 3/217 2919
/proc/meminfo: memFree=15597964/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10690804 memory=8323980 CPUtime=1382.87 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 192846 0 0 0 137541 746 0 0 20 0 16 0 95677716 10947383296 2080995 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2672701 2080995 3190 1 0 2661057 0
[pid=2817/tid=2819] ppid=2814 vsize=10690804 memory=8323976 CPUtime=14.58 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) S 2814 2817 31794 0 -1 1077944384 17949 0 0 0 1447 11 0 0 20 0 16 0 95677716 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139737018913824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10690804 memory=8112282956445269571 CPUtime=336 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) S 2814 2817 31794 0 -1 1077944384 22774 0 0 0 33426 174 0 0 20 0 16 0 95677717 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736967293968 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10690804 memory=1792 CPUtime=333.9 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) S 2814 2817 31794 0 -1 1077944384 29768 0 0 0 33214 176 0 0 20 0 16 0 95677717 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736966241424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10690804 memory=636 CPUtime=333.48 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) S 2814 2817 31794 0 -1 1077944384 20279 0 0 0 33168 180 0 0 20 0 16 0 95677717 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736965188368 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10690804 memory=956 CPUtime=333.56 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) S 2814 2817 31794 0 -1 1077944384 18002 0 0 0 33163 193 0 0 20 0 16 0 95677717 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736964135824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10690804 memory=2340 CPUtime=28.43 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) R 2814 2817 31794 0 -1 4202560 72061 0 0 0 2839 4 0 0 20 0 16 0 95677719 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736574456640 139736999669524 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2825] ppid=2814 vsize=10690804 memory=2540 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2825/stat : 2825 (java) S 2814 2817 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95677719 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736573404384 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2826] ppid=2814 vsize=10690804 memory=2820 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2826/stat : 2826 (java) S 2814 2817 31794 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95677719 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736572351232 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2827] ppid=2814 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2827/stat : 2827 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95677722 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736571299792 139737014691739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2828] ppid=2814 vsize=10690804 memory=2240 CPUtime=1.13 cores=1,3,5,7
/proc/2817/task/2828/stat : 2828 (java) S 2814 2817 31794 0 -1 1077944384 4323 0 0 0 113 0 0 0 20 0 16 0 95677722 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736570247680 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2829] ppid=2814 vsize=10690804 memory=4128 CPUtime=1.05 cores=1,3,5,7
/proc/2817/task/2829/stat : 2829 (java) S 2814 2817 31794 0 -1 1077944384 2293 0 0 0 104 1 0 0 20 0 16 0 95677722 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736569195424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2830] ppid=2814 vsize=10690804 memory=1572 CPUtime=0.37 cores=1,3,5,7
/proc/2817/task/2830/stat : 2830 (java) S 2814 2817 31794 0 -1 1077944384 3546 0 0 0 37 0 0 0 20 0 16 0 95677722 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736568137232 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2831] ppid=2814 vsize=10690804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2831/stat : 2831 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95677722 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736567090016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2832] ppid=2814 vsize=10690804 memory=2200 CPUtime=0.29 cores=1,3,5,7
/proc/2817/task/2832/stat : 2832 (java) S 2814 2817 31794 0 -1 1077944384 318 0 0 0 13 16 0 0 20 0 16 0 95677722 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736566037040 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2917] ppid=2814 vsize=10690804 memory=6504 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2917/stat : 2917 (java) S 2814 2817 31794 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 95712960 10947383296 2080995 33554432000 4194304 4196468 140732511520384 139736562884208 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 1382.87 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8323980 KiB

[startup+381.601 s]
/proc/loadavg: 5.06 4.49 3.56 3/217 2919
/proc/meminfo: memFree=15597964/32770624 swapFree=67108860/67108860
[pid=2817] ppid=2814 vsize=10690804 memory=8323952 CPUtime=1383.27 cores=1,3,5,7
/proc/2817/stat : 2817 (java) S 2814 2817 31794 0 -1 1077944320 192856 0 0 0 137581 746 0 0 20 0 16 0 95677716 10947383296 2080981 33554432000 4194304 4196468 140732511520384 140732511502928 139737014673143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
/proc/2817/statm: 2672701 2080981 3190 1 0 2661057 0
[pid=2817/tid=2819] ppid=2814 vsize=10690804 memory=8112282956445269571 CPUtime=14.58 cores=1,3,5,7
/proc/2817/task/2819/stat : 2819 (java) S 2814 2817 31794 0 -1 1077944384 17970 0 0 0 1447 11 0 0 20 0 14 0 95677716 10947383296 2081007 33554432000 4194304 4196468 140732511520384 139737018915984 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2820] ppid=2814 vsize=10690804 memory=27416 CPUtime=336 cores=1,3,5,7
/proc/2817/task/2820/stat : 2820 (java) S 2814 2817 31794 0 -1 1077944384 22774 0 0 0 33426 174 0 0 20 0 13 0 95677717 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736967293968 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2821] ppid=2814 vsize=10690804 memory=1292 CPUtime=333.9 cores=1,3,5,7
/proc/2817/task/2821/stat : 2821 (java) S 2814 2817 31794 0 -1 1077944384 29768 0 0 0 33214 176 0 0 20 0 13 0 95677717 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736966241424 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2822] ppid=2814 vsize=10690804 memory=2428 CPUtime=333.48 cores=1,3,5,7
/proc/2817/task/2822/stat : 2822 (java) S 2814 2817 31794 0 -1 1077944384 20279 0 0 0 33168 180 0 0 20 0 13 0 95677717 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736965188368 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2823] ppid=2814 vsize=10690804 memory=1728 CPUtime=333.56 cores=1,3,5,7
/proc/2817/task/2823/stat : 2823 (java) S 2814 2817 31794 0 -1 1077944384 18002 0 0 0 33163 193 0 0 20 0 13 0 95677717 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736964135824 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2824] ppid=2814 vsize=10690804 memory=1420 CPUtime=28.83 cores=1,3,5,7
/proc/2817/task/2824/stat : 2824 (java) R 2814 2817 31794 0 -1 1077944384 72062 0 0 0 2879 4 0 0 20 0 13 0 95677719 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736574458096 139737014684290 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2825] ppid=2814 vsize=10690804 memory=11032 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2825/stat : 2825 (java) S 2814 2817 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 13 0 95677719 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736573404384 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2826] ppid=2814 vsize=10690804 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2826/stat : 2826 (java) S 2814 2817 31794 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 13 0 95677719 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736572351232 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2828] ppid=2814 vsize=10690804 memory=8552 CPUtime=1.13 cores=1,3,5,7
/proc/2817/task/2828/stat : 2828 (java) S 2814 2817 31794 0 -1 1077944384 4323 0 0 0 113 0 0 0 20 0 13 0 95677722 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736570247920 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2829] ppid=2814 vsize=10690804 memory=1224 CPUtime=1.05 cores=1,3,5,7
/proc/2817/task/2829/stat : 2829 (java) S 2814 2817 31794 0 -1 1077944384 2293 0 0 0 104 1 0 0 20 0 13 0 95677722 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736569195376 139737014684290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2830] ppid=2814 vsize=10690804 memory=792 CPUtime=0.37 cores=1,3,5,7
/proc/2817/task/2830/stat : 2830 (java) R 2814 2817 31794 0 -1 4202560 3552 0 0 0 37 0 0 0 20 0 13 0 95677722 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736568137232 139737006912244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
[pid=2817/tid=2831] ppid=2814 vsize=10690804 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/2817/task/2831/stat : 2831 (java) S 2814 2817 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 95677722 10947383296 2080991 33554432000 4194304 4196468 140732511520384 139736567090016 139737014683349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39075840 140732511528070 140732511528223 140732511528223 140732511530959 0
Current children cumulated CPU time: 1383.27 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8323952 KiB

Child status: 0
Real time (s): 381.635
CPU time (s): 1383.32
CPU user time (s): 1375.82
CPU system time (s): 7.50015
CPU usage (%): 362.472
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8323980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1375.82
system time used= 7.50015
maximum resident set size= 8324156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192930
page faults= 0
swaps= 0
block input operations= 8
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19660
involuntary context switches= 15116


# summary of solver processes directly reported to runsolver:
#   pid: 2817
#   total CPU time (s): 1383.32
#   total CPU user time (s): 1375.82
#   total CPU system time (s): 7.50015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.35201 second user time and 3.88037 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 13:50:38
IDJOB=4262936
IDBENCH=126250
IDSOLVER=2651
FILE ID=node107/4262936-1502625896
RUNJOBID= node107-1502619133-1624
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-21-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262936-1502625896/watcher-4262936-1502625896 -o /tmp/evaluation-result-4262936-1502625896/solver-4262936-1502625896 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262936-1502625896.xml

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

MD5SUM BENCH= 982ba5645f5cd940fa49e525f3796150
RANDOM SEED=1829320880

node107.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.84
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.84
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.84
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.84
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:        28833020 kB
MemAvailable:   31518304 kB
Buffers:          148968 kB
Cached:          2828480 kB
SwapCached:            0 kB
Active:           933628 kB
Inactive:        2573020 kB
Active(anon):     532020 kB
Inactive(anon):    24972 kB
Active(file):     401608 kB
Inactive(file):  2548048 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2536 kB
Writeback:             0 kB
AnonPages:        600752 kB
Mapped:            54972 kB
Shmem:             25228 kB
Slab:             128472 kB
SReclaimable:     102928 kB
SUnreclaim:        25544 kB
KernelStack:        3776 kB
PageTables:         6500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1132924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 13:57:00