Trace number 4289825

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? 1999.35 562.115

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-150-50-00_c18.xml
MD5SUM784274e168c99e425b71be44c62c6ab3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark537
Best CPU time to get the best result obtained on this benchmark2520
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints151
Number of domains2
Minimum domain size66
Maximum domain size150
Distribution of domain sizes[{"size":66,"count":150},{"size":150,"count":150}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":150},{"degree":3,"count":150}]
Minimum constraint arity3
Maximum constraint arity150
Distribution of constraint arities[{"arity":3,"count":150},{"arity":150,"count":1}]
Number of extensional constraints150
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":150},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1999.19/561.87	Jul 22, 2018 4:57:29 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1999.19/561.87	INFO: Runtime exception
1999.19/561.87	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1999.19/561.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1999.19/561.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1999.19/561.87		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1999.19/561.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1999.19/561.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1999.19/561.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1999.19/561.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1999.19/561.87		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1999.19/561.87		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1999.19/561.87		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1999.19/561.87		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1999.19/561.87		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 22 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 26 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 27 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 31 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1999.19/561.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1999.19/561.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1999.19/561.87		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1999.19/561.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1999.19/561.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1999.19/561.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1999.19/561.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1999.19/561.87		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1999.19/561.87		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1999.19/561.87		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1999.19/561.87		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1999.19/561.87		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 37 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 41 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 42 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 46 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 47 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 51 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 52 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 56 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 57 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 61 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 62 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1999.19/561.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1999.19/561.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1999.19/561.87		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1999.19/561.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1999.19/561.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1999.19/561.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1999.19/561.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1999.19/561.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1999.19/561.87		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1999.19/561.87		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1999.19/561.87		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1999.19/561.87		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1999.19/561.87		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1999.19/561.87		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 71 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 72 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 76 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 77 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 81 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 82 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 86 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 87 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 91 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 92 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 96 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 97 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		... 101 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		... 102 more
1999.19/561.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1999.19/561.87		... 106 more
1999.19/561.87	Caused by: java.lang.reflect.InvocationTargetException
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1999.19/561.87		... 106 more
1999.19/561.87	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1999.19/561.87		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:538)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.19/561.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.19/561.87		at java.lang.reflect.Method.invoke(Method.java:498)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.19/561.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.19/561.87	
1999.30/562.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1999.30/562.07	c This is free software under the dual EPL/GNU LGPL licenses.
1999.30/562.07	c See www.sat4j.org for details.
1999.30/562.07	c That software uses the Rhino library from the Mozilla project.
1999.30/562.07	c version 2.3.6-SNAPSHOT
1999.30/562.07	c java.runtime.name	Java(TM) SE Runtime Environment
1999.30/562.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1999.30/562.07	c java.vm.version	25.131-b11
1999.30/562.07	c java.vm.vendor	Oracle Corporation
1999.30/562.07	c sun.arch.data.model	64
1999.30/562.07	c java.version		1.8.0_131
1999.30/562.07	c os.name		Linux
1999.30/562.07	c os.version		3.10.0-514.16.1.el7.x86_64
1999.30/562.07	c os.arch		amd64
1999.30/562.07	c Free memory 		499604488
1999.30/562.07	c Max memory 		7247757312
1999.30/562.07	c Total memory 		504889344
1999.30/562.07	c Number of processors 	4
1999.30/562.07	c c --- Begin Solver configuration ---
1999.30/562.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1999.30/562.07	c Learn all clauses as in MiniSAT
1999.30/562.07	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1999.30/562.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1999.30/562.07	c No reason simplification
1999.30/562.07	c Glucose 2.1 dynamic restart strategy
1999.30/562.07	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
1999.30/562.07	c timeout=2147483s
1999.30/562.07	c DB Simplification allowed=false
1999.30/562.07	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1999.30/562.07	c --- End Solver configuration ---
1999.30/562.07	c starts		: 0
1999.30/562.07	c conflicts		: 0
1999.30/562.07	c decisions		: 0
1999.30/562.07	c propagations		: 0
1999.30/562.07	c inspects		: 0
1999.30/562.07	c shortcuts		: 0
1999.30/562.07	c learnt literals	: 0
1999.30/562.07	c learnt binary clauses	: 0
1999.30/562.07	c learnt ternary clauses	: 0
1999.30/562.07	c learnt constraints	: 0
1999.30/562.07	c ignored constraints	: 0
1999.30/562.07	c root simplifications	: 0
1999.30/562.07	c removed literals (reason simplification)	: 0
1999.30/562.07	c reason swapping (by a shorter reason)	: 0
1999.30/562.07	c Calls to reduceDB	: 0
1999.30/562.07	c Number of update (reduction) of LBD	: 0
1999.30/562.07	c Imported unit clauses	: 0
1999.30/562.07	c number of reductions to clauses (during analyze)	: 0
1999.30/562.07	c number of learned constraints concerned by reduction	: 0
1999.30/562.07	c number of learning phase by resolution	: 0
1999.30/562.07	c number of learning phase by cutting planes	: 0
1999.30/562.07	c number of rounding to 1 operations	: 0
1999.30/562.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1999.30/562.07	c number of reductions of the coefficients by power 2 	: 0
1999.30/562.07	c number of right shift for reduction by power 2 	: 0
1999.30/562.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
1999.30/562.07	c number of ending skipping 	: 0
1999.30/562.07	c number of internal skipping 	: 0
1999.30/562.07	c number of derivation steps 	: 0
1999.30/562.07	c number of skipped derivation steps 	: 0
1999.30/562.07	c number of remaining unassigned 	: 0
1999.30/562.07	c number of remaining assigned 	: 0
1999.30/562.07	c speed (assignments/second)	: 0.0
1999.30/562.07	c non guided choices	: 0
1999.30/562.07	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 (11438 MiB free)
  memory of node 1: 16384 MiB (13803 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289825-1532270887/watcher-4289825-1532270887 -o /tmp/evaluation-result-4289825-1532270887/solver-4289825-1532270887 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5992 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289825-1532270887.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=7469, runsolver pid=7466

[startup+0.100927 s]*
/proc/loadavg: 2.54 2.16 2.09 2/220 7484
/proc/meminfo: memFree=25831184/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10659012 memory=30672 CPUtime=0.12 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 6719 0 0 0 11 1 0 0 20 0 15 0 44651910 10914828288 7668 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2664753 7668 2824 1 0 2627263 0
[pid=7469/tid=7471] ppid=7466 vsize=10659012 memory=-8536111821753251008 CPUtime=0.09 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) R 7466 7469 5960 0 -1 4202560 4564 0 0 0 8 1 0 0 20 0 15 0 44651910 10914828288 7668 33554432000 4194304 4196468 140735327783360 140370276652912 140370272470173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914828288 7668 33554432000 4194304 4196468 140735327783360 140370209139216 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10659012 memory=140048546129536 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914828288 7668 33554432000 4194304 4196468 140735327783360 140370208086672 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914828288 7668 33554432000 4194304 4196468 140735327783360 140370207033616 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) S 7466 7469 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44651911 10914828288 7668 33554432000 4194304 4196468 140735327783360 140370205981072 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10659012 memory=140048546129536 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) S 7466 7469 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44651912 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369764043504 140370272459394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7477] ppid=7466 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7477/stat : 7477 (java) S 7466 7469 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44651913 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369762989728 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7478] ppid=7466 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7478/stat : 7478 (java) S 7466 7469 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44651913 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369761936624 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7479] ppid=7466 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7479/stat : 7479 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651915 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369760885200 140370272466843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7480] ppid=7466 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7480/stat : 7480 (java) S 7466 7469 5960 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 44651915 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369759832304 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7481] ppid=7466 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7481/stat : 7481 (java) S 7466 7469 5960 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 44651915 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369758779760 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7482] ppid=7466 vsize=10659012 memory=140048546129536 CPUtime=0.02 cores=1,3,5,7
/proc/7469/task/7482/stat : 7482 (java) R 7466 7469 5960 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 44651915 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369757726704 140370272469594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7483] ppid=7466 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7483/stat : 7483 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651916 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369756674400 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7484] ppid=7466 vsize=10659012 memory=140048546129536 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651916 10914828288 7668 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30672 KiB

[startup+0.210704 s]*
/proc/loadavg: 2.65 2.19 2.10 4/220 7484
/proc/meminfo: memFree=25820300/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10659012 memory=42140 CPUtime=0.33 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 8078 0 0 0 31 2 0 0 20 0 15 0 44651910 10914828288 10535 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2664753 10535 3007 1 0 2627263 0
[pid=7469/tid=7471] ppid=7466 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) R 7466 7469 5960 0 -1 4202560 5017 0 0 0 18 1 0 0 20 0 15 0 44651910 10914828288 10535 33554432000 4194304 4196468 140735327783360 140370276684864 140370272460182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914828288 10535 33554432000 4194304 4196468 140735327783360 140370209139216 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10659012 memory=140048546137199 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914828288 10535 33554432000 4194304 4196468 140735327783360 140370208086672 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914828288 10535 33554432000 4194304 4196468 140735327783360 140370207033616 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) S 7466 7469 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44651911 10914828288 10535 33554432000 4194304 4196468 140735327783360 140370205981072 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10659012 memory=140048546129536 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) S 7466 7469 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44651912 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369764043504 140370272459394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7477] ppid=7466 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7477/stat : 7477 (java) S 7466 7469 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44651913 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369762989728 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7478] ppid=7466 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7478/stat : 7478 (java) S 7466 7469 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44651913 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369761936624 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7479] ppid=7466 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7479/stat : 7479 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651915 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369760885200 140370272466843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7480] ppid=7466 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7469/task/7480/stat : 7480 (java) S 7466 7469 5960 0 -1 1077944384 799 0 0 0 2 0 0 0 20 0 15 0 44651915 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369759832304 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7481] ppid=7466 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7469/task/7481/stat : 7481 (java) S 7466 7469 5960 0 -1 1077944384 208 0 0 0 2 0 0 0 20 0 15 0 44651915 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369758779760 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7482] ppid=7466 vsize=10659012 memory=140048546129536 CPUtime=0.07 cores=1,3,5,7
/proc/7469/task/7482/stat : 7482 (java) R 7466 7469 5960 0 -1 4202560 690 0 0 0 7 0 0 0 20 0 15 0 44651915 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369757726704 140370251869888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7483] ppid=7466 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7483/stat : 7483 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651916 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369756674400 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7484] ppid=7466 vsize=10659012 memory=140048546129536 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651916 10914828288 10535 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42140 KiB

[startup+0.31184 s]*
/proc/loadavg: 2.65 2.19 2.10 5/220 7484
/proc/meminfo: memFree=25812012/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10659088 memory=48404 CPUtime=0.54 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 9142 0 0 0 51 3 0 0 20 0 15 0 44651910 10914906112 12101 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2664772 12101 3060 1 0 2627263 0
[pid=7469/tid=7471] ppid=7466 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) R 7466 7469 5960 0 -1 4202560 5608 0 0 0 28 1 0 0 20 0 15 0 44651910 10914906112 12101 33554432000 4194304 4196468 140735327783360 140370276682960 140370256528734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10659088 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 12101 33554432000 4194304 4196468 140735327783360 140370209139216 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10659088 memory=140048546390708 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 12101 33554432000 4194304 4196468 140735327783360 140370208086672 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 12101 33554432000 4194304 4196468 140735327783360 140370207033616 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) S 7466 7469 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 12101 33554432000 4194304 4196468 140735327783360 140370205981072 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10659088 memory=140048546129536 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) S 7466 7469 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44651912 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369764043504 140370272459394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7477] ppid=7466 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7477/stat : 7477 (java) S 7466 7469 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369762989728 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7478] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7478/stat : 7478 (java) S 7466 7469 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369761936624 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7479] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7479/stat : 7479 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651915 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369760885200 140370272466843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7480] ppid=7466 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7469/task/7480/stat : 7480 (java) R 7466 7469 5960 0 -1 1077944384 929 0 0 0 4 0 0 0 20 0 15 0 44651915 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369759832304 140370272459394 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7481] ppid=7466 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/7469/task/7481/stat : 7481 (java) R 7466 7469 5960 0 -1 4202560 412 0 0 0 5 0 0 0 20 0 15 0 44651915 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369758771216 140370257573637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7482] ppid=7466 vsize=10659088 memory=140048546129536 CPUtime=0.12 cores=1,3,5,7
/proc/7469/task/7482/stat : 7482 (java) R 7466 7469 5960 0 -1 4202560 828 0 0 0 12 0 0 0 20 0 15 0 44651915 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369757722432 140370251746544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7483] ppid=7466 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7483/stat : 7483 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651916 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369756674400 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7484] ppid=7466 vsize=10659088 memory=140048546129536 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651916 10914906112 12101 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 48404 KiB

[startup+0.701295 s]
/proc/loadavg: 2.65 2.19 2.10 6/220 7484
/proc/meminfo: memFree=25768516/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10659088 memory=188928 CPUtime=1.71 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 11660 0 0 0 166 5 0 0 20 0 15 0 44651910 10914906112 47232 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2664772 47232 3126 1 0 2627263 0
[pid=7469/tid=7471] ppid=7466 vsize=10659088 memory=172157590057107 CPUtime=0.65 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) R 7466 7469 5960 0 -1 4202560 5790 0 0 0 62 3 0 0 20 0 15 0 44651910 10914906112 47232 33554432000 4194304 4196468 140735327783360 140370276684520 140369886040012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10659088 memory=23613 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) S 7466 7469 5960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 47232 33554432000 4194304 4196468 140735327783360 140370209139216 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) S 7466 7469 5960 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 47232 33554432000 4194304 4196468 140735327783360 140370208086672 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) S 7466 7469 5960 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 47232 33554432000 4194304 4196468 140735327783360 140370207033616 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) S 7466 7469 5960 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 47232 33554432000 4194304 4196468 140735327783360 140370205981072 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) S 7466 7469 5960 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44651912 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369764043504 140370272459394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7477] ppid=7466 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7477/stat : 7477 (java) S 7466 7469 5960 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369762989728 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7478] ppid=7466 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7478/stat : 7478 (java) S 7466 7469 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369761936624 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7479] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7479/stat : 7479 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651915 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369760885200 140370272466843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7480] ppid=7466 vsize=10659088 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/7469/task/7480/stat : 7480 (java) R 7466 7469 5960 0 -1 4202560 1629 0 0 0 38 0 0 0 20 0 15 0 44651915 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369759819088 140370257558247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7481] ppid=7466 vsize=10659088 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/7469/task/7481/stat : 7481 (java) R 7466 7469 5960 0 -1 4202560 1367 0 0 0 37 0 0 0 20 0 15 0 44651915 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369758772952 140370255945031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7482] ppid=7466 vsize=10659088 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7469/task/7482/stat : 7482 (java) S 7466 7469 5960 0 -1 1077944384 1374 0 0 0 25 0 0 0 20 0 15 0 44651915 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369757726704 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7483] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7483/stat : 7483 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651916 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369756674400 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7484] ppid=7466 vsize=10659088 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44651916 10914906112 47232 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 188928 KiB

[startup+1.50079 s]
/proc/loadavg: 2.65 2.19 2.10 4/220 7484
/proc/meminfo: memFree=25663580/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10659088 memory=196656 CPUtime=2.88 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 13601 0 0 0 282 6 0 0 20 0 15 0 44651910 10914906112 49164 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2664772 49164 3128 1 0 2627263 0
[pid=7469/tid=7471] ppid=7466 vsize=10659088 memory=13880 CPUtime=1.45 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) R 7466 7469 5960 0 -1 4202560 5790 0 0 0 142 3 0 0 20 0 15 0 44651910 10914906112 49164 33554432000 4194304 4196468 140735327783360 140370276686664 140369886219433 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10659088 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) S 7466 7469 5960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 49164 33554432000 4194304 4196468 140735327783360 140370209139216 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) S 7466 7469 5960 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 49164 33554432000 4194304 4196468 140735327783360 140370208086672 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) S 7466 7469 5960 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 49164 33554432000 4194304 4196468 140735327783360 140370207033616 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) S 7466 7469 5960 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 44651911 10914906112 49164 33554432000 4194304 4196468 140735327783360 140370205981072 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) S 7466 7469 5960 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44651912 10914906112 49164 33554432000 4194304 4196468 140735327783360 140369764043504 140370272459394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0

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

[pid=7469/tid=7484] ppid=7466 vsize=10659088 memory=8276204 CPUtime=0.43 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 463 0 0 0 24 19 0 0 20 0 15 0 44651916 10914906112 2069052 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 1982.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8276208 KiB

[startup+560.001 s]*
/proc/loadavg: 5.00 4.44 3.27 6/220 7582
/proc/meminfo: memFree=17279840/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10659088 memory=8276220 CPUtime=1995.41 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 300652 0 0 0 198863 678 0 0 20 0 15 0 44651910 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2664772 2069055 3180 1 0 2627263 0
[pid=7469/tid=7471] ppid=7466 vsize=10659088 memory=8112282956445269571 CPUtime=42.04 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) S 7466 7469 5960 0 -1 1077944384 18151 0 0 0 4177 27 0 0 20 0 15 0 44651910 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370276687328 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10659088 memory=4126316290023845779 CPUtime=479.29 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) R 7466 7469 5960 0 -1 4202560 30765 0 0 0 47768 161 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370209139336 140370265076455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10659088 memory=1408 CPUtime=477.94 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) R 7466 7469 5960 0 -1 4202560 31670 0 0 0 47636 158 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370208086792 140370265076455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10659088 memory=3176 CPUtime=479.34 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) R 7466 7469 5960 0 -1 4202560 36318 0 0 0 47773 161 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370207033736 140370265551281 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10659088 memory=2021552 CPUtime=480.01 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) R 7466 7469 5960 0 -1 4202560 34580 0 0 0 47847 154 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370205980880 140370265076455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10659088 memory=8276220 CPUtime=31.64 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) S 7466 7469 5960 0 -1 1077944384 110052 0 0 0 3157 7 0 0 20 0 15 0 44651912 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369764042048 140370272458453 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7477] ppid=7466 vsize=10659088 memory=8276220 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7477/stat : 7477 (java) S 7466 7469 5960 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369762989792 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7478] ppid=7466 vsize=10659088 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7478/stat : 7478 (java) S 7466 7469 5960 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369761936640 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7479] ppid=7466 vsize=10659088 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7479/stat : 7479 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369760885200 140370272466843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7480] ppid=7466 vsize=10659088 memory=2240 CPUtime=1.82 cores=1,3,5,7
/proc/7469/task/7480/stat : 7480 (java) S 7466 7469 5960 0 -1 1077944384 11801 0 0 0 181 1 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369759832352 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7481] ppid=7466 vsize=10659088 memory=4124 CPUtime=2.44 cores=1,3,5,7
/proc/7469/task/7481/stat : 7481 (java) S 7466 7469 5960 0 -1 1077944384 22667 0 0 0 242 2 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369758779520 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7482] ppid=7466 vsize=10659088 memory=2196 CPUtime=0.38 cores=1,3,5,7
/proc/7469/task/7482/stat : 7482 (java) S 7466 7469 5960 0 -1 1077944384 2720 0 0 0 37 1 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369757724352 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7483] ppid=7466 vsize=10659088 memory=7636 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7483/stat : 7483 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651916 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369756674400 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7484] ppid=7466 vsize=10659088 memory=840 CPUtime=0.43 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 464 0 0 0 24 19 0 0 20 0 15 0 44651916 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 1995.41 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8276220 KiB

[startup+560.801 s]
/proc/loadavg: 5.00 4.44 3.27 6/220 7582
/proc/meminfo: memFree=17279840/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10659088 memory=8276220 CPUtime=1998.19 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 300889 0 0 0 199140 679 0 0 20 0 15 0 44651910 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2664772 2069055 3180 1 0 2627263 0
[pid=7469/tid=7471] ppid=7466 vsize=10659088 memory=8112282956445269571 CPUtime=42.04 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) S 7466 7469 5960 0 -1 1077944384 18151 0 0 0 4177 27 0 0 20 0 15 0 44651910 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370276687328 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10659088 memory=916 CPUtime=479.95 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) S 7466 7469 5960 0 -1 1077944384 30766 0 0 0 47834 161 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370209139216 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10659088 memory=3848 CPUtime=478.6 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) S 7466 7469 5960 0 -1 1077944384 31670 0 0 0 47701 159 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370208086672 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10659088 memory=8276208 CPUtime=480 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) S 7466 7469 5960 0 -1 1077944384 36319 0 0 0 47839 161 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370207033616 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10659088 memory=5404 CPUtime=480.67 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) S 7466 7469 5960 0 -1 1077944384 34581 0 0 0 47913 154 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370205981072 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10659088 memory=796 CPUtime=31.77 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) R 7466 7469 5960 0 -1 4202560 110286 0 0 0 3170 7 0 0 20 0 15 0 44651912 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369764042048 140370257444756 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7477] ppid=7466 vsize=10659088 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7477/stat : 7477 (java) S 7466 7469 5960 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369762989792 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7478] ppid=7466 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7478/stat : 7478 (java) S 7466 7469 5960 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369761936640 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7479] ppid=7466 vsize=10659088 memory=10940 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7479/stat : 7479 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369760885200 140370272466843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7480] ppid=7466 vsize=10659088 memory=8112282956445269571 CPUtime=1.82 cores=1,3,5,7
/proc/7469/task/7480/stat : 7480 (java) S 7466 7469 5960 0 -1 1077944384 11801 0 0 0 181 1 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369759832352 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7481] ppid=7466 vsize=10659088 memory=928 CPUtime=2.44 cores=1,3,5,7
/proc/7469/task/7481/stat : 7481 (java) S 7466 7469 5960 0 -1 1077944384 22667 0 0 0 242 2 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369758779520 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7482] ppid=7466 vsize=10659088 memory=1568 CPUtime=0.38 cores=1,3,5,7
/proc/7469/task/7482/stat : 7482 (java) S 7466 7469 5960 0 -1 1077944384 2720 0 0 0 37 1 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369757724352 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7483] ppid=7466 vsize=10659088 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7483/stat : 7483 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651916 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369756674400 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7484] ppid=7466 vsize=10659088 memory=4124 CPUtime=0.43 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 464 0 0 0 24 19 0 0 20 0 15 0 44651916 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 1998.19 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8276220 KiB

[startup+561.601 s]
/proc/loadavg: 5.00 4.45 3.28 3/220 7582
/proc/meminfo: memFree=17279840/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10659088 memory=8276220 CPUtime=1998.99 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 300889 0 0 0 199220 679 0 0 20 0 15 0 44651910 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2664772 2069055 3180 1 0 2627263 0
[pid=7469/tid=7471] ppid=7466 vsize=10659088 memory=244 CPUtime=42.04 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) S 7466 7469 5960 0 -1 1077944384 18151 0 0 0 4177 27 0 0 20 0 15 0 44651910 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370276687328 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10659088 memory=0 CPUtime=479.95 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) S 7466 7469 5960 0 -1 1077944384 30766 0 0 0 47834 161 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370209139216 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10659088 memory=10959558025 CPUtime=478.6 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) S 7466 7469 5960 0 -1 1077944384 31670 0 0 0 47701 159 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370208086672 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10659088 memory=8112282956445269571 CPUtime=480 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) S 7466 7469 5960 0 -1 1077944384 36319 0 0 0 47839 161 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370207033616 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10659088 memory=2396 CPUtime=480.67 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) S 7466 7469 5960 0 -1 1077944384 34581 0 0 0 47913 154 0 0 20 0 15 0 44651911 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140370205981072 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10659088 memory=1292 CPUtime=32.57 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) R 7466 7469 5960 0 -1 4202560 110286 0 0 0 3250 7 0 0 20 0 15 0 44651912 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369764041936 140370257444651 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7477] ppid=7466 vsize=10659088 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7477/stat : 7477 (java) S 7466 7469 5960 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369762989792 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7478] ppid=7466 vsize=10659088 memory=8276220 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7478/stat : 7478 (java) S 7466 7469 5960 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 44651913 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369761936640 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7479] ppid=7466 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7479/stat : 7479 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369760885200 140370272466843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7480] ppid=7466 vsize=10659088 memory=1704 CPUtime=1.82 cores=1,3,5,7
/proc/7469/task/7480/stat : 7480 (java) S 7466 7469 5960 0 -1 1077944384 11801 0 0 0 181 1 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369759832352 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7481] ppid=7466 vsize=10659088 memory=1948 CPUtime=2.44 cores=1,3,5,7
/proc/7469/task/7481/stat : 7481 (java) S 7466 7469 5960 0 -1 1077944384 22667 0 0 0 242 2 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369758779520 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7482] ppid=7466 vsize=10659088 memory=8112282956445269571 CPUtime=0.38 cores=1,3,5,7
/proc/7469/task/7482/stat : 7482 (java) S 7466 7469 5960 0 -1 1077944384 2720 0 0 0 37 1 0 0 20 0 15 0 44651915 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369757724352 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7483] ppid=7466 vsize=10659088 memory=5938960807338993253 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7483/stat : 7483 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44651916 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369756674400 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7484] ppid=7466 vsize=10659088 memory=7523375762881669222 CPUtime=0.43 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 464 0 0 0 24 19 0 0 20 0 15 0 44651916 10914906112 2069055 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 1998.99 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8276220 KiB

[startup+562.001 s]*
/proc/loadavg: 5.00 4.45 3.28 2/221 7584
/proc/meminfo: memFree=17279096/32770624 swapFree=67108860/67108860
[pid=7469] ppid=7466 vsize=10794416 memory=8277108 CPUtime=1999.3 cores=1,3,5,7
/proc/7469/stat : 7469 (java) S 7466 7469 5960 0 -1 1077944320 305437 0 0 0 199251 679 0 0 20 0 16 0 44651910 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140735327765904 140370272448247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
/proc/7469/statm: 2698604 2069277 3224 1 0 2661057 0
[pid=7469/tid=7471] ppid=7466 vsize=10794416 memory=8112282956445269571 CPUtime=42.07 cores=1,3,5,7
/proc/7469/task/7471/stat : 7471 (java) S 7466 7469 5960 0 -1 1077944384 18650 0 0 0 4180 27 0 0 20 0 16 0 44651910 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140370276688928 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7472] ppid=7466 vsize=10794416 memory=4126316290023845779 CPUtime=479.95 cores=1,3,5,7
/proc/7469/task/7472/stat : 7472 (java) S 7466 7469 5960 0 -1 1077944384 30766 0 0 0 47834 161 0 0 20 0 16 0 44651911 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140370209139216 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7473] ppid=7466 vsize=10794416 memory=2021536 CPUtime=478.6 cores=1,3,5,7
/proc/7469/task/7473/stat : 7473 (java) S 7466 7469 5960 0 -1 1077944384 31670 0 0 0 47701 159 0 0 20 0 16 0 44651911 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140370208086672 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7474] ppid=7466 vsize=10794416 memory=10416 CPUtime=480 cores=1,3,5,7
/proc/7469/task/7474/stat : 7474 (java) S 7466 7469 5960 0 -1 1077944384 36319 0 0 0 47839 161 0 0 20 0 16 0 44651911 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140370207033616 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7475] ppid=7466 vsize=10794416 memory=15872 CPUtime=480.67 cores=1,3,5,7
/proc/7469/task/7475/stat : 7475 (java) S 7466 7469 5960 0 -1 1077944384 34581 0 0 0 47913 154 0 0 20 0 16 0 44651911 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140370205981072 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7476] ppid=7466 vsize=10794416 memory=18476 CPUtime=32.81 cores=1,3,5,7
/proc/7469/task/7476/stat : 7476 (java) S 7466 7469 5960 0 -1 1077944384 113213 0 0 0 3274 7 0 0 20 0 16 0 44651912 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369764043504 140370272459394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7477] ppid=7466 vsize=10794416 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7477/stat : 7477 (java) S 7466 7469 5960 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 44651913 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369762989792 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7478] ppid=7466 vsize=10794416 memory=9308 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7478/stat : 7478 (java) S 7466 7469 5960 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 16 0 44651913 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369761936640 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7479] ppid=7466 vsize=10794416 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7479/stat : 7479 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44651915 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369760885200 140370272466843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7480] ppid=7466 vsize=10794416 memory=644 CPUtime=1.85 cores=1,3,5,7
/proc/7469/task/7480/stat : 7480 (java) S 7466 7469 5960 0 -1 1077944384 12446 0 0 0 184 1 0 0 20 0 16 0 44651915 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369759832304 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7481] ppid=7466 vsize=10794416 memory=1800 CPUtime=2.44 cores=1,3,5,7
/proc/7469/task/7481/stat : 7481 (java) S 7466 7469 5960 0 -1 1077944384 22768 0 0 0 242 2 0 0 20 0 16 0 44651915 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369758779760 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7482] ppid=7466 vsize=10794416 memory=956 CPUtime=0.39 cores=1,3,5,7
/proc/7469/task/7482/stat : 7482 (java) S 7466 7469 5960 0 -1 1077944384 3043 0 0 0 38 1 0 0 20 0 16 0 44651915 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369757726704 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7483] ppid=7466 vsize=10794416 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7483/stat : 7483 (java) S 7466 7469 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44651916 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369756674400 140370272458453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7484] ppid=7466 vsize=10794416 memory=928 CPUtime=0.44 cores=1,3,5,7
/proc/7469/task/7484/stat : 7484 (java) S 7466 7469 5960 0 -1 1077944384 464 0 0 0 25 19 0 0 20 0 16 0 44651916 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369755622448 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
[pid=7469/tid=7583] ppid=7466 vsize=10794416 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/7469/task/7583/stat : 7583 (java) S 7466 7469 5960 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 44708097 11053481984 2069277 33554432000 4194304 4196468 140735327783360 140369752471312 140370272459394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24281088 140735327790193 140735327790345 140735327790345 140735327793103 0
Current children cumulated CPU time: 1999.3 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8277108 KiB

Child status: 0
Real time (s): 562.115
CPU time (s): 1999.35
CPU user time (s): 1992.51
CPU system time (s): 6.83586
CPU usage (%): 355.683
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8277108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1992.51
system time used= 6.83586
maximum resident set size= 8277352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305490
page faults= 0
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33627
involuntary context switches= 21266


# summary of solver processes directly reported to runsolver:
#   pid: 7469
#   total CPU time (s): 1999.35
#   total CPU user time (s): 1992.51
#   total CPU system time (s): 6.83586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.49389 second user time and 5.80877 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 16:48:07
IDJOB=4289825
IDBENCH=141629
IDSOLVER=2742
FILE ID=node134/4289825-1532270887
RUNJOBID= node134-1532258378-5992
PBS_JOBID= 21018961
Free space on /tmp= 55992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-150-50-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289825-1532270887/watcher-4289825-1532270887 -o /tmp/evaluation-result-4289825-1532270887/solver-4289825-1532270887 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5992 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289825-1532270887.xml

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

MD5SUM BENCH= 784274e168c99e425b71be44c62c6ab3
RANDOM SEED=2144638803

node134.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.68
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.68
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.68
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.68
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:        25849124 kB
MemAvailable:   30255196 kB
Buffers:          164188 kB
Cached:          4506072 kB
SwapCached:            0 kB
Active:          3071540 kB
Inactive:        3376044 kB
Active(anon):    1726212 kB
Inactive(anon):    70304 kB
Active(file):    1345328 kB
Inactive(file):  3305740 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2732 kB
Writeback:             0 kB
AnonPages:       1759592 kB
Mapped:            47808 kB
Shmem:             17056 kB
Slab:             169156 kB
SReclaimable:     141676 kB
SUnreclaim:        27480 kB
KernelStack:        3904 kB
PageTables:         8624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3622344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1650688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55992 MiB
End job on node134 at 2018-07-22 16:57:29