Trace number 4263656

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1888.34 531.04498

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-09.xml
MD5SUM1acf0ac9bd97a514ba0385b56c9970ab
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.41295
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints78
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":36}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":36}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":12},{"arity":6,"count":66}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"ordered","count":12}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263656-1502625960/watcher-4263656-1502625960 -o /tmp/evaluation-result-4263656-1502625960/solver-4263656-1502625960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263656-1502625960.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100233 s]*
/proc/loadavg: 4.34 4.03 3.04 3/205 28965
/proc/meminfo: memFree=26481452/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10151672 memory=21264 CPUtime=0.03 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 4213 0 0 0 2 1 0 0 20 0 9 0 64816696 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2537918 5316 2123 1 0 2527415 0
[pid=28956/tid=28958] ppid=28953 vsize=10151672 memory=8390339637985935414 CPUtime=0.03 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 897 0 -1 4202560 2853 0 0 0 2 1 0 0 20 0 9 0 64816702 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140347694231120 140347674076510 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10151672 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64816703 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140347301505680 140347690006229 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10151672 memory=288370772084901504 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64816703 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140347300452880 140347690006229 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64816703 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140347299400080 140347690006229 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64816703 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140347298347280 140347690006229 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10151672 memory=140395933189760 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64816704 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140347269999472 140347690007170 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64816704 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140347268945440 140347690006229 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64816705 10395312128 5316 18446744073709551615 4194304 4196468 140726102865136 140347267892592 140347690006229 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21264 KiB

[startup+0.214089 s]*
/proc/loadavg: 4.34 4.03 3.04 3/211 28971
/proc/meminfo: memFree=26478100/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10551156 memory=26816 CPUtime=0.1 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 5228 0 0 0 8 2 0 0 20 0 15 0 64816696 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2637789 6704 2731 1 0 2627261 0
[pid=28956/tid=28958] ppid=28953 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 897 0 -1 4202560 3185 0 0 0 6 1 0 0 20 0 15 0 64816702 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347694230992 140347690017949 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347301505680 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10551156 memory=288370772084901504 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347300452880 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347299400080 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64816703 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347298347280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10551156 memory=140395933189760 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816704 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347269999472 140347690007170 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64816704 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347268945440 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64816705 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347267892592 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28966] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816707 10804383744 6704 18446744073709551615 4194304 4196468 140726102865136 140347266840912 140347690014619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28967] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 897 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 64816707 10804383744 6769 18446744073709551615 4194304 4196468 140726102865136 140347265788272 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28968] ppid=28953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816707 10804383744 6769 18446744073709551615 4194304 4196468 140726102865136 140347264735472 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28969] ppid=28953 vsize=10551156 memory=140395933189760 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) R 28953 28956 897 0 -1 4202560 266 0 0 0 0 0 0 0 20 0 15 0 64816708 10804383744 6769 18446744073709551615 4194304 4196468 140726102865136 140347263682672 140347668937602 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28970] ppid=28953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816708 10804383744 6769 18446744073709551615 4194304 4196468 140726102865136 140347262630112 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28971] ppid=28953 vsize=10551156 memory=140395933189760 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64816715 10804383744 6769 18446744073709551615 4194304 4196468 140726102865136 140347261578416 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26816 KiB

[startup+0.310181 s]*
/proc/loadavg: 4.34 4.03 3.04 3/211 28971
/proc/meminfo: memFree=26467972/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10551156 memory=36548 CPUtime=0.24 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 8382 0 0 0 21 3 0 0 20 0 15 0 64816696 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2637789 9137 2859 1 0 2627261 0
[pid=28956/tid=28958] ppid=28953 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 897 0 -1 4202560 6072 0 0 0 14 2 0 0 20 0 15 0 64816702 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347694216976 140347674076510 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347301505680 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347300452880 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347299400080 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64816703 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347298347280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816704 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347269999472 140347690007170 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64816704 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347268945440 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64816705 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347267892592 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28966] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816707 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347266840912 140347690014619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28967] ppid=28953 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 897 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 64816707 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347265788272 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28968] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 897 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 64816707 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347264735472 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28969] ppid=28953 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 897 0 -1 1077944384 359 0 0 0 4 0 0 0 20 0 15 0 64816708 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347263682672 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28970] ppid=28953 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816708 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347262630112 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28971] ppid=28953 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64816715 10804383744 9137 18446744073709551615 4194304 4196468 140726102865136 140347261578416 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36548 KiB

[startup+0.700777 s]
/proc/loadavg: 4.34 4.03 3.04 6/211 28971
/proc/meminfo: memFree=26428028/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10551232 memory=158192 CPUtime=1.25 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 11666 0 0 0 119 6 0 0 20 0 15 0 64816696 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2637808 39548 3056 1 0 2627261 0
[pid=28956/tid=28958] ppid=28953 vsize=10551232 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 897 0 -1 4202560 6785 0 0 0 50 4 0 0 20 0 15 0 64816702 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347694232384 140347334626688 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10551232 memory=297 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347301505680 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10551232 memory=245 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347300452880 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10551232 memory=280791540583296 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816703 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347299400080 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10551232 memory=280791540638896 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64816703 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347298347280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10551232 memory=140395770296144 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64816704 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347269999472 140347690007170 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64816704 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347268945440 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64816705 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347267892592 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28966] ppid=28953 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816707 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347266840912 140347690014619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28967] ppid=28953 vsize=10551232 memory=2000 CPUtime=0.24 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) R 28953 28956 897 0 -1 4202560 1444 0 0 0 24 0 0 0 20 0 15 0 64816707 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347265773584 140347667590768 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28968] ppid=28953 vsize=10551232 memory=10976 CPUtime=0.26 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) R 28953 28956 897 0 -1 4202560 1078 0 0 0 26 0 0 0 20 0 15 0 64816707 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347264721496 140347674907178 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28969] ppid=28953 vsize=10551232 memory=1200 CPUtime=0.17 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 897 0 -1 1077944384 990 0 0 0 17 0 0 0 20 0 15 0 64816708 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347263682672 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28970] ppid=28953 vsize=10551232 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816708 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347262630112 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28971] ppid=28953 vsize=10551232 memory=20400 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64816715 10804461568 39548 18446744073709551615 4194304 4196468 140726102865136 140347261578416 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 158192 KiB

[startup+1.50074 s]
/proc/loadavg: 4.34 4.03 3.04 3/211 28971
/proc/meminfo: memFree=26282628/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10551232 memory=222812 CPUtime=2.26 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 12177 0 0 0 216 10 0 0 20 0 15 0 64816696 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2637808 55703 3084 1 0 2627261 0
[pid=28956/tid=28958] ppid=28953 vsize=10551232 memory=112 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 897 0 -1 4202560 6806 0 0 0 127 5 0 0 20 0 15 0 64816702 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347694234120 140347334844137 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10551232 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 897 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 64816703 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347301505680 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10551232 memory=2 CPUtime=0.02 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 897 0 -1 1077944384 95 0 0 0 1 1 0 0 20 0 15 0 64816703 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347300452880 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10551232 memory=2000 CPUtime=0.01 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 897 0 -1 1077944384 81 0 0 0 1 0 0 0 20 0 15 0 64816703 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347299400080 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10551232 memory=10976 CPUtime=0.01 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 897 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 64816703 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347298347280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10551232 memory=7446534215326327637 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64816704 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347269999472 140347690007170 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10551232 memory=7590932991772290409 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64816704 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347268945440 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10551232 memory=8100116908267296360 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64816705 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347267892592 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28966] ppid=28953 vsize=10551232 memory=180 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816707 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347266840912 140347690014619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28967] ppid=28953 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 897 0 -1 1077944384 1462 0 0 0 30 0 0 0 20 0 15 0 64816707 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347265788272 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28968] ppid=28953 vsize=10551232 memory=4532 CPUtime=0.33 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 897 0 -1 1077944384 1117 0 0 0 33 0 0 0 20 0 15 0 64816707 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347264735472 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28969] ppid=28953 vsize=10551232 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 897 0 -1 1077944384 1004 0 0 0 19 0 0 0 20 0 15 0 64816708 10804461568 55703 18446744073709551615 4194304 4196468 140726102865136 140347263682672 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0

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


[startup+528.002 s]*
/proc/loadavg: 5.18 4.68 3.73 6/214 29005
/proc/meminfo: memFree=17581924/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10551232 memory=8343992 CPUtime=1879.98 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 561230 0 0 0 187218 780 0 0 20 0 15 0 64816696 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2637808 2085998 3130 1 0 2627261 0
[pid=28956/tid=28958] ppid=28953 vsize=10551232 memory=-8195925453750481479 CPUtime=49.13 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) S 28953 28956 897 0 -1 1077944384 37822 0 0 0 4897 16 0 0 20 0 15 0 64816702 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347694235280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10551232 memory=4872558044660077418 CPUtime=452.16 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) R 28953 28956 897 0 -1 4202560 69909 0 0 0 45035 181 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347301505880 140347674985687 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10551232 memory=1712 CPUtime=450.52 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) R 28953 28956 897 0 -1 4202560 81019 0 0 0 44859 193 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347300453080 140347674985574 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10551232 memory=4616 CPUtime=450.77 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) R 28953 28956 897 0 -1 4202560 144111 0 0 0 44892 185 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347299400080 140347674695840 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10551232 memory=1012 CPUtime=451.98 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) R 28953 28956 897 0 -1 4202560 109788 0 0 0 45007 191 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347298347280 140347674985659 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10551232 memory=10164 CPUtime=21.05 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 897 0 -1 1077944384 95410 0 0 0 2101 4 0 0 20 0 15 0 64816704 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347269998016 140347690006229 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 64816704 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347268945504 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10551232 memory=2000 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 64816705 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347267892608 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28966] ppid=28953 vsize=10551232 memory=10976 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347266840912 140347690014619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28967] ppid=28953 vsize=10551232 memory=1200 CPUtime=1.75 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 897 0 -1 1077944384 8970 0 0 0 174 1 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347265788272 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28968] ppid=28953 vsize=10551232 memory=15880 CPUtime=1.8 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 897 0 -1 1077944384 9574 0 0 0 179 1 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347264735472 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28969] ppid=28953 vsize=10551232 memory=20412 CPUtime=0.3 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 897 0 -1 1077944384 1888 0 0 0 30 0 0 0 20 0 15 0 64816708 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347263682672 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28970] ppid=28953 vsize=10551232 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816708 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347262630112 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28971] ppid=28953 vsize=10551232 memory=640 CPUtime=0.43 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 897 0 -1 1077944384 1349 0 0 0 24 19 0 0 20 0 15 0 64816715 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347261578416 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
Current children cumulated CPU time: 1879.98 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8343992 KiB

[startup+529.601 s]
/proc/loadavg: 5.18 4.68 3.73 6/214 29005
/proc/meminfo: memFree=17581924/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10551232 memory=8343992 CPUtime=1886.32 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 565189 0 0 0 187852 780 0 0 20 0 15 0 64816696 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2637808 2085998 3130 1 0 2627261 0
[pid=28956/tid=28958] ppid=28953 vsize=10551232 memory=8343992 CPUtime=49.13 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) S 28953 28956 897 0 -1 1077944384 37822 0 0 0 4897 16 0 0 20 0 15 0 64816702 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347694235280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10551232 memory=8343992 CPUtime=453.75 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) R 28953 28956 897 0 -1 4202560 72105 0 0 0 45194 181 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347301505800 140347671605843 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10551232 memory=1292 CPUtime=452.09 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) R 28953 28956 897 0 -1 4202560 81529 0 0 0 45016 193 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347300453000 140347674696641 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10551232 memory=-8774313645642428999 CPUtime=452.36 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) R 28953 28956 897 0 -1 4202560 144445 0 0 0 45051 185 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347299400200 140347674696711 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10551232 memory=8343992 CPUtime=453.57 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) R 28953 28956 897 0 -1 4202560 110706 0 0 0 45166 191 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347298347480 140347674992401 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10551232 memory=4304 CPUtime=21.05 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 897 0 -1 1077944384 95410 0 0 0 2101 4 0 0 20 0 15 0 64816704 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347269998016 140347690006229 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10551232 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 64816704 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347268945504 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10551232 memory=8343992 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 64816705 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347267892608 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28966] ppid=28953 vsize=10551232 memory=3200 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347266840912 140347690014619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28967] ppid=28953 vsize=10551232 memory=5215276 CPUtime=1.75 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 897 0 -1 1077944384 8970 0 0 0 174 1 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347265788320 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28968] ppid=28953 vsize=10551232 memory=1152 CPUtime=1.8 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 897 0 -1 1077944384 9575 0 0 0 179 1 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347264735232 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28969] ppid=28953 vsize=10551232 memory=-8774313645642428999 CPUtime=0.3 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 897 0 -1 1077944384 1888 0 0 0 30 0 0 0 20 0 15 0 64816708 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347263682720 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28970] ppid=28953 vsize=10551232 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816708 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347262630112 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28971] ppid=28953 vsize=10551232 memory=1228 CPUtime=0.43 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 897 0 -1 1077944384 1349 0 0 0 24 19 0 0 20 0 15 0 64816715 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347261578416 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
Current children cumulated CPU time: 1886.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8343992 KiB

[startup+530.401 s]
/proc/loadavg: 5.18 4.68 3.73 3/214 29005
/proc/meminfo: memFree=17581924/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10551232 memory=8343992 CPUtime=1887.86 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 565311 0 0 0 188006 780 0 0 20 0 15 0 64816696 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2637808 2085998 3130 1 0 2627261 0
[pid=28956/tid=28958] ppid=28953 vsize=10551232 memory=8343992 CPUtime=49.13 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) S 28953 28956 897 0 -1 1077944384 37822 0 0 0 4897 16 0 0 20 0 15 0 64816702 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347694235280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10551232 memory=4044 CPUtime=453.99 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 897 0 -1 1077944384 72105 0 0 0 45218 181 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347301505680 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10551232 memory=640 CPUtime=452.34 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 897 0 -1 1077944384 81529 0 0 0 45041 193 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347300452880 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10551232 memory=1792 CPUtime=452.6 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 897 0 -1 1077944384 144445 0 0 0 45075 185 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347299400080 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10551232 memory=3904 CPUtime=453.82 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 897 0 -1 1077944384 110706 0 0 0 45191 191 0 0 20 0 15 0 64816703 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347298347280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10551232 memory=960 CPUtime=21.6 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) R 28953 28956 897 0 -1 4202560 95532 0 0 0 2156 4 0 0 20 0 15 0 64816704 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347269998016 140347674992427 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10551232 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 64816704 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347268945504 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 64816705 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347267892608 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28966] ppid=28953 vsize=10551232 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347266840912 140347690014619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28967] ppid=28953 vsize=10551232 memory=1012 CPUtime=1.75 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 897 0 -1 1077944384 8970 0 0 0 174 1 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347265788320 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28968] ppid=28953 vsize=10551232 memory=10164 CPUtime=1.8 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 897 0 -1 1077944384 9575 0 0 0 179 1 0 0 20 0 15 0 64816707 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347264735232 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28969] ppid=28953 vsize=10551232 memory=1440 CPUtime=0.3 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 897 0 -1 1077944384 1888 0 0 0 30 0 0 0 20 0 15 0 64816708 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347263682720 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28970] ppid=28953 vsize=10551232 memory=2000 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64816708 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347262630112 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28971] ppid=28953 vsize=10551232 memory=10976 CPUtime=0.43 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 897 0 -1 1077944384 1349 0 0 0 24 19 0 0 20 0 15 0 64816715 10804461568 2085998 18446744073709551615 4194304 4196468 140726102865136 140347261578416 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
Current children cumulated CPU time: 1887.86 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8343992 KiB

[startup+530.801 s]
/proc/loadavg: 5.18 4.68 3.73 3/214 29005
/proc/meminfo: memFree=17581924/32770624 swapFree=67108860/67108860
[pid=28956] ppid=28953 vsize=10684512 memory=8344796 CPUtime=1888.28 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 897 0 -1 1077944320 566834 0 0 0 188048 780 0 0 20 0 17 0 64816696 10940940288 2086199 18446744073709551615 4194304 4196468 140726102865136 140726102847680 140347689996023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
/proc/28956/statm: 2671128 2086199 3173 1 0 2660543 0
[pid=28956/tid=28958] ppid=28953 vsize=10684512 memory=288230617509003574 CPUtime=49.15 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) S 28953 28956 897 0 -1 1077944384 38350 0 0 0 4899 16 0 0 20 0 17 0 64816702 10940940288 2086199 18446744073709551615 4194304 4196468 140726102865136 140347694236704 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28959] ppid=28953 vsize=10684512 memory=15536310592997909 CPUtime=453.99 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 897 0 -1 1077944384 72105 0 0 0 45218 181 0 0 20 0 16 0 64816703 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347301505680 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28960] ppid=28953 vsize=10684512 memory=1792 CPUtime=452.34 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 897 0 -1 1077944384 81529 0 0 0 45041 193 0 0 20 0 16 0 64816703 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347300452880 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28961] ppid=28953 vsize=10684512 memory=3904 CPUtime=452.6 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 897 0 -1 1077944384 144445 0 0 0 45075 185 0 0 20 0 16 0 64816703 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347299400080 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28962] ppid=28953 vsize=10684512 memory=8343992 CPUtime=453.82 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 897 0 -1 1077944384 110706 0 0 0 45191 191 0 0 20 0 16 0 64816703 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347298347280 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28963] ppid=28953 vsize=10684512 memory=10164 CPUtime=21.97 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 897 0 -1 1077944384 95536 0 0 0 2193 4 0 0 20 0 16 0 64816704 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347269999472 140347690007170 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28964] ppid=28953 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 897 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64816704 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347268945504 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28965] ppid=28953 vsize=10684512 memory=15536310592997909 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 64816705 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347267892608 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28966] ppid=28953 vsize=10684512 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64816707 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347266840912 140347690014619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28967] ppid=28953 vsize=10684512 memory=8343984 CPUtime=1.75 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 897 0 -1 1077944384 9042 0 0 0 174 1 0 0 20 0 16 0 64816707 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347265788272 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28968] ppid=28953 vsize=10684512 memory=36636 CPUtime=1.81 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) R 28953 28956 897 0 -1 4202560 10176 0 0 0 180 1 0 0 20 0 16 0 64816707 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347264735768 140347674917584 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28969] ppid=28953 vsize=10684512 memory=1292 CPUtime=0.31 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 897 0 -1 1077944384 2157 0 0 0 31 0 0 0 20 0 16 0 64816708 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347263682672 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28970] ppid=28953 vsize=10684512 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64816708 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347262630112 140347690006229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
[pid=28956/tid=28971] ppid=28953 vsize=10684512 memory=8343992 CPUtime=0.43 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 897 0 -1 1077944384 1349 0 0 0 24 19 0 0 20 0 16 0 64816715 10940940288 2086205 18446744073709551615 4194304 4196468 140726102865136 140347261578416 140347690007170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 36134912 140726102868368 140726102868521 140726102868521 140726102872015 0
Current children cumulated CPU time: 1888.28 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8344796 KiB

[startup+531.002 s]*
/proc/loadavg: 5.18 4.68 3.73 4/214 29007
/proc/meminfo: memFree=17581288/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 531.045
CPU time (s): 1888.34
CPU user time (s): 1880.49
CPU system time (s): 7.8486
CPU usage (%): 355.589
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8344820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1880.49
system time used= 7.84859
maximum resident set size= 8345108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 566889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31475
involuntary context switches= 17727


# summary of solver processes directly reported to runsolver:
#   pid: 28956
#   total CPU time (s): 1888.34
#   total CPU user time (s): 1880.49
#   total CPU system time (s): 7.8486

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.26711 second user time and 5.2303 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 13:51:54
IDJOB=4263656
IDBENCH=126256
IDSOLVER=2651
FILE ID=node125/4263656-1502625960
RUNJOBID= node125-1502623975-28611
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263656-1502625960/watcher-4263656-1502625960 -o /tmp/evaluation-result-4263656-1502625960/solver-4263656-1502625960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263656-1502625960.xml

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

MD5SUM BENCH= 1acf0ac9bd97a514ba0385b56c9970ab
RANDOM SEED=968342391

node125.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.07
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.07
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.07
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.07
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:        26494160 kB
MemAvailable:   27341268 kB
Buffers:          283676 kB
Cached:           859172 kB
SwapCached:            0 kB
Active:          5258568 kB
Inactive:         582168 kB
Active(anon):    4698204 kB
Inactive(anon):    33100 kB
Active(file):     560364 kB
Inactive(file):   549068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3888 kB
Writeback:            52 kB
AnonPages:       4697872 kB
Mapped:            58472 kB
Shmem:             33444 kB
Slab:             132544 kB
SReclaimable:     107024 kB
SUnreclaim:        25520 kB
KernelStack:        3424 kB
PageTables:        13932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6134300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4546560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node125 at 2017-08-13 14:00:45