Trace number 4263705

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1551.84 452.608

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-727-a4_X2.xml
MD5SUMfeda79726080e93715556435cff6944b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.4597402
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":216,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263705-1502634029/watcher-4263705-1502634029 -o /tmp/evaluation-result-4263705-1502634029/solver-4263705-1502634029 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4809 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263705-1502634029.xml 

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

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


[startup+0.103663 s]*
/proc/loadavg: 4.01 3.99 3.22 4/216 6223
/proc/meminfo: memFree=24165492/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10555400 memory=30480 CPUtime=0.13 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 6674 0 0 0 12 1 0 0 20 0 15 0 96474516 10808729600 7620 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2638850 7620 2818 1 0 2627263 0
[pid=6208/tid=6210] ppid=6205 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) R 6205 6208 31727 0 -1 4202560 4528 0 0 0 9 0 0 0 20 0 15 0 96474517 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348861761856 140348849876443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10555400 memory=140329670690432 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96474517 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10555400 memory=140329670690432 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) S 6205 6208 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96474519 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348350167408 140348857551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6216] ppid=6205 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6216/stat : 6216 (java) S 6205 6208 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96474519 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348349113376 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6217] ppid=6205 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6217/stat : 6217 (java) S 6205 6208 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96474519 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348348060528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6218] ppid=6205 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6218/stat : 6218 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348347008848 140348857558939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6219] ppid=6205 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6219/stat : 6219 (java) S 6205 6208 31727 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 96474522 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348345957232 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6220] ppid=6205 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6220/stat : 6220 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474522 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348344904432 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6221] ppid=6205 vsize=10555400 memory=140329670690432 CPUtime=0.02 cores=1,3,5,7
/proc/6208/task/6221/stat : 6221 (java) S 6205 6208 31727 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 96474522 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348343851632 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6222] ppid=6205 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10555400 memory=140329670690432 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474522 10808729600 7620 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30480 KiB

[startup+0.210576 s]*
/proc/loadavg: 4.01 3.99 3.22 5/216 6223
/proc/meminfo: memFree=24156800/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10555400 memory=39748 CPUtime=0.32 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 8087 0 0 0 30 2 0 0 20 0 15 0 96474516 10808729600 9937 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2638850 9937 2968 1 0 2627263 0
[pid=6208/tid=6210] ppid=6205 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) R 6205 6208 31727 0 -1 4202560 5021 0 0 0 18 1 0 0 20 0 15 0 96474517 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348861771152 140348857562269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10555400 memory=140329670704623 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96474517 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10555400 memory=140329670690432 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) S 6205 6208 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96474519 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348350167408 140348857551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6216] ppid=6205 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6216/stat : 6216 (java) S 6205 6208 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96474519 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348349113376 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6217] ppid=6205 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6217/stat : 6217 (java) S 6205 6208 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96474519 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348348060528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6218] ppid=6205 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6218/stat : 6218 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348347008848 140348857558939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6219] ppid=6205 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6208/task/6219/stat : 6219 (java) R 6205 6208 31727 0 -1 4202560 779 0 0 0 3 0 0 0 20 0 15 0 96474522 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348345957232 140348835280816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6220] ppid=6205 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6208/task/6220/stat : 6220 (java) R 6205 6208 31727 0 -1 4202560 268 0 0 0 2 0 0 0 20 0 15 0 96474522 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348344885448 140348838240640 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6221] ppid=6205 vsize=10555400 memory=140329670690432 CPUtime=0.06 cores=1,3,5,7
/proc/6208/task/6221/stat : 6221 (java) R 6205 6208 31727 0 -1 4202560 677 0 0 0 6 0 0 0 20 0 15 0 96474522 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348343847784 140348836471416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6222] ppid=6205 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10555400 memory=140329670690432 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474522 10808729600 10514 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39748 KiB

[startup+0.313632 s]*
/proc/loadavg: 4.01 3.99 3.22 3/216 6223
/proc/meminfo: memFree=24150100/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10555476 memory=46400 CPUtime=0.52 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 8908 0 0 0 50 2 0 0 20 0 15 0 96474516 10808807424 11600 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2638869 11600 3005 1 0 2627263 0
[pid=6208/tid=6210] ppid=6205 vsize=10555476 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) R 6205 6208 31727 0 -1 4202560 5684 0 0 0 28 1 0 0 20 0 15 0 96474517 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348861768064 140348841620830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10555476 memory=140329670748448 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96474517 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10555476 memory=140329670755360 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) S 6205 6208 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348350167408 140348857551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6216] ppid=6205 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6216/stat : 6216 (java) S 6205 6208 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348349113376 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6217] ppid=6205 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6217/stat : 6217 (java) S 6205 6208 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348348060528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6218] ppid=6205 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6218/stat : 6218 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348347008848 140348857558939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6219] ppid=6205 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/6208/task/6219/stat : 6219 (java) S 6205 6208 31727 0 -1 1077944384 787 0 0 0 4 0 0 0 20 0 15 0 96474522 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348345957232 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6220] ppid=6205 vsize=10555476 memory=140329533689359 CPUtime=0.04 cores=1,3,5,7
/proc/6208/task/6220/stat : 6220 (java) S 6205 6208 31727 0 -1 1077944384 326 0 0 0 4 0 0 0 20 0 15 0 96474522 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348344904432 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6221] ppid=6205 vsize=10555476 memory=140329670696412 CPUtime=0.12 cores=1,3,5,7
/proc/6208/task/6221/stat : 6221 (java) S 6205 6208 31727 0 -1 1077944384 751 0 0 0 12 0 0 0 20 0 15 0 96474522 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348343851632 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6222] ppid=6205 vsize=10555476 memory=140329533693903 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10555476 memory=280659204401088 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 11600 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46400 KiB

[startup+0.700772 s]
/proc/loadavg: 4.01 3.99 3.22 5/216 6223
/proc/meminfo: memFree=24097232/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10555476 memory=117808 CPUtime=1.69 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 12324 0 0 0 166 3 0 0 20 0 15 0 96474516 10808807424 29452 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2638869 29452 3086 1 0 2627263 0
[pid=6208/tid=6210] ppid=6205 vsize=10555476 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) R 6205 6208 31727 0 -1 4202560 5768 0 0 0 65 2 0 0 20 0 15 0 96474517 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348861778504 140348839947471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10555476 memory=10640 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474517 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10555476 memory=15668 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96474517 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) S 6205 6208 31727 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348350167408 140348857551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6216] ppid=6205 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6216/stat : 6216 (java) S 6205 6208 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348349113376 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6217] ppid=6205 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6217/stat : 6217 (java) S 6205 6208 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348348060528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6218] ppid=6205 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6218/stat : 6218 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348347008848 140348857558939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6219] ppid=6205 vsize=10555476 memory=6656426216303648864 CPUtime=0.37 cores=1,3,5,7
/proc/6208/task/6219/stat : 6219 (java) S 6205 6208 31727 0 -1 1077944384 2167 0 0 0 37 0 0 0 20 0 15 0 96474522 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348345957232 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6220] ppid=6205 vsize=10555476 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/6208/task/6220/stat : 6220 (java) S 6205 6208 31727 0 -1 1077944384 1548 0 0 0 37 0 0 0 20 0 15 0 96474522 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348344904432 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6221] ppid=6205 vsize=10555476 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/6208/task/6221/stat : 6221 (java) S 6205 6208 31727 0 -1 1077944384 1471 0 0 0 25 0 0 0 20 0 15 0 96474522 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348343851632 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6222] ppid=6205 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 29452 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 117808 KiB

[startup+1.5008 s]
/proc/loadavg: 4.01 3.99 3.22 5/216 6223
/proc/meminfo: memFree=23976548/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10555476 memory=313116 CPUtime=4.17 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 22286 0 0 0 402 15 0 0 20 0 15 0 96474516 10808807424 78279 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2638869 78279 3113 1 0 2627263 0
[pid=6208/tid=6210] ppid=6205 vsize=10555476 memory=3467834622370593083 CPUtime=1.36 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) R 6205 6208 31727 0 -1 4202560 5984 0 0 0 133 3 0 0 20 0 15 0 96474517 10808807424 78279 33554432000 4194304 4196468 140735045189552 140348861736432 140348857552278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10555476 memory=176352 CPUtime=0.05 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 157 0 0 0 4 1 0 0 20 0 15 0 96474517 10808807424 78279 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10555476 memory=2241 CPUtime=0.06 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 42 0 0 0 4 2 0 0 20 0 15 0 96474517 10808807424 78279 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10555476 memory=10640 CPUtime=0.09 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 190 0 0 0 7 2 0 0 20 0 15 0 96474517 10808807424 78279 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10555476 memory=15876 CPUtime=0.09 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 61 0 0 0 7 2 0 0 20 0 15 0 96474517 10808807424 78279 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10555476 memory=15668 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) S 6205 6208 31727 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 78279 33554432000 4194304 4196468 140735045189552 140348350167408 140348857551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0

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

[pid=6208/tid=6222] ppid=6205 vsize=10555476 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 2073801 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10555476 memory=1576 CPUtime=0.37 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1552 0 0 0 16 21 0 0 20 0 15 0 96474522 10808807424 2073801 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 1544.29 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8295204 KiB

[startup+451.201 s]
/proc/loadavg: 4.86 4.34 3.62 6/217 6238
/proc/meminfo: memFree=15885860/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10555476 memory=8295208 CPUtime=1550.61 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 199296 0 0 0 154369 692 0 0 20 0 15 0 96474516 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2638869 2073802 3158 1 0 2627263 0
[pid=6208/tid=6210] ppid=6205 vsize=10555476 memory=15876 CPUtime=52.54 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) S 6205 6208 31727 0 -1 1077944384 17473 0 0 0 5240 14 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348861773568 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10555476 memory=15676 CPUtime=366.58 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 19832 0 0 0 36497 161 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10555476 memory=8295204 CPUtime=366.04 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 21508 0 0 0 36427 177 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10555476 memory=8295172 CPUtime=366.34 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 19481 0 0 0 36461 173 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10555476 memory=8295204 CPUtime=367.73 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 19214 0 0 0 36621 152 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10555476 memory=27692 CPUtime=27.32 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) R 6205 6208 31727 0 -1 4202560 76537 0 0 0 2727 5 0 0 20 0 15 0 96474519 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348350165952 140348842536836 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6216] ppid=6205 vsize=10555476 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6216/stat : 6216 (java) S 6205 6208 31727 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348349113440 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6217] ppid=6205 vsize=10555476 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6217/stat : 6217 (java) S 6205 6208 31727 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348348060544 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6218] ppid=6205 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6218/stat : 6218 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348347008848 140348857558939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6219] ppid=6205 vsize=10555476 memory=4040 CPUtime=1.59 cores=1,3,5,7
/proc/6208/task/6219/stat : 6219 (java) S 6205 6208 31727 0 -1 1077944384 9655 0 0 0 159 0 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348345957280 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6220] ppid=6205 vsize=10555476 memory=1792 CPUtime=1.6 cores=1,3,5,7
/proc/6208/task/6220/stat : 6220 (java) S 6205 6208 31727 0 -1 1077944384 9746 0 0 0 159 1 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348344904192 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6221] ppid=6205 vsize=10555476 memory=640 CPUtime=0.38 cores=1,3,5,7
/proc/6208/task/6221/stat : 6221 (java) S 6205 6208 31727 0 -1 1077944384 2845 0 0 0 38 0 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348343851680 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6222] ppid=6205 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10555476 memory=1236 CPUtime=0.37 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1552 0 0 0 16 21 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 1550.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8295208 KiB

[startup+452.001 s]*
/proc/loadavg: 4.86 4.34 3.62 3/217 6238
/proc/meminfo: memFree=15885860/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10555476 memory=8295208 CPUtime=1551.42 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 199296 0 0 0 154450 692 0 0 20 0 15 0 96474516 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2638869 2073802 3158 1 0 2627263 0
[pid=6208/tid=6210] ppid=6205 vsize=10555476 memory=1792 CPUtime=52.54 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) S 6205 6208 31727 0 -1 1077944384 17473 0 0 0 5240 14 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348861773568 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10555476 memory=4872558044660077418 CPUtime=366.58 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 19832 0 0 0 36497 161 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10555476 memory=288230621803970871 CPUtime=366.04 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 21508 0 0 0 36427 177 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10555476 memory=13571509067188477 CPUtime=366.34 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 19481 0 0 0 36461 173 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10555476 memory=8112282956445269571 CPUtime=367.73 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 19214 0 0 0 36621 152 0 0 20 0 15 0 96474517 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10555476 memory=916 CPUtime=28.13 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) R 6205 6208 31727 0 -1 4202560 76537 0 0 0 2808 5 0 0 20 0 15 0 96474519 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348350165952 140348842536750 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6216] ppid=6205 vsize=10555476 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6216/stat : 6216 (java) S 6205 6208 31727 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348349113440 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6217] ppid=6205 vsize=10555476 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6217/stat : 6217 (java) S 6205 6208 31727 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 96474519 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348348060544 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6218] ppid=6205 vsize=10555476 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6218/stat : 6218 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348347008848 140348857558939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6219] ppid=6205 vsize=10555476 memory=4872558044660077418 CPUtime=1.59 cores=1,3,5,7
/proc/6208/task/6219/stat : 6219 (java) S 6205 6208 31727 0 -1 1077944384 9655 0 0 0 159 0 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348345957280 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6220] ppid=6205 vsize=10555476 memory=1576 CPUtime=1.6 cores=1,3,5,7
/proc/6208/task/6220/stat : 6220 (java) S 6205 6208 31727 0 -1 1077944384 9746 0 0 0 159 1 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348344904192 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6221] ppid=6205 vsize=10555476 memory=928 CPUtime=0.38 cores=1,3,5,7
/proc/6208/task/6221/stat : 6221 (java) S 6205 6208 31727 0 -1 1077944384 2845 0 0 0 38 0 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348343851680 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6222] ppid=6205 vsize=10555476 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10555476 memory=4128 CPUtime=0.37 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1552 0 0 0 16 21 0 0 20 0 15 0 96474522 10808807424 2073802 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 1551.42 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8295208 KiB

[startup+452.401 s]
/proc/loadavg: 4.86 4.34 3.62 3/217 6238
/proc/meminfo: memFree=15885860/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10690804 memory=8296092 CPUtime=1551.8 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 200662 0 2 0 154488 692 0 0 20 0 16 0 96474516 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2672701 2074023 3201 1 0 2661057 0
[pid=6208/tid=6210] ppid=6205 vsize=10690804 memory=0 CPUtime=52.57 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) S 6205 6208 31727 0 -1 1077944384 17819 0 2 0 5243 14 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348861781024 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10690804 memory=4580 CPUtime=366.58 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 19832 0 0 0 36497 161 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10690804 memory=8295208 CPUtime=366.04 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 21508 0 0 0 36427 177 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10690804 memory=7310013340777212008 CPUtime=366.34 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 19481 0 0 0 36461 173 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10690804 memory=7310013340777212008 CPUtime=367.73 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 19214 0 0 0 36621 152 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10690804 memory=8112282956445269571 CPUtime=28.45 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) S 6205 6208 31727 0 -1 1077944384 76541 0 0 0 2840 5 0 0 20 0 16 0 96474519 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348350167408 140348857551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6216] ppid=6205 vsize=10690804 memory=3220 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6216/stat : 6216 (java) S 6205 6208 31727 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96474519 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348349113440 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6217] ppid=6205 vsize=10690804 memory=2402308 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6217/stat : 6217 (java) S 6205 6208 31727 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 96474519 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348348060544 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6218] ppid=6205 vsize=10690804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6218/stat : 6218 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348347008848 140348857558939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6219] ppid=6205 vsize=10690804 memory=3204 CPUtime=1.59 cores=1,3,5,7
/proc/6208/task/6219/stat : 6219 (java) S 6205 6208 31727 0 -1 1077944384 9739 0 0 0 159 0 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348345957232 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6220] ppid=6205 vsize=10690804 memory=8295204 CPUtime=1.62 cores=1,3,5,7
/proc/6208/task/6220/stat : 6220 (java) S 6205 6208 31727 0 -1 1077944384 10381 0 0 0 161 1 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348344904432 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6221] ppid=6205 vsize=10690804 memory=1692 CPUtime=0.39 cores=1,3,5,7
/proc/6208/task/6221/stat : 6221 (java) S 6205 6208 31727 0 -1 1077944384 3093 0 0 0 39 0 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348343851632 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6222] ppid=6205 vsize=10690804 memory=916 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10690804 memory=3832 CPUtime=0.37 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1552 0 0 0 16 21 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 1551.8 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8296092 KiB

[startup+452.501 s]
/proc/loadavg: 4.86 4.34 3.62 3/217 6238
/proc/meminfo: memFree=15885860/32770624 swapFree=67108860/67108860
[pid=6208] ppid=6205 vsize=10690804 memory=8296092 CPUtime=1551.8 cores=1,3,5,7
/proc/6208/stat : 6208 (java) S 6205 6208 31727 0 -1 1077944320 200662 0 2 0 154488 692 0 0 20 0 16 0 96474516 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140735045172096 140348857540343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
/proc/6208/statm: 2672701 2074023 3201 1 0 2661057 0
[pid=6208/tid=6210] ppid=6205 vsize=10690804 memory=8295208 CPUtime=52.57 cores=1,3,5,7
/proc/6208/task/6210/stat : 6210 (java) S 6205 6208 31727 0 -1 1077944384 17819 0 2 0 5243 14 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348861781024 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6211] ppid=6205 vsize=10690804 memory=8295208 CPUtime=366.58 cores=1,3,5,7
/proc/6208/task/6211/stat : 6211 (java) S 6205 6208 31727 0 -1 1077944384 19832 0 0 0 36497 161 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348464426128 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6212] ppid=6205 vsize=10690804 memory=8295172 CPUtime=366.04 cores=1,3,5,7
/proc/6208/task/6212/stat : 6212 (java) S 6205 6208 31727 0 -1 1077944384 21508 0 0 0 36427 177 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348463373328 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6213] ppid=6205 vsize=10690804 memory=0 CPUtime=366.34 cores=1,3,5,7
/proc/6208/task/6213/stat : 6213 (java) S 6205 6208 31727 0 -1 1077944384 19481 0 0 0 36461 173 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348462320528 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6214] ppid=6205 vsize=10690804 memory=8295172 CPUtime=367.73 cores=1,3,5,7
/proc/6208/task/6214/stat : 6214 (java) S 6205 6208 31727 0 -1 1077944384 19214 0 0 0 36621 152 0 0 20 0 16 0 96474517 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348461267728 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6215] ppid=6205 vsize=10690804 memory=8295168 CPUtime=28.45 cores=1,3,5,7
/proc/6208/task/6215/stat : 6215 (java) S 6205 6208 31727 0 -1 1077944384 76541 0 0 0 2840 5 0 0 20 0 16 0 96474519 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348350167408 140348857551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6216] ppid=6205 vsize=10690804 memory=8295168 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6216/stat : 6216 (java) S 6205 6208 31727 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96474519 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348349113440 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6217] ppid=6205 vsize=10690804 memory=8295168 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6217/stat : 6217 (java) S 6205 6208 31727 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 96474519 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348348060544 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6218] ppid=6205 vsize=10690804 memory=8295204 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6218/stat : 6218 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348347008848 140348857558939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6219] ppid=6205 vsize=10690804 memory=8295208 CPUtime=1.59 cores=1,3,5,7
/proc/6208/task/6219/stat : 6219 (java) S 6205 6208 31727 0 -1 1077944384 9739 0 0 0 159 0 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348345957232 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6220] ppid=6205 vsize=10690804 memory=8295208 CPUtime=1.62 cores=1,3,5,7
/proc/6208/task/6220/stat : 6220 (java) S 6205 6208 31727 0 -1 1077944384 10381 0 0 0 161 1 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348344904432 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6221] ppid=6205 vsize=10690804 memory=2200 CPUtime=0.39 cores=1,3,5,7
/proc/6208/task/6221/stat : 6221 (java) S 6205 6208 31727 0 -1 1077944384 3093 0 0 0 39 0 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348343851632 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6222] ppid=6205 vsize=10690804 memory=8295208 CPUtime=0 cores=1,3,5,7
/proc/6208/task/6222/stat : 6222 (java) S 6205 6208 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348342799072 140348857550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
[pid=6208/tid=6223] ppid=6205 vsize=10690804 memory=4012 CPUtime=0.37 cores=1,3,5,7
/proc/6208/task/6223/stat : 6223 (java) S 6205 6208 31727 0 -1 1077944384 1552 0 0 0 16 21 0 0 20 0 16 0 96474522 10947383296 2074023 33554432000 4194304 4196468 140735045189552 140348341746352 140348857551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10911744 140735045190790 140735045190943 140735045190943 140735045193679 0
Current children cumulated CPU time: 1551.8 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8296092 KiB

Child status: 0
Real time (s): 452.608
CPU time (s): 1551.84
CPU user time (s): 1544.88
CPU system time (s): 6.95931
CPU usage (%): 342.867
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8296092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1544.88
system time used= 6.95931
maximum resident set size= 8296280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200727
page faults= 2
swaps= 0
block input operations= 1624
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23653
involuntary context switches= 16372


# summary of solver processes directly reported to runsolver:
#   pid: 6208
#   total CPU time (s): 1551.84
#   total CPU user time (s): 1544.88
#   total CPU system time (s): 6.95931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.74836 second user time and 4.59512 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 16:06:10
IDJOB=4263705
IDBENCH=135913
IDSOLVER=2651
FILE ID=node105/4263705-1502634029
RUNJOBID= node105-1502624010-4809
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-727-a4_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263705-1502634029/watcher-4263705-1502634029 -o /tmp/evaluation-result-4263705-1502634029/solver-4263705-1502634029 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4809 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263705-1502634029.xml

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

MD5SUM BENCH= feda79726080e93715556435cff6944b
RANDOM SEED=1236757497

node105.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.17
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.17
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.17
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.17
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:        24185652 kB
MemAvailable:   29582964 kB
Buffers:          170192 kB
Cached:          5502636 kB
SwapCached:            0 kB
Active:          3058184 kB
Inactive:        5059448 kB
Active(anon):    2447524 kB
Inactive(anon):    25060 kB
Active(file):     610660 kB
Inactive(file):  5034388 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1960 kB
Writeback:             0 kB
AnonPages:       2450940 kB
Mapped:            55184 kB
Shmem:             25228 kB
Slab:             162184 kB
SReclaimable:     136196 kB
SUnreclaim:        25988 kB
KernelStack:        3504 kB
PageTables:         9888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4053432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2336768 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= 60660 MiB
End job on node105 at 2017-08-13 16:13:43