Trace number 4292033

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 2018-07-11? 1225.52 355.267

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-05-0350_c18.xml
MD5SUM51c3d091a7e4b0716a15e9a29832b849
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark524813477
Best CPU time to get the best result obtained on this benchmark2527.64
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints2177
Number of intensional constraints2488
Distribution of constraint types[{"type":"extension","count":2177},{"type":"intension","count":2488}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1225.34/354.99	Jul 22, 2018 3:24:36 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1225.34/354.99	INFO: Runtime exception
1225.34/354.99	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1225.34/354.99		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1225.34/354.99		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1225.34/354.99		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1225.34/354.99		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1225.34/354.99		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1225.34/354.99		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1225.34/354.99		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1225.34/354.99		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1225.34/354.99		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1225.34/354.99		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1225.34/354.99		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1225.34/354.99		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1225.34/354.99		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1225.34/354.99		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1225.34/354.99		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1225.34/354.99		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1225.34/354.99		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1225.34/354.99		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1225.34/354.99		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1225.34/354.99	Caused by: java.lang.reflect.InvocationTargetException
1225.34/354.99		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1225.34/354.99		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.34/354.99		at java.lang.reflect.Method.invoke(Method.java:498)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1225.34/354.99		... 21 more
1225.34/354.99	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1225.34/354.99		... 25 more
1225.34/354.99	Caused by: java.lang.reflect.InvocationTargetException
1225.34/354.99		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1225.34/354.99		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.34/354.99		at java.lang.reflect.Method.invoke(Method.java:498)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1225.34/354.99		... 25 more
1225.34/354.99	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1225.34/354.99		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1225.34/354.99		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1225.34/354.99		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1225.34/354.99		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1225.34/354.99		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1225.34/354.99		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1225.34/354.99		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1225.34/354.99		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1225.34/354.99		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1225.34/354.99		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
1225.34/354.99		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1225.34/354.99		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.34/354.99		at java.lang.reflect.Method.invoke(Method.java:498)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1225.34/354.99		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1225.34/354.99		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.34/354.99		at java.lang.reflect.Method.invoke(Method.java:498)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1225.34/354.99		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1225.34/354.99		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1225.34/354.99		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1225.34/354.99		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1225.34/354.99		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1225.34/354.99		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1225.34/354.99		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1225.34/354.99		at org.xcsp.parser.XCallbacks$$Lambda$96/1407167674.accept(Unknown Source)
1225.34/354.99		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1225.34/354.99		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1225.34/354.99		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1225.34/354.99	
1225.44/355.19	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1225.44/355.19	c This is free software under the dual EPL/GNU LGPL licenses.
1225.44/355.19	c See www.sat4j.org for details.
1225.44/355.19	c That software uses the Rhino library from the Mozilla project.
1225.44/355.19	c version 2.3.6-SNAPSHOT
1225.44/355.19	c java.runtime.name	Java(TM) SE Runtime Environment
1225.44/355.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1225.44/355.19	c java.vm.version	25.131-b11
1225.44/355.19	c java.vm.vendor	Oracle Corporation
1225.44/355.19	c sun.arch.data.model	64
1225.44/355.19	c java.version		1.8.0_131
1225.44/355.19	c os.name		Linux
1225.44/355.19	c os.version		3.10.0-514.16.1.el7.x86_64
1225.44/355.19	c os.arch		amd64
1225.44/355.19	c Free memory 		499604488
1225.44/355.19	c Max memory 		7247757312
1225.44/355.19	c Total memory 		504889344
1225.44/355.19	c Number of processors 	4
1225.44/355.19	c c --- Begin Solver configuration ---
1225.44/355.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1225.44/355.19	c Learn all clauses as in MiniSAT
1225.44/355.19	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1225.44/355.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1225.44/355.19	c No reason simplification
1225.44/355.19	c Glucose 2.1 dynamic restart strategy
1225.44/355.19	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
1225.44/355.19	c timeout=2147483s
1225.44/355.19	c DB Simplification allowed=false
1225.44/355.19	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1225.44/355.19	c --- End Solver configuration ---
1225.44/355.19	c starts		: 0
1225.44/355.19	c conflicts		: 0
1225.44/355.19	c decisions		: 0
1225.44/355.19	c propagations		: 0
1225.44/355.19	c inspects		: 0
1225.44/355.19	c shortcuts		: 0
1225.44/355.19	c learnt literals	: 0
1225.44/355.19	c learnt binary clauses	: 0
1225.44/355.19	c learnt ternary clauses	: 0
1225.44/355.19	c learnt constraints	: 0
1225.44/355.19	c ignored constraints	: 0
1225.44/355.19	c root simplifications	: 0
1225.44/355.19	c removed literals (reason simplification)	: 0
1225.44/355.19	c reason swapping (by a shorter reason)	: 0
1225.44/355.19	c Calls to reduceDB	: 0
1225.44/355.19	c Number of update (reduction) of LBD	: 0
1225.44/355.19	c Imported unit clauses	: 0
1225.44/355.19	c number of reductions to clauses (during analyze)	: 0
1225.44/355.19	c number of learned constraints concerned by reduction	: 0
1225.44/355.19	c number of learning phase by resolution	: 0
1225.44/355.19	c number of learning phase by cutting planes	: 0
1225.44/355.19	c number of rounding to 1 operations	: 0
1225.44/355.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1225.44/355.19	c number of reductions of the coefficients by power 2 	: 0
1225.44/355.19	c number of right shift for reduction by power 2 	: 0
1225.44/355.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
1225.44/355.19	c number of ending skipping 	: 0
1225.44/355.19	c number of internal skipping 	: 0
1225.44/355.19	c number of derivation steps 	: 0
1225.44/355.19	c number of skipped derivation steps 	: 0
1225.44/355.19	c number of remaining unassigned 	: 0
1225.44/355.19	c number of remaining assigned 	: 0
1225.44/355.19	c speed (assignments/second)	: 0.0
1225.44/355.19	c non guided choices	: 0
1225.44/355.19	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 (10954 MiB free)
  memory of node 1: 16384 MiB (10390 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292033-1532265527/watcher-4292033-1532265527 -o /tmp/evaluation-result-4292033-1532265527/solver-4292033-1532265527 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292033-1532265527.xml 

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

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


[startup+0.100108 s]*
/proc/loadavg: 4.69 4.30 3.22 4/216 1906
/proc/meminfo: memFree=21842688/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10659012 memory=28476 CPUtime=0.13 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 6743 0 0 0 11 2 0 0 20 0 15 0 44115931 10914828288 7119 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2664753 7119 2812 1 0 2627263 0
[pid=1891/tid=1893] ppid=1888 vsize=10659012 memory=7970124041166878227 CPUtime=0.09 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) R 1888 1891 877 0 -1 4202560 4535 0 0 0 8 1 0 0 20 0 15 0 44115931 10914828288 7185 33554432000 4194304 4196468 140736871591680 139979462060736 139979457850774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10659012 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) S 1888 1891 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 7185 33554432000 4194304 4196468 140736871591680 139979064216336 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 7185 33554432000 4194304 4196468 140736871591680 139979063163792 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 7185 33554432000 4194304 4196468 140736871591680 139979062111248 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 7185 33554432000 4194304 4196468 140736871591680 139979061058704 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) S 1888 1891 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44115933 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978949490672 139979457849986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1899] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1899/stat : 1899 (java) S 1888 1891 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44115934 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978948436896 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1900] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1900/stat : 1900 (java) S 1888 1891 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44115934 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978947384304 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1901] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1901/stat : 1901 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978946332880 139979457857435 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1902] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1902/stat : 1902 (java) S 1888 1891 877 0 -1 1077944384 450 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978945280496 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1903] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1903/stat : 1903 (java) R 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978944227952 139979457849986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1904] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0.02 cores=0,2,4,6
/proc/1891/task/1904/stat : 1904 (java) R 1888 1891 877 0 -1 4202560 398 0 0 0 2 0 0 0 20 0 15 0 44115936 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978943175408 139979450935675 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1905] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1905/stat : 1905 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978942123104 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1906] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1906/stat : 1906 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115937 10914828288 7185 33554432000 4194304 4196468 140736871591680 139978941069616 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28476 KiB

[startup+0.210665 s]*
/proc/loadavg: 4.69 4.30 3.22 4/216 1906
/proc/meminfo: memFree=21831540/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10659012 memory=40888 CPUtime=0.32 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 8330 0 0 0 30 2 0 0 20 0 15 0 44115931 10914828288 10222 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2664753 10222 3008 1 0 2627263 0
[pid=1891/tid=1893] ppid=1888 vsize=10659012 memory=7970124041166878227 CPUtime=0.2 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) R 1888 1891 877 0 -1 4202560 5087 0 0 0 19 1 0 0 20 0 15 0 44115931 10914828288 10222 33554432000 4194304 4196468 140736871591680 139979462075120 139979457860186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10659012 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) S 1888 1891 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 10222 33554432000 4194304 4196468 140736871591680 139979064216336 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 10222 33554432000 4194304 4196468 140736871591680 139979063163792 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 10222 33554432000 4194304 4196468 140736871591680 139979062111248 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 10222 33554432000 4194304 4196468 140736871591680 139979061058704 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) S 1888 1891 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44115933 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978949490672 139979457849986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1899] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1899/stat : 1899 (java) S 1888 1891 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44115934 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978948436896 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1900] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1900/stat : 1900 (java) S 1888 1891 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44115934 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978947384304 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1901] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1901/stat : 1901 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978946332880 139979457857435 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1902] ppid=1888 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1891/task/1902/stat : 1902 (java) S 1888 1891 877 0 -1 1077944384 708 0 0 0 1 0 0 0 20 0 15 0 44115936 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978945280496 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1903] ppid=1888 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1891/task/1903/stat : 1903 (java) S 1888 1891 877 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 44115936 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978944227952 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1904] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0.07 cores=0,2,4,6
/proc/1891/task/1904/stat : 1904 (java) R 1888 1891 877 0 -1 4202560 813 0 0 0 7 0 0 0 20 0 15 0 44115936 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978943169712 139979457850774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1905] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1905/stat : 1905 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978942123104 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1906] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1906/stat : 1906 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115937 10914828288 10222 33554432000 4194304 4196468 140736871591680 139978941069616 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40888 KiB

[startup+0.320207 s]*
/proc/loadavg: 4.69 4.30 3.22 6/216 1906
/proc/meminfo: memFree=21814480/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10659012 memory=58096 CPUtime=0.62 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 10077 0 0 0 59 3 0 0 20 0 15 0 44115931 10914828288 14524 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2664753 14524 3049 1 0 2627263 0
[pid=1891/tid=1893] ppid=1888 vsize=10659012 memory=6369024910405161311 CPUtime=0.31 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) R 1888 1891 877 0 -1 4202560 5448 0 0 0 29 2 0 0 20 0 15 0 44115931 10914828288 14524 33554432000 4194304 4196468 140736871591680 139979462075216 139979457860765 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10659012 memory=139941644436975 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) S 1888 1891 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 14524 33554432000 4194304 4196468 140736871591680 139979064216336 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 14524 33554432000 4194304 4196468 140736871591680 139979063163792 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10659012 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 14524 33554432000 4194304 4196468 140736871591680 139979062111248 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115932 10914828288 14524 33554432000 4194304 4196468 140736871591680 139979061058704 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) S 1888 1891 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44115933 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978949490672 139979457849986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1899] ppid=1888 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1899/stat : 1899 (java) S 1888 1891 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44115934 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978948436896 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1900] ppid=1888 vsize=10659012 memory=279874698948576 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1900/stat : 1900 (java) S 1888 1891 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44115934 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978947384304 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1901] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1901/stat : 1901 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978946332880 139979457857435 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1902] ppid=1888 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1891/task/1902/stat : 1902 (java) R 1888 1891 877 0 -1 4202560 1098 0 0 0 7 0 0 0 20 0 15 0 44115936 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978945266376 139979438474267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1903] ppid=1888 vsize=10659012 memory=114 CPUtime=0.09 cores=0,2,4,6
/proc/1891/task/1903/stat : 1903 (java) R 1888 1891 877 0 -1 4202560 953 0 0 0 9 0 0 0 20 0 15 0 44115936 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978944208968 139979443902148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1904] ppid=1888 vsize=10659012 memory=139937485522560 CPUtime=0.13 cores=0,2,4,6
/proc/1891/task/1904/stat : 1904 (java) R 1888 1891 877 0 -1 1077944384 1211 0 0 0 13 0 0 0 20 0 15 0 44115936 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978943175408 139979457849986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1905] ppid=1888 vsize=10659012 memory=139937349511791 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1905/stat : 1905 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978942123104 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1906] ppid=1888 vsize=10659012 memory=139937529638491 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1906/stat : 1906 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115937 10914828288 14524 33554432000 4194304 4196468 140736871591680 139978941069616 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 58096 KiB

[startup+0.701216 s]
/proc/loadavg: 4.69 4.30 3.22 6/216 1906
/proc/meminfo: memFree=21637612/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10659012 memory=297860 CPUtime=1.53 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 11461 0 0 0 130 23 0 0 20 0 15 0 44115931 10914828288 74465 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2664753 74465 3088 1 0 2627263 0
[pid=1891/tid=1893] ppid=1888 vsize=10659012 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) S 1888 1891 877 0 -1 1077944384 5505 0 0 0 54 6 0 0 20 0 15 0 44115931 10914828288 74465 33554432000 4194304 4196468 140736871591680 139979462077920 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10659012 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) R 1888 1891 877 0 -1 1077944384 71 0 0 0 2 3 0 0 20 0 15 0 44115932 10914828288 74465 33554432000 4194304 4196468 140736871591680 139979064216336 139979457849045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10659012 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) R 1888 1891 877 0 -1 4202560 51 0 0 0 2 3 0 0 20 0 15 0 44115932 10914828288 74465 33554432000 4194304 4196468 140736871591680 139979063163792 139979450938686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10659012 memory=148089197304521 CPUtime=0.05 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) R 1888 1891 877 0 -1 4202560 68 0 0 0 2 3 0 0 20 0 15 0 44115932 10914828288 74465 33554432000 4194304 4196468 140736871591680 139979062111248 139979450938686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10659012 memory=247536 CPUtime=0.06 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) R 1888 1891 877 0 -1 4202560 69 0 0 0 3 3 0 0 20 0 15 0 44115932 10914828288 74465 33554432000 4194304 4196468 140736871591680 139979061058704 139979450938686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) S 1888 1891 877 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44115933 10914828288 74465 33554432000 4194304 4196468 140736871591680 139978949489184 139979457849045 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1899] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1899/stat : 1899 (java) S 1888 1891 877 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44115934 10914828288 74977 33554432000 4194304 4196468 140736871591680 139978948436896 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1900] ppid=1888 vsize=10659012 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1900/stat : 1900 (java) S 1888 1891 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44115934 10914828288 74977 33554432000 4194304 4196468 140736871591680 139978947384304 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1901] ppid=1888 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1901/stat : 1901 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 74977 33554432000 4194304 4196468 140736871591680 139978946332880 139979457857435 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1902] ppid=1888 vsize=10659012 memory=9049316711896613037 CPUtime=0.2 cores=0,2,4,6
/proc/1891/task/1902/stat : 1902 (java) S 1888 1891 877 0 -1 1077944384 1519 0 0 0 20 0 0 0 20 0 15 0 44115936 10914828288 74977 33554432000 4194304 4196468 140736871591680 139978945280496 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1903] ppid=1888 vsize=10659012 memory=6943526294502006880 CPUtime=0.27 cores=0,2,4,6
/proc/1891/task/1903/stat : 1903 (java) R 1888 1891 877 0 -1 4202560 1501 0 0 0 27 0 0 0 20 0 15 0 44115936 10914828288 74977 33554432000 4194304 4196468 140736871591680 139978944228248 139979441333078 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1904] ppid=1888 vsize=10659012 memory=6944656592455360604 CPUtime=0.15 cores=0,2,4,6
/proc/1891/task/1904/stat : 1904 (java) S 1888 1891 877 0 -1 1077944384 1234 0 0 0 15 0 0 0 20 0 15 0 44115936 10914828288 74977 33554432000 4194304 4196468 140736871591680 139978943175408 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1905] ppid=1888 vsize=10659012 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1905/stat : 1905 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10914828288 74977 33554432000 4194304 4196468 140736871591680 139978942123104 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1906] ppid=1888 vsize=10659012 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1906/stat : 1906 (java) S 1888 1891 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44115937 10914828288 74977 33554432000 4194304 4196468 140736871591680 139978941069616 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 297860 KiB

[startup+1.50076 s]
/proc/loadavg: 4.69 4.30 3.22 6/216 1906
/proc/meminfo: memFree=21387576/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10661844 memory=525764 CPUtime=4.03 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 26465 0 0 0 357 46 0 0 20 0 15 0 44115931 10917728256 131441 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2665461 131441 3147 1 0 2627952 0
[pid=1891/tid=1893] ppid=1888 vsize=10661844 memory=508980 CPUtime=1.28 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) R 1888 1891 877 0 -1 4202560 6016 0 0 0 120 8 0 0 20 0 15 0 44115931 10917728256 131441 33554432000 4194304 4196468 140736871591680 139979462074776 139979097600631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10661844 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) S 1888 1891 877 0 -1 1077944384 390 0 0 0 9 7 0 0 20 0 15 0 44115932 10917728256 131441 33554432000 4194304 4196468 140736871591680 139979064216336 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10661844 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) S 1888 1891 877 0 -1 1077944384 469 0 0 0 8 8 0 0 20 0 15 0 44115932 10917728256 131441 33554432000 4194304 4196468 140736871591680 139979063163792 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10661844 memory=55 CPUtime=0.18 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) S 1888 1891 877 0 -1 1077944384 316 0 0 0 9 9 0 0 20 0 15 0 44115932 10917728256 131441 33554432000 4194304 4196468 140736871591680 139979062111248 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10661844 memory=12898 CPUtime=0.17 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) S 1888 1891 877 0 -1 1077944384 451 0 0 0 9 8 0 0 20 0 15 0 44115932 10917728256 131441 33554432000 4194304 4196468 140736871591680 139979061058704 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10661844 memory=20674 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) S 1888 1891 877 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 44115933 10917728256 131441 33554432000 4194304 4196468 140736871591680 139978949490672 139979457849986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0

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


[startup+352.001 s]*
/proc/loadavg: 4.35 4.20 3.50 6/217 1921
/proc/meminfo: memFree=13206988/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10661288 memory=8316808 CPUtime=1215.19 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 1531099 0 0 0 120756 763 0 0 20 0 15 0 44115931 10917158912 2079202 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2665322 2079202 3229 1 0 2627775 0
[pid=1891/tid=1893] ppid=1888 vsize=10661288 memory=5300 CPUtime=28.34 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) S 1888 1891 877 0 -1 1077944384 21957 0 0 0 2804 30 0 0 20 0 15 0 44115931 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979462071392 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10661288 memory=-7003737579269690708 CPUtime=287 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) R 1888 1891 877 0 -1 4202560 327786 0 0 0 28528 172 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979064216232 139979450467047 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10661288 memory=3256 CPUtime=286.33 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) R 1888 1891 877 0 -1 4202560 301926 0 0 0 28442 191 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979063163376 139979450467047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10661288 memory=1863768 CPUtime=286.86 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) R 1888 1891 877 0 -1 4202560 325788 0 0 0 28511 175 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979062111448 139979442789963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10661288 memory=1404 CPUtime=287.3 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) R 1888 1891 877 0 -1 4202560 406502 0 0 0 28554 176 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979061058288 139979450467047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10661288 memory=3128 CPUtime=32.32 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) S 1888 1891 877 0 -1 1077944384 100285 0 0 0 3227 5 0 0 20 0 15 0 44115933 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978949488992 139979457849045 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1899] ppid=1888 vsize=10661288 memory=8316808 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1899/stat : 1899 (java) S 1888 1891 877 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 44115934 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978948436960 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1900] ppid=1888 vsize=10661288 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1900/stat : 1900 (java) S 1888 1891 877 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 44115934 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978947384320 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1901] ppid=1888 vsize=10661288 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1901/stat : 1901 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978946332880 139979457857435 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1902] ppid=1888 vsize=10661288 memory=4128 CPUtime=2.57 cores=0,2,4,6
/proc/1891/task/1902/stat : 1902 (java) S 1888 1891 877 0 -1 1077944384 14561 0 0 0 255 2 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978945280496 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1903] ppid=1888 vsize=10661288 memory=2200 CPUtime=3.43 cores=0,2,4,6
/proc/1891/task/1903/stat : 1903 (java) S 1888 1891 877 0 -1 1077944384 22853 0 0 0 340 3 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978944227952 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1904] ppid=1888 vsize=10661288 memory=7392 CPUtime=0.74 cores=0,2,4,6
/proc/1891/task/1904/stat : 1904 (java) S 1888 1891 877 0 -1 1077944384 6902 0 0 0 73 1 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978943174976 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1905] ppid=1888 vsize=10661288 memory=840 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1905/stat : 1905 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978942123104 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1906] ppid=1888 vsize=10661288 memory=1399051139730258233 CPUtime=0.22 cores=0,2,4,6
/proc/1891/task/1906/stat : 1906 (java) S 1888 1891 877 0 -1 1077944384 1310 0 0 0 12 10 0 0 20 0 15 0 44115937 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978941069616 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
Current children cumulated CPU time: 1215.19 s
Current children cumulated vsize: 10661288 KiB
Current children cumulated memory: 8316808 KiB

[startup+353.605 s]
/proc/loadavg: 4.35 4.20 3.50 6/217 1921
/proc/meminfo: memFree=13206988/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10661288 memory=8316808 CPUtime=1221.51 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 1532588 0 0 0 121388 763 0 0 20 0 15 0 44115931 10917158912 2079202 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2665322 2079202 3229 1 0 2627775 0
[pid=1891/tid=1893] ppid=1888 vsize=10661288 memory=4140 CPUtime=28.34 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) S 1888 1891 877 0 -1 1077944384 21957 0 0 0 2804 30 0 0 20 0 15 0 44115931 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979462071392 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10661288 memory=14876 CPUtime=288.56 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) R 1888 1891 877 0 -1 4202560 327789 0 0 0 28684 172 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979064216536 139979442539527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10661288 memory=8112282956445269571 CPUtime=287.9 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) R 1888 1891 877 0 -1 4202560 301935 0 0 0 28599 191 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979063163992 139979442835348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10661288 memory=1952 CPUtime=288.45 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) R 1888 1891 877 0 -1 4202560 327045 0 0 0 28669 176 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979062111448 139979450942496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10661288 memory=8384 CPUtime=288.88 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) R 1888 1891 877 0 -1 4202560 406517 0 0 0 28712 176 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979061058592 139979442539443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10661288 memory=15872 CPUtime=32.33 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) S 1888 1891 877 0 -1 1077944384 100291 0 0 0 3228 5 0 0 20 0 15 0 44115933 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978949489216 139979457849045 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1899] ppid=1888 vsize=10661288 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1899/stat : 1899 (java) S 1888 1891 877 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 44115934 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978948436960 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1900] ppid=1888 vsize=10661288 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1900/stat : 1900 (java) S 1888 1891 877 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 44115934 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978947384320 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1901] ppid=1888 vsize=10661288 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1901/stat : 1901 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978946332880 139979457857435 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1902] ppid=1888 vsize=10661288 memory=3848 CPUtime=2.57 cores=0,2,4,6
/proc/1891/task/1902/stat : 1902 (java) S 1888 1891 877 0 -1 1077944384 14562 0 0 0 255 2 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978945280256 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1903] ppid=1888 vsize=10661288 memory=2872 CPUtime=3.43 cores=0,2,4,6
/proc/1891/task/1903/stat : 1903 (java) S 1888 1891 877 0 -1 1077944384 22853 0 0 0 340 3 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978944228000 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1904] ppid=1888 vsize=10661288 memory=2692 CPUtime=0.74 cores=0,2,4,6
/proc/1891/task/1904/stat : 1904 (java) S 1888 1891 877 0 -1 1077944384 6902 0 0 0 73 1 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978943174976 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1905] ppid=1888 vsize=10661288 memory=644 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1905/stat : 1905 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978942123104 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1906] ppid=1888 vsize=10661288 memory=1788 CPUtime=0.22 cores=0,2,4,6
/proc/1891/task/1906/stat : 1906 (java) S 1888 1891 877 0 -1 1077944384 1310 0 0 0 12 10 0 0 20 0 15 0 44115937 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978941069616 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
Current children cumulated CPU time: 1221.51 s
Current children cumulated vsize: 10661288 KiB
Current children cumulated memory: 8316808 KiB

[startup+354.401 s]
/proc/loadavg: 4.40 4.21 3.51 7/217 1921
/proc/meminfo: memFree=13206996/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10661288 memory=8316808 CPUtime=1224.68 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 1532621 0 0 0 121705 763 0 0 20 0 15 0 44115931 10917158912 2079202 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2665322 2079202 3229 1 0 2627775 0
[pid=1891/tid=1893] ppid=1888 vsize=10661288 memory=-8961168018402230209 CPUtime=28.34 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) S 1888 1891 877 0 -1 1077944384 21957 0 0 0 2804 30 0 0 20 0 15 0 44115931 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979462071392 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10661288 memory=-8253362762722141311 CPUtime=289.34 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) R 1888 1891 877 0 -1 4202560 327789 0 0 0 28762 172 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979064216536 139979442539472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10661288 memory=2340 CPUtime=288.7 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) R 1888 1891 877 0 -1 4202560 301949 0 0 0 28679 191 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979063163992 139979442296459 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10661288 memory=4100 CPUtime=289.25 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) R 1888 1891 877 0 -1 4202560 327057 0 0 0 28749 176 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979062111448 139979439448585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10661288 memory=1408 CPUtime=289.67 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) R 1888 1891 877 0 -1 4202560 406524 0 0 0 28791 176 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979061058592 139979442539523 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10661288 memory=8316808 CPUtime=32.33 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) S 1888 1891 877 0 -1 1077944384 100291 0 0 0 3228 5 0 0 20 0 15 0 44115933 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978949489216 139979457849045 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1899] ppid=1888 vsize=10661288 memory=8316808 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1899/stat : 1899 (java) S 1888 1891 877 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 44115934 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978948436960 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1900] ppid=1888 vsize=10661288 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1900/stat : 1900 (java) S 1888 1891 877 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 44115934 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978947384320 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1901] ppid=1888 vsize=10661288 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1901/stat : 1901 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978946332880 139979457857435 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1902] ppid=1888 vsize=10661288 memory=11960 CPUtime=2.57 cores=0,2,4,6
/proc/1891/task/1902/stat : 1902 (java) S 1888 1891 877 0 -1 1077944384 14562 0 0 0 255 2 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978945280256 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1903] ppid=1888 vsize=10661288 memory=1008 CPUtime=3.43 cores=0,2,4,6
/proc/1891/task/1903/stat : 1903 (java) S 1888 1891 877 0 -1 1077944384 22853 0 0 0 340 3 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978944228000 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1904] ppid=1888 vsize=10661288 memory=792 CPUtime=0.74 cores=0,2,4,6
/proc/1891/task/1904/stat : 1904 (java) S 1888 1891 877 0 -1 1077944384 6902 0 0 0 73 1 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978943174976 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1905] ppid=1888 vsize=10661288 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1905/stat : 1905 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978942123104 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1906] ppid=1888 vsize=10661288 memory=288230574492221466 CPUtime=0.22 cores=0,2,4,6
/proc/1891/task/1906/stat : 1906 (java) S 1888 1891 877 0 -1 1077944384 1310 0 0 0 12 10 0 0 20 0 15 0 44115937 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978941069616 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
Current children cumulated CPU time: 1224.68 s
Current children cumulated vsize: 10661288 KiB
Current children cumulated memory: 8316808 KiB

[startup+354.801 s]
/proc/loadavg: 4.40 4.21 3.51 7/217 1921
/proc/meminfo: memFree=13206996/32770624 swapFree=67108860/67108860
[pid=1891] ppid=1888 vsize=10661288 memory=8316808 CPUtime=1225.24 cores=0,2,4,6
/proc/1891/stat : 1891 (java) S 1888 1891 877 0 -1 1077944320 1532621 0 0 0 121761 763 0 0 20 0 15 0 44115931 10917158912 2079202 33554432000 4194304 4196468 140736871591680 140736871574224 139979457838839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
/proc/1891/statm: 2665322 2079202 3229 1 0 2627775 0
[pid=1891/tid=1893] ppid=1888 vsize=10661288 memory=288230621803970871 CPUtime=28.34 cores=0,2,4,6
/proc/1891/task/1893/stat : 1893 (java) S 1888 1891 877 0 -1 1077944384 21957 0 0 0 2804 30 0 0 20 0 15 0 44115931 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979462071392 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1894] ppid=1888 vsize=10661288 memory=16097061506385263 CPUtime=289.39 cores=0,2,4,6
/proc/1891/task/1894/stat : 1894 (java) S 1888 1891 877 0 -1 1077944384 327789 0 0 0 28767 172 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979064216336 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1895] ppid=1888 vsize=10661288 memory=2692 CPUtime=288.75 cores=0,2,4,6
/proc/1891/task/1895/stat : 1895 (java) S 1888 1891 877 0 -1 1077944384 301949 0 0 0 28684 191 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979063163792 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1896] ppid=1888 vsize=10661288 memory=644 CPUtime=289.3 cores=0,2,4,6
/proc/1891/task/1896/stat : 1896 (java) S 1888 1891 877 0 -1 1077944384 327057 0 0 0 28754 176 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979062111248 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1897] ppid=1888 vsize=10661288 memory=1788 CPUtime=289.73 cores=0,2,4,6
/proc/1891/task/1897/stat : 1897 (java) S 1888 1891 877 0 -1 1077944384 406524 0 0 0 28797 176 0 0 20 0 15 0 44115932 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139979061058704 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1898] ppid=1888 vsize=10661288 memory=952 CPUtime=32.67 cores=0,2,4,6
/proc/1891/task/1898/stat : 1898 (java) R 1888 1891 877 0 -1 4202560 100291 0 0 0 3262 5 0 0 20 0 15 0 44115933 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978949489216 139979442835220 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1899] ppid=1888 vsize=10661288 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1899/stat : 1899 (java) S 1888 1891 877 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 44115934 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978948436960 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1900] ppid=1888 vsize=10661288 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1900/stat : 1900 (java) S 1888 1891 877 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 44115934 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978947384320 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1901] ppid=1888 vsize=10661288 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1901/stat : 1901 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978946332880 139979457857435 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1902] ppid=1888 vsize=10661288 memory=1408 CPUtime=2.57 cores=0,2,4,6
/proc/1891/task/1902/stat : 1902 (java) S 1888 1891 877 0 -1 1077944384 14562 0 0 0 255 2 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978945280256 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1903] ppid=1888 vsize=10661288 memory=3256 CPUtime=3.43 cores=0,2,4,6
/proc/1891/task/1903/stat : 1903 (java) S 1888 1891 877 0 -1 1077944384 22853 0 0 0 340 3 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978944228000 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1904] ppid=1888 vsize=10661288 memory=1863768 CPUtime=0.74 cores=0,2,4,6
/proc/1891/task/1904/stat : 1904 (java) S 1888 1891 877 0 -1 1077944384 6902 0 0 0 73 1 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978943174976 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1905] ppid=1888 vsize=10661288 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/1891/task/1905/stat : 1905 (java) S 1888 1891 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44115936 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978942123104 139979457849045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
[pid=1891/tid=1906] ppid=1888 vsize=10661288 memory=3047711553320166262 CPUtime=0.22 cores=0,2,4,6
/proc/1891/task/1906/stat : 1906 (java) S 1888 1891 877 0 -1 1077944384 1310 0 0 0 12 10 0 0 20 0 15 0 44115937 10917158912 2079202 33554432000 4194304 4196468 140736871591680 139978941069616 139979457849986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140736871593073 140736871593225 140736871593225 140736871595983 0
Current children cumulated CPU time: 1225.24 s
Current children cumulated vsize: 10661288 KiB
Current children cumulated memory: 8316808 KiB

[startup+355.201 s]*
/proc/loadavg: 4.40 4.21 3.51 3/204 1923
/proc/meminfo: memFree=14999268/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 355.267
CPU time (s): 1225.52
CPU user time (s): 1217.81
CPU system time (s): 7.71055
CPU usage (%): 344.958
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8317220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1217.81
system time used= 7.71054
maximum resident set size= 8317336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1532970
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25048
involuntary context switches= 14392


# summary of solver processes directly reported to runsolver:
#   pid: 1891
#   total CPU time (s): 1225.52
#   total CPU user time (s): 1217.81
#   total CPU system time (s): 7.71055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.30389 second user time and 3.42797 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 15:18:47
IDJOB=4292033
IDBENCH=141270
IDSOLVER=2742
FILE ID=node103/4292033-1532265527
RUNJOBID= node103-1532257777-913
PBS_JOBID= 21018960
Free space on /tmp= 56728 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-05-0350_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292033-1532265527/watcher-4292033-1532265527 -o /tmp/evaluation-result-4292033-1532265527/solver-4292033-1532265527 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292033-1532265527.xml

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

MD5SUM BENCH= 51c3d091a7e4b0716a15e9a29832b849
RANDOM SEED=1233149473

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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.48
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.48
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.48
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:        21857648 kB
MemAvailable:   30413224 kB
Buffers:          235176 kB
Cached:          8521260 kB
SwapCached:            0 kB
Active:          3059228 kB
Inactive:        7274964 kB
Active(anon):    1580324 kB
Inactive(anon):    16976 kB
Active(file):    1478904 kB
Inactive(file):  7257988 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            150360 kB
Writeback:             0 kB
AnonPages:       1590400 kB
Mapped:            47692 kB
Shmem:             17036 kB
Slab:             275072 kB
SReclaimable:     247144 kB
SUnreclaim:        27928 kB
KernelStack:        3536 kB
PageTables:         8296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3247912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1474560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56724 MiB
End job on node103 at 2018-07-22 15:24:43