Trace number 4263788

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? 2245.98 629.73999

General information on the benchmark

NameCrossword/Crossword-m1c-ogd-herald/
Crossword-m1c-ogd-h2310.xml
MD5SUM1382364eb69d46a6a3e5c5342b2b1514
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.8717699
Satisfiable
(Un)Satisfiability was proved
Number of variables529
Number of constraints156
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":462}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":67},{"degree":2,"count":462}]
Minimum constraint arity3
Maximum constraint arity13
Distribution of constraint arities[{"arity":3,"count":24},{"arity":4,"count":12},{"arity":5,"count":32},{"arity":6,"count":40},{"arity":7,"count":16},{"arity":8,"count":12},{"arity":9,"count":16},{"arity":13,"count":4}]
Number of extensional constraints156
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":156}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263788-1502638117/watcher-4263788-1502638117 -o /tmp/evaluation-result-4263788-1502638117/solver-4263788-1502638117 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263788-1502638117.xml 

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

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


[startup+0.100068 s]*
/proc/loadavg: 4.96 4.86 4.60 3/204 23363
/proc/meminfo: memFree=27901044/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=9936560 memory=15112 CPUtime=0.01 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 3621 0 0 0 1 0 0 0 20 0 6 0 17694400 10175037440 3778 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2484140 3778 1923 1 0 2473637 0
[pid=23357/tid=23359] ppid=23354 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) R 23354 23357 7968 0 -1 4202560 2321 0 0 0 1 0 0 0 20 0 6 0 17694409 10175037440 3778 18446744073709551615 4194304 4196468 140724787178448 139971143565904 139971124452720 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17694410 10175037440 3778 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=9936560 memory=139721844643456 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17694410 10175037440 3778 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17694410 10175037440 3778 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17694410 10175037440 3778 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 15112 KiB

[startup+0.209934 s]*
/proc/loadavg: 4.96 4.86 4.60 4/213 23372
/proc/meminfo: memFree=27890524/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=10551156 memory=27864 CPUtime=0.1 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 5409 0 0 0 9 1 0 0 20 0 15 0 17694400 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2637789 6966 2796 1 0 2627261 0
[pid=23357/tid=23359] ppid=23354 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) R 23354 23357 7968 0 -1 4202560 3322 0 0 0 7 1 0 0 20 0 15 0 17694409 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139971143566416 139971131566910 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=10551156 memory=4123246990399035040 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17694410 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23364] ppid=23354 vsize=10551156 memory=139721844643456 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23364/stat : 23364 (java) S 23354 23357 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17694411 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970703534832 139971139340930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23365] ppid=23354 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23365/stat : 23365 (java) S 23354 23357 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17694412 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970635359904 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23366] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23366/stat : 23366 (java) S 23354 23357 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17694412 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970634306800 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23367] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23367/stat : 23367 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970633255376 139971139348379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23368] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23368/stat : 23368 (java) R 23354 23357 7968 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 17694415 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970632202480 139971139340930 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23369] ppid=23354 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23369/stat : 23369 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970631149936 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23370] ppid=23354 vsize=10551156 memory=139721844643456 CPUtime=0.01 cores=1,3,5,7
/proc/23357/task/23370/stat : 23370 (java) R 23354 23357 7968 0 -1 1077944384 300 0 0 0 1 0 0 0 20 0 15 0 17694415 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970630096880 139971139340930 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23371] ppid=23354 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10551156 memory=139721844643456 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694419 10804383744 6966 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27864 KiB

[startup+0.311042 s]*
/proc/loadavg: 4.96 4.86 4.60 3/213 23372
/proc/meminfo: memFree=27879752/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=10551156 memory=36920 CPUtime=0.24 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 8450 0 0 0 21 3 0 0 20 0 15 0 17694400 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2637789 9230 2871 1 0 2627261 0
[pid=23357/tid=23359] ppid=23354 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) R 23354 23357 7968 0 -1 4202560 6117 0 0 0 15 2 0 0 20 0 15 0 17694409 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139971143566768 139971139351709 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17694410 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23364] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23364/stat : 23364 (java) S 23354 23357 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17694411 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970703534832 139971139340930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23365] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23365/stat : 23365 (java) S 23354 23357 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17694412 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970635359904 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23366] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23366/stat : 23366 (java) S 23354 23357 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17694412 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970634306800 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23367] ppid=23354 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23367/stat : 23367 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970633255376 139971139348379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23368] ppid=23354 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23357/task/23368/stat : 23368 (java) S 23354 23357 7968 0 -1 1077944384 473 0 0 0 1 0 0 0 20 0 15 0 17694415 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970632202480 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23369] ppid=23354 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23369/stat : 23369 (java) S 23354 23357 7968 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 17694415 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970631149936 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23370] ppid=23354 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23357/task/23370/stat : 23370 (java) S 23354 23357 7968 0 -1 1077944384 397 0 0 0 4 0 0 0 20 0 15 0 17694415 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970630096880 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23371] ppid=23354 vsize=10551156 memory=139721844643456 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694419 10804383744 9230 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36920 KiB

[startup+0.708049 s]
/proc/loadavg: 4.96 4.86 4.60 6/213 23372
/proc/meminfo: memFree=27853984/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=10551232 memory=142360 CPUtime=1.32 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 12400 0 0 0 125 7 0 0 20 0 15 0 17694400 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2637808 35590 3055 1 0 2627261 0
[pid=23357/tid=23359] ppid=23354 vsize=10551232 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) R 23354 23357 7968 0 -1 4202560 7424 0 0 0 50 5 0 0 20 0 15 0 17694409 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139971143563704 139970782633255 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=10551232 memory=139721728717687 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=10551232 memory=279443457533536 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694410 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17694410 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23364] ppid=23354 vsize=10551232 memory=24 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23364/stat : 23364 (java) S 23354 23357 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17694411 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970703534832 139971139340930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23365] ppid=23354 vsize=10551232 memory=76 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23365/stat : 23365 (java) S 23354 23357 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17694412 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970635359904 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23366] ppid=23354 vsize=10551232 memory=69 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23366/stat : 23366 (java) S 23354 23357 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17694412 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970634306800 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23367] ppid=23354 vsize=10551232 memory=91 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23367/stat : 23367 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970633255376 139971139348379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23368] ppid=23354 vsize=10551232 memory=12 CPUtime=0.26 cores=1,3,5,7
/proc/23357/task/23368/stat : 23368 (java) R 23354 23357 7968 0 -1 4202560 1403 0 0 0 26 0 0 0 20 0 15 0 17694415 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970632187280 139971117159008 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23369] ppid=23354 vsize=10551232 memory=2 CPUtime=0.26 cores=1,3,5,7
/proc/23357/task/23369/stat : 23369 (java) R 23354 23357 7968 0 -1 4202560 1167 0 0 0 26 0 0 0 20 0 15 0 17694415 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970631135816 139971118575644 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23370] ppid=23354 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/23357/task/23370/stat : 23370 (java) S 23354 23357 7968 0 -1 1077944384 1039 0 0 0 21 0 0 0 20 0 15 0 17694415 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970630096880 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23371] ppid=23354 vsize=10551232 memory=279443457265184 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694419 10804461568 35590 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 142360 KiB

[startup+1.50104 s]
/proc/loadavg: 4.96 4.86 4.60 3/213 23372
/proc/meminfo: memFree=27691584/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=10551232 memory=292820 CPUtime=3.13 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 16622 0 0 0 300 13 0 0 20 0 15 0 17694400 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2637808 73205 3106 1 0 2627261 0
[pid=23357/tid=23359] ppid=23354 vsize=10551232 memory=104661910555380 CPUtime=1.32 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) R 23354 23357 7968 0 -1 4202560 7540 0 0 0 125 7 0 0 20 0 15 0 17694409 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139971143563568 139971121276746 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=10551232 memory=104661910555380 CPUtime=0.01 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 17694410 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=10551232 memory=104661910555380 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 17694410 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=10551232 memory=104661910555124 CPUtime=0.02 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 177 0 0 0 1 1 0 0 20 0 15 0 17694410 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=10551232 memory=104661910555124 CPUtime=0.02 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 82 0 0 0 1 1 0 0 20 0 15 0 17694410 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23364] ppid=23354 vsize=10551232 memory=16724602654207 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23364/stat : 23364 (java) S 23354 23357 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 17694411 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970703534832 139971139340930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23365] ppid=23354 vsize=10551232 memory=7522510451862367593 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23365/stat : 23365 (java) S 23354 23357 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17694412 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970635359904 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23366] ppid=23354 vsize=10551232 memory=7373361613652385856 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23366/stat : 23366 (java) S 23354 23357 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17694412 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970634306800 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23367] ppid=23354 vsize=10551232 memory=5865469479800824941 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23367/stat : 23367 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970633255376 139971139348379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23368] ppid=23354 vsize=10551232 memory=5865465064658194540 CPUtime=0.69 cores=1,3,5,7
/proc/23357/task/23368/stat : 23368 (java) R 23354 23357 7968 0 -1 4202560 2919 0 0 0 69 0 0 0 20 0 15 0 17694415 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970632183288 139971122740584 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23369] ppid=23354 vsize=10551232 memory=7300728970739542608 CPUtime=0.69 cores=1,3,5,7
/proc/23357/task/23369/stat : 23369 (java) R 23354 23357 7968 0 -1 4202560 3137 0 0 0 69 0 0 0 20 0 15 0 17694415 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970631135960 139971120850643 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23370] ppid=23354 vsize=10551232 memory=7007712420471858773 CPUtime=0.31 cores=1,3,5,7
/proc/23357/task/23370/stat : 23370 (java) S 23354 23357 7968 0 -1 1077944384 1226 0 0 0 31 0 0 0 20 0 15 0 17694415 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970630096880 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23371] ppid=23354 vsize=10551232 memory=7300728970739542608 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10551232 memory=7300728970739542608 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17694419 10804461568 73205 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10551232 KiB

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

[pid=23357/tid=23371] ppid=23354 vsize=10551232 memory=37 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 403 0 0 0 17 9 0 0 20 0 15 0 17694419 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 2239.57 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8307672 KiB

[startup+628.801 s]
/proc/loadavg: 7.59 7.12 5.84 9/211 23509
/proc/meminfo: memFree=14716228/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=10551232 memory=8307672 CPUtime=2245.2 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 287365 0 0 0 223752 768 0 0 20 0 15 0 17694400 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2637808 2076918 3137 1 0 2627261 0
[pid=23357/tid=23359] ppid=23354 vsize=10551232 memory=-8774313645642428999 CPUtime=50.02 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) S 23354 23357 7968 0 -1 1077944384 18513 0 0 0 4985 17 0 0 20 0 15 0 17694409 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139971143568960 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=10551232 memory=1236 CPUtime=541.22 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 34482 0 0 0 53951 171 0 0 20 0 15 0 17694410 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=10551232 memory=640 CPUtime=539.96 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 35595 0 0 0 53807 189 0 0 20 0 15 0 17694410 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=10551232 memory=1792 CPUtime=539.89 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 38489 0 0 0 53802 187 0 0 20 0 15 0 17694410 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=10551232 memory=2248 CPUtime=539.7 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 40520 0 0 0 53781 189 0 0 20 0 15 0 17694410 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23364] ppid=23354 vsize=10551232 memory=4304 CPUtime=29.17 cores=1,3,5,7
/proc/23357/task/23364/stat : 23364 (java) R 23354 23357 7968 0 -1 4202560 97273 0 0 0 2911 6 0 0 20 0 15 0 17694411 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970703533264 139971124326135 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23365] ppid=23354 vsize=10551232 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23365/stat : 23365 (java) S 23354 23357 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 17694412 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970635359968 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23366] ppid=23354 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23366/stat : 23366 (java) S 23354 23357 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 17694412 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970634306816 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23367] ppid=23354 vsize=10551232 memory=8307672 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23367/stat : 23367 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970633255376 139971139348379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23368] ppid=23354 vsize=10551232 memory=8307668 CPUtime=2.29 cores=1,3,5,7
/proc/23357/task/23368/stat : 23368 (java) S 23354 23357 7968 0 -1 1077944384 7882 0 0 0 228 1 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970632202240 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23369] ppid=23354 vsize=10551232 memory=2424 CPUtime=2.23 cores=1,3,5,7
/proc/23357/task/23369/stat : 23369 (java) S 23354 23357 7968 0 -1 1077944384 10876 0 0 0 222 1 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970631149984 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23370] ppid=23354 vsize=10551232 memory=1296 CPUtime=0.37 cores=1,3,5,7
/proc/23357/task/23370/stat : 23370 (java) S 23354 23357 7968 0 -1 1077944384 1961 0 0 0 37 0 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970630096928 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23371] ppid=23354 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10551232 memory=-8774313645642428999 CPUtime=0.26 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 403 0 0 0 17 9 0 0 20 0 15 0 17694419 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 2245.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8307672 KiB

[startup+629.201 s]
/proc/loadavg: 7.59 7.12 5.84 6/211 23509
/proc/meminfo: memFree=14716228/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=10551232 memory=8307672 CPUtime=2245.59 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 287366 0 0 0 223791 768 0 0 20 0 15 0 17694400 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2637808 2076918 3137 1 0 2627261 0
[pid=23357/tid=23359] ppid=23354 vsize=10551232 memory=6370170588989974889 CPUtime=50.02 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) S 23354 23357 7968 0 -1 1077944384 18513 0 0 0 4985 17 0 0 20 0 15 0 17694409 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139971143568960 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=10551232 memory=37 CPUtime=541.22 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 34482 0 0 0 53951 171 0 0 20 0 15 0 17694410 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=10551232 memory=0 CPUtime=539.96 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 35595 0 0 0 53807 189 0 0 20 0 15 0 17694410 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=10551232 memory=25 CPUtime=539.89 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 38489 0 0 0 53802 187 0 0 20 0 15 0 17694410 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=10551232 memory=302022848351043610 CPUtime=539.7 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 40520 0 0 0 53781 189 0 0 20 0 15 0 17694410 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23364] ppid=23354 vsize=10551232 memory=302022887072858421 CPUtime=29.57 cores=1,3,5,7
/proc/23357/task/23364/stat : 23364 (java) R 23354 23357 7968 0 -1 4202560 97274 0 0 0 2951 6 0 0 20 0 15 0 17694411 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970703533264 139971123787386 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23365] ppid=23354 vsize=10551232 memory=15816711811106768 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23365/stat : 23365 (java) S 23354 23357 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 17694412 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970635359968 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23366] ppid=23354 vsize=10551232 memory=15816711811106768 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23366/stat : 23366 (java) S 23354 23357 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 17694412 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970634306816 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23367] ppid=23354 vsize=10551232 memory=302022887072858421 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23367/stat : 23367 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970633255376 139971139348379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23368] ppid=23354 vsize=10551232 memory=15816711811106768 CPUtime=2.29 cores=1,3,5,7
/proc/23357/task/23368/stat : 23368 (java) S 23354 23357 7968 0 -1 1077944384 7882 0 0 0 228 1 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970632202240 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23369] ppid=23354 vsize=10551232 memory=13288 CPUtime=2.23 cores=1,3,5,7
/proc/23357/task/23369/stat : 23369 (java) S 23354 23357 7968 0 -1 1077944384 10876 0 0 0 222 1 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970631149984 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23370] ppid=23354 vsize=10551232 memory=2424 CPUtime=0.37 cores=1,3,5,7
/proc/23357/task/23370/stat : 23370 (java) S 23354 23357 7968 0 -1 1077944384 1961 0 0 0 37 0 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970630096928 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23371] ppid=23354 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17694415 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10551232 memory=15872 CPUtime=0.26 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 403 0 0 0 17 9 0 0 20 0 15 0 17694419 10804461568 2076918 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 2245.59 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8307672 KiB

[startup+629.601 s]
/proc/loadavg: 7.59 7.12 5.84 6/211 23509
/proc/meminfo: memFree=14716228/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=10686560 memory=8308540 CPUtime=2245.93 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 293160 0 0 0 223824 769 0 0 20 0 16 0 17694400 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2671640 2077135 3181 1 0 2661055 0
[pid=23357/tid=23359] ppid=23354 vsize=10686560 memory=8307672 CPUtime=50.05 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) S 23354 23357 7968 0 -1 1077944384 20090 0 0 0 4988 17 0 0 20 0 16 0 17694409 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139971143570464 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=10686560 memory=8307672 CPUtime=541.22 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 34482 0 0 0 53951 171 0 0 20 0 16 0 17694410 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=10686560 memory=-8774313645642428999 CPUtime=539.96 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 35595 0 0 0 53807 189 0 0 20 0 16 0 17694410 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=10686560 memory=15872 CPUtime=539.89 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 38489 0 0 0 53802 187 0 0 20 0 16 0 17694410 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=10686560 memory=4040 CPUtime=539.7 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 40520 0 0 0 53781 189 0 0 20 0 16 0 17694410 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23364] ppid=23354 vsize=10686560 memory=16444 CPUtime=29.83 cores=1,3,5,7
/proc/23357/task/23364/stat : 23364 (java) S 23354 23357 7968 0 -1 1077944384 99950 0 0 0 2977 6 0 0 20 0 16 0 17694411 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970703534832 139971139340930 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23365] ppid=23354 vsize=10686560 memory=13292 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23365/stat : 23365 (java) S 23354 23357 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 17694412 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970635359968 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23366] ppid=23354 vsize=10686560 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23366/stat : 23366 (java) S 23354 23357 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 17694412 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970634306816 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23367] ppid=23354 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23367/stat : 23367 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17694415 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970633255376 139971139348379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23368] ppid=23354 vsize=10686560 memory=1732 CPUtime=2.3 cores=1,3,5,7
/proc/23357/task/23368/stat : 23368 (java) S 23354 23357 7968 0 -1 1077944384 8658 0 0 0 229 1 0 0 20 0 16 0 17694415 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970632202480 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23369] ppid=23354 vsize=10686560 memory=1700 CPUtime=2.23 cores=1,3,5,7
/proc/23357/task/23369/stat : 23369 (java) S 23354 23357 7968 0 -1 1077944384 10878 0 0 0 222 1 0 0 20 0 16 0 17694415 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970631149936 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23370] ppid=23354 vsize=10686560 memory=1228 CPUtime=0.38 cores=1,3,5,7
/proc/23357/task/23370/stat : 23370 (java) S 23354 23357 7968 0 -1 1077944384 2655 0 0 0 38 0 0 0 20 0 16 0 17694415 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970630096880 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23371] ppid=23354 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17694415 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10686560 memory=2012 CPUtime=0.26 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 403 0 0 0 17 9 0 0 20 0 16 0 17694419 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 2245.93 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8308540 KiB

[startup+629.701 s]
/proc/loadavg: 7.59 7.12 5.84 6/211 23509
/proc/meminfo: memFree=14716228/32770624 swapFree=67108860/67108860
[pid=23357] ppid=23354 vsize=10686560 memory=8308540 CPUtime=2245.93 cores=1,3,5,7
/proc/23357/stat : 23357 (java) S 23354 23357 7968 0 -1 1077944320 293173 0 0 0 223824 769 0 0 20 0 16 0 17694400 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 140724787160992 139971139329783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
/proc/23357/statm: 2671640 2077135 3181 1 0 2661055 0
[pid=23357/tid=23359] ppid=23354 vsize=10686560 memory=17 CPUtime=50.05 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (java) S 23354 23357 7968 0 -1 1077944384 20090 0 0 0 4988 17 0 0 20 0 16 0 17694409 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139971143570464 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23360] ppid=23354 vsize=10686560 memory=8307672 CPUtime=541.22 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (java) S 23354 23357 7968 0 -1 1077944384 34482 0 0 0 53951 171 0 0 20 0 16 0 17694410 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139971106888208 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23361] ppid=23354 vsize=10686560 memory=8307672 CPUtime=539.96 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (java) S 23354 23357 7968 0 -1 1077944384 35595 0 0 0 53807 189 0 0 20 0 16 0 17694410 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970749217424 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23362] ppid=23354 vsize=10686560 memory=8307664 CPUtime=539.89 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (java) S 23354 23357 7968 0 -1 1077944384 38489 0 0 0 53802 187 0 0 20 0 16 0 17694410 10943037440 2077135 18446744073709551615 4194304 4196468 140724787178448 139970748164368 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23363] ppid=23354 vsize=10686560 memory=8307668 CPUtime=539.7 cores=1,3,5,7
/proc/23357/task/23363/stat : 23363 (java) S 23354 23357 7968 0 -1 1077944384 40520 0 0 0 53781 189 0 0 20 0 16 0 17694410 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970747111824 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23364] ppid=23354 vsize=10686560 memory=8307664 CPUtime=29.83 cores=1,3,5,7
/proc/23357/task/23364/stat : 23364 (java) S 23354 23357 7968 0 -1 1077944384 99950 0 0 0 2977 6 0 0 20 0 16 0 17694411 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970703534832 139971139340930 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23365] ppid=23354 vsize=10686560 memory=8307652 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23365/stat : 23365 (java) S 23354 23357 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 17694412 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970635359968 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23366] ppid=23354 vsize=10686560 memory=8307672 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23366/stat : 23366 (java) S 23354 23357 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 17694412 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970634306816 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23367] ppid=23354 vsize=10686560 memory=8307632 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23367/stat : 23367 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17694415 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970633255376 139971139348379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23368] ppid=23354 vsize=10686560 memory=8307672 CPUtime=2.3 cores=1,3,5,7
/proc/23357/task/23368/stat : 23368 (java) S 23354 23357 7968 0 -1 1077944384 8658 0 0 0 229 1 0 0 20 0 16 0 17694415 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970632202480 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23369] ppid=23354 vsize=10686560 memory=8308540 CPUtime=2.23 cores=1,3,5,7
/proc/23357/task/23369/stat : 23369 (java) S 23354 23357 7968 0 -1 1077944384 10878 0 0 0 222 1 0 0 20 0 16 0 17694415 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970631149936 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23370] ppid=23354 vsize=10686560 memory=8307652 CPUtime=0.39 cores=1,3,5,7
/proc/23357/task/23370/stat : 23370 (java) R 23354 23357 7968 0 -1 4202560 2655 0 0 0 39 0 0 0 20 0 16 0 17694415 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970630096880 139971139341718 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23371] ppid=23354 vsize=10686560 memory=8307672 CPUtime=0 cores=1,3,5,7
/proc/23357/task/23371/stat : 23371 (java) S 23354 23357 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17694415 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970629044576 139971139339989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
[pid=23357/tid=23372] ppid=23354 vsize=10686560 memory=8307672 CPUtime=0.26 cores=1,3,5,7
/proc/23357/task/23372/stat : 23372 (java) S 23354 23357 7968 0 -1 1077944384 403 0 0 0 17 9 0 0 20 0 16 0 17694419 10943037440 2077155 18446744073709551615 4194304 4196468 140724787178448 139970627992624 139971139340930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18534400 140724787184017 140724787184170 140724787184170 140724787187663 0
Current children cumulated CPU time: 2245.93 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8308540 KiB

Child status: 0
Real time (s): 629.74
CPU time (s): 2245.98
CPU user time (s): 2238.25
CPU system time (s): 7.7319
CPU usage (%): 356.652
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8308540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2238.25
system time used= 7.7319
maximum resident set size= 8308900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293267
page faults= 0
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41702
involuntary context switches= 61278


# summary of solver processes directly reported to runsolver:
#   pid: 23357
#   total CPU time (s): 2245.98
#   total CPU user time (s): 2238.25
#   total CPU system time (s): 7.7319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.80008 second user time and 6.31665 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 17:14:40
IDJOB=4263788
IDBENCH=139957
IDSOLVER=2651
FILE ID=node128/4263788-1502638117
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Crossword/Crossword-m1c-ogd-herald/Crossword-m1c-ogd-h2310.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263788-1502638117/watcher-4263788-1502638117 -o /tmp/evaluation-result-4263788-1502638117/solver-4263788-1502638117 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263788-1502638117.xml

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

MD5SUM BENCH= 1382364eb69d46a6a3e5c5342b2b1514
RANDOM SEED=1390870489

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27906916 kB
MemAvailable:   28506308 kB
Buffers:          147156 kB
Cached:           739336 kB
SwapCached:            0 kB
Active:          3759020 kB
Inactive:         688384 kB
Active(anon):    3560844 kB
Inactive(anon):    16764 kB
Active(file):     198176 kB
Inactive(file):   671620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6344 kB
Writeback:             0 kB
AnonPages:       3574396 kB
Mapped:            44992 kB
Shmem:             17116 kB
Slab:             115660 kB
SReclaimable:      90860 kB
SUnreclaim:        24800 kB
KernelStack:        3760 kB
PageTables:        11952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4915340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3440640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62020 MiB
End job on node128 at 2017-08-13 17:25:10