Trace number 4263309

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? (problem) 1797.55 483.03101

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K14-P07.xml
MD5SUM539390230adc3c5191c5e54bc0e1cdf0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1554
Number of constraints723
Number of domains2
Minimum domain size721
Maximum domain size722
Distribution of domain sizes[{"size":721,"count":721},{"size":722,"count":98}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":735},{"degree":2,"count":721},{"degree":15,"count":28},{"degree":16,"count":70}]
Minimum constraint arity3
Maximum constraint arity721
Distribution of constraint arities[{"arity":3,"count":721},{"arity":98,"count":1},{"arity":721,"count":1}]
Number of extensional constraints0
Number of intensional constraints721
Distribution of constraint types[{"type":"intension","count":721},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

1456.36/394.49	Aug 13, 2017 10:44:04 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1456.36/394.49	INFO: Runtime exception
1456.36/394.49	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1456.36/394.49		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1456.36/394.49		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1456.36/394.49		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1456.36/394.49		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1456.36/394.49		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1456.36/394.49		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1456.36/394.49		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1456.36/394.49		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1456.36/394.49		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1456.36/394.49		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1456.36/394.49		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1456.36/394.49		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1456.36/394.49		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1456.36/394.49		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1456.36/394.49	Caused by: java.lang.reflect.InvocationTargetException
1456.36/394.49		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1456.36/394.49		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1456.36/394.49		at java.lang.reflect.Method.invoke(Method.java:498)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1456.36/394.49		... 21 more
1456.36/394.49	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1456.36/394.49		... 25 more
1456.36/394.49	Caused by: java.lang.reflect.InvocationTargetException
1456.36/394.49		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1456.36/394.49		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1456.36/394.49		at java.lang.reflect.Method.invoke(Method.java:498)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1456.36/394.49		... 25 more
1456.36/394.49	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1456.36/394.49		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1456.36/394.49		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1456.36/394.49		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1456.36/394.49		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1456.36/394.49		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1456.36/394.49		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1456.36/394.49		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1456.36/394.49		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1456.36/394.49		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1456.36/394.49		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1456.36/394.49		at java.lang.reflect.Method.invoke(Method.java:498)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1456.36/394.49		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1456.36/394.49		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1456.36/394.49		at java.lang.reflect.Method.invoke(Method.java:498)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1456.36/394.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1456.36/394.49		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1456.36/394.49		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1456.36/394.49		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1456.36/394.49		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1456.36/394.49		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1456.36/394.49		at org.xcsp.parser.XCallbacks$$Lambda$49/1256728724.accept(Unknown Source)
1456.36/394.49		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1456.36/394.49		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1456.36/394.49		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1456.36/394.49	
1552.09/419.95	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1552.09/419.95	c This is free software under the dual EPL/GNU LGPL licenses.
1552.09/419.95	c See www.sat4j.org for details.
1552.09/419.95	c That software uses the Rhino library from the Mozilla project.
1552.09/419.95	c version CUSTOM.v20170705
1552.09/419.95	c java.runtime.name	Java(TM) SE Runtime Environment
1552.09/419.95	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1552.09/419.95	c java.vm.version	25.131-b11
1552.09/419.95	c java.vm.vendor	Oracle Corporation
1552.09/419.95	c sun.arch.data.model	64
1552.09/419.95	c java.version		1.8.0_131
1552.09/419.95	c os.name		Linux
1552.09/419.95	c os.version		3.10.0-514.16.1.el7.x86_64
1552.09/419.95	c os.arch		amd64
1552.09/419.95	c Free memory 		499604488
1552.09/419.95	c Max memory 		7247757312
1552.09/419.95	c Total memory 		504889344
1552.09/419.95	c Number of processors 	4
1552.09/419.95	c c --- Begin Solver configuration ---
1552.09/419.95	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1552.09/419.95	c Learn all clauses as in MiniSAT
1552.09/419.95	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1552.09/419.95	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1552.09/419.95	c No reason simplification
1552.09/419.95	c Glucose 2.1 dynamic restart strategy
1552.09/419.95	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
1552.09/419.95	c timeout=2147483s
1552.09/419.95	c DB Simplification allowed=false
1552.09/419.95	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1552.09/419.95	c --- End Solver configuration ---
1603.47/433.04	c starts		: 0
1629.01/439.57	Exception in thread "Thread-1" c conflicts		: 0
1629.01/439.57	c decisions		: 0
1629.01/439.57	c propagations		: 0
1629.01/439.57	c inspects		: 0
1629.01/439.57	c shortcuts		: 0
1629.01/439.57	c learnt literals	: 0
1629.01/439.57	c learnt binary clauses	: 0
1629.01/439.57	c learnt ternary clauses	: 0
1629.01/439.57	c learnt constraints	: 0
1629.01/439.57	c ignored constraints	: 0
1654.57/446.07	c root simplifications	: 0
1705.63/459.10	c removed literals (reason simplification)	: 0
1731.49/465.63	java.lang.OutOfMemoryError: GC overhead limit exceeded
1757.06/472.17		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1757.06/472.17		at java.util.Hashtable.keys(Hashtable.java:257)
1757.06/472.17		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1757.06/472.17		at java.util.logging.LogManager.reset(LogManager.java:1327)
1757.06/472.17		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1797.41/482.95	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1797.41/482.95		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:119)
1797.41/482.95		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1797.41/482.95		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1797.41/482.95		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1797.41/482.95		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1797.41/482.95		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1797.41/482.95		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1797.41/482.95		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1797.41/482.95		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (13558 MiB free)
  memory of node 1: 16384 MiB (14190 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263309-1502614320/watcher-4263309-1502614320 -o /tmp/evaluation-result-4263309-1502614320/solver-4263309-1502614320 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263309-1502614320.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=5777, runsolver pid=5774
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 4.41 5.12 4.39 3/216 5792
/proc/meminfo: memFree=28397576/32770624 swapFree=67108860/67108860
[pid=5777] ppid=5774 vsize=10555400 memory=29756 CPUtime=0.12 cores=0,2,4,6
/proc/5777/stat : 5777 (java) S 5774 5777 4973 0 -1 1077944320 6583 0 0 0 11 1 0 0 20 0 15 0 94512976 10808729600 7439 33554432000 4194304 4196468 140721351550944 140721351533488 140100062600951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
/proc/5777/statm: 2638850 7439 2786 1 0 2627263 0
[pid=5777/tid=5779] ppid=5774 vsize=10555400 memory=-8536673633557116096 CPUtime=0.09 cores=0,2,4,6
/proc/5777/task/5779/stat : 5779 (java) R 5774 5777 4973 0 -1 4202560 4405 0 0 0 8 1 0 0 20 0 15 0 94512976 10808729600 7439 33554432000 4194304 4196468 140721351550944 140100066789296 140100062612886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099669797904 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10555400 memory=140322653488768 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099668745360 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099667692304 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099666639760 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10555400 memory=140322653488768 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512978 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099622365424 140100062612098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5785] ppid=5774 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5785/stat : 5785 (java) S 5774 5777 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94512979 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099621311648 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5786] ppid=5774 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5786/stat : 5786 (java) S 5774 5777 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94512979 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099620258544 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5787] ppid=5774 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5787/stat : 5787 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94512981 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099551487952 140100062619547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5788] ppid=5774 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5788/stat : 5788 (java) S 5774 5777 4973 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 94512981 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099550436080 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5789] ppid=5774 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5789/stat : 5789 (java) S 5774 5777 4973 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 94512981 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099549383536 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5790] ppid=5774 vsize=10555400 memory=140322653488768 CPUtime=0.01 cores=0,2,4,6
/proc/5777/task/5790/stat : 5790 (java) R 5774 5777 4973 0 -1 4202560 384 0 0 0 1 0 0 0 20 0 15 0 94512981 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099548330480 140100046681438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5791] ppid=5774 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5791/stat : 5791 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94512982 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099547278176 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5792] ppid=5774 vsize=10555400 memory=140322653488768 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5792/stat : 5792 (java) S 5774 5777 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94512982 10808729600 7439 33554432000 4194304 4196468 140721351550944 140099546225200 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29756 KiB

[startup+0.210815 s]*
/proc/loadavg: 4.41 5.12 4.39 7/216 5792
/proc/meminfo: memFree=28388876/32770624 swapFree=67108860/67108860
[pid=5777] ppid=5774 vsize=10555400 memory=39444 CPUtime=0.31 cores=0,2,4,6
/proc/5777/stat : 5777 (java) S 5774 5777 4973 0 -1 1077944320 8055 0 0 0 29 2 0 0 20 0 15 0 94512976 10808729600 9861 33554432000 4194304 4196468 140721351550944 140721351533488 140100062600951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
/proc/5777/statm: 2638850 9861 2959 1 0 2627263 0
[pid=5777/tid=5779] ppid=5774 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5777/task/5779/stat : 5779 (java) R 5774 5777 4973 0 -1 4202560 5146 0 0 0 18 1 0 0 20 0 15 0 94512976 10808729600 9861 33554432000 4194304 4196468 140721351550944 140100066811968 140100055318055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099669797904 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10555400 memory=140322653497607 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099668745360 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099667692304 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099666639760 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10555400 memory=140322653488768 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512978 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099622365424 140100062612098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5785] ppid=5774 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5785/stat : 5785 (java) S 5774 5777 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94512979 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099621311648 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5786] ppid=5774 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5786/stat : 5786 (java) S 5774 5777 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94512979 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099620258544 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5787] ppid=5774 vsize=10555432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5787/stat : 5787 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94512981 10808762368 9861 33554432000 4194304 4196468 140721351550944 140099551487952 140100062619547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5788] ppid=5774 vsize=10555432 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5777/task/5788/stat : 5788 (java) S 5774 5777 4973 0 -1 1077944384 449 0 0 0 2 0 0 0 20 0 15 0 94512981 10808762368 9861 33554432000 4194304 4196468 140721351550944 140099550436080 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5789] ppid=5774 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5777/task/5789/stat : 5789 (java) S 5774 5777 4973 0 -1 1077944384 315 0 0 0 1 0 0 0 20 0 15 0 94512981 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099549383536 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5790] ppid=5774 vsize=10555400 memory=140322653488768 CPUtime=0.06 cores=0,2,4,6
/proc/5777/task/5790/stat : 5790 (java) S 5774 5777 4973 0 -1 1077944384 817 0 0 0 6 0 0 0 20 0 15 0 94512981 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099548330480 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5791] ppid=5774 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5791/stat : 5791 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94512982 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099547278176 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5792] ppid=5774 vsize=10555400 memory=140322653488768 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5792/stat : 5792 (java) S 5774 5777 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94512982 10808729600 9861 33554432000 4194304 4196468 140721351550944 140099546225200 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39444 KiB

[startup+0.310676 s]*
/proc/loadavg: 4.41 5.12 4.39 4/216 5792
/proc/meminfo: memFree=28382052/32770624 swapFree=67108860/67108860
[pid=5777] ppid=5774 vsize=10555476 memory=46548 CPUtime=0.51 cores=0,2,4,6
/proc/5777/stat : 5777 (java) S 5774 5777 4973 0 -1 1077944320 8818 0 0 0 49 2 0 0 20 0 15 0 94512976 10808807424 11637 33554432000 4194304 4196468 140721351550944 140721351533488 140100062600951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
/proc/5777/statm: 2638869 11637 3035 1 0 2627263 0
[pid=5777/tid=5779] ppid=5774 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/5777/task/5779/stat : 5779 (java) R 5774 5777 4973 0 -1 4202560 5647 0 0 0 28 2 0 0 20 0 15 0 94512976 10808807424 11637 33554432000 4194304 4196468 140721351550944 140100066835024 140099700358286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099669797904 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10555476 memory=15682156624758424 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099668745360 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099667692304 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512977 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099666639760 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10555476 memory=140322653488768 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) S 5774 5777 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94512978 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099622365424 140100062612098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5785] ppid=5774 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5785/stat : 5785 (java) S 5774 5777 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94512979 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099621311648 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5786] ppid=5774 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5786/stat : 5786 (java) S 5774 5777 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94512979 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099620258544 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5787] ppid=5774 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5787/stat : 5787 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94512981 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099551487952 140100062619547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5788] ppid=5774 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5777/task/5788/stat : 5788 (java) R 5774 5777 4973 0 -1 4202560 489 0 0 0 4 0 0 0 20 0 15 0 94512981 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099550436080 140100047354304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5789] ppid=5774 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/5777/task/5789/stat : 5789 (java) R 5774 5777 4973 0 -1 1077944384 398 0 0 0 3 0 0 0 20 0 15 0 94512981 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099549383536 140100062612098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5790] ppid=5774 vsize=10555476 memory=140322653488768 CPUtime=0.13 cores=0,2,4,6
/proc/5777/task/5790/stat : 5790 (java) S 5774 5777 4973 0 -1 1077944384 914 0 0 0 13 0 0 0 20 0 15 0 94512981 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099548330480 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5791] ppid=5774 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5791/stat : 5791 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94512982 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099547278176 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5792] ppid=5774 vsize=10555476 memory=140322653488768 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5792/stat : 5792 (java) S 5774 5777 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94512982 10808807424 11637 33554432000 4194304 4196468 140721351550944 140099546225200 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46548 KiB

[startup+0.702815 s]
/proc/loadavg: 4.41 5.12 4.39 3/216 5792
/proc/meminfo: memFree=28282572/32770624 swapFree=67108860/67108860
[pid=5777] ppid=5774 vsize=10555476 memory=366596 CPUtime=1.53 cores=0,2,4,6
/proc/5777/stat : 5777 (java) S 5774 5777 4973 0 -1 1077944320 10382 0 0 0 135 18 0 0 20 0 15 0 94512976 10808807424 91649 33554432000 4194304 4196468 140721351550944 140721351533488 140100062600951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
/proc/5777/statm: 2638869 91649 3107 1 0 2627263 0
[pid=5777/tid=5779] ppid=5774 vsize=10555476 memory=1728 CPUtime=0.58 cores=0,2,4,6
/proc/5777/task/5779/stat : 5779 (java) R 5774 5777 4973 0 -1 4202560 5873 0 0 0 53 5 0 0 20 0 15 0 94512976 10808807424 91649 33554432000 4194304 4196468 140721351550944 140100066838048 140100048669076 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10555476 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) S 5774 5777 4973 0 -1 1077944384 135 0 0 0 5 2 0 0 20 0 15 0 94512977 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099669797904 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10555476 memory=9992 CPUtime=0.07 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) S 5774 5777 4973 0 -1 1077944384 117 0 0 0 5 2 0 0 20 0 15 0 94512977 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099668745360 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10555476 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) S 5774 5777 4973 0 -1 1077944384 130 0 0 0 5 2 0 0 20 0 15 0 94512977 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099667692304 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10555476 memory=5716 CPUtime=0.07 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) S 5774 5777 4973 0 -1 1077944384 117 0 0 0 4 3 0 0 20 0 15 0 94512977 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099666639760 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) S 5774 5777 4973 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 94512978 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099622365424 140100062612098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5785] ppid=5774 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5785/stat : 5785 (java) S 5774 5777 4973 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 94512979 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099621311648 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5786] ppid=5774 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5786/stat : 5786 (java) S 5774 5777 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94512979 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099620258544 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5787] ppid=5774 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5787/stat : 5787 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94512981 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099551487952 140100062619547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5788] ppid=5774 vsize=10555476 memory=4639098309541127021 CPUtime=0.18 cores=0,2,4,6
/proc/5777/task/5788/stat : 5788 (java) S 5774 5777 4973 0 -1 1077944384 666 0 0 0 18 0 0 0 20 0 15 0 94512981 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099550436080 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5789] ppid=5774 vsize=10555476 memory=7597685182856913236 CPUtime=0.15 cores=0,2,4,6
/proc/5777/task/5789/stat : 5789 (java) S 5774 5777 4973 0 -1 1077944384 587 0 0 0 15 0 0 0 20 0 15 0 94512981 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099549383536 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5790] ppid=5774 vsize=10555476 memory=7236547281622689387 CPUtime=0.25 cores=0,2,4,6
/proc/5777/task/5790/stat : 5790 (java) S 5774 5777 4973 0 -1 1077944384 1186 0 0 0 25 0 0 0 20 0 15 0 94512981 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099548330480 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5791] ppid=5774 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5791/stat : 5791 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94512982 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099547278176 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5792] ppid=5774 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5792/stat : 5792 (java) S 5774 5777 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94512982 10808807424 91649 33554432000 4194304 4196468 140721351550944 140099546225200 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 366596 KiB

[startup+1.50086 s]
/proc/loadavg: 4.41 5.12 4.39 6/216 5792
/proc/meminfo: memFree=27770036/32770624 swapFree=67108860/67108860
[pid=5777] ppid=5774 vsize=10555476 memory=1252100 CPUtime=2.85 cores=0,2,4,6
/proc/5777/stat : 5777 (java) S 5774 5777 4973 0 -1 1077944320 12700 0 0 0 236 49 0 0 20 0 15 0 94512976 10808807424 313025 33554432000 4194304 4196468 140721351550944 140721351533488 140100062600951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
/proc/5777/statm: 2638869 313025 3107 1 0 2627263 0
[pid=5777/tid=5779] ppid=5774 vsize=10555476 memory=0 CPUtime=1.21 cores=0,2,4,6
/proc/5777/task/5779/stat : 5779 (java) S 5774 5777 4973 0 -1 1077944384 6728 0 0 0 106 15 0 0 20 0 15 0 94512976 10808807424 313025 33554432000 4194304 4196468 140721351550944 140100066837984 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10555476 memory=8390361644446492005 CPUtime=0.24 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) R 5774 5777 4973 0 -1 4202560 290 0 0 0 17 7 0 0 20 0 15 0 94512977 10808807424 313025 33554432000 4194304 4196468 140721351550944 140099669797904 140100055704373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10555476 memory=-6352177166831615190 CPUtime=0.24 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) R 5774 5777 4973 0 -1 4202560 290 0 0 0 16 8 0 0 20 0 15 0 94512977 10808807424 313025 33554432000 4194304 4196468 140721351550944 140099668745560 140100055704234 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10555476 memory=8514701219931451533 CPUtime=0.24 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) R 5774 5777 4973 0 -1 4202560 294 0 0 0 17 7 0 0 20 0 15 0 94512977 10808807424 313025 33554432000 4194304 4196468 140721351550944 140099667692304 140100055704229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10555476 memory=7005738693937936738 CPUtime=0.24 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) R 5774 5777 4973 0 -1 4202560 279 0 0 0 16 8 0 0 20 0 15 0 94512977 10808807424 313025 33554432000 4194304 4196468 140721351550944 140099666639760 140100055704293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) S 5774 5777 4973 0 -1 1077944384 999 0 0 0 0 0 0 0 20 0 15 0 94512978 10808807424 313025 33554432000 4194304 4196468 140721351550944 140099622363936 140100062611157 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0

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

/proc/5777/task/5779/stat : 5779 (java) S 5774 5777 4973 0 -1 1077944384 27350 0 0 0 1375 30 0 0 20 0 16 0 94512976 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140100066841632 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10690804 memory=4872558044660077418 CPUtime=436.61 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) R 5774 5777 4973 0 -1 1077944384 553784 0 0 0 43476 185 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099669797712 140100062612098 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10690804 memory=1708 CPUtime=438.54 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) R 5774 5777 4973 0 -1 4202560 634038 0 0 0 43665 189 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099668745168 140100055229159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10690804 memory=8292728 CPUtime=436.75 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) R 5774 5777 4973 0 -1 4202560 743410 0 0 0 43493 182 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099667692112 140100055229159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10690804 memory=0 CPUtime=438.42 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) R 5774 5777 4973 0 -1 4202560 950510 0 0 0 43624 218 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099666639648 140100055704598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10690804 memory=15872 CPUtime=21.84 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) S 5774 5777 4973 0 -1 1077944384 89830 0 0 0 2178 6 0 0 20 0 16 0 94512978 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099622363968 140100062611157 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5785] ppid=5774 vsize=10690804 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5785/stat : 5785 (java) S 5774 5777 4973 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 94512979 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099621311712 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5786] ppid=5774 vsize=10690804 memory=16412 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5786/stat : 5786 (java) S 5774 5777 4973 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 16 0 94512979 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099620258560 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5787] ppid=5774 vsize=10690804 memory=18472 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5787/stat : 5787 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099551487952 140100062619547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5788] ppid=5774 vsize=10690804 memory=640 CPUtime=0.47 cores=0,2,4,6
/proc/5777/task/5788/stat : 5788 (java) S 5774 5777 4973 0 -1 1077944384 1874 0 0 0 47 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099550435840 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5789] ppid=5774 vsize=10690804 memory=1796 CPUtime=0.46 cores=0,2,4,6
/proc/5777/task/5789/stat : 5789 (java) S 5774 5777 4973 0 -1 1077944384 2119 0 0 0 46 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099549383584 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5790] ppid=5774 vsize=10690804 memory=960 CPUtime=0.34 cores=0,2,4,6
/proc/5777/task/5790/stat : 5790 (java) S 5774 5777 4973 0 -1 1077944384 4023 0 0 0 34 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099548330528 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5791] ppid=5774 vsize=10690804 memory=3300 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5791/stat : 5791 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94512982 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099547278176 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5792] ppid=5774 vsize=10690804 memory=405500 CPUtime=0.28 cores=0,2,4,6
/proc/5777/task/5792/stat : 5792 (java) S 5774 5777 4973 0 -1 1077944384 630 0 0 0 16 12 0 0 20 0 16 0 94512982 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099546225200 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5808] ppid=5774 vsize=10690804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5808/stat : 5808 (java) S 5774 5777 4973 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 16 0 94552425 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099543072000 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
Current children cumulated CPU time: 1787.88 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8292728 KiB

[startup+481.601 s]
/proc/loadavg: 4.56 4.63 4.41 5/217 5811
/proc/meminfo: memFree=20239996/32770624 swapFree=67108860/67108860
[pid=5777] ppid=5774 vsize=10690804 memory=8292728 CPUtime=1794.05 cores=0,2,4,6
/proc/5777/stat : 5777 (java) S 5774 5777 4973 0 -1 1077944320 3009400 0 0 0 178585 820 0 0 20 0 16 0 94512976 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140721351533488 140100062600951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
/proc/5777/statm: 2672701 2073182 3191 1 0 2661057 0
[pid=5777/tid=5779] ppid=5774 vsize=10690804 memory=1424 CPUtime=14.05 cores=0,2,4,6
/proc/5777/task/5779/stat : 5779 (java) S 5774 5777 4973 0 -1 1077944384 27350 0 0 0 1375 30 0 0 20 0 16 0 94512976 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140100066841632 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10690804 memory=8552 CPUtime=438.14 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) S 5774 5777 4973 0 -1 1077944384 553784 0 0 0 43627 187 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099669797712 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10690804 memory=8292728 CPUtime=440.07 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) R 5774 5777 4973 0 -1 4202560 634038 0 0 0 43817 190 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099668745480 140100055229159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10690804 memory=640 CPUtime=438.28 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) R 5774 5777 4973 0 -1 4202560 743410 0 0 0 43646 182 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099667692112 140100055229159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10690804 memory=1796 CPUtime=440.01 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) R 5774 5777 4973 0 -1 4202560 950510 0 0 0 43783 218 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099666639648 140100047597460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10690804 memory=960 CPUtime=21.84 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) S 5774 5777 4973 0 -1 1077944384 89830 0 0 0 2178 6 0 0 20 0 16 0 94512978 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099622363968 140100062611157 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5785] ppid=5774 vsize=10690804 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5785/stat : 5785 (java) S 5774 5777 4973 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 94512979 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099621311712 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5786] ppid=5774 vsize=10690804 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5786/stat : 5786 (java) S 5774 5777 4973 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 16 0 94512979 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099620258560 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5787] ppid=5774 vsize=10690804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5787/stat : 5787 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099551487952 140100062619547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5788] ppid=5774 vsize=10690804 memory=4144 CPUtime=0.47 cores=0,2,4,6
/proc/5777/task/5788/stat : 5788 (java) S 5774 5777 4973 0 -1 1077944384 1874 0 0 0 47 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099550435840 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5789] ppid=5774 vsize=10690804 memory=27484 CPUtime=0.46 cores=0,2,4,6
/proc/5777/task/5789/stat : 5789 (java) S 5774 5777 4973 0 -1 1077944384 2119 0 0 0 46 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099549383584 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5790] ppid=5774 vsize=10690804 memory=1292 CPUtime=0.34 cores=0,2,4,6
/proc/5777/task/5790/stat : 5790 (java) S 5774 5777 4973 0 -1 1077944384 4023 0 0 0 34 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099548330528 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5791] ppid=5774 vsize=10690804 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5791/stat : 5791 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94512982 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099547278176 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5792] ppid=5774 vsize=10690804 memory=1728 CPUtime=0.28 cores=0,2,4,6
/proc/5777/task/5792/stat : 5792 (java) S 5774 5777 4973 0 -1 1077944384 630 0 0 0 16 12 0 0 20 0 16 0 94512982 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099546225200 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5808] ppid=5774 vsize=10690804 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5808/stat : 5808 (java) S 5774 5777 4973 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 16 0 94552425 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099543072000 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
Current children cumulated CPU time: 1794.05 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8292728 KiB

[startup+482.401 s]
/proc/loadavg: 4.56 4.63 4.41 6/217 5811
/proc/meminfo: memFree=20239996/32770624 swapFree=67108860/67108860
[pid=5777] ppid=5774 vsize=10690804 memory=8292728 CPUtime=1796.91 cores=0,2,4,6
/proc/5777/stat : 5777 (java) S 5774 5777 4973 0 -1 1077944320 3009408 0 0 0 178870 821 0 0 20 0 16 0 94512976 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140721351533488 140100062600951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
/proc/5777/statm: 2672701 2073182 3191 1 0 2661057 0
[pid=5777/tid=5779] ppid=5774 vsize=10690804 memory=8112282956445269571 CPUtime=14.05 cores=0,2,4,6
/proc/5777/task/5779/stat : 5779 (java) S 5774 5777 4973 0 -1 1077944384 27350 0 0 0 1375 30 0 0 20 0 16 0 94512976 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140100066841632 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10690804 memory=8292780 CPUtime=438.81 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) S 5774 5777 4973 0 -1 1077944384 553784 0 0 0 43694 187 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099669797904 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10690804 memory=3192 CPUtime=440.76 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) S 5774 5777 4973 0 -1 1077944384 634038 0 0 0 43886 190 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099668745360 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10690804 memory=8292728 CPUtime=438.97 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) S 5774 5777 4973 0 -1 1077944384 743410 0 0 0 43715 182 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099667692304 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10690804 memory=8112282956445269571 CPUtime=440.72 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) S 5774 5777 4973 0 -1 1077944384 950510 0 0 0 43854 218 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099666639760 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10690804 memory=1236 CPUtime=21.93 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) R 5774 5777 4973 0 -1 4202560 89838 0 0 0 2187 6 0 0 20 0 16 0 94512978 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099622363856 140100047058554 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5785] ppid=5774 vsize=10690804 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5785/stat : 5785 (java) S 5774 5777 4973 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 94512979 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099621311712 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5786] ppid=5774 vsize=10690804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5786/stat : 5786 (java) S 5774 5777 4973 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 16 0 94512979 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099620258560 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5787] ppid=5774 vsize=10690804 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5787/stat : 5787 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099551487952 140100062619547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5788] ppid=5774 vsize=10690804 memory=2244 CPUtime=0.47 cores=0,2,4,6
/proc/5777/task/5788/stat : 5788 (java) S 5774 5777 4973 0 -1 1077944384 1874 0 0 0 47 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099550435840 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5789] ppid=5774 vsize=10690804 memory=4132 CPUtime=0.46 cores=0,2,4,6
/proc/5777/task/5789/stat : 5789 (java) S 5774 5777 4973 0 -1 1077944384 2119 0 0 0 46 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099549383584 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5790] ppid=5774 vsize=10690804 memory=8292728 CPUtime=0.34 cores=0,2,4,6
/proc/5777/task/5790/stat : 5790 (java) S 5774 5777 4973 0 -1 1077944384 4023 0 0 0 34 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099548330528 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5791] ppid=5774 vsize=10690804 memory=7280 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5791/stat : 5791 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94512982 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099547278176 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5792] ppid=5774 vsize=10690804 memory=7280 CPUtime=0.28 cores=0,2,4,6
/proc/5777/task/5792/stat : 5792 (java) S 5774 5777 4973 0 -1 1077944384 630 0 0 0 16 12 0 0 20 0 16 0 94512982 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099546225200 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5808] ppid=5774 vsize=10690804 memory=844 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5808/stat : 5808 (java) S 5774 5777 4973 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 16 0 94552425 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099543072000 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
Current children cumulated CPU time: 1796.91 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8292728 KiB

[startup+482.801 s]
/proc/loadavg: 4.56 4.63 4.41 6/217 5811
/proc/meminfo: memFree=20239996/32770624 swapFree=67108860/67108860
[pid=5777] ppid=5774 vsize=10690804 memory=8292728 CPUtime=1797.31 cores=0,2,4,6
/proc/5777/stat : 5777 (java) S 5774 5777 4973 0 -1 1077944320 3009408 0 0 0 178910 821 0 0 20 0 16 0 94512976 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140721351533488 140100062600951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
/proc/5777/statm: 2672701 2073182 3191 1 0 2661057 0
[pid=5777/tid=5779] ppid=5774 vsize=10690804 memory=8112282956445269571 CPUtime=14.05 cores=0,2,4,6
/proc/5777/task/5779/stat : 5779 (java) S 5774 5777 4973 0 -1 1077944384 27350 0 0 0 1375 30 0 0 20 0 16 0 94512976 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140100066841632 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5780] ppid=5774 vsize=10690804 memory=640 CPUtime=438.81 cores=0,2,4,6
/proc/5777/task/5780/stat : 5780 (java) S 5774 5777 4973 0 -1 1077944384 553784 0 0 0 43694 187 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099669797904 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5781] ppid=5774 vsize=10690804 memory=8292728 CPUtime=440.76 cores=0,2,4,6
/proc/5777/task/5781/stat : 5781 (java) S 5774 5777 4973 0 -1 1077944384 634038 0 0 0 43886 190 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099668745360 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5782] ppid=5774 vsize=10690804 memory=8292728 CPUtime=438.97 cores=0,2,4,6
/proc/5777/task/5782/stat : 5782 (java) S 5774 5777 4973 0 -1 1077944384 743410 0 0 0 43715 182 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099667692304 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5783] ppid=5774 vsize=10690804 memory=288230574492221466 CPUtime=440.72 cores=0,2,4,6
/proc/5777/task/5783/stat : 5783 (java) S 5774 5777 4973 0 -1 1077944384 950510 0 0 0 43854 218 0 0 20 0 16 0 94512977 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099666639760 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5784] ppid=5774 vsize=10690804 memory=288230596050944315 CPUtime=22.33 cores=0,2,4,6
/proc/5777/task/5784/stat : 5784 (java) R 5774 5777 4973 0 -1 4202560 89838 0 0 0 2227 6 0 0 20 0 16 0 94512978 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099622363856 140100047597355 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5785] ppid=5774 vsize=10690804 memory=14415908244294039 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5785/stat : 5785 (java) S 5774 5777 4973 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 94512979 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099621311712 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5786] ppid=5774 vsize=10690804 memory=8387223549236478041 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5786/stat : 5786 (java) S 5774 5777 4973 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 16 0 94512979 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099620258560 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5787] ppid=5774 vsize=10690804 memory=288293259724457137 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5787/stat : 5787 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099551487952 140100062619547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5788] ppid=5774 vsize=10690804 memory=8848111779960222765 CPUtime=0.47 cores=0,2,4,6
/proc/5777/task/5788/stat : 5788 (java) S 5774 5777 4973 0 -1 1077944384 1874 0 0 0 47 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099550435840 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5789] ppid=5774 vsize=10690804 memory=288289974074475725 CPUtime=0.46 cores=0,2,4,6
/proc/5777/task/5789/stat : 5789 (java) S 5774 5777 4973 0 -1 1077944384 2119 0 0 0 46 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099549383584 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5790] ppid=5774 vsize=10690804 memory=6944656592387989600 CPUtime=0.34 cores=0,2,4,6
/proc/5777/task/5790/stat : 5790 (java) S 5774 5777 4973 0 -1 1077944384 4023 0 0 0 34 0 0 0 20 0 16 0 94512981 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099548330528 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5791] ppid=5774 vsize=10690804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5791/stat : 5791 (java) S 5774 5777 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94512982 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099547278176 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5792] ppid=5774 vsize=10690804 memory=6943526294502006880 CPUtime=0.28 cores=0,2,4,6
/proc/5777/task/5792/stat : 5792 (java) S 5774 5777 4973 0 -1 1077944384 630 0 0 0 16 12 0 0 20 0 16 0 94512982 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099546225200 140100062612098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
[pid=5777/tid=5808] ppid=5774 vsize=10690804 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/5777/task/5808/stat : 5808 (java) S 5774 5777 4973 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 16 0 94552425 10947383296 2073182 33554432000 4194304 4196468 140721351550944 140099543072000 140100062611157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7856128 140721351554182 140721351554335 140721351554335 140721351557071 0
Current children cumulated CPU time: 1797.31 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8292728 KiB

[startup+483.001 s]*
/proc/loadavg: 4.56 4.63 4.41 3/203 5811
/proc/meminfo: memFree=21437716/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): 483.031
CPU time (s): 1797.55
CPU user time (s): 1789.26
CPU system time (s): 8.28858
CPU usage (%): 372.14
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8292788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.26
system time used= 8.28858
maximum resident set size= 8292788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3009493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34135
involuntary context switches= 17488


# summary of solver processes directly reported to runsolver:
#   pid: 5777
#   total CPU time (s): 1797.55
#   total CPU user time (s): 1789.26
#   total CPU system time (s): 8.28858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.80698 second user time and 4.98913 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:37:42
IDJOB=4263309
IDBENCH=120756
IDSOLVER=2651
FILE ID=node151/4263309-1502614320
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K14-P07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263309-1502614320/watcher-4263309-1502614320 -o /tmp/evaluation-result-4263309-1502614320/solver-4263309-1502614320 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263309-1502614320.xml

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

MD5SUM BENCH= 539390230adc3c5191c5e54bc0e1cdf0
RANDOM SEED=1750518305

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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:        28415712 kB
MemAvailable:   31499300 kB
Buffers:          224360 kB
Cached:          3151512 kB
SwapCached:            0 kB
Active:          1335708 kB
Inactive:        2586760 kB
Active(anon):     549460 kB
Inactive(anon):    25044 kB
Active(file):     786248 kB
Inactive(file):  2561716 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:        553612 kB
Mapped:            55028 kB
Shmem:             25224 kB
Slab:             129900 kB
SReclaimable:     102920 kB
SUnreclaim:        26980 kB
KernelStack:        3536 kB
PageTables:         6252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1090968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 10:45:45