Trace number 4262853

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 2021.21 564.37903

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0120-17.xml
MD5SUM2f852f7efb9788b9c4f77f580498dd38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables371
Number of constraints77
Number of domains2
Minimum domain size65
Maximum domain size75
Distribution of domain sizes[{"size":65,"count":370},{"size":75,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":296},{"degree":4,"count":74}]
Minimum constraint arity5
Maximum constraint arity370
Distribution of constraint arities[{"arity":5,"count":74},{"arity":75,"count":1},{"arity":370,"count":2}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262853-1502634684/watcher-4262853-1502634684 -o /tmp/evaluation-result-4262853-1502634684/solver-4262853-1502634684 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502633193-2425 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262853-1502634684.xml 

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

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

solver pid=2719, runsolver pid=2716

[startup+0.100113 s]*
/proc/loadavg: 4.55 4.29 3.18 3/216 2734
/proc/meminfo: memFree=25476516/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10555400 memory=29332 CPUtime=0.12 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 6920 0 0 0 11 1 0 0 20 0 15 0 96556466 10808729600 7333 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2638850 7333 2813 1 0 2627263 0
[pid=2719/tid=2721] ppid=2716 vsize=10555400 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) R 2716 2719 31794 0 -1 4202560 4736 0 0 0 8 0 0 0 20 0 15 0 96556466 10808729600 7333 33554432000 4194304 4196468 140725944843744 140292659908336 140292639761758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808729600 7333 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10555400 memory=140342134212224 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808729600 7333 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808729600 7333 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556467 10808729600 7333 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10555400 memory=140342134212224 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) S 2716 2719 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556468 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291758590448 140292655692418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2727] ppid=2716 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2727/stat : 2727 (java) S 2716 2719 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96556469 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291757536672 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2728] ppid=2716 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2728/stat : 2728 (java) S 2716 2719 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96556469 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291756484080 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2729] ppid=2716 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2729/stat : 2729 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556471 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291755432656 140292655699867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2730] ppid=2716 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2730/stat : 2730 (java) S 2716 2719 31794 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 96556471 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291754379248 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2731] ppid=2716 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2731/stat : 2731 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556471 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291753326704 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2732] ppid=2716 vsize=10555400 memory=140342134212224 CPUtime=0.01 cores=0,2,4,6
/proc/2719/task/2732/stat : 2732 (java) R 2716 2719 31794 0 -1 4202560 383 0 0 0 1 0 0 0 20 0 15 0 96556471 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291281512688 140292655702618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2733] ppid=2716 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556472 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10555400 memory=140342134212224 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556472 10808729600 7333 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29332 KiB

[startup+0.210874 s]*
/proc/loadavg: 4.55 4.29 3.18 5/216 2734
/proc/meminfo: memFree=25469304/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10555400 memory=37836 CPUtime=0.3 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 8067 0 0 0 29 1 0 0 20 0 15 0 96556466 10808729600 9459 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2638850 9459 2968 1 0 2627263 0
[pid=2719/tid=2721] ppid=2716 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) R 2716 2719 31794 0 -1 4202560 5179 0 0 0 19 1 0 0 20 0 15 0 96556466 10808729600 9459 33554432000 4194304 4196468 140725944843744 140292659918992 140292639761758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10555400 memory=331 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808729600 9459 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10555400 memory=140342134226298 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808729600 9459 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808729600 9459 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556467 10808729600 9459 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10555400 memory=140342134212224 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) S 2716 2719 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556468 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291758590448 140292655692418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2727] ppid=2716 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2727/stat : 2727 (java) S 2716 2719 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96556469 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291757536672 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2728] ppid=2716 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2728/stat : 2728 (java) S 2716 2719 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96556469 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291756484080 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2729] ppid=2716 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2729/stat : 2729 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556471 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291755432656 140292655699867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2730] ppid=2716 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2719/task/2730/stat : 2730 (java) S 2716 2719 31794 0 -1 1077944384 528 0 0 0 1 0 0 0 20 0 15 0 96556471 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291754379248 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2731] ppid=2716 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2719/task/2731/stat : 2731 (java) S 2716 2719 31794 0 -1 1077944384 196 0 0 0 2 0 0 0 20 0 15 0 96556471 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291753326704 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2732] ppid=2716 vsize=10555400 memory=140342134212224 CPUtime=0.06 cores=0,2,4,6
/proc/2719/task/2732/stat : 2732 (java) S 2716 2719 31794 0 -1 1077944384 822 0 0 0 6 0 0 0 20 0 15 0 96556471 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291281512688 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2733] ppid=2716 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556472 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10555400 memory=140342134212224 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556472 10808729600 9459 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37836 KiB

[startup+0.311189 s]*
/proc/loadavg: 4.55 4.29 3.18 4/216 2734
/proc/meminfo: memFree=25460868/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10555476 memory=45196 CPUtime=0.52 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 8885 0 0 0 50 2 0 0 20 0 15 0 96556466 10808807424 11299 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2638869 11299 3035 1 0 2627263 0
[pid=2719/tid=2721] ppid=2716 vsize=10555476 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) R 2716 2719 31794 0 -1 4202560 5613 0 0 0 29 1 0 0 20 0 15 0 96556466 10808807424 11299 33554432000 4194304 4196468 140725944843744 140292659914896 140292655693206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808807424 11299 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10555476 memory=140342134267936 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808807424 11299 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10555476 memory=58084 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556467 10808807424 11299 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556467 10808807424 11299 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10555476 memory=140342134274848 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) S 2716 2719 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556468 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291758590448 140292655692418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2727] ppid=2716 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2727/stat : 2727 (java) S 2716 2719 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96556469 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291757536672 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2728] ppid=2716 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2728/stat : 2728 (java) S 2716 2719 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96556469 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291756484080 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2729] ppid=2716 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2729/stat : 2729 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556471 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291755432656 140292655699867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2730] ppid=2716 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2719/task/2730/stat : 2730 (java) S 2716 2719 31794 0 -1 1077944384 609 0 0 0 3 0 0 0 20 0 15 0 96556471 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291754379248 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2731] ppid=2716 vsize=10555476 memory=140342015935759 CPUtime=0.05 cores=0,2,4,6
/proc/2719/task/2731/stat : 2731 (java) S 2716 2719 31794 0 -1 1077944384 305 0 0 0 5 0 0 0 20 0 15 0 96556471 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291753326704 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2732] ppid=2716 vsize=10555476 memory=140342134214849 CPUtime=0.12 cores=0,2,4,6
/proc/2719/task/2732/stat : 2732 (java) R 2716 2719 31794 0 -1 4202560 1001 0 0 0 12 0 0 0 20 0 15 0 96556471 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291281512688 140292639761758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2733] ppid=2716 vsize=10555476 memory=140342015937967 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556472 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10555476 memory=280684150171584 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556472 10808807424 11299 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45196 KiB

[startup+0.704731 s]
/proc/loadavg: 4.55 4.29 3.18 6/216 2734
/proc/meminfo: memFree=25431892/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10555476 memory=188648 CPUtime=1.7 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 11231 0 0 0 164 6 0 0 20 0 15 0 96556466 10808807424 47162 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2638869 47162 3107 1 0 2627263 0
[pid=2719/tid=2721] ppid=2716 vsize=10555476 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) R 2716 2719 31794 0 -1 4202560 5960 0 0 0 63 3 0 0 20 0 15 0 96556466 10808807424 47162 33554432000 4194304 4196468 140725944843744 140292659917536 140292655693206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 96556467 10808807424 47162 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 96556467 10808807424 47162 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 96556467 10808807424 47162 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 96556467 10808807424 47162 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10555476 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) S 2716 2719 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96556468 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291758590448 140292655692418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2727] ppid=2716 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2727/stat : 2727 (java) S 2716 2719 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96556469 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291757536736 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2728] ppid=2716 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2728/stat : 2728 (java) S 2716 2719 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96556469 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291756484080 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2729] ppid=2716 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2729/stat : 2729 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556471 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291755432656 140292655699867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2730] ppid=2716 vsize=10555476 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/2719/task/2730/stat : 2730 (java) S 2716 2719 31794 0 -1 1077944384 1229 0 0 0 34 0 0 0 20 0 15 0 96556471 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291754379248 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2731] ppid=2716 vsize=10555476 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/2719/task/2731/stat : 2731 (java) S 2716 2719 31794 0 -1 1077944384 989 0 0 0 35 0 0 0 20 0 15 0 96556471 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291753326704 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2732] ppid=2716 vsize=10555476 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/2719/task/2732/stat : 2732 (java) R 2716 2719 31794 0 -1 4202560 1553 0 0 0 27 0 0 0 20 0 15 0 96556471 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291281507264 140292655702618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2733] ppid=2716 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556472 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556472 10808807424 47162 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 188648 KiB

[startup+1.50074 s]
/proc/loadavg: 4.55 4.29 3.18 5/216 2734
/proc/meminfo: memFree=25293584/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10558020 memory=286988 CPUtime=4.22 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 21159 0 0 0 411 11 0 0 20 0 15 0 96556466 10811412480 71747 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2639505 71747 3140 1 0 2627899 0
[pid=2719/tid=2721] ppid=2716 vsize=10558020 memory=2241 CPUtime=1.37 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) R 2716 2719 31794 0 -1 4202560 6003 0 0 0 134 3 0 0 20 0 15 0 96556466 10811412480 71747 33554432000 4194304 4196468 140725944843744 140292659888432 140292295653721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10558020 memory=2244 CPUtime=0.04 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 146 0 0 0 4 0 0 0 20 0 15 0 96556467 10811412480 71747 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10558020 memory=280684032084032 CPUtime=0.05 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 39 0 0 0 4 1 0 0 20 0 15 0 96556467 10811412480 71747 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10558020 memory=6944652177228980320 CPUtime=0.06 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 42 0 0 0 5 1 0 0 20 0 15 0 96556467 10811412480 71747 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10558020 memory=6655300316396806240 CPUtime=0.06 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 166 0 0 0 5 1 0 0 20 0 15 0 96556467 10811412480 71747 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10558020 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) S 2716 2719 31794 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96556468 10811412480 71747 33554432000 4194304 4196468 140725944843744 140291758590448 140292655692418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0

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

[pid=2719/tid=2733] ppid=2716 vsize=10555476 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556472 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10555476 memory=1728 CPUtime=0.39 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 634 0 0 0 26 13 0 0 20 0 15 0 96556472 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 2014.09 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8345660 KiB

[startup+563.201 s]
/proc/loadavg: 4.74 4.63 3.81 6/216 2752
/proc/meminfo: memFree=17142720/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10555476 memory=8345660 CPUtime=2020.21 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 256241 0 0 0 201279 742 0 0 20 0 15 0 96556466 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2638869 2086415 3162 1 0 2627263 0
[pid=2719/tid=2721] ppid=2716 vsize=10555476 memory=1004 CPUtime=41.82 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) S 2716 2719 31794 0 -1 1077944384 17888 0 0 0 4167 15 0 0 20 0 15 0 96556466 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292659917296 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10555476 memory=5296 CPUtime=486.59 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 39527 0 0 0 48490 169 0 0 20 0 15 0 96556467 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10555476 memory=1196 CPUtime=487.97 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 29599 0 0 0 48621 176 0 0 20 0 15 0 96556467 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10555476 memory=8345636 CPUtime=486.8 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 26928 0 0 0 48504 176 0 0 20 0 15 0 96556467 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10555476 memory=4612 CPUtime=486.37 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 27765 0 0 0 48444 193 0 0 20 0 15 0 96556467 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10555476 memory=8345660 CPUtime=26.28 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) R 2716 2719 31794 0 -1 4202560 94519 0 0 0 2624 4 0 0 20 0 15 0 96556468 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291758588992 140292640381933 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2727] ppid=2716 vsize=10555476 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2727/stat : 2727 (java) S 2716 2719 31794 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 96556469 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291757536736 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2728] ppid=2716 vsize=10555476 memory=27644 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2728/stat : 2728 (java) S 2716 2719 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96556469 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291756484096 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2729] ppid=2716 vsize=10555476 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2729/stat : 2729 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556471 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291755432656 140292655699867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2730] ppid=2716 vsize=10555476 memory=0 CPUtime=1.78 cores=0,2,4,6
/proc/2719/task/2730/stat : 2730 (java) S 2716 2719 31794 0 -1 1077944384 8921 0 0 0 177 1 0 0 20 0 15 0 96556471 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291754379296 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2731] ppid=2716 vsize=10555476 memory=4279353494052561728 CPUtime=1.78 cores=0,2,4,6
/proc/2719/task/2731/stat : 2731 (java) S 2716 2719 31794 0 -1 1077944384 6861 0 0 0 177 1 0 0 20 0 15 0 96556471 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291753326752 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2732] ppid=2716 vsize=10555476 memory=7084274739351741248 CPUtime=0.33 cores=0,2,4,6
/proc/2719/task/2732/stat : 2732 (java) S 2716 2719 31794 0 -1 1077944384 2224 0 0 0 33 0 0 0 20 0 15 0 96556471 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291281512448 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2733] ppid=2716 vsize=10555476 memory=8345656 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556472 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10555476 memory=8345656 CPUtime=0.39 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 634 0 0 0 26 13 0 0 20 0 15 0 96556472 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 2020.21 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8345660 KiB

[startup+564.001 s]*
/proc/loadavg: 4.52 4.59 3.80 3/216 2752
/proc/meminfo: memFree=17142720/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10555476 memory=8345660 CPUtime=2021.01 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 256245 0 0 0 201359 742 0 0 20 0 15 0 96556466 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2638869 2086415 3162 1 0 2627263 0
[pid=2719/tid=2721] ppid=2716 vsize=10555476 memory=6935054825532540783 CPUtime=41.82 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) S 2716 2719 31794 0 -1 1077944384 17888 0 0 0 4167 15 0 0 20 0 15 0 96556466 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292659917296 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10555476 memory=4126316290023845779 CPUtime=486.59 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 39527 0 0 0 48490 169 0 0 20 0 15 0 96556467 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10555476 memory=6628 CPUtime=487.97 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 29599 0 0 0 48621 176 0 0 20 0 15 0 96556467 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10555476 memory=11041 CPUtime=486.8 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 26928 0 0 0 48504 176 0 0 20 0 15 0 96556467 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10555476 memory=4420 CPUtime=486.37 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 27765 0 0 0 48444 193 0 0 20 0 15 0 96556467 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10555476 memory=6628 CPUtime=27.09 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) R 2716 2719 31794 0 -1 4202560 94523 0 0 0 2705 4 0 0 20 0 15 0 96556468 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291758588880 140292640677672 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2727] ppid=2716 vsize=10555476 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2727/stat : 2727 (java) S 2716 2719 31794 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 96556469 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291757536736 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2728] ppid=2716 vsize=10555476 memory=3216 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2728/stat : 2728 (java) S 2716 2719 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96556469 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291756484096 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2729] ppid=2716 vsize=10555476 memory=8345640 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2729/stat : 2729 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556471 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291755432656 140292655699867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2730] ppid=2716 vsize=10555476 memory=4108 CPUtime=1.78 cores=0,2,4,6
/proc/2719/task/2730/stat : 2730 (java) S 2716 2719 31794 0 -1 1077944384 8921 0 0 0 177 1 0 0 20 0 15 0 96556471 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291754379296 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2731] ppid=2716 vsize=10555476 memory=1692 CPUtime=1.78 cores=0,2,4,6
/proc/2719/task/2731/stat : 2731 (java) S 2716 2719 31794 0 -1 1077944384 6861 0 0 0 177 1 0 0 20 0 15 0 96556471 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291753326752 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2732] ppid=2716 vsize=10555476 memory=916 CPUtime=0.33 cores=0,2,4,6
/proc/2719/task/2732/stat : 2732 (java) S 2716 2719 31794 0 -1 1077944384 2224 0 0 0 33 0 0 0 20 0 15 0 96556471 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291281512448 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2733] ppid=2716 vsize=10555476 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556472 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10555476 memory=2340 CPUtime=0.39 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 634 0 0 0 26 13 0 0 20 0 15 0 96556472 10808807424 2086415 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 2021.01 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8345660 KiB

[startup+564.201 s]
/proc/loadavg: 4.52 4.59 3.80 3/216 2752
/proc/meminfo: memFree=17142720/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10690804 memory=8346544 CPUtime=2021.16 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 262237 0 0 0 201373 743 0 0 20 0 16 0 96556466 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2672701 2086636 3206 1 0 2661057 0
[pid=2719/tid=2721] ppid=2716 vsize=10690804 memory=8345660 CPUtime=41.86 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) S 2716 2719 31794 0 -1 1077944384 19575 0 0 0 4170 16 0 0 20 0 16 0 96556466 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292659921952 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10690804 memory=4108 CPUtime=486.59 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 39527 0 0 0 48490 169 0 0 20 0 16 0 96556467 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10690804 memory=1692 CPUtime=487.97 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 29599 0 0 0 48621 176 0 0 20 0 16 0 96556467 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10690804 memory=916 CPUtime=486.8 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 26928 0 0 0 48504 176 0 0 20 0 16 0 96556467 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10690804 memory=3832 CPUtime=486.37 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 27765 0 0 0 48444 193 0 0 20 0 16 0 96556467 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10690804 memory=31060 CPUtime=27.2 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) S 2716 2719 31794 0 -1 1077944384 97682 0 0 0 2715 5 0 0 20 0 16 0 96556468 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291758590448 140292655692418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2727] ppid=2716 vsize=10690804 memory=8345660 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2727/stat : 2727 (java) S 2716 2719 31794 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 96556469 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291757536736 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2728] ppid=2716 vsize=10690804 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2728/stat : 2728 (java) S 2716 2719 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96556469 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291756484096 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2729] ppid=2716 vsize=10690804 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2729/stat : 2729 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96556471 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291755432656 140292655699867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2730] ppid=2716 vsize=10690804 memory=916 CPUtime=1.79 cores=0,2,4,6
/proc/2719/task/2730/stat : 2730 (java) S 2716 2719 31794 0 -1 1077944384 8969 0 0 0 178 1 0 0 20 0 16 0 96556471 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291754379248 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2731] ppid=2716 vsize=10690804 memory=3832 CPUtime=1.78 cores=0,2,4,6
/proc/2719/task/2731/stat : 2731 (java) S 2716 2719 31794 0 -1 1077944384 6865 0 0 0 177 1 0 0 20 0 16 0 96556471 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291753326704 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2732] ppid=2716 vsize=10690804 memory=1728 CPUtime=0.35 cores=0,2,4,6
/proc/2719/task/2732/stat : 2732 (java) S 2716 2719 31794 0 -1 1077944384 3246 0 0 0 35 0 0 0 20 0 16 0 96556471 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291281512688 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2733] ppid=2716 vsize=10690804 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96556472 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10690804 memory=8345660 CPUtime=0.39 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 634 0 0 0 26 13 0 0 20 0 16 0 96556472 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 2021.16 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8346544 KiB

[startup+564.301 s]
/proc/loadavg: 4.52 4.59 3.80 3/216 2752
/proc/meminfo: memFree=17142720/32770624 swapFree=67108860/67108860
[pid=2719] ppid=2716 vsize=10690804 memory=8346544 CPUtime=2021.16 cores=0,2,4,6
/proc/2719/stat : 2719 (java) S 2716 2719 31794 0 -1 1077944320 262237 0 0 0 201373 743 0 0 20 0 16 0 96556466 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140725944826288 140292655681271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
/proc/2719/statm: 2672701 2086636 3206 1 0 2661057 0
[pid=2719/tid=2721] ppid=2716 vsize=10690804 memory=8345660 CPUtime=41.86 cores=0,2,4,6
/proc/2719/task/2721/stat : 2721 (java) S 2716 2719 31794 0 -1 1077944384 19575 0 0 0 4170 16 0 0 20 0 16 0 96556466 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292659921952 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2722] ppid=2716 vsize=10690804 memory=8345640 CPUtime=486.59 cores=0,2,4,6
/proc/2719/task/2722/stat : 2722 (java) S 2716 2719 31794 0 -1 1077944384 39527 0 0 0 48490 169 0 0 20 0 16 0 96556467 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292625393936 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2723] ppid=2716 vsize=10690804 memory=8345660 CPUtime=487.97 cores=0,2,4,6
/proc/2719/task/2723/stat : 2723 (java) S 2716 2719 31794 0 -1 1077944384 29599 0 0 0 48621 176 0 0 20 0 16 0 96556467 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292261284240 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2724] ppid=2716 vsize=10690804 memory=8345680 CPUtime=486.8 cores=0,2,4,6
/proc/2719/task/2724/stat : 2724 (java) S 2716 2719 31794 0 -1 1077944384 26928 0 0 0 48504 176 0 0 20 0 16 0 96556467 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292260231696 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2725] ppid=2716 vsize=10690804 memory=2257 CPUtime=486.37 cores=0,2,4,6
/proc/2719/task/2725/stat : 2725 (java) S 2716 2719 31794 0 -1 1077944384 27765 0 0 0 48444 193 0 0 20 0 16 0 96556467 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140292259179152 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2726] ppid=2716 vsize=10690804 memory=164 CPUtime=27.2 cores=0,2,4,6
/proc/2719/task/2726/stat : 2726 (java) S 2716 2719 31794 0 -1 1077944384 97682 0 0 0 2715 5 0 0 20 0 16 0 96556468 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291758590448 140292655692418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2727] ppid=2716 vsize=10690804 memory=8345660 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2727/stat : 2727 (java) S 2716 2719 31794 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 96556469 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291757536736 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2728] ppid=2716 vsize=10690804 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2728/stat : 2728 (java) S 2716 2719 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96556469 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291756484096 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2729] ppid=2716 vsize=10690804 memory=8345660 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2729/stat : 2729 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96556471 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291755432656 140292655699867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2730] ppid=2716 vsize=10690804 memory=4140 CPUtime=1.79 cores=0,2,4,6
/proc/2719/task/2730/stat : 2730 (java) S 2716 2719 31794 0 -1 1077944384 8969 0 0 0 178 1 0 0 20 0 16 0 96556471 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291754379248 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2731] ppid=2716 vsize=10690804 memory=27644 CPUtime=1.78 cores=0,2,4,6
/proc/2719/task/2731/stat : 2731 (java) S 2716 2719 31794 0 -1 1077944384 6865 0 0 0 177 1 0 0 20 0 16 0 96556471 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291753326704 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2732] ppid=2716 vsize=10690804 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/2719/task/2732/stat : 2732 (java) S 2716 2719 31794 0 -1 1077944384 3246 0 0 0 35 0 0 0 20 0 16 0 96556471 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291281512688 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2733] ppid=2716 vsize=10690804 memory=4898 CPUtime=0 cores=0,2,4,6
/proc/2719/task/2733/stat : 2733 (java) S 2716 2719 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96556472 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291280460384 140292655691477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
[pid=2719/tid=2734] ppid=2716 vsize=10690804 memory=8345660 CPUtime=0.39 cores=0,2,4,6
/proc/2719/task/2734/stat : 2734 (java) S 2716 2719 31794 0 -1 1077944384 634 0 0 0 26 13 0 0 20 0 16 0 96556472 10947383296 2086636 33554432000 4194304 4196468 140725944843744 140291279407920 140292655692418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38436864 140725944845446 140725944845599 140725944845599 140725944848335 0
Current children cumulated CPU time: 2021.16 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8346544 KiB

Child status: 0
Real time (s): 564.379
CPU time (s): 2021.21
CPU user time (s): 2013.74
CPU system time (s): 7.47294
CPU usage (%): 358.13
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8346544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2013.74
system time used= 7.47294
maximum resident set size= 8346788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262338
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37202
involuntary context switches= 27053


# summary of solver processes directly reported to runsolver:
#   pid: 2719
#   total CPU time (s): 2021.21
#   total CPU user time (s): 2013.74
#   total CPU system time (s): 7.47294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.26833 second user time and 5.63806 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 16:17:05
IDJOB=4262853
IDBENCH=137061
IDSOLVER=2651
FILE ID=node107/4262853-1502634684
RUNJOBID= node107-1502633193-2425
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0120-17.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262853-1502634684/watcher-4262853-1502634684 -o /tmp/evaluation-result-4262853-1502634684/solver-4262853-1502634684 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502633193-2425 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262853-1502634684.xml

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

MD5SUM BENCH= 2f852f7efb9788b9c4f77f580498dd38
RANDOM SEED=177333627

node107.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.84
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.84
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.84
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.84
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:        25493160 kB
MemAvailable:   28266512 kB
Buffers:          162620 kB
Cached:          2899560 kB
SwapCached:            0 kB
Active:          4196420 kB
Inactive:        2638336 kB
Active(anon):    3775512 kB
Inactive(anon):    24972 kB
Active(file):     420908 kB
Inactive(file):  2613364 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       3778632 kB
Mapped:            55220 kB
Shmem:             25228 kB
Slab:             135412 kB
SReclaimable:     109828 kB
SUnreclaim:        25584 kB
KernelStack:        3504 kB
PageTables:        12468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4761368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3608576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 16:26:30