Trace number 4263450

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? 1777.25 484.76001

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-088.xml
MD5SUM06ac67a393cf658bfe76e8457ea2374b
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 benchmark0.18564899
Satisfiable
(Un)Satisfiability was proved
Number of variables176
Number of constraints96
Number of domains2
Minimum domain size88
Maximum domain size7744
Distribution of domain sizes[{"size":88,"count":88},{"size":7744,"count":88}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":88},{"degree":4,"count":87},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity88
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":88},{"arity":44,"count":6},{"arity":88,"count":1}]
Number of extensional constraints0
Number of intensional constraints89
Distribution of constraint types[{"type":"intension","count":89},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

1731.55/472.30	Aug 13, 2017 12:16:46 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1731.55/472.30	INFO: Runtime exception
1731.55/472.30	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1731.55/472.30		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1731.55/472.30		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1731.55/472.30		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1731.55/472.30		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1731.55/472.30		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1731.55/472.30		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1731.55/472.30		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1731.55/472.30		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1731.55/472.30		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1731.55/472.30		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1731.55/472.30		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1731.55/472.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1731.55/472.30		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1731.55/472.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1731.55/472.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1731.55/472.30		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1731.55/472.30		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1731.55/472.30		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1731.55/472.30		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1731.55/472.30		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1731.55/472.30		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1731.55/472.30		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 24 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 28 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 29 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 33 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 34 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 38 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 39 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 43 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 44 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 48 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 49 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 53 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 54 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 58 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 59 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 63 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 64 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 68 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 69 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 73 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 74 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 78 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 79 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 83 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 84 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 88 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 89 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 93 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 94 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 98 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 99 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 103 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 104 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 108 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 109 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 113 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 114 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 118 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 119 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 123 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 124 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 128 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 129 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 133 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 134 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 138 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 139 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 143 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 144 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 148 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 149 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 153 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 154 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 158 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 159 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 163 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 164 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 168 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 169 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 173 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 174 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 178 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 179 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 183 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 184 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 188 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 189 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 193 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 194 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 198 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 199 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 203 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 204 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 208 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 209 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 213 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 214 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 218 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 219 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 223 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 224 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 228 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 229 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		... 233 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		... 234 more
1731.55/472.30	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1731.55/472.30		... 238 more
1731.55/472.30	Caused by: java.lang.reflect.InvocationTargetException
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1731.55/472.30		... 238 more
1731.55/472.30	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1731.55/472.30		at java.lang.reflect.Method.invoke(Method.java:498)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1731.55/472.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1731.55/472.30		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1731.55/472.30	
1777.18/484.71	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1777.18/484.71	c This is free software under the dual EPL/GNU LGPL licenses.
1777.18/484.71	c See www.sat4j.org for details.
1777.18/484.71	c That software uses the Rhino library from the Mozilla project.
1777.18/484.71	c version CUSTOM.v20170705
1777.18/484.71	c java.runtime.name	Java(TM) SE Runtime Environment
1777.18/484.71	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1777.18/484.71	c java.vm.version	25.131-b11
1777.18/484.71	c java.vm.vendor	Oracle Corporation
1777.18/484.71	c sun.arch.data.model	64
1777.18/484.71	c java.version		1.8.0_131
1777.18/484.71	c os.name		Linux
1777.18/484.71	c os.version		3.10.0-514.16.1.el7.x86_64
1777.18/484.71	c os.arch		amd64
1777.18/484.71	c Free memory 		499604488
1777.18/484.71	c Max memory 		7247757312
1777.18/484.71	c Total memory 		504889344
1777.18/484.71	c Number of processors 	4
1777.18/484.71	c c --- Begin Solver configuration ---
1777.18/484.71	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1777.18/484.71	c Learn all clauses as in MiniSAT
1777.18/484.71	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1777.18/484.71	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1777.18/484.71	c No reason simplification
1777.18/484.71	c Glucose 2.1 dynamic restart strategy
1777.18/484.71	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
1777.18/484.71	c timeout=2147483s
1777.18/484.71	c DB Simplification allowed=false
1777.18/484.71	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1777.18/484.71	c --- End Solver configuration ---
1777.18/484.71	c starts		: 0
1777.18/484.71	c conflicts		: 0
1777.18/484.71	c decisions		: 0
1777.18/484.71	c propagations		: 0
1777.18/484.71	c inspects		: 0
1777.18/484.71	c shortcuts		: 0
1777.18/484.71	c learnt literals	: 0
1777.18/484.71	c learnt binary clauses	: 0
1777.18/484.71	c learnt ternary clauses	: 0
1777.18/484.71	c learnt constraints	: 0
1777.18/484.71	c ignored constraints	: 0
1777.18/484.71	c root simplifications	: 0
1777.18/484.71	c removed literals (reason simplification)	: 0
1777.18/484.71	c reason swapping (by a shorter reason)	: 0
1777.18/484.71	c Calls to reduceDB	: 0
1777.18/484.71	c Number of update (reduction) of LBD	: 0
1777.18/484.71	c Imported unit clauses	: 0
1777.18/484.71	c number of reductions to clauses (during analyze)	: 0
1777.18/484.71	c number of learned constraints concerned by reduction	: 0
1777.18/484.71	c number of learning phase by resolution	: 0
1777.18/484.71	c number of learning phase by cutting planes	: 0
1777.18/484.71	c number of rounding to 1 operations	: 0
1777.18/484.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1777.18/484.71	c number of reductions of the coefficients by power 2 	: 0
1777.18/484.71	c number of right shift for reduction by power 2 	: 0
1777.18/484.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
1777.18/484.71	c speed (assignments/second)	: 0.0
1777.18/484.71	c non guided choices	0
1777.18/484.71	c learnt constraints type 
1777.18/484.71	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 (15359 MiB free)
  memory of node 1: 16384 MiB (7630 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263450-1502619811/watcher-4263450-1502619811 -o /tmp/evaluation-result-4263450-1502619811/solver-4263450-1502619811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263450-1502619811.xml 

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

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

solver pid=21934, runsolver pid=21931

[startup+0.100069 s]*
/proc/loadavg: 2.66 3.45 2.92 3/204 21940
/proc/meminfo: memFree=23534856/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=9936560 memory=18796 CPUtime=0.01 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 3529 0 0 0 1 0 0 0 20 0 6 0 161633870 10175037440 4699 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2484140 4699 1923 1 0 2473637 0
[pid=21934/tid=21936] ppid=21931 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) R 21931 21934 7084 0 -1 4202560 2227 0 0 0 1 0 0 0 20 0 6 0 161633879 10175037440 4699 18446744073709551615 4194304 4196468 140733682790864 140166976885328 140166964886334 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) S 21931 21934 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 161633880 10175037440 4699 18446744073709551615 4194304 4196468 140733682790864 140166583474576 140166972659413 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=9936560 memory=139781630764672 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 161633880 10175037440 4699 18446744073709551615 4194304 4196468 140733682790864 140166582421776 140166972659413 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) S 21931 21934 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 161633880 10175037440 4699 18446744073709551615 4194304 4196468 140733682790864 140166581369488 140166972659413 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 161633880 10175037440 4699 18446744073709551615 4194304 4196468 140733682790864 140166580316688 140166972659413 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18796 KiB

[startup+0.21043 s]*
/proc/loadavg: 2.66 3.45 2.92 3/213 21949
/proc/meminfo: memFree=23527376/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=10552180 memory=28440 CPUtime=0.11 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 6473 0 0 0 10 1 0 0 20 0 15 0 161633870 10805432320 7110 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2638045 7110 2791 1 0 2627517 0
[pid=21934/tid=21936] ppid=21931 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) R 21931 21934 7084 0 -1 4202560 4464 0 0 0 7 1 0 0 20 0 15 0 161633879 10805432320 7176 18446744073709551615 4194304 4196468 140733682790864 140166976837552 140166965328925 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=10552180 memory=329 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) S 21931 21934 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161633880 10805432320 7176 18446744073709551615 4194304 4196468 140733682790864 140166583474576 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=10552180 memory=3689494081026041504 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161633880 10805432320 7176 18446744073709551615 4194304 4196468 140733682790864 140166582421776 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) S 21931 21934 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161633880 10805432320 7242 18446744073709551615 4194304 4196468 140733682790864 140166581369488 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161633880 10805432320 7242 18446744073709551615 4194304 4196468 140733682790864 140166580316688 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21941] ppid=21931 vsize=10552180 memory=139781630764672 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21941/stat : 21941 (java) S 21931 21934 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161633881 10805432320 7242 18446744073709551615 4194304 4196468 140733682790864 140166536739440 140166972660354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21942] ppid=21931 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21942/stat : 21942 (java) S 21931 21934 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161633882 10805432320 7242 18446744073709551615 4194304 4196468 140733682790864 140166535685408 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21943] ppid=21931 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21943/stat : 21943 (java) S 21931 21934 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161633882 10805432320 7308 18446744073709551615 4194304 4196468 140733682790864 140166534633072 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21944] ppid=21931 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21944/stat : 21944 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10805432320 7308 18446744073709551615 4194304 4196468 140733682790864 140166533581392 140166972667803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21945] ppid=21931 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21945/stat : 21945 (java) S 21931 21934 7084 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 161633884 10805432320 7308 18446744073709551615 4194304 4196468 140733682790864 140166532528240 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21946] ppid=21931 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21946/stat : 21946 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10805432320 7308 18446744073709551615 4194304 4196468 140733682790864 140166531475440 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21947] ppid=21931 vsize=10552180 memory=139781630764672 CPUtime=0.01 cores=0,2,4,6
/proc/21934/task/21947/stat : 21947 (java) S 21931 21934 7084 0 -1 1077944384 297 0 0 0 1 0 0 0 20 0 15 0 161633884 10805432320 7308 18446744073709551615 4194304 4196468 140733682790864 140166530423152 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21948] ppid=21931 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21948/stat : 21948 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10805432320 7308 18446744073709551615 4194304 4196468 140733682790864 140166529370592 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21949] ppid=21931 vsize=10552180 memory=139781630764672 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21949/stat : 21949 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161633888 10805432320 7374 18446744073709551615 4194304 4196468 140733682790864 140166528318384 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 28440 KiB

[startup+0.310522 s]*
/proc/loadavg: 2.66 3.45 2.92 3/213 21949
/proc/meminfo: memFree=23516236/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=10551156 memory=36900 CPUtime=0.26 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 8519 0 0 0 24 2 0 0 20 0 15 0 161633870 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2637789 9225 2878 1 0 2627261 0
[pid=21934/tid=21936] ppid=21931 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) R 21931 21934 7084 0 -1 4202560 6126 0 0 0 16 2 0 0 20 0 15 0 161633879 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166976885680 140166610175238 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) S 21931 21934 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161633880 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166583474576 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161633880 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166582421776 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) S 21931 21934 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161633880 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166581369488 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161633880 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166580316688 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21941] ppid=21931 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21941/stat : 21941 (java) S 21931 21934 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161633881 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166536739440 140166972660354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21942] ppid=21931 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21942/stat : 21942 (java) S 21931 21934 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161633882 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166535685408 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21943] ppid=21931 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21943/stat : 21943 (java) S 21931 21934 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161633882 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166534633072 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21944] ppid=21931 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21944/stat : 21944 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166533581392 140166972667803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21945] ppid=21931 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21934/task/21945/stat : 21945 (java) S 21931 21934 7084 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 161633884 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166532528240 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21946] ppid=21931 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21934/task/21946/stat : 21946 (java) R 21931 21934 7084 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 15 0 161633884 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166531475440 140166972660354 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21947] ppid=21931 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/21934/task/21947/stat : 21947 (java) R 21931 21934 7084 0 -1 4202560 428 0 0 0 4 0 0 0 20 0 15 0 161633884 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166530423152 140166956729694 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21948] ppid=21931 vsize=10551156 memory=139781630764672 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21948/stat : 21948 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166529370592 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21949] ppid=21931 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21949/stat : 21949 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161633888 10804383744 9225 18446744073709551615 4194304 4196468 140733682790864 140166528318384 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36900 KiB

[startup+0.700833 s]
/proc/loadavg: 2.66 3.45 2.92 4/213 21949
/proc/meminfo: memFree=23470740/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=10551232 memory=273624 CPUtime=1.32 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 10825 0 0 0 113 19 0 0 20 0 15 0 161633870 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2637808 68406 3066 1 0 2627261 0
[pid=21934/tid=21936] ppid=21931 vsize=10551232 memory=279563045306408 CPUtime=0.45 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) R 21931 21934 7084 0 -1 4202560 6798 0 0 0 40 5 0 0 20 0 15 0 161633879 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166976885920 140166958717332 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=10551232 memory=279563045441616 CPUtime=0.1 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) S 21931 21934 7084 0 -1 1077944384 147 0 0 0 7 3 0 0 20 0 15 0 161633880 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166583474576 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=10551232 memory=279563045311656 CPUtime=0.1 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) S 21931 21934 7084 0 -1 1077944384 130 0 0 0 7 3 0 0 20 0 15 0 161633880 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166582421776 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=10551232 memory=279563045261088 CPUtime=0.1 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) S 21931 21934 7084 0 -1 1077944384 128 0 0 0 7 3 0 0 20 0 15 0 161633880 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166581369488 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=10551232 memory=288230621803970871 CPUtime=0.1 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) S 21931 21934 7084 0 -1 1077944384 124 0 0 0 7 3 0 0 20 0 15 0 161633880 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166580316688 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21941] ppid=21931 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21941/stat : 21941 (java) S 21931 21934 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 161633881 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166536739440 140166972660354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21942] ppid=21931 vsize=10551232 memory=39256 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21942/stat : 21942 (java) S 21931 21934 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 161633882 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166535685408 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21943] ppid=21931 vsize=10551232 memory=636 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21943/stat : 21943 (java) S 21931 21934 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161633882 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166534633072 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21944] ppid=21931 vsize=10551232 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21944/stat : 21944 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166533581392 140166972667803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21945] ppid=21931 vsize=10551232 memory=960 CPUtime=0.15 cores=0,2,4,6
/proc/21934/task/21945/stat : 21945 (java) S 21931 21934 7084 0 -1 1077944384 854 0 0 0 15 0 0 0 20 0 15 0 161633884 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166532528240 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21946] ppid=21931 vsize=10551232 memory=1236 CPUtime=0.11 cores=0,2,4,6
/proc/21934/task/21946/stat : 21946 (java) S 21931 21934 7084 0 -1 1077944384 230 0 0 0 11 0 0 0 20 0 15 0 161633884 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166531475440 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21947] ppid=21931 vsize=10551232 memory=2240 CPUtime=0.15 cores=0,2,4,6
/proc/21934/task/21947/stat : 21947 (java) S 21931 21934 7084 0 -1 1077944384 968 0 0 0 15 0 0 0 20 0 15 0 161633884 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166530423152 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21948] ppid=21931 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21948/stat : 21948 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166529370592 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21949] ppid=21931 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21949/stat : 21949 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161633888 10804461568 68406 18446744073709551615 4194304 4196468 140733682790864 140166528318384 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 273624 KiB

[startup+1.50077 s]
/proc/loadavg: 2.66 3.45 2.92 5/213 21949
/proc/meminfo: memFree=23093952/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=10551232 memory=546168 CPUtime=3.56 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 17142 0 0 0 321 35 0 0 20 0 15 0 161633870 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2637808 136542 3086 1 0 2627261 0
[pid=21934/tid=21936] ppid=21931 vsize=10551232 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) R 21931 21934 7084 0 -1 4202560 7551 0 0 0 102 6 0 0 20 0 15 0 161633879 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166976834464 140166612774586 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=10551232 memory=7649399362790437170 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) S 21931 21934 7084 0 -1 1077944384 290 0 0 0 17 6 0 0 20 0 15 0 161633880 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166583474576 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=10551232 memory=7300704776819335744 CPUtime=0.26 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) S 21931 21934 7084 0 -1 1077944384 288 0 0 0 20 6 0 0 20 0 15 0 161633880 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166582421776 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=10551232 memory=470016 CPUtime=0.25 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) S 21931 21934 7084 0 -1 1077944384 547 0 0 0 19 6 0 0 20 0 15 0 161633880 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166581369488 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) S 21931 21934 7084 0 -1 1077944384 191 0 0 0 18 6 0 0 20 0 15 0 161633880 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166580316688 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21941] ppid=21931 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21941/stat : 21941 (java) S 21931 21934 7084 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 161633881 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166536739440 140166972660354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21942] ppid=21931 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21942/stat : 21942 (java) S 21931 21934 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 161633882 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166535685472 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21943] ppid=21931 vsize=10551232 memory=6502580487379 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21943/stat : 21943 (java) S 21931 21934 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 161633882 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166534633072 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21944] ppid=21931 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21944/stat : 21944 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166533581392 140166972667803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21945] ppid=21931 vsize=10551232 memory=13563786715989427 CPUtime=0.58 cores=0,2,4,6
/proc/21934/task/21945/stat : 21945 (java) S 21931 21934 7084 0 -1 1077944384 1896 0 0 0 58 0 0 0 20 0 15 0 161633884 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166532528240 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21946] ppid=21931 vsize=10551232 memory=4044 CPUtime=0.65 cores=0,2,4,6
/proc/21934/task/21946/stat : 21946 (java) R 21931 21934 7084 0 -1 4202560 3494 0 0 0 64 1 0 0 20 0 15 0 161633884 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166531475440 140166951838656 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21947] ppid=21931 vsize=10551232 memory=2241 CPUtime=0.19 cores=0,2,4,6
/proc/21934/task/21947/stat : 21947 (java) S 21931 21934 7084 0 -1 1077944384 1311 0 0 0 19 0 0 0 20 0 15 0 161633884 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166530423152 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21948] ppid=21931 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21948/stat : 21948 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161633884 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166529370592 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21949] ppid=21931 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21949/stat : 21949 (java) S 21931 21934 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161633888 10804461568 136542 18446744073709551615 4194304 4196468 140733682790864 140166528318384 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 3.56 s
Current children cumulated vsize: 10551232 KiB

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

[startup+484.002 s]*
/proc/loadavg: 4.55 4.39 3.61 6/214 21984
/proc/meminfo: memFree=15182188/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=10684512 memory=8275976 CPUtime=1776.37 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 714103 0 0 0 176710 927 0 0 20 0 16 0 161633870 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2671128 2068994 3154 1 0 2660543 0
[pid=21934/tid=21936] ppid=21931 vsize=10684512 memory=-8774313645642428999 CPUtime=15.36 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) S 21931 21934 7084 0 -1 1077944384 17820 0 0 0 1522 14 0 0 20 0 16 0 161633879 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166976889888 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=10684512 memory=4872558044660077418 CPUtime=433.98 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) R 21931 21934 7084 0 -1 4202560 189356 0 0 0 43176 222 0 0 20 0 16 0 161633880 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166583474696 140166965277415 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=10684512 memory=836 CPUtime=431.85 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) R 21931 21934 7084 0 -1 4202560 118481 0 0 0 42951 234 0 0 20 0 16 0 161633880 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166582421584 140166965277415 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=10684512 memory=3908 CPUtime=434.24 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) R 21931 21934 7084 0 -1 4202560 144248 0 0 0 43223 201 0 0 20 0 16 0 161633880 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166581369688 140166957645760 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=10684512 memory=16444 CPUtime=432.76 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) R 21931 21934 7084 0 -1 1077944384 138881 0 0 0 43038 238 0 0 20 0 16 0 161633880 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166580316496 140166972660354 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21941] ppid=21931 vsize=10684512 memory=3068 CPUtime=26.3 cores=0,2,4,6
/proc/21934/task/21941/stat : 21941 (java) S 21931 21934 7084 0 -1 1077944384 94340 0 0 0 2621 9 0 0 20 0 16 0 161633881 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166536737984 140166972659413 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21942] ppid=21931 vsize=10684512 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21942/stat : 21942 (java) S 21931 21934 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 161633882 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166535685472 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21943] ppid=21931 vsize=10684512 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21943/stat : 21943 (java) S 21931 21934 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 161633882 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166534633088 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21944] ppid=21931 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21944/stat : 21944 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161633884 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166533581392 140166972667803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21945] ppid=21931 vsize=10684512 memory=3284 CPUtime=0.62 cores=0,2,4,6
/proc/21934/task/21945/stat : 21945 (java) S 21931 21934 7084 0 -1 1077944384 2622 0 0 0 62 0 0 0 20 0 16 0 161633884 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166532528288 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21946] ppid=21931 vsize=10684512 memory=8290076 CPUtime=0.7 cores=0,2,4,6
/proc/21934/task/21946/stat : 21946 (java) S 21931 21934 7084 0 -1 1077944384 3957 0 0 0 69 1 0 0 20 0 16 0 161633884 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166531475200 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21947] ppid=21931 vsize=10684512 memory=1156 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21947/stat : 21947 (java) S 21931 21934 7084 0 -1 1077944384 2165 0 0 0 23 0 0 0 20 0 16 0 161633884 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166530423200 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21948] ppid=21931 vsize=10684512 memory=3012 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21948/stat : 21948 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161633884 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166529370592 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21949] ppid=21931 vsize=10684512 memory=8275976 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21949/stat : 21949 (java) S 21931 21934 7084 0 -1 1077944384 781 0 0 0 14 9 0 0 20 0 16 0 161633888 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166528318384 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21981] ppid=21931 vsize=10684512 memory=8275976 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21981/stat : 21981 (java) S 21931 21934 7084 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 161681101 10940940288 2068994 18446744073709551615 4194304 4196468 140733682790864 140166527262256 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 1776.37 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8275976 KiB

[startup+484.401 s]
/proc/loadavg: 4.55 4.39 3.61 6/214 21984
/proc/meminfo: memFree=15182188/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=10684512 memory=8275992 CPUtime=1776.88 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 714362 0 0 0 176761 927 0 0 20 0 16 0 161633870 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2671128 2068998 3154 1 0 2660543 0
[pid=21934/tid=21936] ppid=21931 vsize=10684512 memory=12320 CPUtime=15.36 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) S 21931 21934 7084 0 -1 1077944384 17820 0 0 0 1522 14 0 0 20 0 16 0 161633879 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166976889888 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=10684512 memory=1196 CPUtime=434.02 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) S 21931 21934 7084 0 -1 1077944384 189356 0 0 0 43180 222 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166583474576 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=10684512 memory=15884 CPUtime=431.89 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) S 21931 21934 7084 0 -1 1077944384 118481 0 0 0 42955 234 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166582421776 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=10684512 memory=-8774313645642428999 CPUtime=434.28 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) S 21931 21934 7084 0 -1 1077944384 144248 0 0 0 43227 201 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166581369488 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=10684512 memory=1296 CPUtime=432.8 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) S 21931 21934 7084 0 -1 1077944384 138881 0 0 0 43042 238 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166580316688 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21941] ppid=21931 vsize=10684512 memory=2460 CPUtime=26.65 cores=0,2,4,6
/proc/21934/task/21941/stat : 21941 (java) R 21931 21934 7084 0 -1 4202560 94599 0 0 0 2656 9 0 0 20 0 16 0 161633881 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166536737984 140166957645559 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21942] ppid=21931 vsize=10684512 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21942/stat : 21942 (java) S 21931 21934 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 161633882 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166535685472 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21943] ppid=21931 vsize=10684512 memory=796 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21943/stat : 21943 (java) S 21931 21934 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 161633882 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166534633088 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21944] ppid=21931 vsize=10684512 memory=8275976 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21944/stat : 21944 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166533581392 140166972667803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21945] ppid=21931 vsize=10684512 memory=2160 CPUtime=0.62 cores=0,2,4,6
/proc/21934/task/21945/stat : 21945 (java) S 21931 21934 7084 0 -1 1077944384 2622 0 0 0 62 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166532528288 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21946] ppid=21931 vsize=10684512 memory=4156 CPUtime=0.7 cores=0,2,4,6
/proc/21934/task/21946/stat : 21946 (java) S 21931 21934 7084 0 -1 1077944384 3957 0 0 0 69 1 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166531475200 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21947] ppid=21931 vsize=10684512 memory=68004 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21947/stat : 21947 (java) S 21931 21934 7084 0 -1 1077944384 2165 0 0 0 23 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166530423200 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21948] ppid=21931 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21948/stat : 21948 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166529370592 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21949] ppid=21931 vsize=10684512 memory=2460 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21949/stat : 21949 (java) S 21931 21934 7084 0 -1 1077944384 781 0 0 0 14 9 0 0 20 0 16 0 161633888 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166528318384 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21981] ppid=21931 vsize=10684512 memory=8275992 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21981/stat : 21981 (java) S 21931 21934 7084 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 161681101 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166527262256 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 1776.88 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8275992 KiB

[startup+484.601 s]
/proc/loadavg: 4.55 4.39 3.61 6/214 21984
/proc/meminfo: memFree=15182188/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=10684512 memory=8275992 CPUtime=1777.08 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 714362 0 0 0 176781 927 0 0 20 0 16 0 161633870 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2671128 2068998 3154 1 0 2660543 0
[pid=21934/tid=21936] ppid=21931 vsize=10684512 memory=68004 CPUtime=15.36 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) S 21931 21934 7084 0 -1 1077944384 17820 0 0 0 1522 14 0 0 20 0 16 0 161633879 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166976889888 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=10684512 memory=1296 CPUtime=434.02 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) S 21931 21934 7084 0 -1 1077944384 189356 0 0 0 43180 222 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166583474576 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=10684512 memory=2460 CPUtime=431.89 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) S 21931 21934 7084 0 -1 1077944384 118481 0 0 0 42955 234 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166582421776 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=10684512 memory=1836 CPUtime=434.28 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) S 21931 21934 7084 0 -1 1077944384 144248 0 0 0 43227 201 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166581369488 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=10684512 memory=796 CPUtime=432.8 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) S 21931 21934 7084 0 -1 1077944384 138881 0 0 0 43042 238 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166580316688 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21941] ppid=21931 vsize=10684512 memory=5768 CPUtime=26.85 cores=0,2,4,6
/proc/21934/task/21941/stat : 21941 (java) R 21931 21934 7084 0 -1 4202560 94599 0 0 0 2676 9 0 0 20 0 16 0 161633881 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166536737984 140166957106838 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21942] ppid=21931 vsize=10684512 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21942/stat : 21942 (java) S 21931 21934 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 161633882 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166535685472 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21943] ppid=21931 vsize=10684512 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21943/stat : 21943 (java) S 21931 21934 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 161633882 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166534633088 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21944] ppid=21931 vsize=10684512 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21944/stat : 21944 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166533581392 140166972667803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21945] ppid=21931 vsize=10684512 memory=4600 CPUtime=0.62 cores=0,2,4,6
/proc/21934/task/21945/stat : 21945 (java) S 21931 21934 7084 0 -1 1077944384 2622 0 0 0 62 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166532528288 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21946] ppid=21931 vsize=10684512 memory=1440 CPUtime=0.7 cores=0,2,4,6
/proc/21934/task/21946/stat : 21946 (java) S 21931 21934 7084 0 -1 1077944384 3957 0 0 0 69 1 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166531475200 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21947] ppid=21931 vsize=10684512 memory=1724 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21947/stat : 21947 (java) S 21931 21934 7084 0 -1 1077944384 2165 0 0 0 23 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166530423200 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21948] ppid=21931 vsize=10684512 memory=988 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21948/stat : 21948 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166529370592 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21949] ppid=21931 vsize=10684512 memory=12320 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21949/stat : 21949 (java) S 21931 21934 7084 0 -1 1077944384 781 0 0 0 14 9 0 0 20 0 16 0 161633888 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166528318384 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21981] ppid=21931 vsize=10684512 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21981/stat : 21981 (java) S 21931 21934 7084 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 161681101 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166527262256 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 1777.08 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8275992 KiB

[startup+484.701 s]
/proc/loadavg: 4.55 4.39 3.61 6/214 21984
/proc/meminfo: memFree=15182188/32770624 swapFree=67108776/67108860
[pid=21934] ppid=21931 vsize=10684512 memory=8275992 CPUtime=1777.18 cores=0,2,4,6
/proc/21934/stat : 21934 (java) S 21931 21934 7084 0 -1 1077944320 714362 0 0 0 176791 927 0 0 20 0 16 0 161633870 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140733682773408 140166972649207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
/proc/21934/statm: 2671128 2068998 3154 1 0 2660543 0
[pid=21934/tid=21936] ppid=21931 vsize=10684512 memory=8275060 CPUtime=15.36 cores=0,2,4,6
/proc/21934/task/21936/stat : 21936 (java) S 21931 21934 7084 0 -1 1077944384 17820 0 0 0 1522 14 0 0 20 0 16 0 161633879 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166976889888 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21937] ppid=21931 vsize=10684512 memory=8275060 CPUtime=434.02 cores=0,2,4,6
/proc/21934/task/21937/stat : 21937 (java) S 21931 21934 7084 0 -1 1077944384 189356 0 0 0 43180 222 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166583474576 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21938] ppid=21931 vsize=10684512 memory=279563046791936 CPUtime=431.89 cores=0,2,4,6
/proc/21934/task/21938/stat : 21938 (java) S 21931 21934 7084 0 -1 1077944384 118481 0 0 0 42955 234 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166582421776 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21939] ppid=21931 vsize=10684512 memory=8275976 CPUtime=434.28 cores=0,2,4,6
/proc/21934/task/21939/stat : 21939 (java) S 21931 21934 7084 0 -1 1077944384 144248 0 0 0 43227 201 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166581369488 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21940] ppid=21931 vsize=10684512 memory=8275976 CPUtime=432.8 cores=0,2,4,6
/proc/21934/task/21940/stat : 21940 (java) S 21931 21934 7084 0 -1 1077944384 138881 0 0 0 43042 238 0 0 20 0 16 0 161633880 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166580316688 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21941] ppid=21931 vsize=10684512 memory=8275976 CPUtime=26.95 cores=0,2,4,6
/proc/21934/task/21941/stat : 21941 (java) R 21931 21934 7084 0 -1 4202560 94656 0 0 0 2686 9 0 0 20 0 16 0 161633881 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166536737984 140166964938656 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21942] ppid=21931 vsize=10684512 memory=8275976 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21942/stat : 21942 (java) S 21931 21934 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 161633882 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166535685472 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21943] ppid=21931 vsize=10684512 memory=8275992 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21943/stat : 21943 (java) S 21931 21934 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 161633882 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166534633088 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21944] ppid=21931 vsize=10684512 memory=8275976 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21944/stat : 21944 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166533581392 140166972667803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21945] ppid=21931 vsize=10684512 memory=4872558044660077418 CPUtime=0.62 cores=0,2,4,6
/proc/21934/task/21945/stat : 21945 (java) S 21931 21934 7084 0 -1 1077944384 2622 0 0 0 62 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166532528288 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21946] ppid=21931 vsize=10684512 memory=-8774313645642428999 CPUtime=0.7 cores=0,2,4,6
/proc/21934/task/21946/stat : 21946 (java) S 21931 21934 7084 0 -1 1077944384 3957 0 0 0 69 1 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166531475200 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21947] ppid=21931 vsize=10684512 memory=8275976 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21947/stat : 21947 (java) S 21931 21934 7084 0 -1 1077944384 2165 0 0 0 23 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166530423200 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21948] ppid=21931 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21948/stat : 21948 (java) S 21931 21934 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161633884 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166529370592 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21949] ppid=21931 vsize=10684512 memory=8275976 CPUtime=0.23 cores=0,2,4,6
/proc/21934/task/21949/stat : 21949 (java) S 21931 21934 7084 0 -1 1077944384 781 0 0 0 14 9 0 0 20 0 16 0 161633888 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166528318384 140166972660354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
[pid=21934/tid=21981] ppid=21931 vsize=10684512 memory=8275976 CPUtime=0 cores=0,2,4,6
/proc/21934/task/21981/stat : 21981 (java) S 21931 21934 7084 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 161681101 10940940288 2068998 18446744073709551615 4194304 4196468 140733682790864 140166527262256 140166972659413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34713600 140733682798992 140733682799145 140733682799145 140733682802639 0
Current children cumulated CPU time: 1777.18 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8275992 KiB

Child status: 0
Real time (s): 484.76
CPU time (s): 1777.25
CPU user time (s): 1767.93
CPU system time (s): 9.32655
CPU usage (%): 366.625
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8275992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.93
system time used= 9.32655
maximum resident set size= 8276220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 716806
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38859
involuntary context switches= 28396


# summary of solver processes directly reported to runsolver:
#   pid: 21934
#   total CPU time (s): 1777.25
#   total CPU user time (s): 1767.93
#   total CPU system time (s): 9.32655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71427 second user time and 4.99965 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 12:09:06
IDJOB=4263450
IDBENCH=122893
IDSOLVER=2651
FILE ID=node132/4263450-1502619811
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-088.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263450-1502619811/watcher-4263450-1502619811 -o /tmp/evaluation-result-4263450-1502619811/solver-4263450-1502619811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263450-1502619811.xml

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

MD5SUM BENCH= 06ac67a393cf658bfe76e8457ea2374b
RANDOM SEED=1976787492

node132.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.74
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.74
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.74
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.74
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:        23542932 kB
MemAvailable:   23770068 kB
Buffers:          223800 kB
Cached:           328096 kB
SwapCached:           84 kB
Active:          8655992 kB
Inactive:         150404 kB
Active(anon):    8202492 kB
Inactive(anon):   101972 kB
Active(file):     453500 kB
Inactive(file):    48432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1396 kB
Writeback:             0 kB
AnonPages:       8325916 kB
Mapped:            76056 kB
Shmem:             49768 kB
Slab:             109032 kB
SReclaimable:      82080 kB
SUnreclaim:        26952 kB
KernelStack:        3792 kB
PageTables:        21404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8157184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62024 MiB
End job on node132 at 2017-08-13 12:17:11