Trace number 4263726

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? 2174.3799 621.94702

General information on the benchmark

NameOpenStacks/
OpenStacks-m2c-s1/OpenStacks-m2c-Miller-19.xml
MD5SUMca3b02115b63c058d23855e217e5f7b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables920
Number of constraints881
Number of domains3
Minimum domain size2
Maximum domain size41
Distribution of domain sizes[{"size":2,"count":800},{"size":40,"count":80},{"size":41,"count":40}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":840},{"degree":9,"count":40},{"degree":41,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":800},{"arity":9,"count":40},{"arity":21,"count":40},{"arity":40,"count":1}]
Number of extensional constraints800
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":800},{"type":"allDifferent","count":1},{"type":"sum","count":40},{"type":"minimum","count":20},{"type":"maximum","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2025.21/581.42	Aug 13, 2017 5:29:07 PM org.sat4j.reader.XMLCSP3Reader parseInstance
2025.21/581.42	INFO: Runtime exception
2025.21/581.42	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
2025.21/581.42		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
2025.21/581.42		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
2025.21/581.42		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
2025.21/581.42		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
2025.21/581.42		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
2025.21/581.42		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2025.21/581.42		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
2025.21/581.42		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2025.21/581.42		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2025.21/581.42		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2025.21/581.42		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
2025.21/581.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2025.21/581.42		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
2025.21/581.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
2025.21/581.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2025.21/581.42		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2025.21/581.42		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2025.21/581.42		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2025.21/581.42		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2025.21/581.42		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2025.21/581.42		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2025.21/581.42		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 24 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 28 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 29 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 33 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 34 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 38 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 39 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 43 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 44 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 48 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 49 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 53 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 54 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 58 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 59 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 63 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 64 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 68 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 69 more
2025.21/581.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		... 73 more
2025.21/581.42	Caused by: java.lang.reflect.InvocationTargetException
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		... 74 more
2025.21/581.42	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2025.21/581.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025.21/581.42		at java.lang.reflect.Method.invoke(Method.java:498)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2025.21/581.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2025.21/581.42	
2122.37/607.83	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2122.37/607.83	c This is free software under the dual EPL/GNU LGPL licenses.
2122.37/607.83	c See www.sat4j.org for details.
2122.37/607.83	c That software uses the Rhino library from the Mozilla project.
2122.37/607.83	c version CUSTOM.v20170705
2122.37/607.83	c java.runtime.name	Java(TM) SE Runtime Environment
2122.37/607.83	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2122.37/607.83	c java.vm.version	25.131-b11
2122.37/607.83	c java.vm.vendor	Oracle Corporation
2122.37/607.83	c sun.arch.data.model	64
2122.37/607.83	c java.version		1.8.0_131
2122.37/607.83	c os.name		Linux
2122.37/607.83	c os.version		3.10.0-514.16.1.el7.x86_64
2122.37/607.83	c os.arch		amd64
2122.37/607.83	c Free memory 		499604488
2122.37/607.83	c Max memory 		7247757312
2122.37/607.83	c Total memory 		504889344
2122.37/607.83	c Number of processors 	4
2122.37/607.83	c c --- Begin Solver configuration ---
2122.37/607.83	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2122.37/607.83	c Learn all clauses as in MiniSAT
2122.37/607.83	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2122.37/607.83	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2122.37/607.83	c No reason simplification
2122.37/607.83	c Glucose 2.1 dynamic restart strategy
2122.37/607.83	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
2122.37/607.83	c timeout=2147483s
2122.37/607.83	c DB Simplification allowed=false
2122.37/607.83	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2122.37/607.83	c --- End Solver configuration ---
2174.22/621.88	c starts		: 0
2174.22/621.88	c conflicts		: 0
2174.22/621.88	c decisions		: 0
2174.22/621.88	c propagations		: 0
2174.22/621.88	c inspects		: 0
2174.22/621.88	c shortcuts		: 0
2174.22/621.88	c learnt literals	: 0
2174.22/621.88	c learnt binary clauses	: 0
2174.22/621.88	c learnt ternary clauses	: 0
2174.22/621.88	c learnt constraints	: 0
2174.22/621.88	c ignored constraints	: 0
2174.22/621.88	c root simplifications	: 0
2174.22/621.88	c removed literals (reason simplification)	: 0
2174.22/621.88	c reason swapping (by a shorter reason)	: 0
2174.22/621.88	c Calls to reduceDB	: 0
2174.22/621.88	c Number of update (reduction) of LBD	: 0
2174.22/621.88	c Imported unit clauses	: 0
2174.22/621.88	c number of reductions to clauses (during analyze)	: 0
2174.22/621.88	c number of learned constraints concerned by reduction	: 0
2174.22/621.88	c number of learning phase by resolution	: 0
2174.22/621.88	c number of learning phase by cutting planes	: 0
2174.22/621.88	c number of rounding to 1 operations	: 0
2174.22/621.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2174.22/621.88	c number of reductions of the coefficients by power 2 	: 0
2174.22/621.88	c number of right shift for reduction by power 2 	: 0
2174.22/621.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
2174.22/621.88	c speed (assignments/second)	: 0.0
2174.22/621.88	c non guided choices	0
2174.22/621.88	c learnt constraints type 
2174.22/621.88	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 (15393 MiB free)
  memory of node 1: 16384 MiB (15317 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263726-1502638416/watcher-4263726-1502638416 -o /tmp/evaluation-result-4263726-1502638416/solver-4263726-1502638416 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263726-1502638416.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
Current StackSize limit: 8192 KiB

solver pid=29656, runsolver pid=29653

[startup+0.100846 s]*
/proc/loadavg: 2.24 4.41 4.82 2/209 29670
/proc/meminfo: memFree=31436280/32770624 swapFree=67105588/67108860
[pid=29656] ppid=29653 vsize=10484492 memory=23364 CPUtime=0.05 cores=0,2,4,6
/proc/29656/stat : 29656 (java) S 29653 29656 12560 0 -1 1077944320 4802 0 0 0 4 1 0 0 20 0 14 0 66037030 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140727733784032 140469066145527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
/proc/29656/statm: 2621123 5841 2575 1 0 2610620 0
[pid=29656/tid=29658] ppid=29653 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/29656/task/29658/stat : 29658 (java) D 29653 29656 12560 0 -1 4202560 2910 0 0 0 4 0 0 0 20 0 14 0 66037034 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140469070383008 140469066167549 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29659] ppid=29653 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29659/stat : 29659 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66037035 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468996566160 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29660] ppid=29653 vsize=10484492 memory=140257159300736 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29660/stat : 29660 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66037035 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468995513360 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29661] ppid=29653 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29661/stat : 29661 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66037035 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468994460560 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29662] ppid=29653 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29662/stat : 29662 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66037035 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468993407760 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10484492 memory=140257159300736 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66037037 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468105980272 140469066156674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 66037037 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468104926240 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29665] ppid=29653 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29665/stat : 29665 (java) S 29653 29656 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 66037037 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468103873392 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29666] ppid=29653 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29666/stat : 29666 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66037040 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468102821712 140469066164123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29667] ppid=29653 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29667/stat : 29667 (java) S 29653 29656 12560 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 14 0 66037040 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468101770096 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29668] ppid=29653 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29668/stat : 29668 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66037040 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468100717296 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29669] ppid=29653 vsize=10484492 memory=140257159300736 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29669/stat : 29669 (java) S 29653 29656 12560 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 66037040 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468099664496 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29670] ppid=29653 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29670/stat : 29670 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66037040 10736119808 5841 18446744073709551615 4194304 4196468 140727733801488 140468098611936 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23364 KiB

[startup+0.213049 s]*
/proc/loadavg: 2.24 4.41 4.82 3/210 29671
/proc/meminfo: memFree=31433144/32770624 swapFree=67105588/67108860
[pid=29656] ppid=29653 vsize=10554768 memory=30716 CPUtime=0.11 cores=0,2,4,6
/proc/29656/stat : 29656 (java) S 29653 29656 12560 0 -1 1077944320 6145 0 0 0 9 2 0 0 20 0 15 0 66037030 10808082432 7679 18446744073709551615 4194304 4196468 140727733801488 140727733784032 140469066145527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
/proc/29656/statm: 2638692 7679 2788 1 0 2628164 0
[pid=29656/tid=29658] ppid=29653 vsize=10554768 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/29656/task/29658/stat : 29658 (java) R 29653 29656 12560 0 -1 4202560 4053 0 0 0 7 1 0 0 20 0 15 0 66037034 10808082432 7679 18446744073709551615 4194304 4196468 140727733801488 140469070333872 140469058825245 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29659] ppid=29653 vsize=10554768 memory=328 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29659/stat : 29659 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10808082432 7679 18446744073709551615 4194304 4196468 140727733801488 140468996566160 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29660] ppid=29653 vsize=10554768 memory=288370633311012480 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29660/stat : 29660 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10808082432 7679 18446744073709551615 4194304 4196468 140727733801488 140468995513360 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29661] ppid=29653 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29661/stat : 29661 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10808082432 7296 18446744073709551615 4194304 4196468 140727733801488 140468994460560 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29662] ppid=29653 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29662/stat : 29662 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66037035 10808082432 7296 18446744073709551615 4194304 4196468 140727733801488 140468993407760 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10554768 memory=140257159300736 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66037037 10808082432 7296 18446744073709551615 4194304 4196468 140727733801488 140468105980272 140469066156674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66037037 10806415360 7291 18446744073709551615 4194304 4196468 140727733801488 140468104926240 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29665] ppid=29653 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29665/stat : 29665 (java) S 29653 29656 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66037037 10806415360 7056 18446744073709551615 4194304 4196468 140727733801488 140468103873392 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29666] ppid=29653 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29666/stat : 29666 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66037040 10806415360 7056 18446744073709551615 4194304 4196468 140727733801488 140468102821712 140469066164123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29667] ppid=29653 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29667/stat : 29667 (java) S 29653 29656 12560 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 66037040 10805432320 7056 18446744073709551615 4194304 4196468 140727733801488 140468101770096 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29668] ppid=29653 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29668/stat : 29668 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66037040 10805432320 6800 18446744073709551615 4194304 4196468 140727733801488 140468100717296 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29669] ppid=29653 vsize=10552180 memory=140257159300736 CPUtime=0.01 cores=0,2,4,6
/proc/29656/task/29669/stat : 29669 (java) S 29653 29656 12560 0 -1 1077944384 299 0 0 0 1 0 0 0 20 0 15 0 66037040 10805432320 6800 18446744073709551615 4194304 4196468 140727733801488 140468099664496 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29670] ppid=29653 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29670/stat : 29670 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66037040 10804383744 6800 18446744073709551615 4194304 4196468 140727733801488 140468098611936 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29671] ppid=29653 vsize=10551156 memory=140257159300736 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29671/stat : 29671 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037048 10804383744 6800 18446744073709551615 4194304 4196468 140727733801488 140468097559216 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10554768 KiB
Current children cumulated memory: 30716 KiB

[startup+0.310222 s]*
/proc/loadavg: 2.24 4.41 4.82 3/210 29671
/proc/meminfo: memFree=31423836/32770624 swapFree=67105588/67108860
[pid=29656] ppid=29653 vsize=10551156 memory=36952 CPUtime=0.25 cores=0,2,4,6
/proc/29656/stat : 29656 (java) S 29653 29656 12560 0 -1 1077944320 8494 0 0 0 22 3 0 0 20 0 15 0 66037030 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140727733784032 140469066145527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
/proc/29656/statm: 2637789 9238 2868 1 0 2627261 0
[pid=29656/tid=29658] ppid=29653 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/29656/task/29658/stat : 29658 (java) R 29653 29656 12560 0 -1 4202560 6136 0 0 0 15 2 0 0 20 0 15 0 66037034 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140469070382000 140469050226014 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29659] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29659/stat : 29659 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468996566160 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29660] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29660/stat : 29660 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468995513360 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29661] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29661/stat : 29661 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468994460560 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29662] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29662/stat : 29662 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66037035 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468993407760 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66037037 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468105980272 140469066156674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66037037 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468104926240 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29665] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29665/stat : 29665 (java) S 29653 29656 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66037037 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468103873392 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29666] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29666/stat : 29666 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66037040 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468102821712 140469066164123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29667] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29667/stat : 29667 (java) R 29653 29656 12560 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 15 0 66037040 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468101770096 140469066156674 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29668] ppid=29653 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29656/task/29668/stat : 29668 (java) R 29653 29656 12560 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 15 0 66037040 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468100717296 140469049646067 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29669] ppid=29653 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29656/task/29669/stat : 29669 (java) S 29653 29656 12560 0 -1 1077944384 411 0 0 0 4 0 0 0 20 0 15 0 66037040 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468099664496 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29670] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29670/stat : 29670 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66037040 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468098611936 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29671] ppid=29653 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29671/stat : 29671 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037048 10804383744 9238 18446744073709551615 4194304 4196468 140727733801488 140468097559216 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36952 KiB

[startup+0.700718 s]
/proc/loadavg: 2.24 4.41 4.82 5/210 29671
/proc/meminfo: memFree=31405412/32770624 swapFree=67105588/67108860
[pid=29656] ppid=29653 vsize=10551232 memory=123608 CPUtime=1.37 cores=0,2,4,6
/proc/29656/stat : 29656 (java) S 29653 29656 12560 0 -1 1077944320 12760 0 0 0 131 6 0 0 20 0 15 0 66037030 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140727733784032 140469066145527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
/proc/29656/statm: 2637808 30902 3055 1 0 2627261 0
[pid=29656/tid=29658] ppid=29653 vsize=10551232 memory=1688 CPUtime=0.56 cores=0,2,4,6
/proc/29656/task/29658/stat : 29658 (java) R 29653 29656 12560 0 -1 4202560 6759 0 0 0 52 4 0 0 20 0 15 0 66037034 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140469070380576 140469045223027 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29659] ppid=29653 vsize=10551232 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29659/stat : 29659 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468996566160 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29660] ppid=29653 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29660/stat : 29660 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468995513360 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29661] ppid=29653 vsize=10551232 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29661/stat : 29661 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037035 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468994460560 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29662] ppid=29653 vsize=10551232 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29662/stat : 29662 (java) S 29653 29656 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66037035 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468993407760 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10551232 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) S 29653 29656 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66037037 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468105980272 140469066156674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10551232 memory=8604 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66037037 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468104926240 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29665] ppid=29653 vsize=10551232 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29665/stat : 29665 (java) S 29653 29656 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66037037 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468103873392 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29666] ppid=29653 vsize=10551232 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29666/stat : 29666 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66037040 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468102821712 140469066164123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29667] ppid=29653 vsize=10551232 memory=796 CPUtime=0.26 cores=0,2,4,6
/proc/29656/task/29667/stat : 29667 (java) R 29653 29656 12560 0 -1 4202560 1647 0 0 0 26 0 0 0 20 0 15 0 66037040 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468101758768 140469045402517 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29668] ppid=29653 vsize=10551232 memory=1228 CPUtime=0.26 cores=0,2,4,6
/proc/29656/task/29668/stat : 29668 (java) R 29653 29656 12560 0 -1 4202560 1481 0 0 0 26 0 0 0 20 0 15 0 66037040 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468100704320 140469049556342 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29669] ppid=29653 vsize=10551232 memory=1412 CPUtime=0.25 cores=0,2,4,6
/proc/29656/task/29669/stat : 29669 (java) S 29653 29656 12560 0 -1 1077944384 1502 0 0 0 25 0 0 0 20 0 15 0 66037040 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468099664496 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29670] ppid=29653 vsize=10551232 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29670/stat : 29670 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66037040 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468098611936 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29671] ppid=29653 vsize=10551232 memory=59624 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29671/stat : 29671 (java) S 29653 29656 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66037048 10804461568 30902 18446744073709551615 4194304 4196468 140727733801488 140468097559216 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 123608 KiB

[startup+1.50074 s]
/proc/loadavg: 2.24 4.41 4.82 5/210 29671
/proc/meminfo: memFree=31273480/32770624 swapFree=67105588/67108860
[pid=29656] ppid=29653 vsize=10551232 memory=262152 CPUtime=3.78 cores=0,2,4,6
/proc/29656/stat : 29656 (java) S 29653 29656 12560 0 -1 1077944320 19604 0 0 0 364 14 0 0 20 0 15 0 66037030 10804461568 65538 18446744073709551615 4194304 4196468 140727733801488 140727733784032 140469066145527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
/proc/29656/statm: 2637808 65538 3102 1 0 2627261 0
[pid=29656/tid=29658] ppid=29653 vsize=10551232 memory=4144 CPUtime=1.28 cores=0,2,4,6
/proc/29656/task/29658/stat : 29658 (java) R 29653 29656 12560 0 -1 4202560 7522 0 0 0 123 5 0 0 20 0 15 0 66037034 10804461568 65538 18446744073709551615 4194304 4196468 140727733801488 140469070376296 140468671188295 0 4 1 16800974 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29659] ppid=29653 vsize=10551232 memory=37528 CPUtime=0.04 cores=0,2,4,6
/proc/29656/task/29659/stat : 29659 (java) S 29653 29656 12560 0 -1 1077944384 118 0 0 0 3 1 0 0 20 0 15 0 66037035 10804461568 65538 18446744073709551615 4194304 4196468 140727733801488 140468996566160 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29660] ppid=29653 vsize=10551232 memory=1292 CPUtime=0.04 cores=0,2,4,6
/proc/29656/task/29660/stat : 29660 (java) S 29653 29656 12560 0 -1 1077944384 47 0 0 0 3 1 0 0 20 0 15 0 66037035 10804461568 65538 18446744073709551615 4194304 4196468 140727733801488 140468995513360 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29661] ppid=29653 vsize=10551232 memory=2384 CPUtime=0.04 cores=0,2,4,6
/proc/29656/task/29661/stat : 29661 (java) S 29653 29656 12560 0 -1 1077944384 118 0 0 0 3 1 0 0 20 0 15 0 66037035 10804461568 65538 18446744073709551615 4194304 4196468 140727733801488 140468994460560 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29662] ppid=29653 vsize=10551232 memory=1688 CPUtime=0.05 cores=0,2,4,6
/proc/29656/task/29662/stat : 29662 (java) S 29653 29656 12560 0 -1 1077944384 122 0 0 0 4 1 0 0 20 0 15 0 66037035 10804461568 65538 18446744073709551615 4194304 4196468 140727733801488 140468993407760 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10551232 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) S 29653 29656 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 66037037 10804461568 65538 18446744073709551615 4194304 4196468 140727733801488 140468105980272 140469066156674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66037037 10804461568 65538 18446744073709551615 4194304 4196468 140727733801488 140468104926304 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0

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

/proc/29656/task/29662/stat : 29662 (java) R 29653 29656 12560 0 -1 4202560 156481 0 0 0 51552 202 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468993407960 140469047755219 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10686560 memory=-8774313645642428999 CPUtime=43.92 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) S 29653 29656 12560 0 -1 1077944384 102232 0 0 0 4387 5 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468105978816 140469066155733 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10686560 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468104926304 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29665] ppid=29653 vsize=10686560 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29665/stat : 29665 (java) S 29653 29656 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468103872768 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29666] ppid=29653 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29666/stat : 29666 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468102821712 140469066164123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29667] ppid=29653 vsize=10686560 memory=1004 CPUtime=1.99 cores=0,2,4,6
/proc/29656/task/29667/stat : 29667 (java) S 29653 29656 12560 0 -1 1077944384 8483 0 0 0 197 2 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468101769856 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29668] ppid=29653 vsize=10686560 memory=8352340 CPUtime=2.01 cores=0,2,4,6
/proc/29656/task/29668/stat : 29668 (java) S 29653 29656 12560 0 -1 1077944384 7294 0 0 0 199 2 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468100708400 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29669] ppid=29653 vsize=10686560 memory=1292 CPUtime=0.5 cores=0,2,4,6
/proc/29656/task/29669/stat : 29669 (java) S 29653 29656 12560 0 -1 1077944384 5012 0 0 0 50 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468099660368 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29670] ppid=29653 vsize=10686560 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29670/stat : 29670 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468098611936 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29671] ppid=29653 vsize=10686560 memory=1688 CPUtime=0.37 cores=0,2,4,6
/proc/29656/task/29671/stat : 29671 (java) S 29653 29656 12560 0 -1 1077944384 415 0 0 0 23 14 0 0 20 0 17 0 66037048 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468097559216 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29708] ppid=29653 vsize=10686560 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29708/stat : 29708 (java) S 29653 29656 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 66095173 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468094406256 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29709] ppid=29653 vsize=10686560 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29709/stat : 29709 (java) S 29653 29656 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66095173 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468093353904 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
Current children cumulated CPU time: 2166.75 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8352340 KiB

[startup+620.801 s]
/proc/loadavg: 4.61 4.58 4.63 6/212 29710
/proc/meminfo: memFree=22787228/32770624 swapFree=67105588/67108860
[pid=29656] ppid=29653 vsize=10686560 memory=8352340 CPUtime=2172.96 cores=0,2,4,6
/proc/29656/stat : 29656 (java) S 29653 29656 12560 0 -1 1077944320 705941 0 0 0 216406 890 0 0 20 0 17 0 66037030 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140727733784032 140469066145527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
/proc/29656/statm: 2671640 2088085 3175 1 0 2661055 0
[pid=29656/tid=29658] ppid=29653 vsize=10686560 memory=8352340 CPUtime=46.78 cores=0,2,4,6
/proc/29656/task/29658/stat : 29658 (java) S 29653 29656 12560 0 -1 1077944384 22256 0 0 0 4663 15 0 0 20 0 17 0 66037034 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140469070386208 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29659] ppid=29653 vsize=10686560 memory=8352340 CPUtime=519.89 cores=0,2,4,6
/proc/29656/task/29659/stat : 29659 (java) R 29653 29656 12560 0 -1 4202560 165877 0 0 0 51771 218 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468996565968 140469058773735 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29660] ppid=29653 vsize=10686560 memory=6944656592455097440 CPUtime=518.64 cores=0,2,4,6
/proc/29656/task/29660/stat : 29660 (java) R 29653 29656 12560 0 -1 4202560 108799 0 0 0 51646 218 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468995513480 140469058773735 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29661] ppid=29653 vsize=10686560 memory=6944656592387989600 CPUtime=519.65 cores=0,2,4,6
/proc/29656/task/29661/stat : 29661 (java) R 29653 29656 12560 0 -1 4202560 126624 0 0 0 51745 220 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468994460368 140469058773735 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29662] ppid=29653 vsize=10686560 memory=288230574492221466 CPUtime=519.14 cores=0,2,4,6
/proc/29656/task/29662/stat : 29662 (java) R 29653 29656 12560 0 -1 4202560 157526 0 0 0 51712 202 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468993407960 140469051135001 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10686560 memory=288230617509003574 CPUtime=43.92 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) S 29653 29656 12560 0 -1 1077944384 102232 0 0 0 4387 5 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468105978816 140469066155733 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10686560 memory=15254835616287083 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468104926304 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29665] ppid=29653 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29665/stat : 29665 (java) S 29653 29656 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468103872768 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29666] ppid=29653 vsize=10686560 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29666/stat : 29666 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468102821712 140469066164123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29667] ppid=29653 vsize=10686560 memory=2384 CPUtime=1.99 cores=0,2,4,6
/proc/29656/task/29667/stat : 29667 (java) S 29653 29656 12560 0 -1 1077944384 8483 0 0 0 197 2 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468101769856 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29668] ppid=29653 vsize=10686560 memory=1688 CPUtime=2.01 cores=0,2,4,6
/proc/29656/task/29668/stat : 29668 (java) S 29653 29656 12560 0 -1 1077944384 7294 0 0 0 199 2 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468100708400 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29669] ppid=29653 vsize=10686560 memory=-8774313645642428999 CPUtime=0.5 cores=0,2,4,6
/proc/29656/task/29669/stat : 29669 (java) S 29653 29656 12560 0 -1 1077944384 5012 0 0 0 50 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468099660368 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29670] ppid=29653 vsize=10686560 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29670/stat : 29670 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468098611936 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29671] ppid=29653 vsize=10686560 memory=1156 CPUtime=0.37 cores=0,2,4,6
/proc/29656/task/29671/stat : 29671 (java) S 29653 29656 12560 0 -1 1077944384 415 0 0 0 23 14 0 0 20 0 17 0 66037048 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468097559216 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29708] ppid=29653 vsize=10686560 memory=3148 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29708/stat : 29708 (java) S 29653 29656 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 66095173 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468094406256 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29709] ppid=29653 vsize=10686560 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29709/stat : 29709 (java) S 29653 29656 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66095173 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468093353904 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
Current children cumulated CPU time: 2172.96 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8352340 KiB

[startup+621.601 s]
/proc/loadavg: 4.61 4.58 4.63 3/212 29710
/proc/meminfo: memFree=22787228/32770624 swapFree=67105588/67108860
[pid=29656] ppid=29653 vsize=10686560 memory=8352340 CPUtime=2174.02 cores=0,2,4,6
/proc/29656/stat : 29656 (java) S 29653 29656 12560 0 -1 1077944320 705985 0 0 0 216512 890 0 0 20 0 17 0 66037030 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140727733784032 140469066145527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
/proc/29656/statm: 2671640 2088085 3175 1 0 2661055 0
[pid=29656/tid=29658] ppid=29653 vsize=10686560 memory=9088 CPUtime=46.78 cores=0,2,4,6
/proc/29656/task/29658/stat : 29658 (java) S 29653 29656 12560 0 -1 1077944384 22256 0 0 0 4663 15 0 0 20 0 17 0 66037034 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140469070386208 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29659] ppid=29653 vsize=10686560 memory=4144 CPUtime=519.97 cores=0,2,4,6
/proc/29656/task/29659/stat : 29659 (java) S 29653 29656 12560 0 -1 1077944384 165877 0 0 0 51779 218 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468996566160 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29660] ppid=29653 vsize=10686560 memory=37560 CPUtime=518.73 cores=0,2,4,6
/proc/29656/task/29660/stat : 29660 (java) S 29653 29656 12560 0 -1 1077944384 108799 0 0 0 51655 218 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468995513360 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29661] ppid=29653 vsize=10686560 memory=1292 CPUtime=519.73 cores=0,2,4,6
/proc/29656/task/29661/stat : 29661 (java) S 29653 29656 12560 0 -1 1077944384 126624 0 0 0 51753 220 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468994460560 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29662] ppid=29653 vsize=10686560 memory=-8774313645642428999 CPUtime=519.23 cores=0,2,4,6
/proc/29656/task/29662/stat : 29662 (java) S 29653 29656 12560 0 -1 1077944384 157570 0 0 0 51721 202 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468993407760 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10686560 memory=3060 CPUtime=44.63 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) R 29653 29656 12560 0 -1 4202560 102232 0 0 0 4458 5 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468105978704 140469051141879 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10686560 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468104926304 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29665] ppid=29653 vsize=10686560 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29665/stat : 29665 (java) S 29653 29656 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468103872768 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29666] ppid=29653 vsize=10686560 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29666/stat : 29666 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468102821712 140469066164123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29667] ppid=29653 vsize=10686560 memory=1688 CPUtime=1.99 cores=0,2,4,6
/proc/29656/task/29667/stat : 29667 (java) S 29653 29656 12560 0 -1 1077944384 8483 0 0 0 197 2 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468101769856 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29668] ppid=29653 vsize=10686560 memory=5808 CPUtime=2.01 cores=0,2,4,6
/proc/29656/task/29668/stat : 29668 (java) S 29653 29656 12560 0 -1 1077944384 7294 0 0 0 199 2 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468100708400 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29669] ppid=29653 vsize=10686560 memory=4612 CPUtime=0.5 cores=0,2,4,6
/proc/29656/task/29669/stat : 29669 (java) S 29653 29656 12560 0 -1 1077944384 5012 0 0 0 50 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468099660368 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29670] ppid=29653 vsize=10686560 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29670/stat : 29670 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468098611936 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29671] ppid=29653 vsize=10686560 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/29656/task/29671/stat : 29671 (java) S 29653 29656 12560 0 -1 1077944384 415 0 0 0 23 14 0 0 20 0 17 0 66037048 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468097559216 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29708] ppid=29653 vsize=10686560 memory=54388 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29708/stat : 29708 (java) S 29653 29656 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 66095173 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468094406256 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29709] ppid=29653 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29709/stat : 29709 (java) S 29653 29656 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66095173 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468093353904 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
Current children cumulated CPU time: 2174.02 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8352340 KiB

[startup+621.801 s]
/proc/loadavg: 4.61 4.58 4.63 3/212 29710
/proc/meminfo: memFree=22787228/32770624 swapFree=67105588/67108860
[pid=29656] ppid=29653 vsize=10686560 memory=8352340 CPUtime=2174.22 cores=0,2,4,6
/proc/29656/stat : 29656 (java) S 29653 29656 12560 0 -1 1077944320 705985 0 0 0 216532 890 0 0 20 0 17 0 66037030 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140727733784032 140469066145527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
/proc/29656/statm: 2671640 2088085 3175 1 0 2661055 0
[pid=29656/tid=29658] ppid=29653 vsize=10686560 memory=6944656592455360604 CPUtime=46.78 cores=0,2,4,6
/proc/29656/task/29658/stat : 29658 (java) S 29653 29656 12560 0 -1 1077944384 22256 0 0 0 4663 15 0 0 20 0 17 0 66037034 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140469070386208 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29659] ppid=29653 vsize=10686560 memory=-8774313645642428999 CPUtime=519.97 cores=0,2,4,6
/proc/29656/task/29659/stat : 29659 (java) S 29653 29656 12560 0 -1 1077944384 165877 0 0 0 51779 218 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468996566160 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29660] ppid=29653 vsize=10686560 memory=1228 CPUtime=518.73 cores=0,2,4,6
/proc/29656/task/29660/stat : 29660 (java) S 29653 29656 12560 0 -1 1077944384 108799 0 0 0 51655 218 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468995513360 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29661] ppid=29653 vsize=10686560 memory=1412 CPUtime=519.73 cores=0,2,4,6
/proc/29656/task/29661/stat : 29661 (java) S 29653 29656 12560 0 -1 1077944384 126624 0 0 0 51753 220 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468994460560 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29662] ppid=29653 vsize=10686560 memory=15584 CPUtime=519.23 cores=0,2,4,6
/proc/29656/task/29662/stat : 29662 (java) S 29653 29656 12560 0 -1 1077944384 157570 0 0 0 51721 202 0 0 20 0 17 0 66037035 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468993407760 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29663] ppid=29653 vsize=10686560 memory=23024 CPUtime=44.83 cores=0,2,4,6
/proc/29656/task/29663/stat : 29663 (java) R 29653 29656 12560 0 -1 4202560 102232 0 0 0 4478 5 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468105978704 140469051141937 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29664] ppid=29653 vsize=10686560 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29664/stat : 29664 (java) S 29653 29656 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468104926304 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29665] ppid=29653 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29665/stat : 29665 (java) S 29653 29656 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 66037037 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468103872768 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29666] ppid=29653 vsize=10686560 memory=8604 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29666/stat : 29666 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468102821712 140469066164123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29667] ppid=29653 vsize=10686560 memory=1716 CPUtime=1.99 cores=0,2,4,6
/proc/29656/task/29667/stat : 29667 (java) S 29653 29656 12560 0 -1 1077944384 8483 0 0 0 197 2 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468101769856 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29668] ppid=29653 vsize=10686560 memory=14260 CPUtime=2.01 cores=0,2,4,6
/proc/29656/task/29668/stat : 29668 (java) S 29653 29656 12560 0 -1 1077944384 7294 0 0 0 199 2 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468100708400 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29669] ppid=29653 vsize=10686560 memory=4048 CPUtime=0.5 cores=0,2,4,6
/proc/29656/task/29669/stat : 29669 (java) S 29653 29656 12560 0 -1 1077944384 5012 0 0 0 50 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468099660368 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29670] ppid=29653 vsize=10686560 memory=644 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29670/stat : 29670 (java) S 29653 29656 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66037040 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468098611936 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29671] ppid=29653 vsize=10686560 memory=1744 CPUtime=0.37 cores=0,2,4,6
/proc/29656/task/29671/stat : 29671 (java) S 29653 29656 12560 0 -1 1077944384 415 0 0 0 23 14 0 0 20 0 17 0 66037048 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468097559216 140469066156674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29708] ppid=29653 vsize=10686560 memory=956 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29708/stat : 29708 (java) S 29653 29656 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 66095173 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468094406256 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
[pid=29656/tid=29709] ppid=29653 vsize=10686560 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29656/task/29709/stat : 29709 (java) S 29653 29656 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66095173 10943037440 2088085 18446744073709551615 4194304 4196468 140727733801488 140468093353904 140469066155733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140727733809552 140727733809705 140727733809705 140727733813199 0
Current children cumulated CPU time: 2174.22 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8352340 KiB

[startup+621.901 s]*
/proc/loadavg: 4.40 4.54 4.62 3/197 29710
/proc/meminfo: memFree=24042108/32770624 swapFree=67105588/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): 621.947
CPU time (s): 2174.38
CPU user time (s): 2165.42
CPU system time (s): 8.96229
CPU usage (%): 349.608
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8352340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2165.42
system time used= 8.96228
maximum resident set size= 8352764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 706063
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47931
involuntary context switches= 27810


# summary of solver processes directly reported to runsolver:
#   pid: 29656
#   total CPU time (s): 2174.38
#   total CPU user time (s): 2165.42
#   total CPU system time (s): 8.96229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.35404 second user time and 5.35473 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 17:19:35
IDJOB=4263726
IDBENCH=140502
IDSOLVER=2651
FILE ID=node126/4263726-1502638416
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-Miller-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263726-1502638416/watcher-4263726-1502638416 -o /tmp/evaluation-result-4263726-1502638416/solver-4263726-1502638416 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263726-1502638416.xml

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

MD5SUM BENCH= ca3b02115b63c058d23855e217e5f7b7
RANDOM SEED=2112822502

node126.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.81
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.81
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.81
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.81
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:        31448352 kB
MemAvailable:   31707292 kB
Buffers:          267920 kB
Cached:           261920 kB
SwapCached:          524 kB
Active:           682628 kB
Inactive:         162292 kB
Active(anon):     263228 kB
Inactive(anon):    85544 kB
Active(file):     419400 kB
Inactive(file):    76748 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2268 kB
Writeback:             4 kB
AnonPages:        314152 kB
Mapped:            58144 kB
Shmem:             33440 kB
Slab:             183408 kB
SReclaimable:     157256 kB
SUnreclaim:        26152 kB
KernelStack:        3456 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1292724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 17:29:57