Trace number 4263683

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? 1640.4399 447.81601

General information on the benchmark

NameSudoku/Sudoku-table-s1/
Sudoku-s16-table.xml
MD5SUM42cf90d4260d0c42551a0c96317601f7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.1145
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":58},{"degree":4,"count":23}]
Minimum constraint arity9
Maximum constraint arity23
Distribution of constraint arities[{"arity":9,"count":27},{"arity":23,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263683-1502610076/watcher-4263683-1502610076 -o /tmp/evaluation-result-4263683-1502610076/solver-4263683-1502610076 -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-4263683-1502610076.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
solver pid=22526, runsolver pid=22523
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.99 4.65 3.71 3/201 22532
/proc/meminfo: memFree=31138500/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=9936560 memory=17012 CPUtime=0.01 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 3567 0 0 0 1 0 0 0 20 0 6 0 63203066 10175037440 4253 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2484140 4253 1923 1 0 2473637 0
[pid=22526/tid=22528] ppid=22523 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) R 22523 22526 12560 0 -1 4202560 2285 0 0 0 1 0 0 0 20 0 6 0 63203075 10175037440 4253 18446744073709551615 4194304 4196468 140725588598960 140665996948048 140665977834864 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=9936560 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63203076 10175037440 4253 18446744073709551615 4194304 4196468 140725588598960 140665953610128 140665992722133 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=9936560 memory=140232964134528 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63203076 10175037440 4253 18446744073709551615 4194304 4196468 140725588598960 140665952557328 140665992722133 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63203076 10175037440 4253 18446744073709551615 4194304 4196468 140725588598960 140665951505040 140665992722133 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) S 22523 22526 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 63203076 10175037440 4253 18446744073709551615 4194304 4196468 140725588598960 140665601055248 140665992722133 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17012 KiB

[startup+0.209872 s]*
/proc/loadavg: 4.99 4.65 3.71 3/210 22541
/proc/meminfo: memFree=31130600/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=10552180 memory=29916 CPUtime=0.11 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 6780 0 0 0 10 1 0 0 20 0 15 0 63203066 10805432320 7413 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2638045 7413 2800 1 0 2627517 0
[pid=22526/tid=22528] ppid=22523 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) R 22523 22526 12560 0 -1 4202560 4934 0 0 0 7 1 0 0 20 0 15 0 63203075 10805432320 7677 18446744073709551615 4194304 4196468 140725588598960 140665996900272 140665985391645 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=10552180 memory=328 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203076 10805432320 7677 18446744073709551615 4194304 4196468 140725588598960 140665953610128 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=10552180 memory=288370609115846272 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203076 10805432320 7677 18446744073709551615 4194304 4196468 140725588598960 140665952557328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203076 10805432320 7677 18446744073709551615 4194304 4196468 140725588598960 140665951505040 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) S 22523 22526 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63203076 10805432320 7677 18446744073709551615 4194304 4196468 140725588598960 140665601055248 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22533] ppid=22523 vsize=10552180 memory=140232964134528 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22533/stat : 22533 (java) S 22523 22526 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63203077 10805432320 7677 18446744073709551615 4194304 4196468 140725588598960 140665556781680 140665992723074 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22534] ppid=22523 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22534/stat : 22534 (java) S 22523 22526 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63203078 10805432320 7743 18446744073709551615 4194304 4196468 140725588598960 140665555727648 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22535] ppid=22523 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22535/stat : 22535 (java) S 22523 22526 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63203078 10805432320 7743 18446744073709551615 4194304 4196468 140725588598960 140665554675312 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22536] ppid=22523 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22536/stat : 22536 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10805432320 7743 18446744073709551615 4194304 4196468 140725588598960 140665553623632 140665992730523 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22537] ppid=22523 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22537/stat : 22537 (java) S 22523 22526 12560 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 63203081 10805432320 7743 18446744073709551615 4194304 4196468 140725588598960 140665552570480 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22538] ppid=22523 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22538/stat : 22538 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10805432320 7743 18446744073709551615 4194304 4196468 140725588598960 140665551517680 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22539] ppid=22523 vsize=10552180 memory=140232964134528 CPUtime=0.01 cores=0,2,4,6
/proc/22526/task/22539/stat : 22539 (java) S 22523 22526 12560 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 63203081 10805432320 7743 18446744073709551615 4194304 4196468 140725588598960 140665550465392 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22540] ppid=22523 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22540/stat : 22540 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10805432320 7743 18446744073709551615 4194304 4196468 140725588598960 140665549412832 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22541] ppid=22523 vsize=10552180 memory=140232964134528 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22541/stat : 22541 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203084 10805432320 7743 18446744073709551615 4194304 4196468 140725588598960 140665480539056 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 29916 KiB

[startup+0.310056 s]*
/proc/loadavg: 4.99 4.65 3.71 3/210 22541
/proc/meminfo: memFree=31119892/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=10551156 memory=36764 CPUtime=0.26 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 8521 0 0 0 24 2 0 0 20 0 15 0 63203066 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2637789 9191 2865 1 0 2627261 0
[pid=22526/tid=22528] ppid=22523 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) R 22523 22526 12560 0 -1 4202560 6159 0 0 0 17 2 0 0 20 0 15 0 63203075 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665996945952 140665992733853 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203076 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665953610128 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203076 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665952557328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203076 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665951505040 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) S 22523 22526 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63203076 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665601055248 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22533] ppid=22523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22533/stat : 22533 (java) S 22523 22526 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63203077 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665556781680 140665992723074 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22534] ppid=22523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22534/stat : 22534 (java) S 22523 22526 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63203078 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665555727648 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22535] ppid=22523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22535/stat : 22535 (java) S 22523 22526 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63203078 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665554675312 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22536] ppid=22523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22536/stat : 22536 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665553623632 140665992730523 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22537] ppid=22523 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22526/task/22537/stat : 22537 (java) S 22523 22526 12560 0 -1 1077944384 491 0 0 0 1 0 0 0 20 0 15 0 63203081 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665552570480 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22538] ppid=22523 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22526/task/22538/stat : 22538 (java) S 22523 22526 12560 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 63203081 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665551517680 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22539] ppid=22523 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/22526/task/22539/stat : 22539 (java) S 22523 22526 12560 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 63203081 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665550465392 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22540] ppid=22523 vsize=10551156 memory=140232964134528 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22540/stat : 22540 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665549412832 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22541] ppid=22523 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22541/stat : 22541 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203084 10804383744 9191 18446744073709551615 4194304 4196468 140725588598960 140665480539056 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36764 KiB

[startup+0.701307 s]
/proc/loadavg: 4.99 4.65 3.71 4/210 22541
/proc/meminfo: memFree=31072820/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=10551232 memory=256728 CPUtime=1.2 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 11996 0 0 0 110 10 0 0 20 0 15 0 63203066 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2637808 64182 3066 1 0 2627261 0
[pid=22526/tid=22528] ppid=22523 vsize=10551232 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) R 22523 22526 12560 0 -1 4202560 7376 0 0 0 49 4 0 0 20 0 15 0 63203075 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665996945376 140665634119752 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) S 22523 22526 12560 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 63203076 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665953610128 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) S 22523 22526 12560 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 63203076 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665952557328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=10551232 memory=931 CPUtime=0.02 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) S 22523 22526 12560 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 63203076 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665951505040 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=10551232 memory=4529 CPUtime=0.02 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) S 22523 22526 12560 0 -1 1077944384 34 0 0 0 1 1 0 0 20 0 15 0 63203076 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665601055248 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22533] ppid=22523 vsize=10551232 memory=140232829983552 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22533/stat : 22533 (java) S 22523 22526 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 63203077 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665556781680 140665992723074 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22534] ppid=22523 vsize=10551232 memory=3472468511877641024 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22534/stat : 22534 (java) S 22523 22526 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665555727648 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22535] ppid=22523 vsize=10551232 memory=53 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22535/stat : 22535 (java) S 22523 22526 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665554675312 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22536] ppid=22523 vsize=10551232 memory=215 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22536/stat : 22536 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665553623632 140665992730523 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22537] ppid=22523 vsize=10551232 memory=412 CPUtime=0.18 cores=0,2,4,6
/proc/22526/task/22537/stat : 22537 (java) R 22523 22526 12560 0 -1 4202560 1193 0 0 0 18 0 0 0 20 0 15 0 63203081 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665552557048 140665985815544 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22538] ppid=22523 vsize=10551232 memory=290 CPUtime=0.18 cores=0,2,4,6
/proc/22526/task/22538/stat : 22538 (java) R 22523 22526 12560 0 -1 4202560 991 0 0 0 18 0 0 0 20 0 15 0 63203081 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665551508960 140665977630973 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22539] ppid=22523 vsize=10551232 memory=101 CPUtime=0.18 cores=0,2,4,6
/proc/22526/task/22539/stat : 22539 (java) S 22523 22526 12560 0 -1 1077944384 887 0 0 0 18 0 0 0 20 0 15 0 63203081 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665550465392 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22540] ppid=22523 vsize=10551232 memory=2125 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22540/stat : 22540 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665549412832 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22541] ppid=22523 vsize=10551232 memory=237 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22541/stat : 22541 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203084 10804461568 64182 18446744073709551615 4194304 4196468 140725588598960 140665480539056 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 256728 KiB

[startup+1.50075 s]
/proc/loadavg: 4.91 4.64 3.71 3/210 22541
/proc/meminfo: memFree=30834588/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=10551232 memory=461936 CPUtime=2.54 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 13862 0 0 0 236 18 0 0 20 0 15 0 63203066 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2637808 115484 3085 1 0 2627261 0
[pid=22526/tid=22528] ppid=22523 vsize=10551232 memory=111 CPUtime=1.29 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) R 22523 22526 12560 0 -1 4202560 7504 0 0 0 123 6 0 0 20 0 15 0 63203075 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665996949560 140665633839923 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=10551232 memory=5 CPUtime=0.06 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) S 22523 22526 12560 0 -1 1077944384 352 0 0 0 4 2 0 0 20 0 15 0 63203076 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665953610128 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=10551232 memory=3 CPUtime=0.05 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) S 22523 22526 12560 0 -1 1077944384 137 0 0 0 3 2 0 0 20 0 15 0 63203076 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665952557328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=10551232 memory=53 CPUtime=0.06 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) S 22523 22526 12560 0 -1 1077944384 172 0 0 0 4 2 0 0 20 0 15 0 63203076 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665951505040 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=10551232 memory=215 CPUtime=0.06 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) S 22523 22526 12560 0 -1 1077944384 59 0 0 0 4 2 0 0 20 0 15 0 63203076 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665601055248 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22533] ppid=22523 vsize=10551232 memory=412 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22533/stat : 22533 (java) S 22523 22526 12560 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 63203077 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665556781680 140665992723074 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22534] ppid=22523 vsize=10551232 memory=290 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22534/stat : 22534 (java) S 22523 22526 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665555727712 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22535] ppid=22523 vsize=10551232 memory=101 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22535/stat : 22535 (java) S 22523 22526 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665554675328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22536] ppid=22523 vsize=10551232 memory=2125 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22536/stat : 22536 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665553623632 140665992730523 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22537] ppid=22523 vsize=10551232 memory=237 CPUtime=0.36 cores=0,2,4,6
/proc/22526/task/22537/stat : 22537 (java) S 22523 22526 12560 0 -1 1077944384 1781 0 0 0 36 0 0 0 20 0 15 0 63203081 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665552570480 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22538] ppid=22523 vsize=10551232 memory=96416001 CPUtime=0.38 cores=0,2,4,6
/proc/22526/task/22538/stat : 22538 (java) S 22523 22526 12560 0 -1 1077944384 1359 0 0 0 38 0 0 0 20 0 15 0 63203081 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665551517680 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22539] ppid=22523 vsize=10551232 memory=2372 CPUtime=0.2 cores=0,2,4,6
/proc/22526/task/22539/stat : 22539 (java) S 22523 22526 12560 0 -1 1077944384 928 0 0 0 20 0 0 0 20 0 15 0 63203081 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665550465392 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22540] ppid=22523 vsize=10551232 memory=180 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22540/stat : 22540 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665549412832 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22541] ppid=22523 vsize=10551232 memory=288230621803979440 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22541/stat : 22541 (java) S 22523 22526 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63203084 10804461568 115484 18446744073709551615 4194304 4196468 140725588598960 140665480539056 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10551232 KiB

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


[startup+444.801 s]
/proc/loadavg: 5.00 4.81 4.11 6/211 22570
/proc/meminfo: memFree=22932884/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=10551232 memory=8215128 CPUtime=1631.39 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 1555720 0 0 0 162466 673 0 0 20 0 15 0 63203066 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2637808 2053782 3130 1 0 2627261 0
[pid=22526/tid=22528] ppid=22523 vsize=10551232 memory=5808 CPUtime=35.04 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) S 22523 22526 12560 0 -1 1077944384 46982 0 0 0 3477 27 0 0 20 0 15 0 63203075 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665996951536 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=10551232 memory=4612 CPUtime=395.13 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) R 22523 22526 12560 0 -1 4202560 316027 0 0 0 39358 155 0 0 20 0 15 0 63203076 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665953610016 140665977662532 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=10551232 memory=1716 CPUtime=394.82 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) R 22523 22526 12560 0 -1 4202560 443761 0 0 0 39315 167 0 0 20 0 15 0 63203076 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665952557528 140665974308579 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=10551232 memory=14260 CPUtime=395.45 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) R 22523 22526 12560 0 -1 4202560 428576 0 0 0 39368 177 0 0 20 0 15 0 63203076 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665951504624 140665985340135 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=10551232 memory=796 CPUtime=395.82 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) R 22523 22526 12560 0 -1 4202560 207295 0 0 0 39448 134 0 0 20 0 15 0 63203076 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665601055448 140665978470295 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22533] ppid=22523 vsize=10551232 memory=1228 CPUtime=10.82 cores=0,2,4,6
/proc/22526/task/22533/stat : 22533 (java) S 22523 22526 12560 0 -1 1077944384 85847 0 0 0 1076 6 0 0 20 0 15 0 63203077 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665556780000 140665992722133 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22534] ppid=22523 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22534/stat : 22534 (java) S 22523 22526 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665555727712 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22535] ppid=22523 vsize=10551232 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22535/stat : 22535 (java) S 22523 22526 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665554675328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22536] ppid=22523 vsize=10551232 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22536/stat : 22536 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665553623632 140665992730523 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22537] ppid=22523 vsize=10551232 memory=8600 CPUtime=1.61 cores=0,2,4,6
/proc/22526/task/22537/stat : 22537 (java) S 22523 22526 12560 0 -1 1077944384 10221 0 0 0 160 1 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665552570480 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22538] ppid=22523 vsize=10551232 memory=-8774313645642428999 CPUtime=1.89 cores=0,2,4,6
/proc/22526/task/22538/stat : 22538 (java) S 22523 22526 12560 0 -1 1077944384 12624 0 0 0 188 1 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665551517680 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22539] ppid=22523 vsize=10551232 memory=2160 CPUtime=0.32 cores=0,2,4,6
/proc/22526/task/22539/stat : 22539 (java) S 22523 22526 12560 0 -1 1077944384 2438 0 0 0 32 0 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665550465392 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22540] ppid=22523 vsize=10551232 memory=832 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22540/stat : 22540 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665549412832 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22541] ppid=22523 vsize=10551232 memory=16448 CPUtime=0.41 cores=0,2,4,6
/proc/22526/task/22541/stat : 22541 (java) S 22523 22526 12560 0 -1 1077944384 518 0 0 0 27 14 0 0 20 0 15 0 63203084 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665480539056 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 1631.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8215128 KiB

[startup+446.401 s]
/proc/loadavg: 5.00 4.81 4.12 6/211 22570
/proc/meminfo: memFree=22932884/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=10551232 memory=8215128 CPUtime=1637.67 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 1555776 0 0 0 163093 674 0 0 20 0 15 0 63203066 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2637808 2053782 3130 1 0 2627261 0
[pid=22526/tid=22528] ppid=22523 vsize=10551232 memory=1004 CPUtime=35.04 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) S 22523 22526 12560 0 -1 1077944384 46982 0 0 0 3477 27 0 0 20 0 15 0 63203075 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665996951536 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=10551232 memory=8215128 CPUtime=396.7 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) R 22523 22526 12560 0 -1 4202560 316053 0 0 0 39514 156 0 0 20 0 15 0 63203076 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665953610328 140665985816615 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=10551232 memory=4612 CPUtime=396.41 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) R 22523 22526 12560 0 -1 4202560 443761 0 0 0 39474 167 0 0 20 0 15 0 63203076 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665952557528 140665977169379 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=10551232 memory=8215128 CPUtime=397.01 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) R 22523 22526 12560 0 -1 4202560 428600 0 0 0 39524 177 0 0 20 0 15 0 63203076 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665951504928 140665977411839 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=10551232 memory=14260 CPUtime=397.37 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) R 22523 22526 12560 0 -1 4202560 207295 0 0 0 39603 134 0 0 20 0 15 0 63203076 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665601055448 140665977412574 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22533] ppid=22523 vsize=10551232 memory=-8774313645642428999 CPUtime=10.82 cores=0,2,4,6
/proc/22526/task/22533/stat : 22533 (java) S 22523 22526 12560 0 -1 1077944384 85853 0 0 0 1076 6 0 0 20 0 15 0 63203077 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665556780224 140665992722133 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22534] ppid=22523 vsize=10551232 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22534/stat : 22534 (java) S 22523 22526 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665555727712 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22535] ppid=22523 vsize=10551232 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22535/stat : 22535 (java) S 22523 22526 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665554675328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22536] ppid=22523 vsize=10551232 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22536/stat : 22536 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665553623632 140665992730523 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22537] ppid=22523 vsize=10551232 memory=36052 CPUtime=1.61 cores=0,2,4,6
/proc/22526/task/22537/stat : 22537 (java) S 22523 22526 12560 0 -1 1077944384 10221 0 0 0 160 1 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665552570480 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22538] ppid=22523 vsize=10551232 memory=1292 CPUtime=1.89 cores=0,2,4,6
/proc/22526/task/22538/stat : 22538 (java) S 22523 22526 12560 0 -1 1077944384 12624 0 0 0 188 1 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665551517680 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22539] ppid=22523 vsize=10551232 memory=-8774313645642428999 CPUtime=0.32 cores=0,2,4,6
/proc/22526/task/22539/stat : 22539 (java) S 22523 22526 12560 0 -1 1077944384 2438 0 0 0 32 0 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665550465392 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22540] ppid=22523 vsize=10551232 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22540/stat : 22540 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665549412832 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22541] ppid=22523 vsize=10551232 memory=1196 CPUtime=0.41 cores=0,2,4,6
/proc/22526/task/22541/stat : 22541 (java) S 22523 22526 12560 0 -1 1077944384 518 0 0 0 27 14 0 0 20 0 15 0 63203084 10804461568 2053782 18446744073709551615 4194304 4196468 140725588598960 140665480539056 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 1637.67 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8215128 KiB

[startup+447.201 s]
/proc/loadavg: 5.00 4.81 4.12 3/211 22570
/proc/meminfo: memFree=22932884/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=10551232 memory=8215168 CPUtime=1640.01 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 1556426 0 0 0 163327 674 0 0 20 0 15 0 63203066 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2637808 2053792 3130 1 0 2627261 0
[pid=22526/tid=22528] ppid=22523 vsize=10551232 memory=8215128 CPUtime=35.04 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) S 22523 22526 12560 0 -1 1077944384 46982 0 0 0 3477 27 0 0 20 0 15 0 63203075 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665996951536 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=10551232 memory=1412 CPUtime=397.21 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) S 22523 22526 12560 0 -1 1077944384 316246 0 0 0 39565 156 0 0 20 0 15 0 63203076 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665953610128 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=10551232 memory=15584 CPUtime=396.93 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) S 22523 22526 12560 0 -1 1077944384 443888 0 0 0 39526 167 0 0 20 0 15 0 63203076 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665952557328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=10551232 memory=8215128 CPUtime=397.53 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) S 22523 22526 12560 0 -1 1077944384 428803 0 0 0 39576 177 0 0 20 0 15 0 63203076 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665951505040 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=10551232 memory=1716 CPUtime=397.88 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) S 22523 22526 12560 0 -1 1077944384 207422 0 0 0 39654 134 0 0 20 0 15 0 63203076 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665601055248 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22533] ppid=22523 vsize=10551232 memory=-8774313645642428999 CPUtime=11.11 cores=0,2,4,6
/proc/22526/task/22533/stat : 22533 (java) R 22523 22526 12560 0 -1 4202560 85853 0 0 0 1105 6 0 0 20 0 15 0 63203077 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665556780112 140665977169547 0 0 1 16800974 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22534] ppid=22523 vsize=10551232 memory=22264 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22534/stat : 22534 (java) S 22523 22526 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665555727712 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22535] ppid=22523 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22535/stat : 22535 (java) S 22523 22526 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 63203078 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665554675328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22536] ppid=22523 vsize=10551232 memory=8215168 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22536/stat : 22536 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665553623632 140665992730523 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22537] ppid=22523 vsize=10551232 memory=5808 CPUtime=1.61 cores=0,2,4,6
/proc/22526/task/22537/stat : 22537 (java) S 22523 22526 12560 0 -1 1077944384 10221 0 0 0 160 1 0 0 20 0 15 0 63203081 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665552570480 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22538] ppid=22523 vsize=10551232 memory=4612 CPUtime=1.89 cores=0,2,4,6
/proc/22526/task/22538/stat : 22538 (java) S 22523 22526 12560 0 -1 1077944384 12624 0 0 0 188 1 0 0 20 0 15 0 63203081 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665551517680 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22539] ppid=22523 vsize=10551232 memory=1004 CPUtime=0.32 cores=0,2,4,6
/proc/22526/task/22539/stat : 22539 (java) S 22523 22526 12560 0 -1 1077944384 2438 0 0 0 32 0 0 0 20 0 15 0 63203081 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665550465392 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22540] ppid=22523 vsize=10551232 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22540/stat : 22540 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63203081 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665549412832 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22541] ppid=22523 vsize=10551232 memory=1196 CPUtime=0.41 cores=0,2,4,6
/proc/22526/task/22541/stat : 22541 (java) S 22523 22526 12560 0 -1 1077944384 518 0 0 0 27 14 0 0 20 0 15 0 63203084 10804461568 2053792 18446744073709551615 4194304 4196468 140725588598960 140665480539056 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 1640.01 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8215168 KiB

[startup+447.601 s]
/proc/loadavg: 5.00 4.81 4.12 3/211 22570
/proc/meminfo: memFree=22932884/32770624 swapFree=67105588/67108860
[pid=22526] ppid=22523 vsize=10686560 memory=8170336 CPUtime=1640.37 cores=0,2,4,6
/proc/22526/stat : 22526 (java) S 22523 22526 12560 0 -1 1077944320 1557283 0 0 0 163363 674 0 0 20 0 16 0 63203066 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140725588581504 140665992711927 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
/proc/22526/statm: 2671640 2042584 3174 1 0 2661055 0
[pid=22526/tid=22528] ppid=22523 vsize=10686560 memory=3040 CPUtime=35.07 cores=0,2,4,6
/proc/22526/task/22528/stat : 22528 (java) S 22523 22526 12560 0 -1 1077944384 47510 0 0 0 3480 27 0 0 20 0 16 0 63203075 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665996952608 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22529] ppid=22523 vsize=10686560 memory=2768 CPUtime=397.21 cores=0,2,4,6
/proc/22526/task/22529/stat : 22529 (java) S 22523 22526 12560 0 -1 1077944384 316246 0 0 0 39565 156 0 0 20 0 16 0 63203076 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665953610128 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22530] ppid=22523 vsize=10686560 memory=4072 CPUtime=396.93 cores=0,2,4,6
/proc/22526/task/22530/stat : 22530 (java) S 22523 22526 12560 0 -1 1077944384 443888 0 0 0 39526 167 0 0 20 0 16 0 63203076 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665952557328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22531] ppid=22523 vsize=10686560 memory=4144 CPUtime=397.53 cores=0,2,4,6
/proc/22526/task/22531/stat : 22531 (java) S 22523 22526 12560 0 -1 1077944384 428803 0 0 0 39576 177 0 0 20 0 16 0 63203076 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665951505040 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22532] ppid=22523 vsize=10686560 memory=36052 CPUtime=397.88 cores=0,2,4,6
/proc/22526/task/22532/stat : 22532 (java) S 22523 22526 12560 0 -1 1077944384 207422 0 0 0 39654 134 0 0 20 0 16 0 63203076 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665601055248 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22533] ppid=22523 vsize=10686560 memory=1292 CPUtime=11.42 cores=0,2,4,6
/proc/22526/task/22533/stat : 22533 (java) S 22523 22526 12560 0 -1 1077944384 85853 0 0 0 1136 6 0 0 20 0 16 0 63203077 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665556781680 140665992723074 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22534] ppid=22523 vsize=10686560 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22534/stat : 22534 (java) S 22523 22526 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 63203078 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665555727712 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22535] ppid=22523 vsize=10686560 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22535/stat : 22535 (java) S 22523 22526 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 63203078 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665554675328 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22536] ppid=22523 vsize=10686560 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22536/stat : 22536 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63203081 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665553623632 140665992730523 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22537] ppid=22523 vsize=10686560 memory=1156 CPUtime=1.61 cores=0,2,4,6
/proc/22526/task/22537/stat : 22537 (java) S 22523 22526 12560 0 -1 1077944384 10314 0 0 0 160 1 0 0 20 0 16 0 63203081 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665552570480 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22538] ppid=22523 vsize=10686560 memory=3280 CPUtime=1.89 cores=0,2,4,6
/proc/22526/task/22538/stat : 22538 (java) S 22523 22526 12560 0 -1 1077944384 12624 0 0 0 188 1 0 0 20 0 16 0 63203081 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665551517680 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22539] ppid=22523 vsize=10686560 memory=584320 CPUtime=0.33 cores=0,2,4,6
/proc/22526/task/22539/stat : 22539 (java) S 22523 22526 12560 0 -1 1077944384 2624 0 0 0 33 0 0 0 20 0 16 0 63203081 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665550465392 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22540] ppid=22523 vsize=10686560 memory=1148 CPUtime=0 cores=0,2,4,6
/proc/22526/task/22540/stat : 22540 (java) S 22523 22526 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63203081 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665549412832 140665992722133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
[pid=22526/tid=22541] ppid=22523 vsize=10686560 memory=3176 CPUtime=0.41 cores=0,2,4,6
/proc/22526/task/22541/stat : 22541 (java) S 22523 22526 12560 0 -1 1077944384 518 0 0 0 27 14 0 0 20 0 16 0 63203084 10943037440 2042584 18446744073709551615 4194304 4196468 140725588598960 140665480539056 140665992723074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 8646656 140725588603280 140725588603433 140725588603433 140725588606927 0
Current children cumulated CPU time: 1640.37 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8170336 KiB

[startup+447.801 s]*
/proc/loadavg: 5.00 4.81 4.12 3/198 22572
/proc/meminfo: memFree=29084168/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): 447.816
CPU time (s): 1640.44
CPU user time (s): 1633.64
CPU system time (s): 6.80091
CPU usage (%): 366.32
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8215168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1633.64
system time used= 6.80091
maximum resident set size= 8215168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1557325
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20713
involuntary context switches= 15975


# summary of solver processes directly reported to runsolver:
#   pid: 22526
#   total CPU time (s): 1640.44
#   total CPU user time (s): 1633.64
#   total CPU system time (s): 6.80091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.63738 second user time and 4.44198 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 09:27:15
IDJOB=4263683
IDBENCH=120393
IDSOLVER=2651
FILE ID=node126/4263683-1502610076
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s16-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263683-1502610076/watcher-4263683-1502610076 -o /tmp/evaluation-result-4263683-1502610076/solver-4263683-1502610076 -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-4263683-1502610076.xml

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

MD5SUM BENCH= 42cf90d4260d0c42551a0c96317601f7
RANDOM SEED=1011324720

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:        31146592 kB
MemAvailable:   31386940 kB
Buffers:          255204 kB
Cached:           255724 kB
SwapCached:          524 kB
Active:          1013720 kB
Inactive:         130016 kB
Active(anon):     581036 kB
Inactive(anon):    85632 kB
Active(file):     432684 kB
Inactive(file):    44384 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             21288 kB
Writeback:             0 kB
AnonPages:        548504 kB
Mapped:            57704 kB
Shmem:             33440 kB
Slab:             184300 kB
SReclaimable:     158232 kB
SUnreclaim:        26068 kB
KernelStack:        3728 kB
PageTables:         6088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1154820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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= 62008 MiB
End job on node126 at 2017-08-13 09:34:43