Trace number 4263117

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1786.64 480.63599

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-4.xml
MD5SUM51c1ec7c53f2e239726c0b7c1f1d5b64
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1387
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1466
Maximum domain size1466
Distribution of domain sizes[{"size":1466,"count":320}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":300}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":300},{"arity":20,"count":15}]
Number of extensional constraints0
Number of intensional constraints320
Distribution of constraint types[{"type":"intension","count":320},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263117-1502592496/watcher-4263117-1502592496 -o /tmp/evaluation-result-4263117-1502592496/solver-4263117-1502592496 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263117-1502592496.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=11951, runsolver pid=11948
Current StackSize limit: 8192 KiB


[startup+0.100143 s]*
/proc/loadavg: 8.04 7.54 7.39 6/202 11957
/proc/meminfo: memFree=23222100/32770624 swapFree=67108860/67108860
[pid=11951] ppid=11948 vsize=9936560 memory=16364 CPUtime=0.01 cores=0,2,4,6
/proc/11951/stat : 11951 (java) S 11948 11951 7968 0 -1 1077944320 3399 0 0 0 1 0 0 0 20 0 6 0 13132320 10175037440 4091 18446744073709551615 4194304 4196468 140735923697120 140735923679664 139730886811383 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
/proc/11951/statm: 2484140 4091 1921 1 0 2473637 0
[pid=11951/tid=11953] ppid=11948 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/11951/task/11953/stat : 11953 (java) R 11948 11951 7968 0 -1 4202560 2095 0 0 0 1 0 0 0 20 0 6 0 13132329 10175037440 4091 18446744073709551615 4194304 4196468 140735923697120 139730891047504 139730886833309 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13132329 10175037440 4091 18446744073709551615 4194304 4196468 140735923697120 139730856524048 139730886821589 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=9936560 memory=140604277790336 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13132329 10175037440 4091 18446744073709551615 4194304 4196468 140735923697120 139730497329552 139730886821589 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13132329 10175037440 4091 18446744073709551615 4194304 4196468 140735923697120 139730496277008 139730886821589 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 13132329 10175037440 4091 18446744073709551615 4194304 4196468 140735923697120 139730495224464 139730886821589 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16364 KiB

[startup+0.210093 s]*
/proc/loadavg: 8.04 7.54 7.39 6/211 11966
/proc/meminfo: memFree=23211764/32770624 swapFree=67108860/67108860
[pid=11951] ppid=11948 vsize=10551156 memory=27928 CPUtime=0.1 cores=0,2,4,6
/proc/11951/stat : 11951 (java) S 11948 11951 7968 0 -1 1077944320 4922 0 0 0 9 1 0 0 20 0 15 0 13132320 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 140735923679664 139730886811383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
/proc/11951/statm: 2637789 6982 2786 1 0 2627261 0
[pid=11951/tid=11953] ppid=11948 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/11951/task/11953/stat : 11953 (java) R 11948 11951 7968 0 -1 4202560 2833 0 0 0 7 0 0 0 20 0 15 0 13132329 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730891046352 139730886833309 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132329 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730856524048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=10551156 memory=140604277798625 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132329 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730497329552 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132329 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730496277008 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13132329 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730495224464 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11958] ppid=11948 vsize=10551156 memory=140604277790336 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13132331 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730383522288 139730886822530 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11959] ppid=11948 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13132331 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730382468512 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11960] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13132332 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730381415920 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11961] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13132334 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730380364496 139730886829979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11962] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 7968 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 13132334 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730379311088 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11963] ppid=11948 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 7968 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 13132334 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730378258544 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11964] ppid=11948 vsize=10551156 memory=140604277790336 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 7968 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 13132334 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730377206000 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11965] ppid=11948 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13132334 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730376153696 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11966] ppid=11948 vsize=10551156 memory=140604277790336 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132339 10804383744 6982 18446744073709551615 4194304 4196468 140735923697120 139730375101232 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27928 KiB

[startup+0.310413 s]*
/proc/loadavg: 8.04 7.54 7.39 6/211 11966
/proc/meminfo: memFree=23202628/32770624 swapFree=67108860/67108860
[pid=11951] ppid=11948 vsize=10551156 memory=36932 CPUtime=0.24 cores=0,2,4,6
/proc/11951/stat : 11951 (java) S 11948 11951 7968 0 -1 1077944320 8003 0 0 0 22 2 0 0 20 0 15 0 13132320 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 140735923679664 139730886811383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
/proc/11951/statm: 2637789 9233 2855 1 0 2627261 0
[pid=11951/tid=11953] ppid=11948 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/11951/task/11953/stat : 11953 (java) R 11948 11951 7968 0 -1 4202560 5659 0 0 0 16 2 0 0 20 0 15 0 13132329 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730891045408 139730886833309 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132329 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730856524048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132329 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730497329552 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132329 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730496277008 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13132329 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730495224464 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11958] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13132331 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730383522288 139730886822530 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11959] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13132331 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730382468512 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11960] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13132332 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730381415920 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11961] ppid=11948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13132334 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730380364496 139730886829979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11962] ppid=11948 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 7968 0 -1 1077944384 525 0 0 0 1 0 0 0 20 0 15 0 13132334 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730379311088 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11963] ppid=11948 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 13132334 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730378258544 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11964] ppid=11948 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 7968 0 -1 1077944384 377 0 0 0 4 0 0 0 20 0 15 0 13132334 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730377206000 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11965] ppid=11948 vsize=10551156 memory=140604277790336 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13132334 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730376153696 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11966] ppid=11948 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132339 10804383744 9233 18446744073709551615 4194304 4196468 140735923697120 139730375101232 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36932 KiB

[startup+0.701359 s]
/proc/loadavg: 8.04 7.54 7.39 9/211 11966
/proc/meminfo: memFree=23192320/32770624 swapFree=67108860/67108860
[pid=11951] ppid=11948 vsize=10551232 memory=221272 CPUtime=1.22 cores=0,2,4,6
/proc/11951/stat : 11951 (java) S 11948 11951 7968 0 -1 1077944320 10999 0 0 0 110 12 0 0 20 0 15 0 13132320 10804461568 55318 18446744073709551615 4194304 4196468 140735923697120 140735923679664 139730886811383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
/proc/11951/statm: 2637808 55318 3062 1 0 2627261 0
[pid=11951/tid=11953] ppid=11948 vsize=10551232 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 7968 0 -1 1077944384 7001 0 0 0 47 4 0 0 20 0 15 0 13132329 10804461568 55318 18446744073709551615 4194304 4196468 140735923697120 139730891048176 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=10551232 memory=140604143170423 CPUtime=0.04 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) R 11948 11951 7968 0 -1 4202560 108 0 0 0 3 1 0 0 20 0 15 0 13132329 10804461568 55318 18446744073709551615 4194304 4196468 140735923697120 139730856524248 139730871839248 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=10551232 memory=281208286439008 CPUtime=0.03 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) R 11948 11951 7968 0 -1 4202560 95 0 0 0 2 1 0 0 20 0 15 0 13132329 10804461568 55318 18446744073709551615 4194304 4196468 140735923697120 139730497329552 139730871839266 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) R 11948 11951 7968 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 15 0 13132329 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730496277008 139730871839266 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) R 11948 11951 7968 0 -1 4202560 105 0 0 0 3 1 0 0 20 0 15 0 13132329 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730495224664 139730871839248 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11958] ppid=11948 vsize=10551232 memory=281208286170720 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13132331 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730383520800 139730886821589 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11959] ppid=11948 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13132331 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730382468512 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11960] ppid=11948 vsize=10551232 memory=15822205074278351 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13132332 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730381415920 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11961] ppid=11948 vsize=10551232 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13132334 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730380364496 139730886829979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11962] ppid=11948 vsize=10551232 memory=7684 CPUtime=0.16 cores=0,2,4,6
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 7968 0 -1 1077944384 834 0 0 0 16 0 0 0 20 0 15 0 13132334 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730379310848 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11963] ppid=11948 vsize=10551232 memory=1236 CPUtime=0.14 cores=0,2,4,6
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 7968 0 -1 1077944384 324 0 0 0 14 0 0 0 20 0 15 0 13132334 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730378249824 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11964] ppid=11948 vsize=10551232 memory=640 CPUtime=0.21 cores=0,2,4,6
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 7968 0 -1 1077944384 990 0 0 0 21 0 0 0 20 0 15 0 13132334 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730377201872 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11965] ppid=11948 vsize=10551232 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13132334 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730376153696 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11966] ppid=11948 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132339 10804461568 55830 18446744073709551615 4194304 4196468 140735923697120 139730375101232 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 221272 KiB

[startup+1.50072 s]
/proc/loadavg: 8.04 7.54 7.39 6/211 11966
/proc/meminfo: memFree=22616652/32770624 swapFree=67108860/67108860
[pid=11951] ppid=11948 vsize=10551232 memory=686568 CPUtime=2.74 cores=0,2,4,6
/proc/11951/stat : 11951 (java) S 11948 11951 7968 0 -1 1077944320 13741 0 0 0 242 32 0 0 20 0 15 0 13132320 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 140735923679664 139730886811383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
/proc/11951/statm: 2637808 171642 3083 1 0 2627261 0
[pid=11951/tid=11953] ppid=11948 vsize=10551232 memory=281208286248696 CPUtime=1.15 cores=0,2,4,6
/proc/11951/task/11953/stat : 11953 (java) R 11948 11951 7968 0 -1 4202560 7831 0 0 0 106 9 0 0 20 0 15 0 13132329 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730891041856 139730531100849 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=10551232 memory=55675459734260 CPUtime=0.18 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 7968 0 -1 1077944384 265 0 0 0 13 5 0 0 20 0 15 0 13132329 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730856524048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=10551232 memory=55675459734260 CPUtime=0.18 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 7968 0 -1 1077944384 243 0 0 0 13 5 0 0 20 0 15 0 13132329 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730497329552 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=10551232 memory=55675459734004 CPUtime=0.18 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 7968 0 -1 1077944384 168 0 0 0 13 5 0 0 20 0 15 0 13132329 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730496277008 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=10551232 memory=55675459734004 CPUtime=0.18 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 7968 0 -1 1077944384 262 0 0 0 13 5 0 0 20 0 15 0 13132329 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730495224464 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11958] ppid=11948 vsize=10551232 memory=55675459733748 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 7968 0 -1 1077944384 488 0 0 0 0 0 0 0 20 0 15 0 13132331 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730383522288 139730886822530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11959] ppid=11948 vsize=10551232 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13132331 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730382468512 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11960] ppid=11948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13132332 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730381415920 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11961] ppid=11948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13132334 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730380364496 139730886829979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11962] ppid=11948 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 7968 0 -1 1077944384 1225 0 0 0 29 0 0 0 20 0 15 0 13132334 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730379311088 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11963] ppid=11948 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 7968 0 -1 1077944384 839 0 0 0 28 0 0 0 20 0 15 0 13132334 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730378258544 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11964] ppid=11948 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 7968 0 -1 1077944384 1058 0 0 0 24 0 0 0 20 0 15 0 13132334 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730377206000 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11965] ppid=11948 vsize=10551232 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13132334 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730376153696 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11966] ppid=11948 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13132339 10804461568 171642 18446744073709551615 4194304 4196468 140735923697120 139730375101232 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10551232 KiB

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

/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 7968 0 -1 1077944384 18331 0 0 0 1450 14 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730891052064 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=10686560 memory=15872 CPUtime=434.57 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) R 11948 11951 7968 0 -1 4202560 25324 0 0 0 43225 232 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730856524248 139730871807728 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=10686560 memory=4040 CPUtime=434.14 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) R 11948 11951 7968 0 -1 4202560 23089 0 0 0 43185 229 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730497329672 139730879439591 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=10686560 memory=0 CPUtime=433.64 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) R 11948 11951 7968 0 -1 4202560 23370 0 0 0 43140 224 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730496277128 139730879439591 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=10686560 memory=6441370576508249454 CPUtime=435.31 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) R 11948 11951 7968 0 -1 4202560 22453 0 0 0 43299 232 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730495224584 139730879439591 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11958] ppid=11948 vsize=10686560 memory=6077719178807367785 CPUtime=19.93 cores=0,2,4,6
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 7968 0 -1 1077944384 86183 0 0 0 1989 4 0 0 20 0 16 0 13132331 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730383520832 139730886821589 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11959] ppid=11948 vsize=10686560 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 13132331 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730382468576 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11960] ppid=11948 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13132332 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730381415936 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11961] ppid=11948 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730380364496 139730886829979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11962] ppid=11948 vsize=10686560 memory=1228 CPUtime=0.41 cores=0,2,4,6
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 7968 0 -1 1077944384 2897 0 0 0 41 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730379311136 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11963] ppid=11948 vsize=10686560 memory=1000 CPUtime=0.46 cores=0,2,4,6
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 7968 0 -1 1077944384 2829 0 0 0 46 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730378258304 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11964] ppid=11948 vsize=10686560 memory=2012 CPUtime=0.29 cores=0,2,4,6
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 7968 0 -1 1077944384 2480 0 0 0 29 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730377206048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11965] ppid=11948 vsize=10686560 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730376153696 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11966] ppid=11948 vsize=10686560 memory=1700 CPUtime=0.17 cores=0,2,4,6
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 7968 0 -1 1077944384 573 0 0 0 13 4 0 0 20 0 16 0 13132339 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730375101232 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=12087] ppid=11948 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/11951/task/12087/stat : 12087 (java) S 11948 11951 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 13176012 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730371948528 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 1773.65 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8296776 KiB

[startup+478.401 s]
/proc/loadavg: 7.60 7.43 7.34 9/213 12090
/proc/meminfo: memFree=14917924/32770624 swapFree=67108860/67108860
[pid=11951] ppid=11948 vsize=10686560 memory=8296776 CPUtime=1779.85 cores=0,2,4,6
/proc/11951/stat : 11951 (java) S 11948 11951 7968 0 -1 1077944320 209341 0 0 0 177041 944 0 0 20 0 16 0 13132320 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 140735923679664 139730886811383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
/proc/11951/statm: 2671640 2074194 3152 1 0 2661055 0
[pid=11951/tid=11953] ppid=11948 vsize=10686560 memory=-8774313645642428999 CPUtime=14.64 cores=0,2,4,6
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 7968 0 -1 1077944384 18331 0 0 0 1450 14 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730891052064 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=10686560 memory=2424 CPUtime=436.17 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) R 11948 11951 7968 0 -1 4202560 25581 0 0 0 43385 232 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730856524248 139730871268953 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=10686560 memory=1296 CPUtime=435.68 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) R 11948 11951 7968 0 -1 4202560 23089 0 0 0 43338 230 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730497329360 139730879439591 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=10686560 memory=1732 CPUtime=435.18 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) R 11948 11951 7968 0 -1 4202560 23370 0 0 0 43294 224 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730496276816 139730879439591 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=10686560 memory=1700 CPUtime=436.82 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) R 11948 11951 7968 0 -1 4202560 22453 0 0 0 43449 233 0 0 20 0 16 0 13132329 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730495224584 139730879439591 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11958] ppid=11948 vsize=10686560 memory=8296776 CPUtime=19.93 cores=0,2,4,6
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 7968 0 -1 1077944384 86183 0 0 0 1989 4 0 0 20 0 16 0 13132331 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730383520832 139730886821589 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11959] ppid=11948 vsize=10686560 memory=8296776 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 13132331 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730382468576 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11960] ppid=11948 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13132332 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730381415936 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11961] ppid=11948 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730380364496 139730886829979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11962] ppid=11948 vsize=10686560 memory=2012 CPUtime=0.41 cores=0,2,4,6
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 7968 0 -1 1077944384 2897 0 0 0 41 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730379311136 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11963] ppid=11948 vsize=10686560 memory=5520 CPUtime=0.46 cores=0,2,4,6
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 7968 0 -1 1077944384 2829 0 0 0 46 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730378258304 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11964] ppid=11948 vsize=10686560 memory=4612 CPUtime=0.29 cores=0,2,4,6
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 7968 0 -1 1077944384 2480 0 0 0 29 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730377206048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11965] ppid=11948 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13132334 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730376153696 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11966] ppid=11948 vsize=10686560 memory=1236 CPUtime=0.17 cores=0,2,4,6
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 7968 0 -1 1077944384 573 0 0 0 13 4 0 0 20 0 16 0 13132339 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730375101232 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=12087] ppid=11948 vsize=10686560 memory=640 CPUtime=0 cores=0,2,4,6
/proc/11951/task/12087/stat : 12087 (java) S 11948 11951 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 13176012 10943037440 2074194 18446744073709551615 4194304 4196468 140735923697120 139730371948528 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 1779.85 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8296776 KiB

[startup+480.001 s]*
/proc/loadavg: 7.64 7.44 7.34 6/213 12090
/proc/meminfo: memFree=14917924/32770624 swapFree=67108860/67108860
[pid=11951] ppid=11948 vsize=10686560 memory=8296780 CPUtime=1786.02 cores=0,2,4,6
/proc/11951/stat : 11951 (java) S 11948 11951 7968 0 -1 1077944320 209469 0 0 0 177657 945 0 0 20 0 16 0 13132320 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 140735923679664 139730886811383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
/proc/11951/statm: 2671640 2074195 3152 1 0 2661055 0
[pid=11951/tid=11953] ppid=11948 vsize=10686560 memory=-8774313645642428999 CPUtime=14.64 cores=0,2,4,6
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 7968 0 -1 1077944384 18331 0 0 0 1450 14 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730891052064 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=10686560 memory=4126316290023845779 CPUtime=437.76 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 7968 0 -1 1077944384 25581 0 0 0 43544 232 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730856524048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=10686560 memory=2760 CPUtime=437.2 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 7968 0 -1 1077944384 23089 0 0 0 43490 230 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730497329552 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=10686560 memory=2760 CPUtime=436.7 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 7968 0 -1 1077944384 23370 0 0 0 43446 224 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730496277008 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=10686560 memory=5520 CPUtime=438.35 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 7968 0 -1 1077944384 22453 0 0 0 43601 234 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730495224464 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11958] ppid=11948 vsize=10686560 memory=4612 CPUtime=19.95 cores=0,2,4,6
/proc/11951/task/11958/stat : 11958 (java) R 11948 11951 7968 0 -1 4202560 86311 0 0 0 1991 4 0 0 20 0 16 0 13132331 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730383520720 139730871807728 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11959] ppid=11948 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 13132331 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730382468576 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11960] ppid=11948 vsize=10686560 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13132332 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730381415936 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11961] ppid=11948 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730380364496 139730886829979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11962] ppid=11948 vsize=10686560 memory=9916 CPUtime=0.41 cores=0,2,4,6
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 7968 0 -1 1077944384 2897 0 0 0 41 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730379311136 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11963] ppid=11948 vsize=10686560 memory=1200 CPUtime=0.46 cores=0,2,4,6
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 7968 0 -1 1077944384 2829 0 0 0 46 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730378258304 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11964] ppid=11948 vsize=10686560 memory=15872 CPUtime=0.29 cores=0,2,4,6
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 7968 0 -1 1077944384 2480 0 0 0 29 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730377206048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11965] ppid=11948 vsize=10686560 memory=8296776 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730376153696 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11966] ppid=11948 vsize=10686560 memory=4064 CPUtime=0.17 cores=0,2,4,6
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 7968 0 -1 1077944384 573 0 0 0 13 4 0 0 20 0 16 0 13132339 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730375101232 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=12087] ppid=11948 vsize=10686560 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/11951/task/12087/stat : 12087 (java) S 11948 11951 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 13176012 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730371948528 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 1786.02 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8296780 KiB

[startup+480.401 s]
/proc/loadavg: 7.64 7.44 7.34 6/213 12090
/proc/meminfo: memFree=14917924/32770624 swapFree=67108860/67108860
[pid=11951] ppid=11948 vsize=10686560 memory=8296780 CPUtime=1786.41 cores=0,2,4,6
/proc/11951/stat : 11951 (java) S 11948 11951 7968 0 -1 1077944320 209469 0 0 0 177696 945 0 0 20 0 16 0 13132320 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 140735923679664 139730886811383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
/proc/11951/statm: 2671640 2074195 3152 1 0 2661055 0
[pid=11951/tid=11953] ppid=11948 vsize=10686560 memory=-8774313645642428999 CPUtime=14.64 cores=0,2,4,6
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 7968 0 -1 1077944384 18331 0 0 0 1450 14 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730891052064 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11954] ppid=11948 vsize=10686560 memory=640 CPUtime=437.76 cores=0,2,4,6
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 7968 0 -1 1077944384 25581 0 0 0 43544 232 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730856524048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11955] ppid=11948 vsize=10686560 memory=1792 CPUtime=437.2 cores=0,2,4,6
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 7968 0 -1 1077944384 23089 0 0 0 43490 230 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730497329552 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11956] ppid=11948 vsize=10686560 memory=960 CPUtime=436.7 cores=0,2,4,6
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 7968 0 -1 1077944384 23370 0 0 0 43446 224 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730496277008 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11957] ppid=11948 vsize=10686560 memory=2248 CPUtime=438.35 cores=0,2,4,6
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 7968 0 -1 1077944384 22453 0 0 0 43601 234 0 0 20 0 16 0 13132329 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730495224464 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11958] ppid=11948 vsize=10686560 memory=-8774313645642428999 CPUtime=20.34 cores=0,2,4,6
/proc/11951/task/11958/stat : 11958 (java) R 11948 11951 7968 0 -1 4202560 86311 0 0 0 2030 4 0 0 20 0 16 0 13132331 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730383520720 139730871269003 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11959] ppid=11948 vsize=10686560 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 13132331 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730382468576 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11960] ppid=11948 vsize=10686560 memory=928 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13132332 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730381415936 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11961] ppid=11948 vsize=10686560 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730380364496 139730886829979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11962] ppid=11948 vsize=10686560 memory=840 CPUtime=0.41 cores=0,2,4,6
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 7968 0 -1 1077944384 2897 0 0 0 41 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730379311136 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11963] ppid=11948 vsize=10686560 memory=3880 CPUtime=0.46 cores=0,2,4,6
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 7968 0 -1 1077944384 2829 0 0 0 46 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730378258304 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11964] ppid=11948 vsize=10686560 memory=3868 CPUtime=0.29 cores=0,2,4,6
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 7968 0 -1 1077944384 2480 0 0 0 29 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730377206048 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11965] ppid=11948 vsize=10686560 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13132334 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730376153696 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=11966] ppid=11948 vsize=10686560 memory=2760 CPUtime=0.17 cores=0,2,4,6
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 7968 0 -1 1077944384 573 0 0 0 13 4 0 0 20 0 16 0 13132339 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730375101232 139730886822530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
[pid=11951/tid=12087] ppid=11948 vsize=10686560 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/11951/task/12087/stat : 12087 (java) S 11948 11951 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 13176012 10943037440 2074195 18446744073709551615 4194304 4196468 140735923697120 139730371948528 139730886821589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20393984 140735923700113 140735923700266 140735923700266 140735923703759 0
Current children cumulated CPU time: 1786.41 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8296780 KiB

[startup+480.627 s]*
/proc/loadavg: 7.64 7.44 7.34 6/199 12090
/proc/meminfo: memFree=23033816/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): 480.636
CPU time (s): 1786.64
CPU user time (s): 1777.14
CPU system time (s): 9.4967
CPU usage (%): 371.724
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8296780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.14
system time used= 9.4967
maximum resident set size= 8296980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209670
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= 34648
involuntary context switches= 46462


# summary of solver processes directly reported to runsolver:
#   pid: 11951
#   total CPU time (s): 1786.64
#   total CPU user time (s): 1777.14
#   total CPU system time (s): 9.4967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.82481 second user time and 4.71575 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:34:20
IDJOB=4263117
IDBENCH=115772
IDSOLVER=2651
FILE ID=node128/4263117-1502592496
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-15-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263117-1502592496/watcher-4263117-1502592496 -o /tmp/evaluation-result-4263117-1502592496/solver-4263117-1502592496 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263117-1502592496.xml

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

MD5SUM BENCH= 51c1ec7c53f2e239726c0b7c1f1d5b64
RANDOM SEED=268431098

node128.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.94
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.94
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.94
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.94
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:        23228380 kB
MemAvailable:   23732396 kB
Buffers:          107852 kB
Cached:           684788 kB
SwapCached:            0 kB
Active:          8501688 kB
Inactive:         613412 kB
Active(anon):    8322456 kB
Inactive(anon):    16764 kB
Active(file):     179232 kB
Inactive(file):   596648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1304 kB
Writeback:            12 kB
AnonPages:       8322200 kB
Mapped:            43488 kB
Shmem:             17116 kB
Slab:             112564 kB
SReclaimable:      87944 kB
SUnreclaim:        24620 kB
KernelStack:        3456 kB
PageTables:        21256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7335936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 04:42:20