Trace number 4263655

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 2203.53 618.51099

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-08.xml
MD5SUMe66788b55a8c4825b73f7b3fa22372b6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints45
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":27}]
Minimum variable degree9
Maximum variable degree9
Distribution of variable degrees[{"degree":9,"count":27}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":9},{"arity":6,"count":36}]
Number of extensional constraints36
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":36},{"type":"ordered","count":9}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263655-1502625958/watcher-4263655-1502625958 -o /tmp/evaluation-result-4263655-1502625958/solver-4263655-1502625958 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263655-1502625958.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=1879, runsolver pid=1876


[startup+0.100059 s]*
/proc/loadavg: 5.21 3.98 3.08 5/217 1894
/proc/meminfo: memFree=20014536/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10555400 memory=31068 CPUtime=0.12 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 6388 0 0 0 11 1 0 0 20 0 15 0 95683601 10808729600 7767 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2638850 7767 2787 1 0 2627263 0
[pid=1879/tid=1881] ppid=1876 vsize=10555400 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1876 1879 30942 0 -1 4202560 4227 0 0 0 8 1 0 0 20 0 15 0 95683602 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654760270320 140654756070557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654682122512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10555400 memory=140157389405792 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654681069968 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654680017424 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1876 1879 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95683603 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654678964880 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10555400 memory=140157389391488 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1876 1879 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95683604 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654247242224 140654756059778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1887] ppid=1876 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1876 1879 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95683604 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654246188448 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1888] ppid=1876 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1888/stat : 1888 (java) S 1876 1879 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95683605 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654245135856 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1889] ppid=1876 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1889/stat : 1889 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654244084432 140654756067227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1890] ppid=1876 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1890/stat : 1890 (java) R 1876 1879 30942 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 95683607 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654243031024 140654756059778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1891] ppid=1876 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1891/stat : 1891 (java) S 1876 1879 30942 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95683607 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654241978480 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1892] ppid=1876 vsize=10555400 memory=140157389391488 CPUtime=0.02 cores=0,2,4,6
/proc/1879/task/1892/stat : 1892 (java) R 1876 1879 30942 0 -1 4202560 379 0 0 0 2 0 0 0 20 0 15 0 95683607 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654240925936 140654734708273 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1893] ppid=1876 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654239873632 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1894] ppid=1876 vsize=10555400 memory=140157389391488 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683607 10808729600 7767 33554432000 4194304 4196468 140722586159280 140654238821168 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31068 KiB

[startup+0.212416 s]*
/proc/loadavg: 5.21 3.98 3.08 4/217 1894
/proc/meminfo: memFree=20004536/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10555400 memory=41484 CPUtime=0.31 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 7434 0 0 0 29 2 0 0 20 0 15 0 95683601 10808729600 10371 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2638850 10371 2971 1 0 2627263 0
[pid=1879/tid=1881] ppid=1876 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1876 1879 30942 0 -1 4202560 4544 0 0 0 19 1 0 0 20 0 15 0 95683602 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654760287616 140654740129118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654682122512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10555400 memory=140157389405792 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654681069968 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654680017424 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1876 1879 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95683603 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654678964880 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10555400 memory=140157389391488 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1876 1879 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95683604 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654247242224 140654756059778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1887] ppid=1876 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1876 1879 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95683604 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654246188448 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1888] ppid=1876 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1888/stat : 1888 (java) S 1876 1879 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95683605 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654245135856 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1889] ppid=1876 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1889/stat : 1889 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654244084432 140654756067227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1890] ppid=1876 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1879/task/1890/stat : 1890 (java) S 1876 1879 30942 0 -1 1077944384 678 0 0 0 2 0 0 0 20 0 15 0 95683607 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654243031024 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1891] ppid=1876 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1879/task/1891/stat : 1891 (java) S 1876 1879 30942 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 15 0 95683607 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654241978480 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1892] ppid=1876 vsize=10555400 memory=140157389391488 CPUtime=0.05 cores=0,2,4,6
/proc/1879/task/1892/stat : 1892 (java) S 1876 1879 30942 0 -1 1077944384 491 0 0 0 5 0 0 0 20 0 15 0 95683607 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654240925936 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1893] ppid=1876 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654239873632 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1894] ppid=1876 vsize=10555400 memory=140157389391488 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683607 10808729600 10371 33554432000 4194304 4196468 140722586159280 140654238821168 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41484 KiB

[startup+0.310455 s]*
/proc/loadavg: 5.21 3.98 3.08 3/217 1894
/proc/meminfo: memFree=20000008/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10555476 memory=46140 CPUtime=0.49 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 8340 0 0 0 46 3 0 0 20 0 15 0 95683601 10808807424 11535 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2638869 11535 3005 1 0 2627263 0
[pid=1879/tid=1881] ppid=1876 vsize=10555476 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1876 1879 30942 0 -1 4202560 5197 0 0 0 28 1 0 0 20 0 15 0 95683602 10808807424 11535 33554432000 4194304 4196468 140722586159280 140654760282224 140654756060566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808807424 11535 33554432000 4194304 4196468 140722586159280 140654682122512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808807424 11535 33554432000 4194304 4196468 140722586159280 140654681069968 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808807424 11535 33554432000 4194304 4196468 140722586159280 140654680017424 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1876 1879 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95683603 10808807424 11535 33554432000 4194304 4196468 140722586159280 140654678964880 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10555476 memory=140157389391488 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1876 1879 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95683604 10808807424 11535 33554432000 4194304 4196468 140722586159280 140654247242224 140654756059778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1887] ppid=1876 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1876 1879 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95683604 10808807424 11535 33554432000 4194304 4196468 140722586159280 140654246188448 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1888] ppid=1876 vsize=10555476 memory=140157389391488 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1888/stat : 1888 (java) S 1876 1879 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95683605 10808807424 11535 33554432000 4194304 4196468 140722586159280 140654245135856 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1889] ppid=1876 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1889/stat : 1889 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 11600 33554432000 4194304 4196468 140722586159280 140654244084432 140654756067227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1890] ppid=1876 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1879/task/1890/stat : 1890 (java) S 1876 1879 30942 0 -1 1077944384 715 0 0 0 4 0 0 0 20 0 15 0 95683607 10808807424 11600 33554432000 4194304 4196468 140722586159280 140654243031024 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1891] ppid=1876 vsize=10555476 memory=140157265230879 CPUtime=0.03 cores=0,2,4,6
/proc/1879/task/1891/stat : 1891 (java) S 1876 1879 30942 0 -1 1077944384 424 0 0 0 3 0 0 0 20 0 15 0 95683607 10808807424 11600 33554432000 4194304 4196468 140722586159280 140654241978480 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1892] ppid=1876 vsize=10555476 memory=280314530459424 CPUtime=0.1 cores=0,2,4,6
/proc/1879/task/1892/stat : 1892 (java) R 1876 1879 30942 0 -1 4202560 646 0 0 0 10 0 0 0 20 0 15 0 95683607 10808807424 11600 33554432000 4194304 4196468 140722586159280 140654240925936 140654734678934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1893] ppid=1876 vsize=10555476 memory=280314530243368 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 11600 33554432000 4194304 4196468 140722586159280 140654239873632 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1894] ppid=1876 vsize=10555476 memory=12 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 11600 33554432000 4194304 4196468 140722586159280 140654238821168 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46140 KiB

[startup+0.700708 s]
/proc/loadavg: 4.95 3.95 3.07 5/217 1894
/proc/meminfo: memFree=19927296/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10555476 memory=167096 CPUtime=1.45 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 10338 0 0 0 139 6 0 0 20 0 15 0 95683601 10808807424 41774 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2638869 41774 3082 1 0 2627263 0
[pid=1879/tid=1881] ppid=1876 vsize=10555476 memory=416 CPUtime=0.67 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1876 1879 30942 0 -1 4202560 5292 0 0 0 64 3 0 0 20 0 15 0 95683602 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654760286792 140654359861225 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654682122512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10555476 memory=20785 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654681069968 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10555476 memory=2100 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683603 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654680017424 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10555476 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1876 1879 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95683603 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654678964880 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1876 1879 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95683604 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654247242224 140654756059778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1887] ppid=1876 vsize=10555476 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1876 1879 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95683604 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654246188448 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1888] ppid=1876 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1888/stat : 1888 (java) S 1876 1879 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95683605 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654245135856 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1889] ppid=1876 vsize=10555476 memory=-3535359994705171595 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1889/stat : 1889 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654244084432 140654756067227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1890] ppid=1876 vsize=10555476 memory=6943526294502006880 CPUtime=0.29 cores=0,2,4,6
/proc/1879/task/1890/stat : 1890 (java) S 1876 1879 30942 0 -1 1077944384 1404 0 0 0 28 1 0 0 20 0 15 0 95683607 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654243031024 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1891] ppid=1876 vsize=10555476 memory=6944656592455097440 CPUtime=0.28 cores=0,2,4,6
/proc/1879/task/1891/stat : 1891 (java) S 1876 1879 30942 0 -1 1077944384 1206 0 0 0 28 0 0 0 20 0 15 0 95683607 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654241978480 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1892] ppid=1876 vsize=10555476 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/1879/task/1892/stat : 1892 (java) S 1876 1879 30942 0 -1 1077944384 1069 0 0 0 17 0 0 0 20 0 15 0 95683607 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654240925936 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1893] ppid=1876 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654239873632 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1894] ppid=1876 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1876 1879 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 41774 33554432000 4194304 4196468 140722586159280 140654238821168 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 167096 KiB

[startup+1.50131 s]
/proc/loadavg: 4.95 3.95 3.07 4/217 1894
/proc/meminfo: memFree=19856524/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10555476 memory=258012 CPUtime=3.48 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 17451 0 0 0 338 10 0 0 20 0 15 0 95683601 10808807424 64503 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2638869 64503 3120 1 0 2627263 0
[pid=1879/tid=1881] ppid=1876 vsize=10555476 memory=122 CPUtime=1.42 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1876 1879 30942 0 -1 4202560 5386 0 0 0 139 3 0 0 20 0 15 0 95683602 10808807424 64503 33554432000 4194304 4196468 140722586159280 140654760284744 140654742119927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10555476 memory=2 CPUtime=0.02 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) S 1876 1879 30942 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 15 0 95683603 10808807424 64503 33554432000 4194304 4196468 140722586159280 140654682122512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10555476 memory=167096 CPUtime=0.02 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) S 1876 1879 30942 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 15 0 95683603 10808807424 64503 33554432000 4194304 4196468 140722586159280 140654681069968 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10555476 memory=416 CPUtime=0.03 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1876 1879 30942 0 -1 1077944384 121 0 0 0 3 0 0 0 20 0 15 0 95683603 10808807424 64503 33554432000 4194304 4196468 140722586159280 140654680017424 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10555476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1876 1879 30942 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 95683603 10808807424 64503 33554432000 4194304 4196468 140722586159280 140654678964880 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1876 1879 30942 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95683604 10808807424 64503 33554432000 4194304 4196468 140722586159280 140654247242224 140654756059778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0

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


[startup+616.001 s]*
/proc/loadavg: 4.86 4.58 3.77 6/218 2179
/proc/meminfo: memFree=18526572/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10555476 memory=8297068 CPUtime=2197.21 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 310405 0 0 0 218848 873 0 0 20 0 15 0 95683601 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2638869 2074267 3153 1 0 2627263 0
[pid=1879/tid=1881] ppid=1876 vsize=10555476 memory=1576 CPUtime=54.57 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) S 1876 1879 30942 0 -1 1077944384 17030 0 0 0 5447 10 0 0 20 0 15 0 95683602 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654760284704 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10555476 memory=932 CPUtime=528.48 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) R 1876 1879 30942 0 -1 4202560 42037 0 0 0 52633 215 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654682122712 140654737658276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10555476 memory=4126316290023845779 CPUtime=529.49 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) R 1876 1879 30942 0 -1 4202560 41392 0 0 0 52749 200 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654681070088 140654741038288 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10555476 memory=0 CPUtime=527.09 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) R 1876 1879 30942 0 -1 4202560 34381 0 0 0 52491 218 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654680017424 140654740506016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10555476 memory=-7533511066075829596 CPUtime=528.18 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) R 1876 1879 30942 0 -1 4202560 53506 0 0 0 52604 214 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654678965080 140654740748392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10555476 memory=-9001727377931987047 CPUtime=25.18 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1876 1879 30942 0 -1 1077944384 98019 0 0 0 2513 5 0 0 20 0 15 0 95683604 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654247240768 140654756058837 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1887] ppid=1876 vsize=10555476 memory=1399111604655069571 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1876 1879 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 95683604 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654246188512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1888] ppid=1876 vsize=10555476 memory=4206468019030941792 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1888/stat : 1888 (java) S 1876 1879 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 95683605 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654245135872 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1889] ppid=1876 vsize=10555476 memory=-7533229591096565664 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1889/stat : 1889 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654244084432 140654756067227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1890] ppid=1876 vsize=10555476 memory=140157265683804 CPUtime=1.79 cores=0,2,4,6
/proc/1879/task/1890/stat : 1890 (java) S 1876 1879 30942 0 -1 1077944384 7952 0 0 0 177 2 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654243031072 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1891] ppid=1876 vsize=10555476 memory=280314531143968 CPUtime=1.63 cores=0,2,4,6
/proc/1879/task/1891/stat : 1891 (java) S 1876 1879 30942 0 -1 1077944384 10679 0 0 0 162 1 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654241978528 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1892] ppid=1876 vsize=10555476 memory=68 CPUtime=0.29 cores=0,2,4,6
/proc/1879/task/1892/stat : 1892 (java) S 1876 1879 30942 0 -1 1077944384 2619 0 0 0 28 1 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654240925696 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1893] ppid=1876 vsize=10555476 memory=280314530987472 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654239873632 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1894] ppid=1876 vsize=10555476 memory=4126316290023845779 CPUtime=0.44 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1876 1879 30942 0 -1 1077944384 1399 0 0 0 29 15 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654238821168 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
Current children cumulated CPU time: 2197.21 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8297068 KiB

[startup+617.601 s]
/proc/loadavg: 4.86 4.58 3.77 6/218 2179
/proc/meminfo: memFree=18526572/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10555476 memory=8297068 CPUtime=2202.74 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 310697 0 0 0 219401 873 0 0 20 0 15 0 95683601 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2638869 2074267 3153 1 0 2627263 0
[pid=1879/tid=1881] ppid=1876 vsize=10555476 memory=27552 CPUtime=54.57 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) S 1876 1879 30942 0 -1 1077944384 17030 0 0 0 5447 10 0 0 20 0 15 0 95683602 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654760284704 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10555476 memory=1292 CPUtime=529.8 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) S 1876 1879 30942 0 -1 1077944384 42182 0 0 0 52765 215 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654682122512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10555476 memory=1700 CPUtime=530.79 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) S 1876 1879 30942 0 -1 1077944384 41483 0 0 0 52879 200 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654681069968 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10555476 memory=1228 CPUtime=528.41 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1876 1879 30942 0 -1 1077944384 34413 0 0 0 52623 218 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654680017424 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10555476 memory=5428 CPUtime=529.49 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1876 1879 30942 0 -1 1077944384 53530 0 0 0 52735 214 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654678964880 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10555476 memory=8112282956445269571 CPUtime=25.46 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) R 1876 1879 30942 0 -1 4202560 98019 0 0 0 2541 5 0 0 20 0 15 0 95683604 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654247240768 140654741044998 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1887] ppid=1876 vsize=10555476 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1876 1879 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 95683604 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654246188512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1888] ppid=1876 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1888/stat : 1888 (java) S 1876 1879 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 95683605 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654245135872 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1889] ppid=1876 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1889/stat : 1889 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654244084432 140654756067227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1890] ppid=1876 vsize=10555476 memory=288230583166042425 CPUtime=1.79 cores=0,2,4,6
/proc/1879/task/1890/stat : 1890 (java) S 1876 1879 30942 0 -1 1077944384 7952 0 0 0 177 2 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654243031072 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1891] ppid=1876 vsize=10555476 memory=14135541352367744 CPUtime=1.63 cores=0,2,4,6
/proc/1879/task/1891/stat : 1891 (java) S 1876 1879 30942 0 -1 1077944384 10679 0 0 0 162 1 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654241978528 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1892] ppid=1876 vsize=10555476 memory=8297068 CPUtime=0.29 cores=0,2,4,6
/proc/1879/task/1892/stat : 1892 (java) S 1876 1879 30942 0 -1 1077944384 2619 0 0 0 28 1 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654240925696 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1893] ppid=1876 vsize=10555476 memory=8297068 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654239873632 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1894] ppid=1876 vsize=10555476 memory=8297068 CPUtime=0.44 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1876 1879 30942 0 -1 1077944384 1399 0 0 0 29 15 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654238821168 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
Current children cumulated CPU time: 2202.74 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8297068 KiB

[startup+618.001 s]*
/proc/loadavg: 4.86 4.58 3.77 3/218 2179
/proc/meminfo: memFree=18526572/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10555476 memory=8297068 CPUtime=2203.15 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 310697 0 0 0 219442 873 0 0 20 0 15 0 95683601 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2638869 2074267 3153 1 0 2627263 0
[pid=1879/tid=1881] ppid=1876 vsize=10555476 memory=6935054825532540783 CPUtime=54.57 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) S 1876 1879 30942 0 -1 1077944384 17030 0 0 0 5447 10 0 0 20 0 15 0 95683602 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654760284704 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10555476 memory=4126316290023845779 CPUtime=529.8 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) S 1876 1879 30942 0 -1 1077944384 42182 0 0 0 52765 215 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654682122512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10555476 memory=956 CPUtime=530.79 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) S 1876 1879 30942 0 -1 1077944384 41483 0 0 0 52879 200 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654681069968 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10555476 memory=4108 CPUtime=528.41 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1876 1879 30942 0 -1 1077944384 34413 0 0 0 52623 218 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654680017424 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10555476 memory=2344 CPUtime=529.49 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1876 1879 30942 0 -1 1077944384 53530 0 0 0 52735 214 0 0 20 0 15 0 95683603 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654678964880 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10555476 memory=1156 CPUtime=25.87 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) R 1876 1879 30942 0 -1 4202560 98019 0 0 0 2582 5 0 0 20 0 15 0 95683604 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654247240768 140654741045184 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1887] ppid=1876 vsize=10555476 memory=3216 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1876 1879 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 95683604 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654246188512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1888] ppid=1876 vsize=10555476 memory=8297068 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1888/stat : 1888 (java) S 1876 1879 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 95683605 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654245135872 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1889] ppid=1876 vsize=10555476 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1889/stat : 1889 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654244084432 140654756067227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1890] ppid=1876 vsize=10555476 memory=3076 CPUtime=1.79 cores=0,2,4,6
/proc/1879/task/1890/stat : 1890 (java) S 1876 1879 30942 0 -1 1077944384 7952 0 0 0 177 2 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654243031072 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1891] ppid=1876 vsize=10555476 memory=287688 CPUtime=1.63 cores=0,2,4,6
/proc/1879/task/1891/stat : 1891 (java) S 1876 1879 30942 0 -1 1077944384 10679 0 0 0 162 1 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654241978528 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1892] ppid=1876 vsize=10555476 memory=1576 CPUtime=0.29 cores=0,2,4,6
/proc/1879/task/1892/stat : 1892 (java) S 1876 1879 30942 0 -1 1077944384 2619 0 0 0 28 1 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654240925696 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1893] ppid=1876 vsize=10555476 memory=932 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654239873632 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1894] ppid=1876 vsize=10555476 memory=2236 CPUtime=0.44 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1876 1879 30942 0 -1 1077944384 1399 0 0 0 29 15 0 0 20 0 15 0 95683607 10808807424 2074267 33554432000 4194304 4196468 140722586159280 140654238821168 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
Current children cumulated CPU time: 2203.15 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8297068 KiB

[startup+618.401 s]
/proc/loadavg: 4.86 4.58 3.77 3/218 2179
/proc/meminfo: memFree=18526572/32770624 swapFree=67108860/67108860
[pid=1879] ppid=1876 vsize=10688756 memory=8297976 CPUtime=2203.47 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1876 1879 30942 0 -1 1077944320 313182 0 0 0 219473 874 0 0 20 0 16 0 95683601 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140722586141824 140654756048631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
/proc/1879/statm: 2672189 2074494 3197 1 0 2660545 0
[pid=1879/tid=1881] ppid=1876 vsize=10688756 memory=8297068 CPUtime=54.59 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) S 1876 1879 30942 0 -1 1077944384 17464 0 0 0 5449 10 0 0 20 0 16 0 95683602 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654760289312 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1882] ppid=1876 vsize=10688756 memory=8297060 CPUtime=529.8 cores=0,2,4,6
/proc/1879/task/1882/stat : 1882 (java) S 1876 1879 30942 0 -1 1077944384 42182 0 0 0 52765 215 0 0 20 0 16 0 95683603 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654682122512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1883] ppid=1876 vsize=10688756 memory=8297068 CPUtime=530.79 cores=0,2,4,6
/proc/1879/task/1883/stat : 1883 (java) S 1876 1879 30942 0 -1 1077944384 41483 0 0 0 52879 200 0 0 20 0 16 0 95683603 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654681069968 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1884] ppid=1876 vsize=10688756 memory=-6876588461455810464 CPUtime=528.41 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1876 1879 30942 0 -1 1077944384 34413 0 0 0 52623 218 0 0 20 0 16 0 95683603 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654680017424 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1885] ppid=1876 vsize=10688756 memory=4206468019014099040 CPUtime=529.49 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1876 1879 30942 0 -1 1077944384 53530 0 0 0 52735 214 0 0 20 0 16 0 95683603 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654678964880 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1886] ppid=1876 vsize=10688756 memory=8112282956445269571 CPUtime=26.07 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1876 1879 30942 0 -1 1077944384 98129 0 0 0 2602 5 0 0 20 0 16 0 95683604 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654247242224 140654756059778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1887] ppid=1876 vsize=10688756 memory=15656 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1876 1879 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95683604 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654246188512 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1888] ppid=1876 vsize=10688756 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1888/stat : 1888 (java) S 1876 1879 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95683605 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654245135872 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1889] ppid=1876 vsize=10688756 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1889/stat : 1889 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95683607 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654244084432 140654756067227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1890] ppid=1876 vsize=10688756 memory=640 CPUtime=1.81 cores=0,2,4,6
/proc/1879/task/1890/stat : 1890 (java) S 1876 1879 30942 0 -1 1077944384 8520 0 0 0 179 2 0 0 20 0 16 0 95683607 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654243031024 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1891] ppid=1876 vsize=10688756 memory=8297068 CPUtime=1.68 cores=0,2,4,6
/proc/1879/task/1891/stat : 1891 (java) S 1876 1879 30942 0 -1 1077944384 11681 0 0 0 167 1 0 0 20 0 16 0 95683607 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654241978480 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1892] ppid=1876 vsize=10688756 memory=8297068 CPUtime=0.3 cores=0,2,4,6
/proc/1879/task/1892/stat : 1892 (java) S 1876 1879 30942 0 -1 1077944384 2939 0 0 0 29 1 0 0 20 0 16 0 95683607 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654240925936 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1893] ppid=1876 vsize=10688756 memory=14135541352367744 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1876 1879 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95683607 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654239873632 140654756058837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
[pid=1879/tid=1894] ppid=1876 vsize=10688756 memory=1732 CPUtime=0.44 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1876 1879 30942 0 -1 1077944384 1399 0 0 0 29 15 0 0 20 0 16 0 95683607 10945286144 2074494 33554432000 4194304 4196468 140722586159280 140654238821168 140654756059778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23154688 140722586162310 140722586162463 140722586162463 140722586165199 0
Current children cumulated CPU time: 2203.47 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8297976 KiB

[startup+618.501 s]*
/proc/loadavg: 4.86 4.58 3.77 3/205 2181
/proc/meminfo: memFree=26808764/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 618.511
CPU time (s): 2203.53
CPU user time (s): 2194.74
CPU system time (s): 8.78632
CPU usage (%): 356.263
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8297976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2194.74
system time used= 8.78632
maximum resident set size= 8298300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313245
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38510
involuntary context switches= 25996


# summary of solver processes directly reported to runsolver:
#   pid: 1879
#   total CPU time (s): 2203.53
#   total CPU user time (s): 2194.74
#   total CPU system time (s): 8.78632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61937 second user time and 6.12607 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 13:51:39
IDJOB=4263655
IDBENCH=126253
IDSOLVER=2651
FILE ID=node114/4263655-1502625958
RUNJOBID= node114-1502619125-747
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

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

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

MD5SUM BENCH= e66788b55a8c4825b73f7b3fa22372b6
RANDOM SEED=1940065279

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
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:        20033392 kB
MemAvailable:   24920024 kB
Buffers:          149264 kB
Cached:          5027968 kB
SwapCached:            0 kB
Active:          7442152 kB
Inactive:        4848064 kB
Active(anon):    7116120 kB
Inactive(anon):    25036 kB
Active(file):     326032 kB
Inactive(file):  4823028 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2764 kB
Writeback:             0 kB
AnonPages:       7209884 kB
Mapped:            55512 kB
Shmem:             25224 kB
Slab:             132120 kB
SReclaimable:     106812 kB
SUnreclaim:        25308 kB
KernelStack:        3856 kB
PageTables:        19100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8655608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7041024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 14:01:58