Trace number 4289967

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 2018-07-11? 1736.46 474.211

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-herbs_c18.xml
MD5SUM01ee442f0f2e93e01b5a5546098ec59b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark32.2924
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of constraints121
Number of domains3
Minimum domain size2
Maximum domain size281
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":281,"count":30}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":870},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":60},{"arity":30,"count":31},{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints60
Distribution of constraint types[{"type":"intension","count":60},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1648.03/450.59	Jul 22, 2018 1:56:50 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1648.03/450.59	INFO: Runtime exception
1648.03/450.59	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1648.03/450.59		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:140)
1648.03/450.59		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:598)
1648.03/450.59		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:385)
1648.03/450.59		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1648.03/450.59		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1648.03/450.59		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1648.03/450.59		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1648.03/450.59		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1648.03/450.59		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1648.03/450.59		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1648.03/450.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1648.03/450.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1648.03/450.59		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1648.03/450.59		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1648.03/450.59		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1648.03/450.59		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1648.03/450.59		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1648.03/450.59		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1648.03/450.59		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 21 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 25 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 26 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 30 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 31 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 35 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 36 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 40 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 41 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 45 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 46 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 50 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 51 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 55 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 56 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 60 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 61 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 65 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 66 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 70 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 71 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 75 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 76 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 80 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 81 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 85 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 86 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 90 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 91 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 95 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 96 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 100 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 101 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 105 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 106 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 110 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 111 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 115 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 116 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 120 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 121 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 125 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 126 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 130 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 131 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 135 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 136 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 140 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 141 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 145 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 146 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 150 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 151 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 155 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 156 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 160 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 161 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		... 165 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		... 166 more
1648.03/450.59	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1648.03/450.59		... 170 more
1648.03/450.59	Caused by: java.lang.reflect.InvocationTargetException
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1648.03/450.59		... 170 more
1648.03/450.59	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1648.03/450.59		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1648.03/450.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1648.03/450.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1648.03/450.59		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1648.03/450.59		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1648.03/450.59		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1648.03/450.59		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1648.03/450.59		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1648.03/450.59		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1648.03/450.59		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1648.03/450.59		at java.lang.reflect.Method.invoke(Method.java:498)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1648.03/450.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1648.03/450.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1648.03/450.59	
1736.35/474.17	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1736.35/474.17	c This is free software under the dual EPL/GNU LGPL licenses.
1736.35/474.17	c See www.sat4j.org for details.
1736.35/474.17	c That software uses the Rhino library from the Mozilla project.
1736.35/474.17	c version 2.3.6-SNAPSHOT
1736.35/474.17	c java.runtime.name	Java(TM) SE Runtime Environment
1736.35/474.17	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1736.35/474.17	c java.vm.version	25.131-b11
1736.35/474.17	c java.vm.vendor	Oracle Corporation
1736.35/474.17	c sun.arch.data.model	64
1736.35/474.17	c java.version		1.8.0_131
1736.35/474.17	c os.name		Linux
1736.35/474.17	c os.version		3.10.0-514.16.1.el7.x86_64
1736.35/474.17	c os.arch		amd64
1736.35/474.17	c Free memory 		499604488
1736.35/474.17	c Max memory 		7247757312
1736.35/474.17	c Total memory 		504889344
1736.35/474.17	c Number of processors 	4
1736.35/474.17	c c --- Begin Solver configuration ---
1736.35/474.17	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1736.35/474.17	c Learn all clauses as in MiniSAT
1736.35/474.17	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1736.35/474.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1736.35/474.17	c No reason simplification
1736.35/474.17	c Glucose 2.1 dynamic restart strategy
1736.35/474.17	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1736.35/474.17	c timeout=2147483s
1736.35/474.17	c DB Simplification allowed=false
1736.35/474.17	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1736.35/474.17	c --- End Solver configuration ---
1736.35/474.17	c starts		: 0
1736.35/474.17	c conflicts		: 0
1736.35/474.17	c decisions		: 0
1736.35/474.17	c propagations		: 0
1736.35/474.17	c inspects		: 0
1736.35/474.17	c shortcuts		: 0
1736.35/474.17	c learnt literals	: 0
1736.35/474.17	c learnt binary clauses	: 0
1736.35/474.17	c learnt ternary clauses	: 0
1736.35/474.17	c learnt constraints	: 0
1736.35/474.17	c ignored constraints	: 0
1736.35/474.17	c root simplifications	: 0
1736.35/474.17	c removed literals (reason simplification)	: 0
1736.35/474.17	c reason swapping (by a shorter reason)	: 0
1736.35/474.17	c Calls to reduceDB	: 0
1736.35/474.17	c Number of update (reduction) of LBD	: 0
1736.35/474.17	c Imported unit clauses	: 0
1736.35/474.17	c number of reductions to clauses (during analyze)	: 0
1736.35/474.17	c number of learned constraints concerned by reduction	: 0
1736.35/474.17	c number of learning phase by resolution	: 0
1736.35/474.17	c number of learning phase by cutting planes	: 0
1736.35/474.17	c number of rounding to 1 operations	: 0
1736.35/474.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1736.35/474.17	c number of reductions of the coefficients by power 2 	: 0
1736.35/474.17	c number of right shift for reduction by power 2 	: 0
1736.35/474.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
1736.35/474.17	c number of ending skipping 	: 0
1736.35/474.17	c number of internal skipping 	: 0
1736.35/474.17	c number of derivation steps 	: 0
1736.35/474.17	c number of skipped derivation steps 	: 0
1736.35/474.17	c number of remaining unassigned 	: 0
1736.35/474.17	c number of remaining assigned 	: 0
1736.35/474.17	c speed (assignments/second)	: 0.0
1736.35/474.17	c non guided choices	: 0
1736.35/474.17	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (1591 MiB free)
  memory of node 1: 16384 MiB (10523 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289967-1532216959/watcher-4289967-1532216959 -o /tmp/evaluation-result-4289967-1532216959/solver-4289967-1532216959 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289967-1532216959.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29134, runsolver pid=29131

[startup+0.100084 s]*
/proc/loadavg: 4.48 3.83 3.16 5/215 29149
/proc/meminfo: memFree=12390120/32770624 swapFree=67108860/67108860
[pid=29134] ppid=29131 vsize=10659012 memory=30748 CPUtime=0.13 cores=1,3,5,7
/proc/29134/stat : 29134 (java) S 29131 29134 25105 0 -1 1077944320 6756 0 0 0 12 1 0 0 20 0 15 0 39259087 10914828288 7687 33554432000 4194304 4196468 140733292573856 140733292556400 140523321949943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
/proc/29134/statm: 2664753 7687 2821 1 0 2627263 0
[pid=29134/tid=29136] ppid=29131 vsize=10659012 memory=-8773748148830244988 CPUtime=0.09 cores=1,3,5,7
/proc/29134/task/29136/stat : 29136 (java) R 29131 29134 25105 0 -1 4202560 4593 0 0 0 8 1 0 0 20 0 15 0 39259088 10914828288 7687 33554432000 4194304 4196468 140733292573856 140523326163936 140523321961878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29137] ppid=29131 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259088 10914828288 7687 33554432000 4194304 4196468 140733292573856 140523278502288 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10659012 memory=140626060498560 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259088 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522927610128 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259088 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522926557840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259088 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522925505040 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10659012 memory=140626060498560 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259090 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522881604208 140523321961090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29142] ppid=29131 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29142/stat : 29142 (java) S 29131 29134 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39259090 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522880550176 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29143] ppid=29131 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29143/stat : 29143 (java) S 29131 29134 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39259091 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522879497840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29144] ppid=29131 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29144/stat : 29144 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522878446160 140523321968539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29145] ppid=29131 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29145/stat : 29145 (java) S 29131 29134 25105 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 39259093 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522877393008 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29146] ppid=29131 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29146/stat : 29146 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522876340208 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29147] ppid=29131 vsize=10659012 memory=140626060498560 CPUtime=0.02 cores=1,3,5,7
/proc/29134/task/29147/stat : 29147 (java) R 29131 29134 25105 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 39259093 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522875287920 140523321961878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29148] ppid=29131 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29148/stat : 29148 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522807093728 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29149] ppid=29131 vsize=10659012 memory=140626060498560 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29149/stat : 29149 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259093 10914828288 7687 33554432000 4194304 4196468 140733292573856 140522806041520 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30748 KiB

[startup+0.210871 s]*
/proc/loadavg: 4.48 3.83 3.16 4/215 29149
/proc/meminfo: memFree=12378708/32770624 swapFree=67108860/67108860
[pid=29134] ppid=29131 vsize=10659012 memory=42136 CPUtime=0.33 cores=1,3,5,7
/proc/29134/stat : 29134 (java) S 29131 29134 25105 0 -1 1077944320 8113 0 0 0 31 2 0 0 20 0 15 0 39259087 10914828288 10534 33554432000 4194304 4196468 140733292573856 140733292556400 140523321949943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
/proc/29134/statm: 2664753 10534 3006 1 0 2627263 0
[pid=29134/tid=29136] ppid=29131 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29134/task/29136/stat : 29136 (java) R 29131 29134 25105 0 -1 4202560 5033 0 0 0 19 1 0 0 20 0 15 0 39259088 10914828288 10534 33554432000 4194304 4196468 140733292573856 140523326184960 140523305993573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29137] ppid=29131 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259088 10914828288 10534 33554432000 4194304 4196468 140733292573856 140523278502288 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10659012 memory=140626060704159 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259088 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522927610128 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259088 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522926557840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259088 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522925505040 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10659012 memory=140626060498560 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259090 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522881604208 140523321961090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29142] ppid=29131 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29142/stat : 29142 (java) S 29131 29134 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39259090 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522880550176 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29143] ppid=29131 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29143/stat : 29143 (java) S 29131 29134 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39259091 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522879497840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29144] ppid=29131 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29144/stat : 29144 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522878446160 140523321968539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29145] ppid=29131 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29134/task/29145/stat : 29145 (java) S 29131 29134 25105 0 -1 1077944384 735 0 0 0 2 0 0 0 20 0 15 0 39259093 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522877393008 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29146] ppid=29131 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29134/task/29146/stat : 29146 (java) S 29131 29134 25105 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 39259093 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522876340208 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29147] ppid=29131 vsize=10659012 memory=140626060498560 CPUtime=0.07 cores=1,3,5,7
/proc/29134/task/29147/stat : 29147 (java) R 29131 29134 25105 0 -1 4202560 691 0 0 0 7 0 0 0 20 0 15 0 39259093 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522875287920 140523321971290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29148] ppid=29131 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29148/stat : 29148 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522807093728 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29149] ppid=29131 vsize=10659012 memory=140626060498560 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29149/stat : 29149 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259093 10914828288 10534 33554432000 4194304 4196468 140733292573856 140522806041520 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42136 KiB

[startup+0.311556 s]*
/proc/loadavg: 4.48 3.83 3.16 7/215 29149
/proc/meminfo: memFree=12369116/32770624 swapFree=67108860/67108860
[pid=29134] ppid=29131 vsize=10659088 memory=49376 CPUtime=0.55 cores=1,3,5,7
/proc/29134/stat : 29134 (java) S 29131 29134 25105 0 -1 1077944320 8925 0 0 0 53 2 0 0 20 0 15 0 39259087 10914906112 12344 33554432000 4194304 4196468 140733292573856 140733292556400 140523321949943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
/proc/29134/statm: 2664772 12344 3064 1 0 2627263 0
[pid=29134/tid=29136] ppid=29131 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29134/task/29136/stat : 29136 (java) R 29131 29134 25105 0 -1 4202560 5626 0 0 0 29 1 0 0 20 0 15 0 39259088 10914906112 12344 33554432000 4194304 4196468 140733292573856 140523326184944 140523305993573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29137] ppid=29131 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259088 10914906112 12344 33554432000 4194304 4196468 140733292573856 140523278502288 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10659088 memory=140626060702495 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259088 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522927610128 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259088 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522926557840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259088 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522925505040 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10659088 memory=140626060498560 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) S 29131 29134 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39259090 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522881604208 140523321961090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29142] ppid=29131 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29142/stat : 29142 (java) S 29131 29134 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39259090 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522880550176 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29143] ppid=29131 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29143/stat : 29143 (java) S 29131 29134 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39259091 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522879497840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29144] ppid=29131 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29144/stat : 29144 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522878446160 140523321968539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29145] ppid=29131 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29134/task/29145/stat : 29145 (java) R 29131 29134 25105 0 -1 1077944384 816 0 0 0 5 0 0 0 20 0 15 0 39259093 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522877393008 140523321961090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29146] ppid=29131 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/29134/task/29146/stat : 29146 (java) R 29131 29134 25105 0 -1 4202560 340 0 0 0 5 0 0 0 20 0 15 0 39259093 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522876330000 140523321961878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29147] ppid=29131 vsize=10659088 memory=140626060498560 CPUtime=0.13 cores=1,3,5,7
/proc/29134/task/29147/stat : 29147 (java) R 29131 29134 25105 0 -1 4202560 785 0 0 0 13 0 0 0 20 0 15 0 39259093 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522875282304 140523315046779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29148] ppid=29131 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29148/stat : 29148 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522807093728 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29149] ppid=29131 vsize=10659088 memory=140626060498560 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29149/stat : 29149 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259093 10914906112 12344 33554432000 4194304 4196468 140733292573856 140522806041520 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49376 KiB

[startup+0.700807 s]
/proc/loadavg: 4.48 3.83 3.16 6/215 29149
/proc/meminfo: memFree=12226496/32770624 swapFree=67108860/67108860
[pid=29134] ppid=29131 vsize=10659088 memory=229228 CPUtime=1.65 cores=1,3,5,7
/proc/29134/stat : 29134 (java) S 29131 29134 25105 0 -1 1077944320 11214 0 0 0 157 8 0 0 20 0 15 0 39259087 10914906112 57307 33554432000 4194304 4196468 140733292573856 140733292556400 140523321949943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
/proc/29134/statm: 2664772 57307 3122 1 0 2627263 0
[pid=29134/tid=29136] ppid=29131 vsize=10659088 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/29134/task/29136/stat : 29136 (java) R 29131 29134 25105 0 -1 4202560 6055 0 0 0 61 4 0 0 20 0 15 0 39259088 10914906112 57307 33554432000 4194304 4196468 140733292573856 140523326139072 140522961361980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29137] ppid=29131 vsize=10659088 memory=1700 CPUtime=0.01 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) S 29131 29134 25105 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 39259088 10914906112 57307 33554432000 4194304 4196468 140733292573856 140523278502288 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) S 29131 29134 25105 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39259088 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522927610128 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10659088 memory=5408 CPUtime=0.01 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) S 29131 29134 25105 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 39259088 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522926557840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) S 29131 29134 25105 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 39259088 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522925505040 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10659088 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) S 29131 29134 25105 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39259090 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522881604208 140523321961090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29142] ppid=29131 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29142/stat : 29142 (java) S 29131 29134 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39259090 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522880550176 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29143] ppid=29131 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29143/stat : 29143 (java) S 29131 29134 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39259091 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522879497840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29144] ppid=29131 vsize=10659088 memory=4639098309541127013 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29144/stat : 29144 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522878446160 140523321968539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29145] ppid=29131 vsize=10659088 memory=7810176774304459348 CPUtime=0.34 cores=1,3,5,7
/proc/29134/task/29145/stat : 29145 (java) R 29131 29134 25105 0 -1 4202560 1381 0 0 0 34 0 0 0 20 0 15 0 39259093 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522877379792 140523314239392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29146] ppid=29131 vsize=10659088 memory=6154282490091891024 CPUtime=0.32 cores=1,3,5,7
/proc/29134/task/29146/stat : 29146 (java) R 29131 29134 25105 0 -1 4202560 1160 0 0 0 32 0 0 0 20 0 15 0 39259093 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522876328112 140523306879395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29147] ppid=29131 vsize=10659088 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/29134/task/29147/stat : 29147 (java) S 29131 29134 25105 0 -1 1077944384 1101 0 0 0 23 0 0 0 20 0 15 0 39259093 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522875287920 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29148] ppid=29131 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29148/stat : 29148 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39259093 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522807093728 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29149] ppid=29131 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29149/stat : 29149 (java) S 29131 29134 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39259093 10914906112 57307 33554432000 4194304 4196468 140733292573856 140522806041520 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 229228 KiB

[startup+1.50113 s]
/proc/loadavg: 4.48 3.83 3.16 5/215 29149
/proc/meminfo: memFree=11999868/32770624 swapFree=67108860/67108860
[pid=29134] ppid=29131 vsize=10659088 memory=594372 CPUtime=3.98 cores=1,3,5,7
/proc/29134/stat : 29134 (java) S 29131 29134 25105 0 -1 1077944320 13653 0 0 0 355 43 0 0 20 0 15 0 39259087 10914906112 148593 33554432000 4194304 4196468 140733292573856 140733292556400 140523321949943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
/proc/29134/statm: 2664772 148593 3146 1 0 2627263 0
[pid=29134/tid=29136] ppid=29131 vsize=10659088 memory=6791534058613427641 CPUtime=1.11 cores=1,3,5,7
/proc/29134/task/29136/stat : 29136 (java) S 29131 29134 25105 0 -1 1077944384 6106 0 0 0 105 6 0 0 20 0 15 0 39259088 10914906112 148593 33554432000 4194304 4196468 140733292573856 140523326180640 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29137] ppid=29131 vsize=10659088 memory=-6951259422114956437 CPUtime=0.35 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) R 29131 29134 25105 0 -1 4202560 310 0 0 0 27 8 0 0 20 0 15 0 39259088 10914906112 148593 33554432000 4194304 4196468 140733292573856 140523278502288 140523306901070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10659088 memory=-6509546260019855295 CPUtime=0.35 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) R 29131 29134 25105 0 -1 4202560 389 0 0 0 27 8 0 0 20 0 15 0 39259088 10914906112 148593 33554432000 4194304 4196468 140733292573856 140522927610128 140523306647488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10659088 memory=-7390251449858225344 CPUtime=0.35 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) R 29131 29134 25105 0 -1 4202560 289 0 0 0 27 8 0 0 20 0 15 0 39259088 10914906112 148593 33554432000 4194304 4196468 140733292573856 140522926557840 140523306900599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10659088 memory=4134692831991786133 CPUtime=0.34 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) R 29131 29134 25105 0 -1 4202560 276 0 0 0 26 8 0 0 20 0 15 0 39259088 10914906112 148593 33554432000 4194304 4196468 140733292573856 140522925505240 140523306404041 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) S 29131 29134 25105 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 39259090 10914906112 148593 33554432000 4194304 4196468 140733292573856 140522881602528 140523321960149 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0

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

[pid=29134/tid=29137] ppid=29131 vsize=10794416 memory=1008 CPUtime=421.19 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) R 29131 29134 25105 0 -1 4202560 20157 0 0 0 41858 261 0 0 20 0 17 0 39259088 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140523278502408 140523314578151 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10794416 memory=9916 CPUtime=423.94 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) R 29131 29134 25105 0 -1 4202560 20300 0 0 0 42151 243 0 0 20 0 17 0 39259088 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522927609936 140523314578151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10794416 memory=1228 CPUtime=421.66 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) S 29131 29134 25105 0 -1 1077944384 19920 0 0 0 41904 262 0 0 20 0 17 0 39259088 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522926557648 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10794416 memory=1952 CPUtime=422.03 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) R 29131 29134 25105 0 -1 4202560 21739 0 0 0 41952 251 0 0 20 0 17 0 39259088 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522925505240 140523306946344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10794416 memory=1200 CPUtime=22.45 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) S 29131 29134 25105 0 -1 1077944384 91347 0 0 0 2240 5 0 0 20 0 17 0 39259090 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522881602752 140523321960149 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29142] ppid=29131 vsize=10794416 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29142/stat : 29142 (java) S 29131 29134 25105 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39259090 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522880550240 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29143] ppid=29131 vsize=10794416 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29143/stat : 29143 (java) S 29131 29134 25105 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 39259091 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522879496960 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29144] ppid=29131 vsize=10794416 memory=13567093857585738 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29144/stat : 29144 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39259093 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522878446160 140523321968539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29145] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0.71 cores=1,3,5,7
/proc/29134/task/29145/stat : 29145 (java) S 29131 29134 25105 0 -1 1077944384 2578 0 0 0 71 0 0 0 20 0 17 0 39259093 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522877393056 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29146] ppid=29131 vsize=10794416 memory=1408 CPUtime=0.69 cores=1,3,5,7
/proc/29134/task/29146/stat : 29146 (java) S 29131 29134 25105 0 -1 1077944384 2599 0 0 0 69 0 0 0 20 0 17 0 39259093 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522876339968 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29147] ppid=29131 vsize=10794416 memory=2520 CPUtime=0.34 cores=1,3,5,7
/proc/29134/task/29147/stat : 29147 (java) S 29131 29134 25105 0 -1 1077944384 2229 0 0 0 33 1 0 0 20 0 17 0 39259093 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522875282688 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29148] ppid=29131 vsize=10794416 memory=812984 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29148/stat : 29148 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39259093 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522807093728 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29149] ppid=29131 vsize=10794416 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/29134/task/29149/stat : 29149 (java) S 29131 29134 25105 0 -1 1077944384 643 0 0 0 14 13 0 0 20 0 17 0 39259093 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522806041520 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29166] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29166/stat : 29166 (java) S 29131 29134 25105 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 39304147 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522802888240 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29167] ppid=29131 vsize=10794416 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29167/stat : 29167 (java) S 29131 29134 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39304147 11053481984 2041580 33554432000 4194304 4196468 140733292573856 140522801836064 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
Current children cumulated CPU time: 1732.96 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8166320 KiB

[startup+473.601 s]
/proc/loadavg: 5.04 4.41 3.63 5/218 29480
/proc/meminfo: memFree=9647400/32770624 swapFree=67108860/67108860
[pid=29134] ppid=29131 vsize=10794416 memory=8166332 CPUtime=1735.84 cores=1,3,5,7
/proc/29134/stat : 29134 (java) S 29131 29134 25105 0 -1 1077944320 197750 0 0 0 172540 1044 0 0 20 0 17 0 39259087 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140733292556400 140523321949943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
/proc/29134/statm: 2698604 2041583 3203 1 0 2661057 0
[pid=29134/tid=29136] ppid=29131 vsize=10794416 memory=8166300 CPUtime=19.57 cores=1,3,5,7
/proc/29134/task/29136/stat : 29136 (java) S 29131 29134 25105 0 -1 1077944384 12933 0 0 0 1946 11 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140523326190624 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29137] ppid=29131 vsize=10794416 memory=8165388 CPUtime=421.87 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) S 29131 29134 25105 0 -1 1077944384 20157 0 0 0 41926 261 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140523278502288 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10794416 memory=4616 CPUtime=424.64 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) S 29131 29134 25105 0 -1 1077944384 20301 0 0 0 42221 243 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522927610128 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10794416 memory=3472468904193684111 CPUtime=422.36 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) S 29131 29134 25105 0 -1 1077944384 19920 0 0 0 41974 262 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522926557840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10794416 memory=-2893623298589923098 CPUtime=422.76 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) S 29131 29134 25105 0 -1 1077944384 22103 0 0 0 42025 251 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522925505040 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10794416 memory=8166268 CPUtime=22.53 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) R 29131 29134 25105 0 -1 4202560 92829 0 0 0 2248 5 0 0 20 0 17 0 39259090 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522881602752 140523306946367 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29142] ppid=29131 vsize=10794416 memory=8165464 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29142/stat : 29142 (java) S 29131 29134 25105 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39259090 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522880550240 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29143] ppid=29131 vsize=10794416 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29143/stat : 29143 (java) S 29131 29134 25105 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 39259091 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522879496960 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29144] ppid=29131 vsize=10794416 memory=2880 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29144/stat : 29144 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522878446160 140523321968539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29145] ppid=29131 vsize=10794416 memory=2868 CPUtime=0.71 cores=1,3,5,7
/proc/29134/task/29145/stat : 29145 (java) S 29131 29134 25105 0 -1 1077944384 2578 0 0 0 71 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522877393056 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29146] ppid=29131 vsize=10794416 memory=1008 CPUtime=0.69 cores=1,3,5,7
/proc/29134/task/29146/stat : 29146 (java) S 29131 29134 25105 0 -1 1077944384 2599 0 0 0 69 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522876339968 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29147] ppid=29131 vsize=10794416 memory=9916 CPUtime=0.34 cores=1,3,5,7
/proc/29134/task/29147/stat : 29147 (java) S 29131 29134 25105 0 -1 1077944384 2229 0 0 0 33 1 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522875282688 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29148] ppid=29131 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29148/stat : 29148 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522807093728 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29149] ppid=29131 vsize=10794416 memory=1952 CPUtime=0.27 cores=1,3,5,7
/proc/29134/task/29149/stat : 29149 (java) S 29131 29134 25105 0 -1 1077944384 643 0 0 0 14 13 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522806041520 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29166] ppid=29131 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29166/stat : 29166 (java) S 29131 29134 25105 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 39304147 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522802888240 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29167] ppid=29131 vsize=10794416 memory=10412 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29167/stat : 29167 (java) S 29131 29134 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39304147 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522801836064 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
Current children cumulated CPU time: 1735.84 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8166332 KiB

[startup+474.001 s]*
/proc/loadavg: 5.04 4.41 3.63 3/218 29480
/proc/meminfo: memFree=9647400/32770624 swapFree=67108860/67108860
[pid=29134] ppid=29131 vsize=10794416 memory=8166332 CPUtime=1736.25 cores=1,3,5,7
/proc/29134/stat : 29134 (java) S 29131 29134 25105 0 -1 1077944320 197750 0 0 0 172581 1044 0 0 20 0 17 0 39259087 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140733292556400 140523321949943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
/proc/29134/statm: 2698604 2041583 3203 1 0 2661057 0
[pid=29134/tid=29136] ppid=29131 vsize=10794416 memory=1580 CPUtime=19.57 cores=1,3,5,7
/proc/29134/task/29136/stat : 29136 (java) S 29131 29134 25105 0 -1 1077944384 12933 0 0 0 1946 11 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140523326190624 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29137] ppid=29131 vsize=10794416 memory=6791534058613427641 CPUtime=421.87 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) S 29131 29134 25105 0 -1 1077944384 20157 0 0 0 41926 261 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140523278502288 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10794416 memory=796 CPUtime=424.64 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) S 29131 29134 25105 0 -1 1077944384 20301 0 0 0 42221 243 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522927610128 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10794416 memory=5408 CPUtime=422.36 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) S 29131 29134 25105 0 -1 1077944384 19920 0 0 0 41974 262 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522926557840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10794416 memory=161 CPUtime=422.76 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) S 29131 29134 25105 0 -1 1077944384 22103 0 0 0 42025 251 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522925505040 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10794416 memory=15536310576241141 CPUtime=22.93 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) R 29131 29134 25105 0 -1 4202560 92829 0 0 0 2288 5 0 0 20 0 17 0 39259090 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522881602752 140523306946288 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29142] ppid=29131 vsize=10794416 memory=6944656425122961013 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29142/stat : 29142 (java) S 29131 29134 25105 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39259090 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522880550240 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29143] ppid=29131 vsize=10794416 memory=8243122710528917583 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29143/stat : 29143 (java) S 29131 29134 25105 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 39259091 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522879496960 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29144] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29144/stat : 29144 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522878446160 140523321968539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29145] ppid=29131 vsize=10794416 memory=3054156605268465310 CPUtime=0.71 cores=1,3,5,7
/proc/29134/task/29145/stat : 29145 (java) S 29131 29134 25105 0 -1 1077944384 2578 0 0 0 71 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522877393056 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29146] ppid=29131 vsize=10794416 memory=7822038051842261661 CPUtime=0.69 cores=1,3,5,7
/proc/29134/task/29146/stat : 29146 (java) S 29131 29134 25105 0 -1 1077944384 2599 0 0 0 69 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522876339968 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29147] ppid=29131 vsize=10794416 memory=8514726395714825349 CPUtime=0.34 cores=1,3,5,7
/proc/29134/task/29147/stat : 29147 (java) S 29131 29134 25105 0 -1 1077944384 2229 0 0 0 33 1 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522875282688 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29148] ppid=29131 vsize=10794416 memory=-8341965534556230502 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29148/stat : 29148 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522807093728 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29149] ppid=29131 vsize=10794416 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/29134/task/29149/stat : 29149 (java) S 29131 29134 25105 0 -1 1077944384 643 0 0 0 14 13 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522806041520 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29166] ppid=29131 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29166/stat : 29166 (java) S 29131 29134 25105 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 39304147 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522802888240 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29167] ppid=29131 vsize=10794416 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29167/stat : 29167 (java) S 29131 29134 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39304147 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522801836064 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
Current children cumulated CPU time: 1736.25 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8166332 KiB

[startup+474.11 s]
/proc/loadavg: 5.04 4.41 3.63 3/218 29480
/proc/meminfo: memFree=9647400/32770624 swapFree=67108860/67108860
[pid=29134] ppid=29131 vsize=10794416 memory=8166332 CPUtime=1736.35 cores=1,3,5,7
/proc/29134/stat : 29134 (java) S 29131 29134 25105 0 -1 1077944320 197750 0 0 0 172591 1044 0 0 20 0 17 0 39259087 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140733292556400 140523321949943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
/proc/29134/statm: 2698604 2041583 3203 1 0 2661057 0
[pid=29134/tid=29136] ppid=29131 vsize=10794416 memory=7595436646982706019 CPUtime=19.57 cores=1,3,5,7
/proc/29134/task/29136/stat : 29136 (java) S 29131 29134 25105 0 -1 1077944384 12933 0 0 0 1946 11 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140523326190624 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29137] ppid=29131 vsize=10794416 memory=8166332 CPUtime=421.87 cores=1,3,5,7
/proc/29134/task/29137/stat : 29137 (java) S 29131 29134 25105 0 -1 1077944384 20157 0 0 0 41926 261 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140523278502288 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29138] ppid=29131 vsize=10794416 memory=8166320 CPUtime=424.64 cores=1,3,5,7
/proc/29134/task/29138/stat : 29138 (java) S 29131 29134 25105 0 -1 1077944384 20301 0 0 0 42221 243 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522927610128 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29139] ppid=29131 vsize=10794416 memory=8166320 CPUtime=422.36 cores=1,3,5,7
/proc/29134/task/29139/stat : 29139 (java) S 29131 29134 25105 0 -1 1077944384 19920 0 0 0 41974 262 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522926557840 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29140] ppid=29131 vsize=10794416 memory=8166320 CPUtime=422.76 cores=1,3,5,7
/proc/29134/task/29140/stat : 29140 (java) S 29131 29134 25105 0 -1 1077944384 22103 0 0 0 42025 251 0 0 20 0 17 0 39259088 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522925505040 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29141] ppid=29131 vsize=10794416 memory=8166320 CPUtime=23.03 cores=1,3,5,7
/proc/29134/task/29141/stat : 29141 (java) R 29131 29134 25105 0 -1 4202560 92829 0 0 0 2298 5 0 0 20 0 17 0 39259090 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522881602752 140523306946353 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29142] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29142/stat : 29142 (java) S 29131 29134 25105 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39259090 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522880550240 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29143] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29143/stat : 29143 (java) S 29131 29134 25105 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 39259091 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522879496960 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29144] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29144/stat : 29144 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522878446160 140523321968539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29145] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0.71 cores=1,3,5,7
/proc/29134/task/29145/stat : 29145 (java) S 29131 29134 25105 0 -1 1077944384 2578 0 0 0 71 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522877393056 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29146] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0.69 cores=1,3,5,7
/proc/29134/task/29146/stat : 29146 (java) S 29131 29134 25105 0 -1 1077944384 2599 0 0 0 69 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522876339968 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29147] ppid=29131 vsize=10794416 memory=1292 CPUtime=0.34 cores=1,3,5,7
/proc/29134/task/29147/stat : 29147 (java) S 29131 29134 25105 0 -1 1077944384 2229 0 0 0 33 1 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522875282688 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29148] ppid=29131 vsize=10794416 memory=8166332 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29148/stat : 29148 (java) S 29131 29134 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522807093728 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29149] ppid=29131 vsize=10794416 memory=281251907400448 CPUtime=0.27 cores=1,3,5,7
/proc/29134/task/29149/stat : 29149 (java) S 29131 29134 25105 0 -1 1077944384 643 0 0 0 14 13 0 0 20 0 17 0 39259093 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522806041520 140523321961090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29166] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29166/stat : 29166 (java) S 29131 29134 25105 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 39304147 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522802888240 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
[pid=29134/tid=29167] ppid=29131 vsize=10794416 memory=8166320 CPUtime=0 cores=1,3,5,7
/proc/29134/task/29167/stat : 29167 (java) S 29131 29134 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39304147 11053481984 2041583 33554432000 4194304 4196468 140733292573856 140522801836064 140523321960149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140733292582001 140733292582153 140733292582153 140733292584911 0
Current children cumulated CPU time: 1736.35 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8166332 KiB

Child status: 0
Real time (s): 474.211
CPU time (s): 1736.46
CPU user time (s): 1725.98
CPU system time (s): 10.4766
CPU usage (%): 366.179
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8166332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1725.98
system time used= 10.4766
maximum resident set size= 8166632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36726
involuntary context switches= 18676


# summary of solver processes directly reported to runsolver:
#   pid: 29134
#   total CPU time (s): 1736.46
#   total CPU user time (s): 1725.98
#   total CPU system time (s): 10.4766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.14266 second user time and 4.76067 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:49:19
IDJOB=4289967
IDBENCH=141359
IDSOLVER=2742
FILE ID=node139/4289967-1532216959
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45864 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-herbs_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289967-1532216959/watcher-4289967-1532216959 -o /tmp/evaluation-result-4289967-1532216959/solver-4289967-1532216959 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289967-1532216959.xml

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

MD5SUM BENCH= 01ee442f0f2e93e01b5a5546098ec59b
RANDOM SEED=22779068

node139.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.80
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.80
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.80
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.80
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:        12406696 kB
MemAvailable:   25792056 kB
Buffers:          129996 kB
Cached:         13309228 kB
SwapCached:            0 kB
Active:          7275900 kB
Inactive:       12355244 kB
Active(anon):    6147140 kB
Inactive(anon):    64124 kB
Active(file):    1128760 kB
Inactive(file): 12291120 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2480 kB
Writeback:             0 kB
AnonPages:       6198412 kB
Mapped:            46748 kB
Shmem:             17036 kB
Slab:             421036 kB
SReclaimable:     393940 kB
SUnreclaim:        27096 kB
KernelStack:        3568 kB
PageTables:        17460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7272748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6047744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45920 MiB
End job on node139 at 2018-07-22 01:57:13