Trace number 4263493

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? 752.80603 243.745

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-24.xml
MD5SUM12e2e274c64cbf9c8a04283668281b9c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.5897
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree101
Maximum variable degree123
Distribution of variable degrees[{"degree":101,"count":1},{"degree":106,"count":1},{"degree":110,"count":2},{"degree":111,"count":2},{"degree":112,"count":1},{"degree":113,"count":3},{"degree":114,"count":1},{"degree":115,"count":1},{"degree":116,"count":2},{"degree":117,"count":2},{"degree":118,"count":1},{"degree":119,"count":2},{"degree":120,"count":1},{"degree":123,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263493-1502625159/watcher-4263493-1502625159 -o /tmp/evaluation-result-4263493-1502625159/solver-4263493-1502625159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263493-1502625159.xml 

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

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

solver pid=5313, runsolver pid=5310

[startup+0.103122 s]*
/proc/loadavg: 3.39 2.43 2.12 4/216 5328
/proc/meminfo: memFree=25433944/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10555400 memory=30576 CPUtime=0.13 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 6702 0 0 0 12 1 0 0 20 0 15 0 95604098 10808729600 7644 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2638850 7644 2826 1 0 2627263 0
[pid=5313/tid=5315] ppid=5310 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) R 5310 5313 30973 0 -1 4202560 4555 0 0 0 9 0 0 0 20 0 15 0 95604099 10808729600 7644 33554432000 4194304 4196468 140734099579424 140009448695744 140009444496541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10555400 memory=4211974277126335882 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604099 10808729600 7644 33554432000 4194304 4196468 140734099579424 140009370549264 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10555400 memory=140550921545344 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604099 10808729600 7644 33554432000 4194304 4196468 140734099579424 140009369496720 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604099 10808729600 7644 33554432000 4194304 4196468 140734099579424 140009368443664 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604099 10808729600 7644 33554432000 4194304 4196468 140734099579424 140009367391120 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604101 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008936794352 140009444485762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5321] ppid=5310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5321/stat : 5321 (java) S 5310 5313 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95604101 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008935740576 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5322] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5322/stat : 5322 (java) S 5310 5313 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95604101 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008934687472 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5323] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5323/stat : 5323 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008933636048 140009444493211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5324] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5324/stat : 5324 (java) S 5310 5313 30973 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 95604104 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008932584176 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5325] ppid=5310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5325/stat : 5325 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008931531632 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5326] ppid=5310 vsize=10555400 memory=140550921545344 CPUtime=0.02 cores=1,3,5,7
/proc/5313/task/5326/stat : 5326 (java) S 5310 5313 30973 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 95604104 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008930478576 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5327] ppid=5310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10555400 memory=140550921545344 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604104 10808729600 7644 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30576 KiB

[startup+0.210997 s]*
/proc/loadavg: 3.28 2.42 2.12 4/216 5328
/proc/meminfo: memFree=25423460/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10555400 memory=43304 CPUtime=0.31 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 7938 0 0 0 30 1 0 0 20 0 15 0 95604098 10808729600 10826 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2638850 10826 2959 1 0 2627263 0
[pid=5313/tid=5315] ppid=5310 vsize=10555400 memory=-7387007932599496084 CPUtime=0.2 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) R 5310 5313 30973 0 -1 4202560 5024 0 0 0 19 1 0 0 20 0 15 0 95604099 10808729600 10826 33554432000 4194304 4196468 140734099579424 140009448708640 140009444486550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10555400 memory=4211974277126335882 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604099 10808729600 10826 33554432000 4194304 4196468 140734099579424 140009370549264 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10555400 memory=140550921545344 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604099 10808729600 10826 33554432000 4194304 4196468 140734099579424 140009369496720 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604099 10808729600 10826 33554432000 4194304 4196468 140734099579424 140009368443664 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604099 10808729600 10826 33554432000 4194304 4196468 140734099579424 140009367391120 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10555400 memory=140550921545344 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604101 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008936794352 140009444485762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5321] ppid=5310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5321/stat : 5321 (java) S 5310 5313 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95604101 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008935740576 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5322] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5322/stat : 5322 (java) S 5310 5313 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95604101 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008934687472 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5323] ppid=5310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5323/stat : 5323 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008933636048 140009444493211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5324] ppid=5310 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5313/task/5324/stat : 5324 (java) S 5310 5313 30973 0 -1 1077944384 812 0 0 0 2 0 0 0 20 0 15 0 95604104 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008932584176 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5325] ppid=5310 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5313/task/5325/stat : 5325 (java) S 5310 5313 30973 0 -1 1077944384 252 0 0 0 2 0 0 0 20 0 15 0 95604104 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008931531632 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5326] ppid=5310 vsize=10555400 memory=140550921545344 CPUtime=0.05 cores=1,3,5,7
/proc/5313/task/5326/stat : 5326 (java) R 5310 5313 30973 0 -1 4202560 485 0 0 0 5 0 0 0 20 0 15 0 95604104 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008930478576 140009423434520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5327] ppid=5310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10555400 memory=140550921545344 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604104 10808729600 10826 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43304 KiB

[startup+0.310638 s]*
/proc/loadavg: 3.28 2.42 2.12 5/216 5328
/proc/meminfo: memFree=25416760/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10555476 memory=48316 CPUtime=0.5 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 8679 0 0 0 48 2 0 0 20 0 15 0 95604098 10808807424 12079 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2638869 12079 3011 1 0 2627263 0
[pid=5313/tid=5315] ppid=5310 vsize=10555476 memory=93310054 CPUtime=0.3 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) R 5310 5313 30973 0 -1 4202560 5518 0 0 0 29 1 0 0 20 0 15 0 95604099 10808807424 12079 33554432000 4194304 4196468 140734099579424 140009448710320 140009038522247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604099 10808807424 12079 33554432000 4194304 4196468 140734099579424 140009370549264 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10555476 memory=281101713145472 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604099 10808807424 12079 33554432000 4194304 4196468 140734099579424 140009369496720 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10555476 memory=281101583234848 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604099 10808807424 12079 33554432000 4194304 4196468 140734099579424 140009368443664 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10555476 memory=140550791600143 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604099 10808807424 12079 33554432000 4194304 4196468 140734099579424 140009367391120 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10555476 memory=281101713152384 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) S 5310 5313 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008936794352 140009444485762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5321] ppid=5310 vsize=10555476 memory=140550791604751 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5321/stat : 5321 (java) S 5310 5313 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008935740576 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5322] ppid=5310 vsize=10555476 memory=140550791612243 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5322/stat : 5322 (java) S 5310 5313 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008934687472 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5323] ppid=5310 vsize=10555476 memory=140550791614548 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5323/stat : 5323 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008933636048 140009444493211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5324] ppid=5310 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5313/task/5324/stat : 5324 (java) R 5310 5313 30973 0 -1 4202560 812 0 0 0 3 0 0 0 20 0 15 0 95604104 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008932584272 140009429601392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5325] ppid=5310 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/5313/task/5325/stat : 5325 (java) R 5310 5313 30973 0 -1 1077944384 299 0 0 0 4 0 0 0 20 0 15 0 95604104 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008931531632 140009444485762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5326] ppid=5310 vsize=10555476 memory=140550921545344 CPUtime=0.11 cores=1,3,5,7
/proc/5313/task/5326/stat : 5326 (java) R 5310 5313 30973 0 -1 4202560 685 0 0 0 11 0 0 0 20 0 15 0 95604104 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008930478576 140009444486550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5327] ppid=5310 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10555476 memory=140550921575920 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 12079 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48316 KiB

[startup+0.70073 s]
/proc/loadavg: 3.28 2.42 2.12 5/216 5328
/proc/meminfo: memFree=25344396/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10555476 memory=199448 CPUtime=1.48 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 10689 0 0 0 142 6 0 0 20 0 15 0 95604098 10808807424 49862 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2638869 49862 3097 1 0 2627263 0
[pid=5313/tid=5315] ppid=5310 vsize=10555476 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) R 5310 5313 30973 0 -1 4202560 5649 0 0 0 64 3 0 0 20 0 15 0 95604099 10808807424 49862 33554432000 4194304 4196468 140734099579424 140009448708416 140009444486550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) S 5310 5313 30973 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 95604099 10808807424 49862 33554432000 4194304 4196468 140734099579424 140009370549264 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) S 5310 5313 30973 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 95604099 10808807424 49862 33554432000 4194304 4196468 140734099579424 140009369496720 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10555476 memory=146 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) S 5310 5313 30973 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 95604099 10808807424 49862 33554432000 4194304 4196468 140734099579424 140009368443664 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10555476 memory=2 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) S 5310 5313 30973 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 95604099 10808807424 49862 33554432000 4194304 4196468 140734099579424 140009367391120 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) S 5310 5313 30973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008936794352 140009444485762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5321] ppid=5310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5321/stat : 5321 (java) S 5310 5313 30973 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008935740576 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5322] ppid=5310 vsize=10555476 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5322/stat : 5322 (java) S 5310 5313 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008934687472 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5323] ppid=5310 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5323/stat : 5323 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008933636048 140009444493211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5324] ppid=5310 vsize=10555476 memory=1196 CPUtime=0.28 cores=1,3,5,7
/proc/5313/task/5324/stat : 5324 (java) S 5310 5313 30973 0 -1 1077944384 1551 0 0 0 28 0 0 0 20 0 15 0 95604104 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008932584176 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5325] ppid=5310 vsize=10555476 memory=8548 CPUtime=0.27 cores=1,3,5,7
/proc/5313/task/5325/stat : 5325 (java) S 5310 5313 30973 0 -1 1077944384 815 0 0 0 27 0 0 0 20 0 15 0 95604104 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008931531632 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5326] ppid=5310 vsize=10555476 memory=1228 CPUtime=0.19 cores=1,3,5,7
/proc/5313/task/5326/stat : 5326 (java) S 5310 5313 30973 0 -1 1077944384 1172 0 0 0 19 0 0 0 20 0 15 0 95604104 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008930478576 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5327] ppid=5310 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10555476 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 49862 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 199448 KiB

[startup+1.50079 s]
/proc/loadavg: 3.28 2.42 2.12 3/216 5328
/proc/meminfo: memFree=25265216/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10555476 memory=237476 CPUtime=2.75 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 11679 0 0 0 267 8 0 0 20 0 15 0 95604098 10808807424 59369 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2638869 59369 3111 1 0 2627263 0
[pid=5313/tid=5315] ppid=5310 vsize=10555476 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) R 5310 5313 30973 0 -1 4202560 5709 0 0 0 142 3 0 0 20 0 15 0 95604099 10808807424 59369 33554432000 4194304 4196468 140734099579424 140009448701968 140009428851728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) S 5310 5313 30973 0 -1 1077944384 119 0 0 0 1 1 0 0 20 0 15 0 95604099 10808807424 59369 33554432000 4194304 4196468 140734099579424 140009370549264 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10555476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) S 5310 5313 30973 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 15 0 95604099 10808807424 59369 33554432000 4194304 4196468 140734099579424 140009369496720 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10555476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) S 5310 5313 30973 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 15 0 95604099 10808807424 59369 33554432000 4194304 4196468 140734099579424 140009368443664 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10555476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) S 5310 5313 30973 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 15 0 95604099 10808807424 59369 33554432000 4194304 4196468 140734099579424 140009367391120 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10555476 memory=28 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) S 5310 5313 30973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 59369 33554432000 4194304 4196468 140734099579424 140008936794352 140009444485762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0

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

[pid=5313/tid=5327] ppid=5310 vsize=10555476 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10555476 memory=4616 CPUtime=0.14 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1161 0 0 0 6 8 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 747.22 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8314588 KiB

[startup+242.401 s]
/proc/loadavg: 6.08 3.96 2.78 9/216 5340
/proc/meminfo: memFree=15089020/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10555476 memory=8314588 CPUtime=750.31 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 186701 0 0 0 74263 768 0 0 20 0 15 0 95604098 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2638869 2078647 3153 1 0 2627263 0
[pid=5313/tid=5315] ppid=5310 vsize=10555476 memory=1716 CPUtime=57.76 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) S 5310 5313 30973 0 -1 1077944384 14788 0 0 0 5767 9 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009448707456 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10555476 memory=5792 CPUtime=168.81 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) R 5310 5313 30973 0 -1 4202560 26327 0 0 0 16690 191 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009370549384 140009437102823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10555476 memory=4616 CPUtime=167.85 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) R 5310 5313 30973 0 -1 4202560 29468 0 0 0 16594 191 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009369496840 140009437102823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10555476 memory=792 CPUtime=169.28 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) R 5310 5313 30973 0 -1 4202560 29310 0 0 0 16747 181 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009368443472 140009437102823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10555476 memory=1420 CPUtime=169.4 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) R 5310 5313 30973 0 -1 4202560 22609 0 0 0 16756 184 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009367391008 140009429175282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10555476 memory=8112282956445269571 CPUtime=13.35 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) S 5310 5313 30973 0 -1 1077944384 40604 0 0 0 1332 3 0 0 20 0 15 0 95604101 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008936792912 140009444484821 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5321] ppid=5310 vsize=10555476 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5321/stat : 5321 (java) S 5310 5313 30973 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008935740640 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5322] ppid=5310 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5322/stat : 5322 (java) S 5310 5313 30973 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008934687472 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5323] ppid=5310 vsize=10555476 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5323/stat : 5323 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008933636048 140009444493211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5324] ppid=5310 vsize=10555476 memory=8548 CPUtime=1.81 cores=1,3,5,7
/proc/5313/task/5324/stat : 5324 (java) S 5310 5313 30973 0 -1 1077944384 10971 0 0 0 180 1 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008932584224 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5325] ppid=5310 vsize=10555476 memory=1228 CPUtime=1.49 cores=1,3,5,7
/proc/5313/task/5325/stat : 5325 (java) S 5310 5313 30973 0 -1 1077944384 7818 0 0 0 148 1 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008931531392 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5326] ppid=5310 vsize=10555476 memory=15876 CPUtime=0.31 cores=1,3,5,7
/proc/5313/task/5326/stat : 5326 (java) S 5310 5313 30973 0 -1 1077944384 2235 0 0 0 31 0 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008930478624 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5327] ppid=5310 vsize=10555476 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10555476 memory=27584 CPUtime=0.15 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1161 0 0 0 7 8 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 750.31 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8314588 KiB

[startup+243.201 s]
/proc/loadavg: 6.08 3.96 2.78 6/216 5340
/proc/meminfo: memFree=15089020/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10555476 memory=8314588 CPUtime=752.44 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 186782 0 0 0 74475 769 0 0 20 0 15 0 95604098 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2638869 2078647 3153 1 0 2627263 0
[pid=5313/tid=5315] ppid=5310 vsize=10555476 memory=1716 CPUtime=57.76 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) S 5310 5313 30973 0 -1 1077944384 14788 0 0 0 5767 9 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009448707456 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10555476 memory=5792 CPUtime=169.25 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) S 5310 5313 30973 0 -1 1077944384 26327 0 0 0 16734 191 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009370549264 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10555476 memory=8112282956445269571 CPUtime=168.29 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) S 5310 5313 30973 0 -1 1077944384 29468 0 0 0 16638 191 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009369496720 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10555476 memory=792 CPUtime=169.72 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) S 5310 5313 30973 0 -1 1077944384 29310 0 0 0 16791 181 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009368443664 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10555476 memory=1420 CPUtime=169.86 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) S 5310 5313 30973 0 -1 1077944384 22688 0 0 0 16802 184 0 0 20 0 15 0 95604099 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140009367391120 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10555476 memory=13040 CPUtime=13.69 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) R 5310 5313 30973 0 -1 4202560 40604 0 0 0 1366 3 0 0 20 0 15 0 95604101 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008936792800 140009429471025 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5321] ppid=5310 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5321/stat : 5321 (java) S 5310 5313 30973 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008935740640 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5322] ppid=5310 vsize=10555476 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5322/stat : 5322 (java) S 5310 5313 30973 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 95604101 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008934687472 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5323] ppid=5310 vsize=10555476 memory=928 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5323/stat : 5323 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008933636048 140009444493211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5324] ppid=5310 vsize=10555476 memory=1568 CPUtime=1.81 cores=1,3,5,7
/proc/5313/task/5324/stat : 5324 (java) S 5310 5313 30973 0 -1 1077944384 10971 0 0 0 180 1 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008932584224 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5325] ppid=5310 vsize=10555476 memory=1944 CPUtime=1.49 cores=1,3,5,7
/proc/5313/task/5325/stat : 5325 (java) S 5310 5313 30973 0 -1 1077944384 7818 0 0 0 148 1 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008931531392 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5326] ppid=5310 vsize=10555476 memory=1196 CPUtime=0.31 cores=1,3,5,7
/proc/5313/task/5326/stat : 5326 (java) S 5310 5313 30973 0 -1 1077944384 2235 0 0 0 31 0 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008930478624 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5327] ppid=5310 vsize=10555476 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10555476 memory=1228 CPUtime=0.15 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1163 0 0 0 7 8 0 0 20 0 15 0 95604104 10808807424 2078647 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 752.44 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8314588 KiB

[startup+243.601 s]
/proc/loadavg: 6.08 3.96 2.78 6/216 5340
/proc/meminfo: memFree=15089020/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10690804 memory=8315456 CPUtime=752.76 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 187780 0 0 0 74507 769 0 0 20 0 16 0 95604098 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2672701 2078864 3197 1 0 2661057 0
[pid=5313/tid=5315] ppid=5310 vsize=10690804 memory=2336 CPUtime=57.79 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) S 5310 5313 30973 0 -1 1077944384 15231 0 0 0 5770 9 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009448715296 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10690804 memory=1724 CPUtime=169.25 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) S 5310 5313 30973 0 -1 1077944384 26327 0 0 0 16734 191 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009370549264 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10690804 memory=8112282956445269571 CPUtime=168.29 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) S 5310 5313 30973 0 -1 1077944384 29468 0 0 0 16638 191 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009369496720 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10690804 memory=8314588 CPUtime=169.72 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) S 5310 5313 30973 0 -1 1077944384 29310 0 0 0 16791 181 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009368443664 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10690804 memory=8314584 CPUtime=169.86 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) S 5310 5313 30973 0 -1 1077944384 22688 0 0 0 16802 184 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009367391120 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10690804 memory=1724 CPUtime=13.97 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) S 5310 5313 30973 0 -1 1077944384 40841 0 0 0 1394 3 0 0 20 0 16 0 95604101 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008936794352 140009444485762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5321] ppid=5310 vsize=10690804 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5321/stat : 5321 (java) S 5310 5313 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95604101 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008935740640 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5322] ppid=5310 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5322/stat : 5322 (java) S 5310 5313 30973 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 95604101 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008934687472 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5323] ppid=5310 vsize=10690804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5323/stat : 5323 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008933636048 140009444493211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5324] ppid=5310 vsize=10690804 memory=3028 CPUtime=1.81 cores=1,3,5,7
/proc/5313/task/5324/stat : 5324 (java) S 5310 5313 30973 0 -1 1077944384 10971 0 0 0 180 1 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008932584176 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5325] ppid=5310 vsize=10690804 memory=8281080 CPUtime=1.49 cores=1,3,5,7
/proc/5313/task/5325/stat : 5325 (java) S 5310 5313 30973 0 -1 1077944384 7898 0 0 0 148 1 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008931531632 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5326] ppid=5310 vsize=10690804 memory=1156 CPUtime=0.32 cores=1,3,5,7
/proc/5313/task/5326/stat : 5326 (java) S 5310 5313 30973 0 -1 1077944384 2425 0 0 0 32 0 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008930478576 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5327] ppid=5310 vsize=10690804 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10690804 memory=18476 CPUtime=0.15 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1163 0 0 0 7 8 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 752.76 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8315456 KiB

[startup+243.701 s]
/proc/loadavg: 6.08 3.96 2.78 6/216 5340
/proc/meminfo: memFree=15089020/32770624 swapFree=67108860/67108860
[pid=5313] ppid=5310 vsize=10690804 memory=8315456 CPUtime=752.76 cores=1,3,5,7
/proc/5313/stat : 5313 (java) S 5310 5313 30973 0 -1 1077944320 187780 0 0 0 74507 769 0 0 20 0 16 0 95604098 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140734099561968 140009444474615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
/proc/5313/statm: 2672701 2078864 3197 1 0 2661057 0
[pid=5313/tid=5315] ppid=5310 vsize=10690804 memory=8314572 CPUtime=57.79 cores=1,3,5,7
/proc/5313/task/5315/stat : 5315 (java) S 5310 5313 30973 0 -1 1077944384 15231 0 0 0 5770 9 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009448715296 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5316] ppid=5310 vsize=10690804 memory=8314588 CPUtime=169.25 cores=1,3,5,7
/proc/5313/task/5316/stat : 5316 (java) S 5310 5313 30973 0 -1 1077944384 26327 0 0 0 16734 191 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009370549264 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5317] ppid=5310 vsize=10690804 memory=8314588 CPUtime=168.29 cores=1,3,5,7
/proc/5313/task/5317/stat : 5317 (java) S 5310 5313 30973 0 -1 1077944384 29468 0 0 0 16638 191 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009369496720 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5318] ppid=5310 vsize=10690804 memory=8314588 CPUtime=169.72 cores=1,3,5,7
/proc/5313/task/5318/stat : 5318 (java) S 5310 5313 30973 0 -1 1077944384 29310 0 0 0 16791 181 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009368443664 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5319] ppid=5310 vsize=10690804 memory=8315268 CPUtime=169.86 cores=1,3,5,7
/proc/5313/task/5319/stat : 5319 (java) S 5310 5313 30973 0 -1 1077944384 22688 0 0 0 16802 184 0 0 20 0 16 0 95604099 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140009367391120 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5320] ppid=5310 vsize=10690804 memory=164 CPUtime=13.97 cores=1,3,5,7
/proc/5313/task/5320/stat : 5320 (java) S 5310 5313 30973 0 -1 1077944384 40841 0 0 0 1394 3 0 0 20 0 16 0 95604101 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008936794352 140009444485762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5321] ppid=5310 vsize=10690804 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5321/stat : 5321 (java) S 5310 5313 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95604101 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008935740640 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5322] ppid=5310 vsize=10690804 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5322/stat : 5322 (java) S 5310 5313 30973 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 95604101 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008934687472 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5323] ppid=5310 vsize=10690804 memory=8314584 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5323/stat : 5323 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008933636048 140009444493211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5324] ppid=5310 vsize=10690804 memory=8314584 CPUtime=1.81 cores=1,3,5,7
/proc/5313/task/5324/stat : 5324 (java) S 5310 5313 30973 0 -1 1077944384 10971 0 0 0 180 1 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008932584176 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5325] ppid=5310 vsize=10690804 memory=4140 CPUtime=1.49 cores=1,3,5,7
/proc/5313/task/5325/stat : 5325 (java) S 5310 5313 30973 0 -1 1077944384 7898 0 0 0 148 1 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008931531632 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5326] ppid=5310 vsize=10690804 memory=27584 CPUtime=0.32 cores=1,3,5,7
/proc/5313/task/5326/stat : 5326 (java) S 5310 5313 30973 0 -1 1077944384 2425 0 0 0 32 0 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008930478576 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5327] ppid=5310 vsize=10690804 memory=8314588 CPUtime=0 cores=1,3,5,7
/proc/5313/task/5327/stat : 5327 (java) S 5310 5313 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008929426272 140009444484821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
[pid=5313/tid=5328] ppid=5310 vsize=10690804 memory=8314588 CPUtime=0.15 cores=1,3,5,7
/proc/5313/task/5328/stat : 5328 (java) S 5310 5313 30973 0 -1 1077944384 1163 0 0 0 7 8 0 0 20 0 16 0 95604104 10947383296 2078864 33554432000 4194304 4196468 140734099579424 140008928373296 140009444485762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36950016 140734099584134 140734099584287 140734099584287 140734099587023 0
Current children cumulated CPU time: 752.76 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8315456 KiB

Child status: 0
Real time (s): 243.745
CPU time (s): 752.806
CPU user time (s): 745.074
CPU system time (s): 7.73262
CPU usage (%): 308.85
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8315456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 745.074
system time used= 7.73262
maximum resident set size= 8315796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16183
involuntary context switches= 10241


# summary of solver processes directly reported to runsolver:
#   pid: 5313
#   total CPU time (s): 752.806
#   total CPU user time (s): 745.074
#   total CPU system time (s): 7.73262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54626 second user time and 2.4073 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 13:38:20
IDJOB=4263493
IDBENCH=125997
IDSOLVER=2651
FILE ID=node103/4263493-1502625159
RUNJOBID= node103-1502624009-5188
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-24.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263493-1502625159/watcher-4263493-1502625159 -o /tmp/evaluation-result-4263493-1502625159/solver-4263493-1502625159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263493-1502625159.xml

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

MD5SUM BENCH= 12e2e274c64cbf9c8a04283668281b9c
RANDOM SEED=389508641

node103.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.56
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.56
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.56
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.56
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:        25453504 kB
MemAvailable:   25755492 kB
Buffers:           95688 kB
Cached:           500624 kB
SwapCached:            0 kB
Active:          6733764 kB
Inactive:         148160 kB
Active(anon):    6234484 kB
Inactive(anon):    78640 kB
Active(file):     499280 kB
Inactive(file):    69520 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3608 kB
Writeback:             0 kB
AnonPages:       6291564 kB
Mapped:            55072 kB
Shmem:             25228 kB
Slab:             124172 kB
SReclaimable:      98044 kB
SUnreclaim:        26128 kB
KernelStack:        3616 kB
PageTables:        17520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7538096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5720064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61788 MiB
End job on node103 at 2017-08-13 13:42:24