Trace number 4263563

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? 1984.6899 575.13098

General information on the benchmark

NameRandom/Random-m1-5-2X-05c/
rand-5-2X-05c-15.xml
MD5SUM5c93a58f751270bf50b32fbeed27ba19
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.8769102
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints112
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":12}]
Minimum variable degree35
Maximum variable degree53
Distribution of variable degrees[{"degree":35,"count":1},{"degree":43,"count":1},{"degree":45,"count":4},{"degree":47,"count":1},{"degree":49,"count":1},{"degree":50,"count":2},{"degree":53,"count":2}]
Minimum constraint arity5
Maximum constraint arity5
Distribution of constraint arities[{"arity":5,"count":112}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263563-1502617785/watcher-4263563-1502617785 -o /tmp/evaluation-result-4263563-1502617785/solver-4263563-1502617785 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263563-1502617785.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=25072, runsolver pid=25069

[startup+0.100151 s]*
/proc/loadavg: 4.66 4.14 3.16 2/195 25073
/proc/meminfo: memFree=28773588/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/25072/stat : 25072 (runsolver) D 25069 25072 12560 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 63973984 34791424 114 18446744073709551615 4194304 4346622 140729029369280 140729029365912 140551154856663 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 24592384 140729029374050 140729029374500 140729029374500 140729029377994 0
/proc/25072/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209004 s]*
/proc/loadavg: 4.66 4.14 3.16 2/208 25086
/proc/meminfo: memFree=28760220/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10484492 memory=24252 CPUtime=0.06 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 4502 0 0 0 5 1 0 0 20 0 14 0 63973984 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2621123 6063 2573 1 0 2610620 0
[pid=25072/tid=25074] ppid=25069 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) D 25069 25072 12560 0 -1 4202560 2615 0 0 0 4 0 0 0 20 0 14 0 63973996 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140625505249184 140625501033725 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10484492 memory=328 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) S 25069 25072 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63973997 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140625431432336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25076] ppid=25069 vsize=10484492 memory=288370927309518464 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25076/stat : 25076 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63973997 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140625430379536 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25077] ppid=25069 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25077/stat : 25077 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63973997 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140625429326736 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25078] ppid=25069 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25078/stat : 25078 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63973997 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140625428273936 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25079] ppid=25069 vsize=10484492 memory=140551157806720 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25079/stat : 25079 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63973999 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140624997218672 140625501022850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25080] ppid=25069 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25080/stat : 25080 (java) S 25069 25072 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 63973999 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140624996164640 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25081] ppid=25069 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25081/stat : 25081 (java) S 25069 25072 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 63973999 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140624995111792 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25082] ppid=25069 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25082/stat : 25082 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63974002 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140624994060112 140625501030299 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25083] ppid=25069 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25083/stat : 25083 (java) S 25069 25072 12560 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 14 0 63974002 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140624993008496 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25084] ppid=25069 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25084/stat : 25084 (java) S 25069 25072 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63974002 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140624991955696 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25085] ppid=25069 vsize=10484492 memory=140551157806720 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25085/stat : 25085 (java) S 25069 25072 12560 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 63974002 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140624990902896 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25086] ppid=25069 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25086/stat : 25086 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63974002 10736119808 6063 18446744073709551615 4194304 4196468 140729578406960 140624989850336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 24252 KiB

[startup+0.309985 s]*
/proc/loadavg: 4.66 4.14 3.16 3/209 25087
/proc/meminfo: memFree=28752784/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10551156 memory=31752 CPUtime=0.18 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 7749 0 0 0 16 2 0 0 20 0 15 0 63973984 10804383744 7938 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2637789 7938 2860 1 0 2627261 0
[pid=25072/tid=25074] ppid=25069 vsize=10551156 memory=-8774313645642428999 CPUtime=0.12 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) R 25069 25072 12560 0 -1 4202560 5427 0 0 0 11 1 0 0 20 0 15 0 63973996 10804383744 7938 18446744073709551615 4194304 4196468 140729578406960 140625505234496 140625501033629 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) S 25069 25072 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63973997 10804383744 7938 18446744073709551615 4194304 4196468 140729578406960 140625431432336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25076] ppid=25069 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25076/stat : 25076 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63973997 10804383744 7938 18446744073709551615 4194304 4196468 140729578406960 140625430379536 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25077] ppid=25069 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25077/stat : 25077 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63973997 10804383744 7938 18446744073709551615 4194304 4196468 140729578406960 140625429326736 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25078] ppid=25069 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25078/stat : 25078 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63973997 10804383744 7938 18446744073709551615 4194304 4196468 140729578406960 140625428273936 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25079] ppid=25069 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25079/stat : 25079 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63973999 10804383744 7938 18446744073709551615 4194304 4196468 140729578406960 140624997218672 140625501022850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25080] ppid=25069 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25080/stat : 25080 (java) S 25069 25072 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63973999 10804383744 7989 18446744073709551615 4194304 4196468 140729578406960 140624996164640 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25081] ppid=25069 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25081/stat : 25081 (java) S 25069 25072 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63973999 10804383744 7989 18446744073709551615 4194304 4196468 140729578406960 140624995111792 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25082] ppid=25069 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25082/stat : 25082 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804383744 7989 18446744073709551615 4194304 4196468 140729578406960 140624994060112 140625501030299 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25083] ppid=25069 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25083/stat : 25083 (java) R 25069 25072 12560 0 -1 1077944384 487 0 0 0 0 0 0 0 20 0 15 0 63974002 10804383744 7989 18446744073709551615 4194304 4196468 140729578406960 140624993008496 140625501022850 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25084] ppid=25069 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25084/stat : 25084 (java) S 25069 25072 12560 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 63974002 10804383744 7989 18446744073709551615 4194304 4196468 140729578406960 140624991955696 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25085] ppid=25069 vsize=10551156 memory=140551157806720 CPUtime=0.02 cores=0,2,4,6
/proc/25072/task/25085/stat : 25085 (java) S 25069 25072 12560 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 15 0 63974002 10804383744 7989 18446744073709551615 4194304 4196468 140729578406960 140624990902896 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25086] ppid=25069 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25086/stat : 25086 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804383744 7989 18446744073709551615 4194304 4196468 140729578406960 140624989850336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25087] ppid=25069 vsize=10551156 memory=140551157806720 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25087/stat : 25087 (java) S 25069 25072 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63974008 10804383744 7989 18446744073709551615 4194304 4196468 140729578406960 140624988797616 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31752 KiB

[startup+0.701648 s]
/proc/loadavg: 4.66 4.14 3.16 3/209 25087
/proc/meminfo: memFree=28680108/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10551232 memory=143736 CPUtime=1.02 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 10607 0 0 0 97 5 0 0 20 0 15 0 63973984 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2637808 35934 3048 1 0 2627261 0
[pid=25072/tid=25074] ppid=25069 vsize=10551232 memory=1412 CPUtime=0.51 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) R 25069 25072 12560 0 -1 4202560 6687 0 0 0 47 4 0 0 20 0 15 0 63973996 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140625505246104 140625097924496 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10551232 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) S 25069 25072 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63973997 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140625431432336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25076] ppid=25069 vsize=10551232 memory=6153431502485416297 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25076/stat : 25076 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63973997 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140625430379536 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25077] ppid=25069 vsize=10551232 memory=7453282923528810324 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25077/stat : 25077 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63973997 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140625429326736 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25078] ppid=25069 vsize=10551232 memory=4640767346415259731 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25078/stat : 25078 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63973997 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140625428273936 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25079] ppid=25069 vsize=10551232 memory=-7028383565733675155 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25079/stat : 25079 (java) S 25069 25072 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624997218672 140625501022850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25080] ppid=25069 vsize=10551232 memory=-7028383565733675670 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25080/stat : 25080 (java) S 25069 25072 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624996164640 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25081] ppid=25069 vsize=10551232 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25081/stat : 25081 (java) S 25069 25072 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624995111792 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25082] ppid=25069 vsize=10551232 memory=-7449383003082255457 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25082/stat : 25082 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624994060112 140625501030299 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25083] ppid=25069 vsize=10551232 memory=-7450779821759504288 CPUtime=0.16 cores=0,2,4,6
/proc/25072/task/25083/stat : 25083 (java) R 25069 25072 12560 0 -1 4202560 912 0 0 0 16 0 0 0 20 0 15 0 63974002 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624992998880 140625480257957 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25084] ppid=25069 vsize=10551232 memory=140551157806720 CPUtime=0.15 cores=0,2,4,6
/proc/25072/task/25084/stat : 25084 (java) R 25069 25072 12560 0 -1 4202560 621 0 0 0 15 0 0 0 20 0 15 0 63974002 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624991942448 140625493248830 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25085] ppid=25069 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25072/task/25085/stat : 25085 (java) S 25069 25072 12560 0 -1 1077944384 1018 0 0 0 19 0 0 0 20 0 15 0 63974002 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624990902896 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25086] ppid=25069 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25086/stat : 25086 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624989850336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25087] ppid=25069 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25087/stat : 25087 (java) S 25069 25072 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63974008 10804461568 35934 18446744073709551615 4194304 4196468 140729578406960 140624988797616 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 143736 KiB

[startup+1.50091 s]
/proc/loadavg: 4.66 4.14 3.16 7/209 25087
/proc/meminfo: memFree=28513428/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10551232 memory=413632 CPUtime=2.71 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 13963 0 0 0 249 22 0 0 20 0 15 0 63973984 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2637808 103408 3086 1 0 2627261 0
[pid=25072/tid=25074] ppid=25069 vsize=10551232 memory=2244 CPUtime=1.22 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) R 25069 25072 12560 0 -1 4202560 6773 0 0 0 116 6 0 0 20 0 15 0 63973996 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140625505249560 140625101037368 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10551232 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) S 25069 25072 12560 0 -1 1077944384 309 0 0 0 3 4 0 0 20 0 15 0 63973997 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140625431432336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25076] ppid=25069 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/25072/task/25076/stat : 25076 (java) S 25069 25072 12560 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 15 0 63973997 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140625430379536 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25077] ppid=25069 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25072/task/25077/stat : 25077 (java) S 25069 25072 12560 0 -1 1077944384 45 0 0 0 2 2 0 0 20 0 15 0 63973997 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140625429326736 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25078] ppid=25069 vsize=10551232 memory=281102120635264 CPUtime=0.07 cores=0,2,4,6
/proc/25072/task/25078/stat : 25078 (java) S 25069 25072 12560 0 -1 1077944384 114 0 0 0 3 4 0 0 20 0 15 0 63973997 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140625428273936 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25079] ppid=25069 vsize=10551232 memory=140551060331712 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25079/stat : 25079 (java) S 25069 25072 12560 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624997218672 140625501022850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25080] ppid=25069 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25080/stat : 25080 (java) S 25069 25072 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624996164640 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25081] ppid=25069 vsize=10551232 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25081/stat : 25081 (java) S 25069 25072 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624995111792 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25082] ppid=25069 vsize=10551232 memory=-6737208495982354336 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25082/stat : 25082 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624994060112 140625501030299 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25083] ppid=25069 vsize=10551232 memory=6944656592455359580 CPUtime=0.47 cores=0,2,4,6
/proc/25072/task/25083/stat : 25083 (java) S 25069 25072 12560 0 -1 1077944384 2000 0 0 0 47 0 0 0 20 0 15 0 63974002 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624993008496 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25084] ppid=25069 vsize=10551232 memory=6944656592455097440 CPUtime=0.49 cores=0,2,4,6
/proc/25072/task/25084/stat : 25084 (java) S 25069 25072 12560 0 -1 1077944384 1673 0 0 0 49 0 0 0 20 0 15 0 63974002 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624991955696 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25085] ppid=25069 vsize=10551232 memory=6944656592455360604 CPUtime=0.23 cores=0,2,4,6
/proc/25072/task/25085/stat : 25085 (java) S 25069 25072 12560 0 -1 1077944384 1421 0 0 0 23 0 0 0 20 0 15 0 63974002 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624990902896 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25086] ppid=25069 vsize=10551232 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25086/stat : 25086 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624989850336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25087] ppid=25069 vsize=10551232 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25087/stat : 25087 (java) S 25069 25072 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63974008 10804461568 103408 18446744073709551615 4194304 4196468 140729578406960 140624988797616 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 413632 KiB

[startup+3.10994 s]
/proc/loadavg: 4.66 4.14 3.16 3/209 25087
/proc/meminfo: memFree=28033580/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10551232 memory=751388 CPUtime=4.54 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 15942 0 0 0 412 42 0 0 20 0 15 0 63973984 10804461568 187847 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2637808 187847 3086 1 0 2627261 0
[pid=25072/tid=25074] ppid=25069 vsize=10551232 memory=1688 CPUtime=2.63 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) R 25069 25072 12560 0 -1 4202560 7781 0 0 0 254 9 0 0 20 0 15 0 63973996 10804461568 187847 18446744073709551615 4194304 4196468 140729578406960 140625505249504 140625100728401 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10551232 memory=5808 CPUtime=0.16 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) S 25069 25072 12560 0 -1 1077944384 521 0 0 0 8 8 0 0 20 0 15 0 63973997 10804461568 187847 18446744073709551615 4194304 4196468 140729578406960 140625431432336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0

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

/proc/loadavg: 4.85 4.41 3.68 6/210 25120
/proc/meminfo: memFree=19752336/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10551232 memory=8306188 CPUtime=1979.68 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 312366 0 0 0 197311 657 0 0 20 0 15 0 63973984 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2637808 2076547 3132 1 0 2627261 0
[pid=25072/tid=25074] ppid=25069 vsize=10551232 memory=8306188 CPUtime=44.7 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) S 25069 25072 12560 0 -1 1077944384 24858 0 0 0 4439 31 0 0 20 0 15 0 63973996 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625505247728 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10551232 memory=-8774313645642428999 CPUtime=470.83 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) R 25069 25072 12560 0 -1 4202560 40159 0 0 0 46933 150 0 0 20 0 15 0 63973997 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625431432536 140625485711603 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25076] ppid=25069 vsize=10551232 memory=2384 CPUtime=468.67 cores=0,2,4,6
/proc/25072/task/25076/stat : 25076 (java) R 25069 25072 12560 0 -1 4202560 42747 0 0 0 46711 156 0 0 20 0 15 0 63973997 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625430379736 140625486001247 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25077] ppid=25069 vsize=10551232 memory=1688 CPUtime=468.78 cores=0,2,4,6
/proc/25072/task/25077/stat : 25077 (java) R 25069 25072 12560 0 -1 4202560 51746 0 0 0 46724 154 0 0 20 0 15 0 63973997 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625429326624 140625486001346 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25078] ppid=25069 vsize=10551232 memory=5808 CPUtime=469.86 cores=0,2,4,6
/proc/25072/task/25078/stat : 25078 (java) R 25069 25072 12560 0 -1 4202560 38787 0 0 0 46834 152 0 0 20 0 15 0 63973997 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625428274136 140625494108164 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25079] ppid=25069 vsize=10551232 memory=2384 CPUtime=51.72 cores=0,2,4,6
/proc/25072/task/25079/stat : 25079 (java) S 25069 25072 12560 0 -1 1077944384 91866 0 0 0 5167 5 0 0 20 0 15 0 63973999 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624997217216 140625501021909 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25080] ppid=25069 vsize=10551232 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25080/stat : 25080 (java) S 25069 25072 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624996164704 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25081] ppid=25069 vsize=10551232 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25081/stat : 25081 (java) S 25069 25072 12560 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624995111808 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25082] ppid=25069 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25082/stat : 25082 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624994060112 140625501030299 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25083] ppid=25069 vsize=10551232 memory=1004 CPUtime=1.88 cores=0,2,4,6
/proc/25072/task/25083/stat : 25083 (java) S 25069 25072 12560 0 -1 1077944384 7471 0 0 0 187 1 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624993008256 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25084] ppid=25069 vsize=10551232 memory=2016 CPUtime=2.3 cores=0,2,4,6
/proc/25072/task/25084/stat : 25084 (java) S 25069 25072 12560 0 -1 1077944384 10040 0 0 0 229 1 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624991955744 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25085] ppid=25069 vsize=10551232 memory=1196 CPUtime=0.4 cores=0,2,4,6
/proc/25072/task/25085/stat : 25085 (java) S 25069 25072 12560 0 -1 1077944384 2829 0 0 0 40 0 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624990901728 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25086] ppid=25069 vsize=10551232 memory=8600 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25086/stat : 25086 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624989850336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25087] ppid=25069 vsize=10551232 memory=1716 CPUtime=0.46 cores=0,2,4,6
/proc/25072/task/25087/stat : 25087 (java) S 25069 25072 12560 0 -1 1077944384 474 0 0 0 27 19 0 0 20 0 15 0 63974008 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624988797616 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
Current children cumulated CPU time: 1979.68 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8306188 KiB

[startup+574.401 s]
/proc/loadavg: 4.86 4.42 3.69 3/210 25121
/proc/meminfo: memFree=19752336/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10551232 memory=8306188 CPUtime=1984.14 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 312435 0 0 0 197757 657 0 0 20 0 15 0 63973984 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2637808 2076547 3132 1 0 2627261 0
[pid=25072/tid=25074] ppid=25069 vsize=10551232 memory=36556 CPUtime=44.7 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) S 25069 25072 12560 0 -1 1077944384 24858 0 0 0 4439 31 0 0 20 0 15 0 63973996 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625505247728 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10551232 memory=8306188 CPUtime=471.77 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) S 25069 25072 12560 0 -1 1077944384 40169 0 0 0 47027 150 0 0 20 0 15 0 63973997 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625431432336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25076] ppid=25069 vsize=10551232 memory=8306188 CPUtime=469.63 cores=0,2,4,6
/proc/25072/task/25076/stat : 25076 (java) S 25069 25072 12560 0 -1 1077944384 42778 0 0 0 46807 156 0 0 20 0 15 0 63973997 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625430379536 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25077] ppid=25069 vsize=10551232 memory=8306188 CPUtime=469.74 cores=0,2,4,6
/proc/25072/task/25077/stat : 25077 (java) S 25069 25072 12560 0 -1 1077944384 51761 0 0 0 46820 154 0 0 20 0 15 0 63973997 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625429326736 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25078] ppid=25069 vsize=10551232 memory=3020 CPUtime=470.82 cores=0,2,4,6
/proc/25072/task/25078/stat : 25078 (java) S 25069 25072 12560 0 -1 1077944384 38799 0 0 0 46930 152 0 0 20 0 15 0 63973997 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140625428273936 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25079] ppid=25069 vsize=10551232 memory=1292 CPUtime=52.36 cores=0,2,4,6
/proc/25072/task/25079/stat : 25079 (java) R 25069 25072 12560 0 -1 4202560 91867 0 0 0 5231 5 0 0 20 0 15 0 63973999 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624997217216 140625485712307 0 0 1 16800974 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25080] ppid=25069 vsize=10551232 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25080/stat : 25080 (java) S 25069 25072 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624996164704 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25081] ppid=25069 vsize=10551232 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25081/stat : 25081 (java) S 25069 25072 12560 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624995111808 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25082] ppid=25069 vsize=10551232 memory=3020 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25082/stat : 25082 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624994060112 140625501030299 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25083] ppid=25069 vsize=10551232 memory=2824 CPUtime=1.88 cores=0,2,4,6
/proc/25072/task/25083/stat : 25083 (java) S 25069 25072 12560 0 -1 1077944384 7471 0 0 0 187 1 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624993008256 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25084] ppid=25069 vsize=10551232 memory=1156 CPUtime=2.3 cores=0,2,4,6
/proc/25072/task/25084/stat : 25084 (java) S 25069 25072 12560 0 -1 1077944384 10040 0 0 0 229 1 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624991955744 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25085] ppid=25069 vsize=10551232 memory=8306188 CPUtime=0.4 cores=0,2,4,6
/proc/25072/task/25085/stat : 25085 (java) S 25069 25072 12560 0 -1 1077944384 2829 0 0 0 40 0 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624990901728 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25086] ppid=25069 vsize=10551232 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25086/stat : 25086 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624989850336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25087] ppid=25069 vsize=10551232 memory=4088 CPUtime=0.46 cores=0,2,4,6
/proc/25072/task/25087/stat : 25087 (java) S 25069 25072 12560 0 -1 1077944384 474 0 0 0 27 19 0 0 20 0 15 0 63974008 10804461568 2076547 18446744073709551615 4194304 4196468 140729578406960 140624988797616 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
Current children cumulated CPU time: 1984.14 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8306188 KiB

[startup+574.801 s]
/proc/loadavg: 4.86 4.42 3.69 3/210 25121
/proc/meminfo: memFree=19752336/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10551232 memory=8306192 CPUtime=1984.54 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 312562 0 0 0 197797 657 0 0 20 0 15 0 63973984 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2637808 2076548 3132 1 0 2627261 0
[pid=25072/tid=25074] ppid=25069 vsize=10551232 memory=1232 CPUtime=44.7 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) S 25069 25072 12560 0 -1 1077944384 24858 0 0 0 4439 31 0 0 20 0 15 0 63973996 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140625505247728 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10551232 memory=-8774313645642428999 CPUtime=471.77 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) S 25069 25072 12560 0 -1 1077944384 40169 0 0 0 47027 150 0 0 20 0 15 0 63973997 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140625431432336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25076] ppid=25069 vsize=10551232 memory=4088 CPUtime=469.63 cores=0,2,4,6
/proc/25072/task/25076/stat : 25076 (java) S 25069 25072 12560 0 -1 1077944384 42778 0 0 0 46807 156 0 0 20 0 15 0 63973997 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140625430379536 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25077] ppid=25069 vsize=10551232 memory=1620 CPUtime=469.74 cores=0,2,4,6
/proc/25072/task/25077/stat : 25077 (java) S 25069 25072 12560 0 -1 1077944384 51761 0 0 0 46820 154 0 0 20 0 15 0 63973997 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140625429326736 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25078] ppid=25069 vsize=10551232 memory=920 CPUtime=470.82 cores=0,2,4,6
/proc/25072/task/25078/stat : 25078 (java) S 25069 25072 12560 0 -1 1077944384 38799 0 0 0 46930 152 0 0 20 0 15 0 63973997 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140625428273936 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25079] ppid=25069 vsize=10551232 memory=2160 CPUtime=52.76 cores=0,2,4,6
/proc/25072/task/25079/stat : 25079 (java) R 25069 25072 12560 0 -1 4202560 91994 0 0 0 5271 5 0 0 20 0 15 0 63973999 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624997217216 140625485469336 0 0 1 16800974 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25080] ppid=25069 vsize=10551232 memory=832 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25080/stat : 25080 (java) S 25069 25072 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624996164704 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25081] ppid=25069 vsize=10551232 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25081/stat : 25081 (java) S 25069 25072 12560 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 63973999 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624995111808 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25082] ppid=25069 vsize=10551232 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25082/stat : 25082 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624994060112 140625501030299 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25083] ppid=25069 vsize=10551232 memory=3020 CPUtime=1.88 cores=0,2,4,6
/proc/25072/task/25083/stat : 25083 (java) S 25069 25072 12560 0 -1 1077944384 7471 0 0 0 187 1 0 0 20 0 15 0 63974002 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624993008256 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25084] ppid=25069 vsize=10551232 memory=2824 CPUtime=2.3 cores=0,2,4,6
/proc/25072/task/25084/stat : 25084 (java) S 25069 25072 12560 0 -1 1077944384 10040 0 0 0 229 1 0 0 20 0 15 0 63974002 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624991955744 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25085] ppid=25069 vsize=10551232 memory=1156 CPUtime=0.4 cores=0,2,4,6
/proc/25072/task/25085/stat : 25085 (java) S 25069 25072 12560 0 -1 1077944384 2829 0 0 0 40 0 0 0 20 0 15 0 63974002 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624990901728 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25086] ppid=25069 vsize=10551232 memory=3176 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25086/stat : 25086 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63974002 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624989850336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25087] ppid=25069 vsize=10551232 memory=3635720 CPUtime=0.46 cores=0,2,4,6
/proc/25072/task/25087/stat : 25087 (java) S 25069 25072 12560 0 -1 1077944384 474 0 0 0 27 19 0 0 20 0 15 0 63974008 10804461568 2076548 18446744073709551615 4194304 4196468 140729578406960 140624988797616 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
Current children cumulated CPU time: 1984.54 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8306192 KiB

[startup+575.001 s]*
/proc/loadavg: 4.86 4.42 3.69 2/211 25123
/proc/meminfo: memFree=19751964/32770624 swapFree=67105588/67108860
[pid=25072] ppid=25069 vsize=10684512 memory=8307072 CPUtime=1984.64 cores=0,2,4,6
/proc/25072/stat : 25072 (java) S 25069 25072 12560 0 -1 1077944320 313347 0 0 0 197807 657 0 0 20 0 16 0 63973984 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140729578389504 140625501011703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
/proc/25072/statm: 2671128 2076768 3176 1 0 2660543 0
[pid=25072/tid=25074] ppid=25069 vsize=10684512 memory=1398720917958146503 CPUtime=44.73 cores=0,2,4,6
/proc/25072/task/25074/stat : 25074 (java) S 25069 25072 12560 0 -1 1077944384 25331 0 0 0 4442 31 0 0 20 0 16 0 63973996 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140625505252384 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25075] ppid=25069 vsize=10684512 memory=4872558044660077418 CPUtime=471.77 cores=0,2,4,6
/proc/25072/task/25075/stat : 25075 (java) S 25069 25072 12560 0 -1 1077944384 40169 0 0 0 47027 150 0 0 20 0 16 0 63973997 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140625431432336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25076] ppid=25069 vsize=10684512 memory=-8707038579349950309 CPUtime=469.63 cores=0,2,4,6
/proc/25072/task/25076/stat : 25076 (java) S 25069 25072 12560 0 -1 1077944384 42778 0 0 0 46807 156 0 0 20 0 16 0 63973997 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140625430379536 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25077] ppid=25069 vsize=10684512 memory=-6520471753822164382 CPUtime=469.74 cores=0,2,4,6
/proc/25072/task/25077/stat : 25077 (java) S 25069 25072 12560 0 -1 1077944384 51761 0 0 0 46820 154 0 0 20 0 16 0 63973997 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140625429326736 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25078] ppid=25069 vsize=10684512 memory=-8412656567318647667 CPUtime=470.82 cores=0,2,4,6
/proc/25072/task/25078/stat : 25078 (java) S 25069 25072 12560 0 -1 1077944384 38799 0 0 0 46930 152 0 0 20 0 16 0 63973997 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140625428273936 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25079] ppid=25069 vsize=10684512 memory=7235147594880805952 CPUtime=52.81 cores=0,2,4,6
/proc/25072/task/25079/stat : 25079 (java) S 25069 25072 12560 0 -1 1077944384 91994 0 0 0 5276 5 0 0 20 0 16 0 63973999 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624997218672 140625501022850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25080] ppid=25069 vsize=10684512 memory=7883945220631717992 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25080/stat : 25080 (java) S 25069 25072 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 63973999 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624996164704 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25081] ppid=25069 vsize=10684512 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25081/stat : 25081 (java) S 25069 25072 12560 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 63973999 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624995111808 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25082] ppid=25069 vsize=10684512 memory=8514726395714825349 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25082/stat : 25082 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63974002 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624994060112 140625501030299 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25083] ppid=25069 vsize=10684512 memory=-8253362762722141311 CPUtime=1.88 cores=0,2,4,6
/proc/25072/task/25083/stat : 25083 (java) S 25069 25072 12560 0 -1 1077944384 7526 0 0 0 187 1 0 0 20 0 16 0 63974002 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624993008496 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25084] ppid=25069 vsize=10684512 memory=7594872447378679911 CPUtime=2.3 cores=0,2,4,6
/proc/25072/task/25084/stat : 25084 (java) S 25069 25072 12560 0 -1 1077944384 10087 0 0 0 229 1 0 0 20 0 16 0 63974002 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624991955696 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25085] ppid=25069 vsize=10684512 memory=7883945220631717992 CPUtime=0.41 cores=0,2,4,6
/proc/25072/task/25085/stat : 25085 (java) S 25069 25072 12560 0 -1 1077944384 2988 0 0 0 41 0 0 0 20 0 16 0 63974002 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624990902896 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25086] ppid=25069 vsize=10684512 memory=832 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25086/stat : 25086 (java) S 25069 25072 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63974002 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624989850336 140625501021909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25087] ppid=25069 vsize=10684512 memory=16448 CPUtime=0.46 cores=0,2,4,6
/proc/25072/task/25087/stat : 25087 (java) S 25069 25072 12560 0 -1 1077944384 474 0 0 0 27 19 0 0 20 0 16 0 63974008 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624988797616 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
[pid=25072/tid=25122] ppid=25069 vsize=10684512 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/25072/task/25122/stat : 25122 (java) S 25069 25072 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 64031473 10940940288 2076768 18446744073709551615 4194304 4196468 140729578406960 140624987743376 140625501022850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140729578410384 140729578410537 140729578410537 140729578414031 0
Current children cumulated CPU time: 1984.64 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8307072 KiB

[startup+575.122 s]*
/proc/loadavg: 4.86 4.42 3.69 3/197 25123
/proc/meminfo: memFree=27701020/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 575.131
CPU time (s): 1984.69
CPU user time (s): 1978.08
CPU system time (s): 6.61338
CPU usage (%): 345.085
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8307072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1978.08
system time used= 6.61338
maximum resident set size= 8307296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33034
involuntary context switches= 21763


# summary of solver processes directly reported to runsolver:
#   pid: 25072
#   total CPU time (s): 1984.69
#   total CPU user time (s): 1978.08
#   total CPU system time (s): 6.61338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.23683 second user time and 5.84195 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 11:35:44
IDJOB=4263563
IDBENCH=121599
IDSOLVER=2651
FILE ID=node126/4263563-1502617785
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62000 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Random/Random-m1-5-2X-05c/rand-5-2X-05c-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263563-1502617785/watcher-4263563-1502617785 -o /tmp/evaluation-result-4263563-1502617785/solver-4263563-1502617785 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263563-1502617785.xml

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

MD5SUM BENCH= 5c93a58f751270bf50b32fbeed27ba19
RANDOM SEED=1468280102

node126.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.81
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.81
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.81
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.81
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:        28773852 kB
MemAvailable:   29045364 kB
Buffers:          258796 kB
Cached:           282976 kB
SwapCached:          524 kB
Active:          3368256 kB
Inactive:         145696 kB
Active(anon):    2920036 kB
Inactive(anon):    85576 kB
Active(file):     448220 kB
Inactive(file):    60120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             33356 kB
Writeback:             0 kB
AnonPages:       2971752 kB
Mapped:            57400 kB
Shmem:             33440 kB
Slab:             183772 kB
SReclaimable:     158012 kB
SUnreclaim:        25760 kB
KernelStack:        3408 kB
PageTables:        10580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4534544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61996 MiB
End job on node126 at 2017-08-13 11:45:19