Trace number 4262874

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1664.78 454.27399

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t02-3.xml
MD5SUM058109e0b262c2cf0fdf1876739ed95e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark158
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables1925
Number of constraints187
Number of domains10
Minimum domain size2
Maximum domain size162
Distribution of domain sizes[{"size":2,"count":175},{"size":38,"count":175},{"size":61,"count":175},{"size":91,"count":175},{"size":93,"count":350},{"size":103,"count":175},{"size":114,"count":175},{"size":126,"count":175},{"size":129,"count":175},{"size":162,"count":175}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":1925}]
Minimum constraint arity11
Maximum constraint arity1750
Distribution of constraint arities[{"arity":11,"count":175},{"arity":175,"count":11},{"arity":1750,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":185}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1513.43/413.64	Aug 13, 2017 1:18:39 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1513.43/413.64	INFO: Runtime exception
1513.43/413.64	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1513.43/413.64		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1513.43/413.64		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1513.43/413.64		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1513.43/413.64		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1513.43/413.64		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1513.43/413.64		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1513.43/413.64		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1513.43/413.64		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1513.43/413.64		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1513.43/413.64		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1513.43/413.64		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1513.43/413.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1513.43/413.64		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1513.43/413.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1513.43/413.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1513.43/413.64		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1513.43/413.64		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1513.43/413.64		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1513.43/413.64		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1513.43/413.64		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1513.43/413.64		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1513.43/413.64		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 24 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 29 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 30 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 35 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 36 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 41 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 42 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 47 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 48 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 53 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 54 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 59 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 60 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 65 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 66 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 71 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 72 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 77 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 78 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 83 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 84 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 89 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 90 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 95 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 96 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 101 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 102 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 107 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 108 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 113 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1513.43/413.64		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 114 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 119 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 120 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 124 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 125 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 129 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 130 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 134 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 135 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 139 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 140 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 144 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 145 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 149 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 150 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 154 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 155 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 159 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 160 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 164 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 165 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 169 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 170 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 174 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 175 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 179 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 180 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 184 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 185 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 189 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 190 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 194 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 195 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 199 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 200 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 204 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 205 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 209 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 210 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 214 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 215 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 219 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 220 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 224 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 225 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 229 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 230 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 234 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 235 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		... 239 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		... 240 more
1513.43/413.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1513.43/413.64		... 244 more
1513.43/413.64	Caused by: java.lang.reflect.InvocationTargetException
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1513.43/413.64		... 244 more
1513.43/413.64	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1513.43/413.64		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1513.43/413.64		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1513.43/413.64		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1513.43/413.64		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1513.43/413.64		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1513.43/413.64		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1513.43/413.64		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1513.43/413.64		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1513.43/413.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1513.43/413.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1513.43/413.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1513.43/413.64		at java.lang.reflect.Method.invoke(Method.java:498)
1513.43/413.64	
1626.81/444.03	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1664.61/454.19		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1664.61/454.19		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1664.61/454.19		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1664.61/454.19		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1664.61/454.19		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1664.61/454.19		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1664.61/454.19		at java.io.PrintWriter.flush(PrintWriter.java:320)
1664.61/454.19		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1664.61/454.19		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1664.61/454.19		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1664.61/454.19		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (12447 MiB free)
  memory of node 1: 16384 MiB (15007 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262874-1502623581/watcher-4262874-1502623581 -o /tmp/evaluation-result-4262874-1502623581/solver-4262874-1502623581 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262874-1502623581.xml 

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

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

solver pid=2053, runsolver pid=2050

[startup+0.104315 s]*
/proc/loadavg: 1.97 1.95 2.03 3/217 2068
/proc/meminfo: memFree=28095072/32770624 swapFree=67108860/67108860
[pid=2053] ppid=2050 vsize=10555400 memory=30956 CPUtime=0.13 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2050 2053 31095 0 -1 1077944320 6783 0 0 0 12 1 0 0 20 0 15 0 95446073 10808729600 7739 33554432000 4194304 4196468 140722630478864 140722630461408 140361382829815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
/proc/2053/statm: 2638850 7739 2818 1 0 2627263 0
[pid=2053/tid=2055] ppid=2050 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) R 2050 2053 31095 0 -1 4202560 4649 0 0 0 9 0 0 0 20 0 15 0 95446074 10808729600 7739 33554432000 4194304 4196468 140722630478864 140361387054928 140361366873445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2056] ppid=2050 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360989514256 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2057] ppid=2050 vsize=10555400 memory=140237293622912 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360988461712 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2058] ppid=2050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360987408656 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2059] ppid=2050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2050 2053 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95446074 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360986356112 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10555400 memory=140237293622912 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2050 2053 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95446076 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360687651568 140361382840962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2061] ppid=2050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2050 2053 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95446076 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360686597792 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2062] ppid=2050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2050 2053 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95446076 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360685544688 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2063] ppid=2050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360684493264 140361382848411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2064] ppid=2050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2050 2053 31095 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360683440368 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2065] ppid=2050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360682387824 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2066] ppid=2050 vsize=10555400 memory=140237293622912 CPUtime=0.02 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) R 2050 2053 31095 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 95446079 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360681334768 140361361460065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2067] ppid=2050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360680282464 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2068] ppid=2050 vsize=10555400 memory=140237293622912 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2068/stat : 2068 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 7739 33554432000 4194304 4196468 140722630478864 140360679230512 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30956 KiB

[startup+0.210558 s]*
/proc/loadavg: 1.89 1.94 2.03 3/217 2068
/proc/meminfo: memFree=28086024/32770624 swapFree=67108860/67108860
[pid=2053] ppid=2050 vsize=10555400 memory=40288 CPUtime=0.3 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2050 2053 31095 0 -1 1077944320 8246 0 0 0 28 2 0 0 20 0 15 0 95446073 10808729600 10072 33554432000 4194304 4196468 140722630478864 140722630461408 140361382829815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
/proc/2053/statm: 2638850 10072 2962 1 0 2627263 0
[pid=2053/tid=2055] ppid=2050 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) R 2050 2053 31095 0 -1 4202560 5320 0 0 0 19 1 0 0 20 0 15 0 95446074 10808729600 10072 33554432000 4194304 4196468 140722630478864 140361387064496 140361366910302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2056] ppid=2050 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360989514256 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2057] ppid=2050 vsize=10555400 memory=3547066012318176928 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360988461712 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2058] ppid=2050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360987408656 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2059] ppid=2050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2050 2053 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95446074 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360986356112 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10555400 memory=140237293622912 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2050 2053 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95446076 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360687651568 140361382840962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2061] ppid=2050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2050 2053 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95446076 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360686597792 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2062] ppid=2050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2050 2053 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95446076 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360685544688 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2063] ppid=2050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360684493264 140361382848411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2064] ppid=2050 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2050 2053 31095 0 -1 1077944384 618 0 0 0 2 0 0 0 20 0 15 0 95446079 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360683440368 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2065] ppid=2050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2050 2053 31095 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360682387824 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2066] ppid=2050 vsize=10555400 memory=140237293622912 CPUtime=0.06 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2050 2053 31095 0 -1 1077944384 807 0 0 0 6 0 0 0 20 0 15 0 95446079 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360681334768 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2067] ppid=2050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360680282464 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2068] ppid=2050 vsize=10555400 memory=140237293622912 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2068/stat : 2068 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446079 10808729600 10072 33554432000 4194304 4196468 140722630478864 140360679230512 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40288 KiB

[startup+0.315082 s]*
/proc/loadavg: 1.89 1.94 2.03 4/217 2068
/proc/meminfo: memFree=28079572/32770624 swapFree=67108860/67108860
[pid=2053] ppid=2050 vsize=10555476 memory=46680 CPUtime=0.52 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2050 2053 31095 0 -1 1077944320 8922 0 0 0 50 2 0 0 20 0 15 0 95446073 10808807424 11670 33554432000 4194304 4196468 140722630478864 140722630461408 140361382829815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
/proc/2053/statm: 2638869 11670 3021 1 0 2627263 0
[pid=2053/tid=2055] ppid=2050 vsize=10555476 memory=7721456973991064115 CPUtime=0.3 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) R 2050 2053 31095 0 -1 4202560 5780 0 0 0 29 1 0 0 20 0 15 0 95446074 10808807424 11670 33554432000 4194304 4196468 140722630478864 140361387066832 140361382841750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2056] ppid=2050 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360989514256 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2057] ppid=2050 vsize=10555476 memory=140237293674016 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360988461712 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2058] ppid=2050 vsize=10555476 memory=53476 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446074 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360987408656 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2059] ppid=2050 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2050 2053 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95446074 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360986356112 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10555476 memory=140237293680928 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2050 2053 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95446076 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360687651568 140361382840962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2061] ppid=2050 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2050 2053 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95446076 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360686597792 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2062] ppid=2050 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2050 2053 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95446076 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360685544688 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2063] ppid=2050 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95446079 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360684493264 140361382848411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2064] ppid=2050 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2050 2053 31095 0 -1 1077944384 657 0 0 0 4 0 0 0 20 0 15 0 95446079 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360683440368 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2065] ppid=2050 vsize=10555476 memory=140237191892431 CPUtime=0.03 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2050 2053 31095 0 -1 1077944384 231 0 0 0 3 0 0 0 20 0 15 0 95446079 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360682387824 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2066] ppid=2050 vsize=10555476 memory=140237293624870 CPUtime=0.12 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) R 2050 2053 31095 0 -1 4202560 889 0 0 0 12 0 0 0 20 0 15 0 95446079 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360681334768 140361366971584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2067] ppid=2050 vsize=10555476 memory=140237191916111 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95446079 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360680282464 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2068] ppid=2050 vsize=10555476 memory=280474485536704 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2068/stat : 2068 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446079 10808807424 11670 33554432000 4194304 4196468 140722630478864 140360679230512 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46680 KiB

[startup+0.701302 s]
/proc/loadavg: 1.89 1.94 2.03 6/217 2068
/proc/meminfo: memFree=27927404/32770624 swapFree=67108860/67108860
[pid=2053] ppid=2050 vsize=10555476 memory=500896 CPUtime=1.52 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2050 2053 31095 0 -1 1077944320 11323 0 0 0 136 16 0 0 20 0 15 0 95446073 10808807424 125224 33554432000 4194304 4196468 140722630478864 140722630461408 140361382829815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
/proc/2053/statm: 2638869 125224 3117 1 0 2627263 0
[pid=2053/tid=2055] ppid=2050 vsize=10555476 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) R 2050 2053 31095 0 -1 4202560 6037 0 0 0 54 7 0 0 20 0 15 0 95446074 10808807424 125224 33554432000 4194304 4196468 140722630478864 140361387066960 140361368897940 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2056] ppid=2050 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2050 2053 31095 0 -1 1077944384 106 0 0 0 4 1 0 0 20 0 15 0 95446074 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360989514256 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2057] ppid=2050 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2050 2053 31095 0 -1 1077944384 106 0 0 0 3 1 0 0 20 0 15 0 95446074 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360988461712 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2058] ppid=2050 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2050 2053 31095 0 -1 1077944384 101 0 0 0 2 1 0 0 20 0 15 0 95446074 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360987408656 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2059] ppid=2050 vsize=10555476 memory=8319106358720411445 CPUtime=0.04 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2050 2053 31095 0 -1 1077944384 111 0 0 0 3 1 0 0 20 0 15 0 95446074 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360986356112 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10555476 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2050 2053 31095 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95446076 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360687651568 140361382840962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2061] ppid=2050 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2050 2053 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95446076 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360686597792 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2062] ppid=2050 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2050 2053 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95446076 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360685544688 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2063] ppid=2050 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95446079 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360684493264 140361382848411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2064] ppid=2050 vsize=10555476 memory=2244 CPUtime=0.22 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2050 2053 31095 0 -1 1077944384 1312 0 0 0 22 0 0 0 20 0 15 0 95446079 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360683440368 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2065] ppid=2050 vsize=10555476 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2050 2053 31095 0 -1 1077944384 945 0 0 0 24 0 0 0 20 0 15 0 95446079 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360682387824 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2066] ppid=2050 vsize=10555476 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2050 2053 31095 0 -1 1077944384 1036 0 0 0 20 0 0 0 20 0 15 0 95446079 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360681334768 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2067] ppid=2050 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95446079 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360680282464 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2068] ppid=2050 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2068/stat : 2068 (java) S 2050 2053 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95446079 10808807424 125224 33554432000 4194304 4196468 140722630478864 140360679230512 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 500896 KiB

[startup+1.50127 s]
/proc/loadavg: 1.89 1.94 2.03 3/217 2068
/proc/meminfo: memFree=27331588/32770624 swapFree=67108860/67108860
[pid=2053] ppid=2050 vsize=10555476 memory=1145180 CPUtime=2.94 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2050 2053 31095 0 -1 1077944320 12994 0 0 0 259 35 0 0 20 0 15 0 95446073 10808807424 286295 33554432000 4194304 4196468 140722630478864 140722630461408 140361382829815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
/proc/2053/statm: 2638869 286295 3126 1 0 2627263 0
[pid=2053/tid=2055] ppid=2050 vsize=10555476 memory=280474384072512 CPUtime=1.33 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2050 2053 31095 0 -1 1077944384 6747 0 0 0 118 15 0 0 20 0 15 0 95446074 10808807424 286295 33554432000 4194304 4196468 140722630478864 140361386946976 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2056] ppid=2050 vsize=10555476 memory=140237191910640 CPUtime=0.13 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) R 2050 2053 31095 0 -1 4202560 166 0 0 0 9 4 0 0 20 0 15 0 95446074 10808807424 286295 33554432000 4194304 4196468 140722630478864 140360989514256 140361367278030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2057] ppid=2050 vsize=10555476 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) R 2050 2053 31095 0 -1 4202560 153 0 0 0 8 4 0 0 20 0 15 0 95446074 10808807424 286295 33554432000 4194304 4196468 140722630478864 140360988461712 140361367857234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2058] ppid=2050 vsize=10555476 memory=280474384085728 CPUtime=0.11 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) R 2050 2053 31095 0 -1 4202560 157 0 0 0 7 4 0 0 20 0 15 0 95446074 10808807424 286295 33554432000 4194304 4196468 140722630478864 140360987408656 140361367857234 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2059] ppid=2050 vsize=10555476 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) R 2050 2053 31095 0 -1 4202560 220 0 0 0 7 4 0 0 20 0 15 0 95446074 10808807424 286295 33554432000 4194304 4196468 140722630478864 140360986356312 140361367857865 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10555476 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2050 2053 31095 0 -1 1077944384 474 0 0 0 0 0 0 0 20 0 15 0 95446076 10808807424 286295 33554432000 4194304 4196468 140722630478864 140360687650080 140361382840021 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0

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

/proc/2053/task/2059/stat : 2059 (java) R 2050 2053 31095 0 -1 4202560 544838 0 0 0 40139 188 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360986356112 140361367826216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10756340 memory=2340 CPUtime=23.41 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2050 2053 31095 0 -1 1077944384 77725 0 0 0 2337 4 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360687650112 140361382840021 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2061] ppid=2050 vsize=10756340 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2050 2053 31095 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360686597856 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2062] ppid=2050 vsize=10756340 memory=8382656 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2050 2053 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360685544704 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2063] ppid=2050 vsize=10756340 memory=8382656 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360684493264 140361382848411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2064] ppid=2050 vsize=10756340 memory=8382664 CPUtime=0.41 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2050 2053 31095 0 -1 1077944384 1581 0 0 0 40 1 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360683440128 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2065] ppid=2050 vsize=10756340 memory=1296 CPUtime=0.43 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2050 2053 31095 0 -1 1077944384 1378 0 0 0 43 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360682387872 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2066] ppid=2050 vsize=10756340 memory=2428 CPUtime=0.26 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2050 2053 31095 0 -1 1077944384 1612 0 0 0 26 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360681334816 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2067] ppid=2050 vsize=10756340 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360680282464 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2068] ppid=2050 vsize=10756340 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/2053/task/2068/stat : 2068 (java) S 2050 2053 31095 0 -1 1077944384 613 0 0 0 16 12 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360679230512 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2076] ppid=2050 vsize=10756340 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2076/stat : 2076 (java) S 2050 2053 31095 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 95487438 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360676078768 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2077] ppid=2050 vsize=10756340 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2077/stat : 2077 (java) S 2050 2053 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95487438 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360675025168 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
Current children cumulated CPU time: 1654.94 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8382664 KiB

[startup+452.801 s]
/proc/loadavg: 4.75 4.02 2.98 6/218 2078
/proc/meminfo: memFree=19783940/32770624 swapFree=67108860/67108860
[pid=2053] ppid=2050 vsize=10756340 memory=8382664 CPUtime=1661.14 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2050 2053 31095 0 -1 1077944320 2385369 0 0 0 165325 789 0 0 20 0 17 0 95446073 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140722630461408 140361382829815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
/proc/2053/statm: 2689085 2095666 3188 1 0 2677441 0
[pid=2053/tid=2055] ppid=2050 vsize=10756340 memory=4128 CPUtime=17.2 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2050 2053 31095 0 -1 1077944384 16652 0 0 0 1691 29 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140361387070496 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2056] ppid=2050 vsize=10756340 memory=8112282956445269571 CPUtime=404.78 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) R 2050 2053 31095 0 -1 4202560 468492 0 0 0 40300 178 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360989514064 140361375458023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2057] ppid=2050 vsize=10756340 memory=1716 CPUtime=404.6 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) R 2050 2053 31095 0 -1 4202560 753271 0 0 0 40259 201 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360988461520 140361375458023 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2058] ppid=2050 vsize=10756340 memory=796 CPUtime=404.78 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) R 2050 2053 31095 0 -1 4202560 517244 0 0 0 40298 180 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360987408776 140361375458023 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2059] ppid=2050 vsize=10756340 memory=1952 CPUtime=404.88 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) R 2050 2053 31095 0 -1 4202560 545350 0 0 0 40299 189 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360986356312 140361367826324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10756340 memory=8382664 CPUtime=23.41 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2050 2053 31095 0 -1 1077944384 77725 0 0 0 2337 4 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360687650112 140361382840021 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2061] ppid=2050 vsize=10756340 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2050 2053 31095 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360686597856 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2062] ppid=2050 vsize=10756340 memory=916 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2050 2053 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360685544704 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2063] ppid=2050 vsize=10756340 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360684493264 140361382848411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2064] ppid=2050 vsize=10756340 memory=8112282956445269571 CPUtime=0.41 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2050 2053 31095 0 -1 1077944384 1581 0 0 0 40 1 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360683440128 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2065] ppid=2050 vsize=10756340 memory=644 CPUtime=0.43 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2050 2053 31095 0 -1 1077944384 1378 0 0 0 43 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360682387872 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2066] ppid=2050 vsize=10756340 memory=1788 CPUtime=0.26 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2050 2053 31095 0 -1 1077944384 1612 0 0 0 26 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360681334816 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2067] ppid=2050 vsize=10756340 memory=952 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360680282464 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2068] ppid=2050 vsize=10756340 memory=2340 CPUtime=0.28 cores=1,3,5,7
/proc/2053/task/2068/stat : 2068 (java) S 2050 2053 31095 0 -1 1077944384 613 0 0 0 16 12 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360679230512 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2076] ppid=2050 vsize=10756340 memory=8382664 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2076/stat : 2076 (java) S 2050 2053 31095 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 95487438 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360676078768 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2077] ppid=2050 vsize=10756340 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2077/stat : 2077 (java) S 2050 2053 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95487438 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360675025168 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
Current children cumulated CPU time: 1661.14 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8382664 KiB

[startup+453.601 s]
/proc/loadavg: 4.75 4.02 2.98 6/218 2078
/proc/meminfo: memFree=19783940/32770624 swapFree=67108860/67108860
[pid=2053] ppid=2050 vsize=10756340 memory=8382664 CPUtime=1664.1 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2050 2053 31095 0 -1 1077944320 2386748 0 0 0 165621 789 0 0 20 0 17 0 95446073 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140722630461408 140361382829815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
/proc/2053/statm: 2689085 2095666 3188 1 0 2677441 0
[pid=2053/tid=2055] ppid=2050 vsize=10756340 memory=8382664 CPUtime=17.2 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2050 2053 31095 0 -1 1077944384 16652 0 0 0 1691 29 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140361387070496 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2056] ppid=2050 vsize=10756340 memory=4140 CPUtime=405.51 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2050 2053 31095 0 -1 1077944384 468492 0 0 0 40373 178 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360989514256 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2057] ppid=2050 vsize=10756340 memory=27612 CPUtime=405.32 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2050 2053 31095 0 -1 1077944384 753271 0 0 0 40331 201 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360988461712 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2058] ppid=2050 vsize=10756340 memory=1296 CPUtime=405.49 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2050 2053 31095 0 -1 1077944384 517244 0 0 0 40369 180 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360987408656 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2059] ppid=2050 vsize=10756340 memory=8112282956445269571 CPUtime=405.64 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2050 2053 31095 0 -1 1077944384 545600 0 0 0 40375 189 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360986356112 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10756340 memory=1728 CPUtime=23.46 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) R 2050 2053 31095 0 -1 4202560 78850 0 0 0 2342 4 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360687650112 140361367826216 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2061] ppid=2050 vsize=10756340 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2050 2053 31095 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360686597856 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2062] ppid=2050 vsize=10756340 memory=796 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2050 2053 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360685544704 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2063] ppid=2050 vsize=10756340 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360684493264 140361382848411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2064] ppid=2050 vsize=10756340 memory=1200 CPUtime=0.41 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2050 2053 31095 0 -1 1077944384 1581 0 0 0 40 1 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360683440128 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2065] ppid=2050 vsize=10756340 memory=952 CPUtime=0.43 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2050 2053 31095 0 -1 1077944384 1378 0 0 0 43 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360682387872 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2066] ppid=2050 vsize=10756340 memory=2340 CPUtime=0.26 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2050 2053 31095 0 -1 1077944384 1612 0 0 0 26 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360681334816 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2067] ppid=2050 vsize=10756340 memory=2552 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360680282464 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2068] ppid=2050 vsize=10756340 memory=2876 CPUtime=0.28 cores=1,3,5,7
/proc/2053/task/2068/stat : 2068 (java) S 2050 2053 31095 0 -1 1077944384 617 0 0 0 16 12 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360679230512 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2076] ppid=2050 vsize=10756340 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2076/stat : 2076 (java) S 2050 2053 31095 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 95487438 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360676078768 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2077] ppid=2050 vsize=10756340 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2077/stat : 2077 (java) S 2050 2053 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95487438 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360675025168 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
Current children cumulated CPU time: 1664.1 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8382664 KiB

[startup+454.001 s]*
/proc/loadavg: 4.75 4.02 2.98 3/218 2078
/proc/meminfo: memFree=19783940/32770624 swapFree=67108860/67108860
[pid=2053] ppid=2050 vsize=10756340 memory=8382664 CPUtime=1664.51 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2050 2053 31095 0 -1 1077944320 2386750 0 0 0 165662 789 0 0 20 0 17 0 95446073 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140722630461408 140361382829815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
/proc/2053/statm: 2689085 2095666 3188 1 0 2677441 0
[pid=2053/tid=2055] ppid=2050 vsize=10756340 memory=7022364594140610616 CPUtime=17.2 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2050 2053 31095 0 -1 1077944384 16652 0 0 0 1691 29 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140361387070496 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2056] ppid=2050 vsize=10756340 memory=342 CPUtime=405.51 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2050 2053 31095 0 -1 1077944384 468492 0 0 0 40373 178 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360989514256 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2057] ppid=2050 vsize=10756340 memory=140237293637124 CPUtime=405.32 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2050 2053 31095 0 -1 1077944384 753271 0 0 0 40331 201 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360988461712 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2058] ppid=2050 vsize=10756340 memory=5793130513896673707 CPUtime=405.49 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2050 2053 31095 0 -1 1077944384 517244 0 0 0 40369 180 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360987408656 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2059] ppid=2050 vsize=10756340 memory=-1 CPUtime=405.64 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2050 2053 31095 0 -1 1077944384 545600 0 0 0 40375 189 0 0 20 0 17 0 95446074 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360986356112 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2060] ppid=2050 vsize=10756340 memory=140237293622912 CPUtime=23.87 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) R 2050 2053 31095 0 -1 4202560 78850 0 0 0 2383 4 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360687650112 140361367287385 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2061] ppid=2050 vsize=10756340 memory=8316297343878395758 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2050 2053 31095 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360686597856 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2062] ppid=2050 vsize=10756340 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2050 2053 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95446076 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360685544704 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2063] ppid=2050 vsize=10756340 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360684493264 140361382848411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2064] ppid=2050 vsize=10756340 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2050 2053 31095 0 -1 1077944384 1581 0 0 0 40 1 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360683440128 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2065] ppid=2050 vsize=10756340 memory=3544385894560575535 CPUtime=0.43 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2050 2053 31095 0 -1 1077944384 1378 0 0 0 43 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360682387872 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2066] ppid=2050 vsize=10756340 memory=7008596884495419056 CPUtime=0.26 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2050 2053 31095 0 -1 1077944384 1612 0 0 0 26 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360681334816 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2067] ppid=2050 vsize=10756340 memory=140237192533167 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2050 2053 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360680282464 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2068] ppid=2050 vsize=10756340 memory=140237293622926 CPUtime=0.28 cores=1,3,5,7
/proc/2053/task/2068/stat : 2068 (java) S 2050 2053 31095 0 -1 1077944384 619 0 0 0 16 12 0 0 20 0 17 0 95446079 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360679230512 140361382840962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2076] ppid=2050 vsize=10756340 memory=7019467088023990321 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2076/stat : 2076 (java) S 2050 2053 31095 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 95487438 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360676078768 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
[pid=2053/tid=2077] ppid=2050 vsize=10756340 memory=7019467088040767538 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2077/stat : 2077 (java) S 2050 2053 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95487438 11014492160 2095666 33554432000 4194304 4196468 140722630478864 140360675025168 140361382840021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140722630481030 140722630481183 140722630481183 140722630483919 0
Current children cumulated CPU time: 1664.51 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8382664 KiB

[startup+454.208 s]*
/proc/loadavg: 4.75 4.02 2.98 3/203 2078
/proc/meminfo: memFree=20319508/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 454.274
CPU time (s): 1664.78
CPU user time (s): 1656.81
CPU system time (s): 7.97386
CPU usage (%): 366.471
Max. virtual memory (cumulated for all children) (KiB): 10756340
Max. memory (cumulated for all children) (KiB): 8382664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1656.81
system time used= 7.97386
maximum resident set size= 8382868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2389810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35538
involuntary context switches= 20245


# summary of solver processes directly reported to runsolver:
#   pid: 2053
#   total CPU time (s): 1664.78
#   total CPU user time (s): 1656.81
#   total CPU system time (s): 7.97386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.84651 second user time and 4.50251 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 13:12:03
IDJOB=4262874
IDBENCH=124216
IDSOLVER=2651
FILE ID=node104/4262874-1502623581
RUNJOBID= node104-1502619271-1477
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t02-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262874-1502623581/watcher-4262874-1502623581 -o /tmp/evaluation-result-4262874-1502623581/solver-4262874-1502623581 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262874-1502623581.xml

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

MD5SUM BENCH= 058109e0b262c2cf0fdf1876739ed95e
RANDOM SEED=1322877870

node104.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.43
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.43
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.43
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.43
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:        28114684 kB
MemAvailable:   31419216 kB
Buffers:          148040 kB
Cached:          3438700 kB
SwapCached:            0 kB
Active:           901224 kB
Inactive:        3302708 kB
Active(anon):     620108 kB
Inactive(anon):    25024 kB
Active(file):     281116 kB
Inactive(file):  3277684 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:        623780 kB
Mapped:            55080 kB
Shmem:             25228 kB
Slab:             148792 kB
SReclaimable:     123136 kB
SUnreclaim:        25656 kB
KernelStack:        3536 kB
PageTables:         6388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1186308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 13:19:38