Trace number 4263541

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1425.26 392.71301

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-080-05-mul.xml
MD5SUMcc508950e1103ff719d16ca71225257a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark243.529
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":5}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints0
Number of intensional constraints3570
Distribution of constraint types[{"type":"intension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263541-1502616842/watcher-4263541-1502616842 -o /tmp/evaluation-result-4263541-1502616842/solver-4263541-1502616842 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263541-1502616842.xml 

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

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


[startup+0.101292 s]*
/proc/loadavg: 1.00 1.02 1.31 6/215 4002
/proc/meminfo: memFree=31659444/32770624 swapFree=67108860/67108860
[pid=3962] ppid=3957 vsize=10555400 memory=30404 CPUtime=0.11 cores=0,2,4,6
/proc/3962/stat : 3962 (java) S 3957 3962 32402 0 -1 1077944320 6650 0 0 0 10 1 0 0 20 0 15 0 94771814 10808729600 7601 33554432000 4194304 4196468 140723225562512 140723225545056 140060883312375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
/proc/3962/statm: 2638850 7601 2827 1 0 2627263 0
[pid=3962/tid=3964] ppid=3957 vsize=10555400 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/3962/task/3964/stat : 3964 (java) R 3957 3962 32402 0 -1 4202560 4507 0 0 0 8 0 0 0 20 0 15 0 94771815 10808729600 7628 33554432000 4194304 4196468 140723225562512 140060887500720 140060867392862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3966] ppid=3957 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3966/stat : 3966 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 7628 33554432000 4194304 4196468 140723225562512 140060835933072 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3967] ppid=3957 vsize=10555400 memory=139821707167360 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3967/stat : 3967 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 7628 33554432000 4194304 4196468 140723225562512 140060834880272 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3968] ppid=3957 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3968/stat : 3968 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 7628 33554432000 4194304 4196468 140723225562512 140060833827984 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3969] ppid=3957 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3969/stat : 3969 (java) S 3957 3962 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 7628 33554432000 4194304 4196468 140723225562512 140060832775184 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10555400 memory=139821707167360 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94771817 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059918207088 140060883323522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3976] ppid=3957 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3976/stat : 3976 (java) S 3957 3962 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94771818 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059917153056 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3978] ppid=3957 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3978/stat : 3978 (java) S 3957 3962 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94771818 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059916100720 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3988] ppid=3957 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3988/stat : 3988 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059915049040 140060883330971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3989] ppid=3957 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3989/stat : 3989 (java) S 3957 3962 32402 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 94771820 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059913996912 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3990] ppid=3957 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3990/stat : 3990 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059912944112 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3991] ppid=3957 vsize=10555400 memory=139821707167360 CPUtime=0.01 cores=0,2,4,6
/proc/3962/task/3991/stat : 3991 (java) R 3957 3962 32402 0 -1 4202560 365 0 0 0 1 0 0 0 20 0 15 0 94771820 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059911891824 140060862297117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3992] ppid=3957 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3992/stat : 3992 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059910839264 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3994] ppid=3957 vsize=10555400 memory=139821707167360 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3994/stat : 3994 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771821 10808729600 7628 33554432000 4194304 4196468 140723225562512 140059909786032 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30404 KiB

[startup+0.211621 s]*
/proc/loadavg: 1.00 1.02 1.31 4/215 4002
/proc/meminfo: memFree=31635596/32770624 swapFree=67108860/67108860
[pid=3962] ppid=3957 vsize=10555400 memory=39068 CPUtime=0.27 cores=0,2,4,6
/proc/3962/stat : 3962 (java) S 3957 3962 32402 0 -1 1077944320 7929 0 0 0 25 2 0 0 20 0 15 0 94771814 10808729600 9767 33554432000 4194304 4196468 140723225562512 140723225545056 140060883312375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
/proc/3962/statm: 2638850 9767 2957 1 0 2627263 0
[pid=3962/tid=3964] ppid=3957 vsize=10555400 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/3962/task/3964/stat : 3964 (java) R 3957 3962 32402 0 -1 4202560 5011 0 0 0 17 1 0 0 20 0 15 0 94771815 10808729600 9833 33554432000 4194304 4196468 140723225562512 140060887550472 140060510989541 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3966] ppid=3957 vsize=10555400 memory=339 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3966/stat : 3966 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 9833 33554432000 4194304 4196468 140723225562512 140060835933072 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3967] ppid=3957 vsize=10555400 memory=139821707345877 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3967/stat : 3967 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 9833 33554432000 4194304 4196468 140723225562512 140060834880272 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3968] ppid=3957 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3968/stat : 3968 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 9833 33554432000 4194304 4196468 140723225562512 140060833827984 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3969] ppid=3957 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3969/stat : 3969 (java) S 3957 3962 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 9833 33554432000 4194304 4196468 140723225562512 140060832775184 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10555400 memory=139821707167360 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94771817 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059918207088 140060883323522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3976] ppid=3957 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3976/stat : 3976 (java) S 3957 3962 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94771818 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059917153056 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3978] ppid=3957 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3978/stat : 3978 (java) S 3957 3962 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94771818 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059916100720 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3988] ppid=3957 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3988/stat : 3988 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059915049040 140060883330971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3989] ppid=3957 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3962/task/3989/stat : 3989 (java) S 3957 3962 32402 0 -1 1077944384 553 0 0 0 1 0 0 0 20 0 15 0 94771820 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059913996912 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3990] ppid=3957 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3962/task/3990/stat : 3990 (java) S 3957 3962 32402 0 -1 1077944384 183 0 0 0 1 0 0 0 20 0 15 0 94771820 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059912944112 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3991] ppid=3957 vsize=10555400 memory=139821707167360 CPUtime=0.05 cores=0,2,4,6
/proc/3962/task/3991/stat : 3991 (java) R 3957 3962 32402 0 -1 4202560 821 0 0 0 5 0 0 0 20 0 15 0 94771820 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059911887976 140060875549502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3992] ppid=3957 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3992/stat : 3992 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059910839264 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3994] ppid=3957 vsize=10555400 memory=139821707167360 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3994/stat : 3994 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771821 10808729600 9833 33554432000 4194304 4196468 140723225562512 140059909786032 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39068 KiB

[startup+0.310404 s]*
/proc/loadavg: 1.00 1.02 1.31 5/215 4002
/proc/meminfo: memFree=31615316/32770624 swapFree=67108860/67108860
[pid=3962] ppid=3957 vsize=10555400 memory=51776 CPUtime=0.61 cores=0,2,4,6
/proc/3962/stat : 3962 (java) S 3957 3962 32402 0 -1 1077944320 10189 0 0 0 58 3 0 0 20 0 15 0 94771814 10808729600 12944 33554432000 4194304 4196468 140723225562512 140723225545056 140060883312375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
/proc/3962/statm: 2638850 12944 3030 1 0 2627263 0
[pid=3962/tid=3964] ppid=3957 vsize=10555400 memory=4134692831991786133 CPUtime=0.28 cores=0,2,4,6
/proc/3962/task/3964/stat : 3964 (java) R 3957 3962 32402 0 -1 4202560 5456 0 0 0 26 2 0 0 20 0 15 0 94771815 10808729600 12944 33554432000 4194304 4196468 140723225562512 140060887546144 140060867392862 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3966] ppid=3957 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3966/stat : 3966 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 12944 33554432000 4194304 4196468 140723225562512 140060835933072 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3967] ppid=3957 vsize=10555400 memory=139821707218464 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3967/stat : 3967 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 12944 33554432000 4194304 4196468 140723225562512 140060834880272 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3968] ppid=3957 vsize=10555400 memory=53476 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3968/stat : 3968 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 12944 33554432000 4194304 4196468 140723225562512 140060833827984 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3969] ppid=3957 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3969/stat : 3969 (java) S 3957 3962 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94771816 10808729600 12944 33554432000 4194304 4196468 140723225562512 140060832775184 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10555400 memory=139821707225376 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94771817 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059918207088 140060883323522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3976] ppid=3957 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3976/stat : 3976 (java) S 3957 3962 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94771818 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059917153056 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3978] ppid=3957 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3978/stat : 3978 (java) S 3957 3962 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94771818 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059916100720 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3988] ppid=3957 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3988/stat : 3988 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059915049040 140060883330971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3989] ppid=3957 vsize=10555400 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/3962/task/3989/stat : 3989 (java) R 3957 3962 32402 0 -1 4202560 1426 0 0 0 11 0 0 0 20 0 15 0 94771820 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059913982984 140060883333722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3990] ppid=3957 vsize=10555400 memory=139821586697679 CPUtime=0.08 cores=0,2,4,6
/proc/3962/task/3990/stat : 3990 (java) R 3957 3962 32402 0 -1 1077944384 628 0 0 0 8 0 0 0 20 0 15 0 94771820 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059912944112 140060883323522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3991] ppid=3957 vsize=10555400 memory=139821707171304 CPUtime=0.12 cores=0,2,4,6
/proc/3962/task/3991/stat : 3991 (java) R 3957 3962 32402 0 -1 4202560 1321 0 0 0 12 0 0 0 20 0 15 0 94771820 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059911891824 140060862167636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3992] ppid=3957 vsize=10555400 memory=139821586721359 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3992/stat : 3992 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059910839264 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3994] ppid=3957 vsize=10555400 memory=279643293886400 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3994/stat : 3994 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771821 10808729600 12944 33554432000 4194304 4196468 140723225562512 140059909786032 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 51776 KiB

[startup+0.70073 s]
/proc/loadavg: 1.00 1.02 1.31 9/215 4002
/proc/meminfo: memFree=31564752/32770624 swapFree=67108860/67108860
[pid=3962] ppid=3957 vsize=10555476 memory=123540 CPUtime=1.77 cores=0,2,4,6
/proc/3962/stat : 3962 (java) S 3957 3962 32402 0 -1 1077944320 11861 0 0 0 171 6 0 0 20 0 15 0 94771814 10808807424 30885 33554432000 4194304 4196468 140723225562512 140723225545056 140060883312375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
/proc/3962/statm: 2638869 30885 3088 1 0 2627263 0
[pid=3962/tid=3964] ppid=3957 vsize=10555476 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/3962/task/3964/stat : 3964 (java) R 3957 3962 32402 0 -1 4202560 5989 0 0 0 61 4 0 0 20 0 15 0 94771815 10808807424 30885 33554432000 4194304 4196468 140723225562512 140060887548720 140060883324310 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3966] ppid=3957 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3966/stat : 3966 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808807424 30885 33554432000 4194304 4196468 140723225562512 140060835933072 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3967] ppid=3957 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3967/stat : 3967 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808807424 30885 33554432000 4194304 4196468 140723225562512 140060834880272 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3968] ppid=3957 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3968/stat : 3968 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771816 10808807424 30885 33554432000 4194304 4196468 140723225562512 140060833827984 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3969] ppid=3957 vsize=10555476 memory=7165352523811206965 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3969/stat : 3969 (java) S 3957 3962 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94771816 10808807424 30885 33554432000 4194304 4196468 140723225562512 140060832775184 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94771817 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059918207088 140060883323522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3976] ppid=3957 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3976/stat : 3976 (java) S 3957 3962 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94771818 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059917153056 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3978] ppid=3957 vsize=10555476 memory=15464 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3978/stat : 3978 (java) S 3957 3962 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94771818 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059916100720 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3988] ppid=3957 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3988/stat : 3988 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059915049040 140060883330971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3989] ppid=3957 vsize=10555476 memory=2244 CPUtime=0.41 cores=0,2,4,6
/proc/3962/task/3989/stat : 3989 (java) S 3957 3962 32402 0 -1 1077944384 1589 0 0 0 41 0 0 0 20 0 15 0 94771820 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059913996912 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3990] ppid=3957 vsize=10555476 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/3962/task/3990/stat : 3990 (java) S 3957 3962 32402 0 -1 1077944384 1143 0 0 0 37 0 0 0 20 0 15 0 94771820 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059912944112 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3991] ppid=3957 vsize=10555476 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/3962/task/3991/stat : 3991 (java) S 3957 3962 32402 0 -1 1077944384 1770 0 0 0 30 0 0 0 20 0 15 0 94771820 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059911891824 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3992] ppid=3957 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3992/stat : 3992 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94771820 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059910839264 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3994] ppid=3957 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3994/stat : 3994 (java) S 3957 3962 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94771821 10808807424 30885 33554432000 4194304 4196468 140723225562512 140059909786032 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 123540 KiB

[startup+1.50125 s]
/proc/loadavg: 1.00 1.02 1.31 4/216 4003
/proc/meminfo: memFree=31344056/32770624 swapFree=67108860/67108860
[pid=3962] ppid=3957 vsize=10555476 memory=507680 CPUtime=3.67 cores=0,2,4,6
/proc/3962/stat : 3962 (java) S 3957 3962 32402 0 -1 1077944320 13126 0 0 0 327 40 0 0 20 0 15 0 94771814 10808807424 126920 33554432000 4194304 4196468 140723225562512 140723225545056 140060883312375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
/proc/3962/statm: 2638869 126920 3123 1 0 2627263 0
[pid=3962/tid=3964] ppid=3957 vsize=10555476 memory=279643173683008 CPUtime=1.2 cores=0,2,4,6
/proc/3962/task/3964/stat : 3964 (java) S 3957 3962 32402 0 -1 1077944384 6124 0 0 0 113 7 0 0 20 0 15 0 94771815 10808807424 126920 33554432000 4194304 4196468 140723225562512 140060887547360 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3966] ppid=3957 vsize=10555476 memory=139821586715920 CPUtime=0.24 cores=0,2,4,6
/proc/3962/task/3966/stat : 3966 (java) R 3957 3962 32402 0 -1 4202560 179 0 0 0 17 7 0 0 20 0 15 0 94771816 10808807424 126920 33554432000 4194304 4196468 140723225562512 140060835933072 140060868336430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3967] ppid=3957 vsize=10555476 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/3962/task/3967/stat : 3967 (java) R 3957 3962 32402 0 -1 4202560 173 0 0 0 17 7 0 0 20 0 15 0 94771816 10808807424 126920 33554432000 4194304 4196468 140723225562512 140060834880272 140060868336430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3968] ppid=3957 vsize=10555476 memory=279643173696224 CPUtime=0.24 cores=0,2,4,6
/proc/3962/task/3968/stat : 3968 (java) R 3957 3962 32402 0 -1 4202560 182 0 0 0 17 7 0 0 20 0 15 0 94771816 10808807424 126920 33554432000 4194304 4196468 140723225562512 140060833827984 140060868339794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3969] ppid=3957 vsize=10555476 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/3962/task/3969/stat : 3969 (java) R 3957 3962 32402 0 -1 4202560 203 0 0 0 16 7 0 0 20 0 15 0 94771816 10808807424 126920 33554432000 4194304 4196468 140723225562512 140060832775072 140060868334496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10555476 memory=-7880843606118635149 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 94771817 10808807424 126920 33554432000 4194304 4196468 140723225562512 140059918205600 140060883322581 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0

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

/proc/3962/task/3969/stat : 3969 (java) R 3957 3962 32402 0 -1 4202560 17923 0 0 0 34047 197 0 0 20 0 17 0 94771816 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140060832775072 140060868010082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10690804 memory=27260 CPUtime=27.77 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 59944 0 0 0 2773 4 0 0 20 0 17 0 94771817 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059918205408 140060883322581 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3976] ppid=3957 vsize=10690804 memory=8273332 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3976/stat : 3976 (java) S 3957 3962 32402 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 94771818 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059917153120 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3978] ppid=3957 vsize=10690804 memory=2448 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3978/stat : 3978 (java) S 3957 3962 32402 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 94771818 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059916100736 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3988] ppid=3957 vsize=10690804 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3988/stat : 3988 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94771820 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059915049040 140060883330971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3989] ppid=3957 vsize=10690804 memory=1948 CPUtime=1.52 cores=0,2,4,6
/proc/3962/task/3989/stat : 3989 (java) S 3957 3962 32402 0 -1 1077944384 13286 0 0 0 150 2 0 0 20 0 17 0 94771820 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059913996912 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3990] ppid=3957 vsize=10690804 memory=4104 CPUtime=1.31 cores=0,2,4,6
/proc/3962/task/3990/stat : 3990 (java) S 3957 3962 32402 0 -1 1077944384 7419 0 1 0 129 2 0 0 20 0 17 0 94771820 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059912944112 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3991] ppid=3957 vsize=10690804 memory=2244 CPUtime=0.51 cores=0,2,4,6
/proc/3962/task/3991/stat : 3991 (java) S 3957 3962 32402 0 -1 1077944384 4918 0 0 0 50 1 0 0 20 0 17 0 94771820 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059911890656 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3992] ppid=3957 vsize=10690804 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3992/stat : 3992 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94771820 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059910839264 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3994] ppid=3957 vsize=10690804 memory=1160 CPUtime=0.27 cores=0,2,4,6
/proc/3962/task/3994/stat : 3994 (java) S 3957 3962 32402 0 -1 1077944384 315 0 0 0 15 12 0 0 20 0 17 0 94771821 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059909786032 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=4017] ppid=3957 vsize=10690804 memory=3240 CPUtime=0 cores=0,2,4,6
/proc/3962/task/4017/stat : 4017 (java) S 3957 3962 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 94805253 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059906633632 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=4018] ppid=3957 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3962/task/4018/stat : 4018 (java) S 3957 3962 32402 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 94805253 10947383296 2068334 33554432000 4194304 4196468 140723225562512 140059905580864 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
Current children cumulated CPU time: 1416.38 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8273336 KiB

[startup+392.001 s]*
/proc/loadavg: 4.47 3.49 2.34 6/218 4019
/proc/meminfo: memFree=22901524/32770624 swapFree=67108860/67108860
[pid=3962] ppid=3957 vsize=10690804 memory=8273340 CPUtime=1422.76 cores=0,2,4,6
/proc/3962/stat : 3962 (java) S 3957 3962 32402 0 -1 1077944320 179549 0 5 0 141489 787 0 0 20 0 17 0 94771814 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140723225545056 140060883312375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
/proc/3962/statm: 2672701 2068335 3205 1 0 2661057 0
[pid=3962/tid=3964] ppid=3957 vsize=10690804 memory=6935054825532540783 CPUtime=15.64 cores=0,2,4,6
/proc/3962/task/3964/stat : 3964 (java) S 3957 3962 32402 0 -1 1077944384 13246 0 4 0 1553 11 0 0 20 0 17 0 94771815 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060887553056 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3966] ppid=3957 vsize=10690804 memory=2448 CPUtime=345.88 cores=0,2,4,6
/proc/3962/task/3966/stat : 3966 (java) R 3957 3962 32402 0 -1 4202560 24572 0 0 0 34411 177 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060835933272 140060868308776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3967] ppid=3957 vsize=10690804 memory=1732 CPUtime=342.4 cores=0,2,4,6
/proc/3962/task/3967/stat : 3967 (java) R 3957 3962 32402 0 -1 4202560 15539 0 0 0 34037 203 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060834880160 140060864922151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3968] ppid=3957 vsize=10690804 memory=1948 CPUtime=343.36 cores=0,2,4,6
/proc/3962/task/3968/stat : 3968 (java) R 3957 3962 32402 0 -1 4202560 20793 0 0 0 34152 184 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060833828184 140060868308782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3969] ppid=3957 vsize=10690804 memory=800 CPUtime=344.01 cores=0,2,4,6
/proc/3962/task/3969/stat : 3969 (java) R 3957 3962 32402 0 -1 4202560 17944 0 0 0 34204 197 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060832775384 140060868308779 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10690804 memory=12068 CPUtime=27.77 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 59944 0 0 0 2773 4 0 0 20 0 17 0 94771817 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059918205632 140060883322581 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3976] ppid=3957 vsize=10690804 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3976/stat : 3976 (java) S 3957 3962 32402 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 94771818 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059917153120 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3978] ppid=3957 vsize=10690804 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3978/stat : 3978 (java) S 3957 3962 32402 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 94771818 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059916100736 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3988] ppid=3957 vsize=10690804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3988/stat : 3988 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059915049040 140060883330971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3989] ppid=3957 vsize=10690804 memory=8560 CPUtime=1.52 cores=0,2,4,6
/proc/3962/task/3989/stat : 3989 (java) S 3957 3962 32402 0 -1 1077944384 13286 0 0 0 150 2 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059913996912 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3990] ppid=3957 vsize=10690804 memory=8273216 CPUtime=1.31 cores=0,2,4,6
/proc/3962/task/3990/stat : 3990 (java) S 3957 3962 32402 0 -1 1077944384 7419 0 1 0 129 2 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059912944112 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3991] ppid=3957 vsize=10690804 memory=4124 CPUtime=0.51 cores=0,2,4,6
/proc/3962/task/3991/stat : 3991 (java) S 3957 3962 32402 0 -1 1077944384 4918 0 0 0 50 1 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059911890656 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3992] ppid=3957 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3992/stat : 3992 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059910839264 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3994] ppid=3957 vsize=10690804 memory=6764 CPUtime=0.27 cores=0,2,4,6
/proc/3962/task/3994/stat : 3994 (java) S 3957 3962 32402 0 -1 1077944384 317 0 0 0 15 12 0 0 20 0 17 0 94771821 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059909786032 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=4017] ppid=3957 vsize=10690804 memory=960 CPUtime=0 cores=0,2,4,6
/proc/3962/task/4017/stat : 4017 (java) S 3957 3962 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 94805253 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059906633632 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=4018] ppid=3957 vsize=10690804 memory=4388 CPUtime=0 cores=0,2,4,6
/proc/3962/task/4018/stat : 4018 (java) S 3957 3962 32402 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 94805253 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059905580864 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
Current children cumulated CPU time: 1422.76 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8273340 KiB

[startup+392.401 s]
/proc/loadavg: 4.47 3.49 2.34 6/218 4019
/proc/meminfo: memFree=22901524/32770624 swapFree=67108860/67108860
[pid=3962] ppid=3957 vsize=10690804 memory=8273340 CPUtime=1424.31 cores=0,2,4,6
/proc/3962/stat : 3962 (java) S 3957 3962 32402 0 -1 1077944320 179549 0 5 0 141644 787 0 0 20 0 17 0 94771814 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140723225545056 140060883312375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
/proc/3962/statm: 2672701 2068335 3205 1 0 2661057 0
[pid=3962/tid=3964] ppid=3957 vsize=10690804 memory=960 CPUtime=15.64 cores=0,2,4,6
/proc/3962/task/3964/stat : 3964 (java) S 3957 3962 32402 0 -1 1077944384 13246 0 4 0 1553 11 0 0 20 0 17 0 94771815 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060887553056 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3966] ppid=3957 vsize=10690804 memory=644 CPUtime=346.27 cores=0,2,4,6
/proc/3962/task/3966/stat : 3966 (java) R 3957 3962 32402 0 -1 4202560 24572 0 0 0 34450 177 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060835932880 140060875940583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3967] ppid=3957 vsize=10690804 memory=960 CPUtime=342.79 cores=0,2,4,6
/proc/3962/task/3967/stat : 3967 (java) R 3957 3962 32402 0 -1 4202560 15539 0 0 0 34076 203 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060834880160 140060868308742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3968] ppid=3957 vsize=10690804 memory=4388 CPUtime=343.75 cores=0,2,4,6
/proc/3962/task/3968/stat : 3968 (java) R 3957 3962 32402 0 -1 4202560 20793 0 0 0 34191 184 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060833828184 140060868011115 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3969] ppid=3957 vsize=10690804 memory=8112282956445269571 CPUtime=344.4 cores=0,2,4,6
/proc/3962/task/3969/stat : 3969 (java) R 3957 3962 32402 0 -1 4202560 17944 0 0 0 34243 197 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060832775304 140060875940583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10690804 memory=1796 CPUtime=27.77 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 59944 0 0 0 2773 4 0 0 20 0 17 0 94771817 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059918205632 140060883322581 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3976] ppid=3957 vsize=10690804 memory=644 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3976/stat : 3976 (java) S 3957 3962 32402 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 94771818 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059917153120 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3978] ppid=3957 vsize=10690804 memory=960 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3978/stat : 3978 (java) S 3957 3962 32402 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 94771818 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059916100736 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3988] ppid=3957 vsize=10690804 memory=4388 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3988/stat : 3988 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059915049040 140060883330971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3989] ppid=3957 vsize=10690804 memory=6764 CPUtime=1.52 cores=0,2,4,6
/proc/3962/task/3989/stat : 3989 (java) S 3957 3962 32402 0 -1 1077944384 13286 0 0 0 150 2 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059913996912 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3990] ppid=3957 vsize=10690804 memory=840 CPUtime=1.31 cores=0,2,4,6
/proc/3962/task/3990/stat : 3990 (java) S 3957 3962 32402 0 -1 1077944384 7419 0 1 0 129 2 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059912944112 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3991] ppid=3957 vsize=10690804 memory=4104 CPUtime=0.51 cores=0,2,4,6
/proc/3962/task/3991/stat : 3991 (java) S 3957 3962 32402 0 -1 1077944384 4918 0 0 0 50 1 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059911890656 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3992] ppid=3957 vsize=10690804 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3992/stat : 3992 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059910839264 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3994] ppid=3957 vsize=10690804 memory=2244 CPUtime=0.27 cores=0,2,4,6
/proc/3962/task/3994/stat : 3994 (java) S 3957 3962 32402 0 -1 1077944384 317 0 0 0 15 12 0 0 20 0 17 0 94771821 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059909786032 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=4017] ppid=3957 vsize=10690804 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/3962/task/4017/stat : 4017 (java) S 3957 3962 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 94805253 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059906633632 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=4018] ppid=3957 vsize=10690804 memory=3240 CPUtime=0 cores=0,2,4,6
/proc/3962/task/4018/stat : 4018 (java) S 3957 3962 32402 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 94805253 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059905580864 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
Current children cumulated CPU time: 1424.31 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8273340 KiB

[startup+392.601 s]
/proc/loadavg: 4.47 3.49 2.34 6/218 4019
/proc/meminfo: memFree=22901524/32770624 swapFree=67108860/67108860
[pid=3962] ppid=3957 vsize=10690804 memory=8273340 CPUtime=1425.1 cores=0,2,4,6
/proc/3962/stat : 3962 (java) S 3957 3962 32402 0 -1 1077944320 179549 0 5 0 141722 788 0 0 20 0 17 0 94771814 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140723225545056 140060883312375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
/proc/3962/statm: 2672701 2068335 3205 1 0 2661057 0
[pid=3962/tid=3964] ppid=3957 vsize=10690804 memory=1160 CPUtime=15.64 cores=0,2,4,6
/proc/3962/task/3964/stat : 3964 (java) S 3957 3962 32402 0 -1 1077944384 13246 0 4 0 1553 11 0 0 20 0 17 0 94771815 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060887553056 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3966] ppid=3957 vsize=10690804 memory=8112282956445269571 CPUtime=346.47 cores=0,2,4,6
/proc/3962/task/3966/stat : 3966 (java) R 3957 3962 32402 0 -1 4202560 24572 0 0 0 34469 178 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060835932880 140060875940583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3967] ppid=3957 vsize=10690804 memory=288230617509003574 CPUtime=342.99 cores=0,2,4,6
/proc/3962/task/3967/stat : 3967 (java) R 3957 3962 32402 0 -1 4202560 15539 0 0 0 34096 203 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060834880160 140060867769997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3968] ppid=3957 vsize=10690804 memory=15825482151102897 CPUtime=343.95 cores=0,2,4,6
/proc/3962/task/3968/stat : 3968 (java) R 3957 3962 32402 0 -1 4202560 20793 0 0 0 34211 184 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060833827792 140060875940583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3969] ppid=3957 vsize=10690804 memory=288230617509003574 CPUtime=344.58 cores=0,2,4,6
/proc/3962/task/3969/stat : 3969 (java) R 3957 3962 32402 0 -1 4202560 17944 0 0 0 34261 197 0 0 20 0 17 0 94771816 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140060832775304 140060875940583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3974] ppid=3957 vsize=10690804 memory=15825482151102897 CPUtime=27.77 cores=0,2,4,6
/proc/3962/task/3974/stat : 3974 (java) S 3957 3962 32402 0 -1 1077944384 59944 0 0 0 2773 4 0 0 20 0 17 0 94771817 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059918205632 140060883322581 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3976] ppid=3957 vsize=10690804 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3976/stat : 3976 (java) S 3957 3962 32402 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 94771818 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059917153120 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3978] ppid=3957 vsize=10690804 memory=6764 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3978/stat : 3978 (java) S 3957 3962 32402 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 94771818 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059916100736 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3988] ppid=3957 vsize=10690804 memory=840 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3988/stat : 3988 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059915049040 140060883330971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3989] ppid=3957 vsize=10690804 memory=4104 CPUtime=1.52 cores=0,2,4,6
/proc/3962/task/3989/stat : 3989 (java) S 3957 3962 32402 0 -1 1077944384 13286 0 0 0 150 2 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059913996912 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3990] ppid=3957 vsize=10690804 memory=2244 CPUtime=1.31 cores=0,2,4,6
/proc/3962/task/3990/stat : 3990 (java) S 3957 3962 32402 0 -1 1077944384 7419 0 1 0 129 2 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059912944112 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3991] ppid=3957 vsize=10690804 memory=2244 CPUtime=0.51 cores=0,2,4,6
/proc/3962/task/3991/stat : 3991 (java) S 3957 3962 32402 0 -1 1077944384 4918 0 0 0 50 1 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059911890656 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3992] ppid=3957 vsize=10690804 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/3962/task/3992/stat : 3992 (java) S 3957 3962 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94771820 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059910839264 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=3994] ppid=3957 vsize=10690804 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/3962/task/3994/stat : 3994 (java) S 3957 3962 32402 0 -1 1077944384 317 0 0 0 15 12 0 0 20 0 17 0 94771821 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059909786032 140060883323522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=4017] ppid=3957 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3962/task/4017/stat : 4017 (java) S 3957 3962 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 94805253 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059906633632 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
[pid=3962/tid=4018] ppid=3957 vsize=10690804 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/3962/task/4018/stat : 4018 (java) S 3957 3962 32402 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 94805253 10947383296 2068335 33554432000 4194304 4196468 140723225562512 140059905580864 140060883322581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32776192 140723225564294 140723225564447 140723225564447 140723225567183 0
Current children cumulated CPU time: 1425.1 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8273340 KiB

[startup+392.702 s]*
/proc/loadavg: 4.47 3.49 2.34 3/203 4019
/proc/meminfo: memFree=30854548/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): 392.713
CPU time (s): 1425.26
CPU user time (s): 1417.34
CPU system time (s): 7.918
CPU usage (%): 362.926
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8273340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1417.34
system time used= 7.918
maximum resident set size= 8273488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179899
page faults= 5
swaps= 0
block input operations= 7064
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23259
involuntary context switches= 15330


# summary of solver processes directly reported to runsolver:
#   pid: 3962
#   total CPU time (s): 1425.26
#   total CPU user time (s): 1417.34
#   total CPU system time (s): 7.918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.5563 second user time and 3.75789 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 11:19:43
IDJOB=4263541
IDBENCH=120895
IDSOLVER=2651
FILE ID=node113/4263541-1502616842
RUNJOBID= node113-1502615983-3943
PBS_JOBID= 20628303
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-080-05-mul.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263541-1502616842/watcher-4263541-1502616842 -o /tmp/evaluation-result-4263541-1502616842/solver-4263541-1502616842 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263541-1502616842.xml

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

MD5SUM BENCH= cc508950e1103ff719d16ca71225257a
RANDOM SEED=1177751320

node113.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.89
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.89
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.89
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.89
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:        31691200 kB
MemAvailable:   31989732 kB
Buffers:          102560 kB
Cached:           483032 kB
SwapCached:            0 kB
Active:           491560 kB
Inactive:         146716 kB
Active(anon):       3016 kB
Inactive(anon):    77728 kB
Active(file):     488544 kB
Inactive(file):    68988 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1464 kB
Writeback:             0 kB
AnonPages:         58940 kB
Mapped:            42888 kB
Shmem:             25224 kB
Slab:             139160 kB
SReclaimable:     113668 kB
SUnreclaim:        25492 kB
KernelStack:        3168 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node113 at 2017-08-13 11:26:16