Trace number 4263492

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? 767.74902 246.22701

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-06.xml
MD5SUMc11db23a97f48af6ae936ba62121dffc
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 benchmark13.1703
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 degree106
Maximum variable degree123
Distribution of variable degrees[{"degree":106,"count":1},{"degree":107,"count":1},{"degree":108,"count":1},{"degree":111,"count":2},{"degree":112,"count":4},{"degree":113,"count":2},{"degree":114,"count":1},{"degree":116,"count":1},{"degree":117,"count":4},{"degree":118,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263492-1502625115/watcher-4263492-1502625115 -o /tmp/evaluation-result-4263492-1502625115/solver-4263492-1502625115 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263492-1502625115.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=2361, runsolver pid=2358

[startup+0.100107 s]*
/proc/loadavg: 6.57 4.04 2.76 7/217 2377
/proc/meminfo: memFree=23197796/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10555400 memory=28332 CPUtime=0.12 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 6680 0 0 0 10 2 0 0 20 0 15 0 95599322 10808729600 7083 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2638850 7083 2812 1 0 2627263 0
[pid=2361/tid=2364] ppid=2358 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) R 2358 2361 28385 0 -1 4202560 4496 0 0 0 8 1 0 0 20 0 15 0 95599323 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255749302208 140255745093014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255351409680 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10555400 memory=140127884310144 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255350357136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255349304080 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95599323 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255348251536 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10555400 memory=140127884310144 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95599325 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255236684016 140255745092226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2370] ppid=2358 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95599325 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255235630240 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2371] ppid=2358 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95599325 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255234577136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2372] ppid=2358 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255233525712 140255745099675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2373] ppid=2358 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 28385 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 95599328 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255232473840 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2374] ppid=2358 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255231421296 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2375] ppid=2358 vsize=10555400 memory=140127884310144 CPUtime=0.02 cores=1,3,5,7
/proc/2361/task/2375/stat : 2375 (java) R 2358 2361 28385 0 -1 4202560 378 0 0 0 2 0 0 0 20 0 15 0 95599328 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255230368240 140255738177915 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2376] ppid=2358 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255229315936 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2377] ppid=2358 vsize=10555400 memory=140127884310144 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599328 10808729600 7083 33554432000 4194304 4196468 140727235442400 140255228262960 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28332 KiB

[startup+0.210548 s]*
/proc/loadavg: 6.57 4.04 2.76 9/217 2377
/proc/meminfo: memFree=23186088/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10555400 memory=41760 CPUtime=0.31 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 8042 0 0 0 28 3 0 0 20 0 15 0 95599322 10808729600 10440 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2638850 10440 2963 1 0 2627263 0
[pid=2361/tid=2364] ppid=2358 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) R 2358 2361 28385 0 -1 4202560 5081 0 0 0 18 2 0 0 20 0 15 0 95599323 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255749312480 140255745093014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255351409680 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10555400 memory=140127884494553 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255350357136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255349304080 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95599323 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255348251536 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10555400 memory=140127884310144 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95599325 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255236684016 140255745092226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2370] ppid=2358 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95599325 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255235630240 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2371] ppid=2358 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95599325 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255234577136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2372] ppid=2358 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255233525712 140255745099675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2373] ppid=2358 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 28385 0 -1 1077944384 860 0 0 0 2 0 0 0 20 0 15 0 95599328 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255232473840 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2374] ppid=2358 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 28385 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 95599328 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255231421296 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2375] ppid=2358 vsize=10555400 memory=140127884310144 CPUtime=0.05 cores=1,3,5,7
/proc/2361/task/2375/stat : 2375 (java) R 2358 2361 28385 0 -1 4202560 524 0 0 0 5 0 0 0 20 0 15 0 95599328 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255230368240 140255737318206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2376] ppid=2358 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255229315936 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2377] ppid=2358 vsize=10555400 memory=140127884310144 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599328 10808729600 10440 33554432000 4194304 4196468 140727235442400 140255228262960 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41760 KiB

[startup+0.310536 s]*
/proc/loadavg: 6.57 4.04 2.76 7/217 2377
/proc/meminfo: memFree=23179264/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10555476 memory=47512 CPUtime=0.51 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 8954 0 0 0 47 4 0 0 20 0 15 0 95599322 10808807424 11878 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2638869 11878 3031 1 0 2627263 0
[pid=2361/tid=2364] ppid=2358 vsize=10555476 memory=667648 CPUtime=0.3 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) R 2358 2361 28385 0 -1 4202560 5592 0 0 0 28 2 0 0 20 0 15 0 95599323 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255749316144 140255382034159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255351409680 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10555476 memory=140127884365856 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255350357136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10555476 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599323 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255349304080 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95599323 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255348251536 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10555476 memory=140127884372768 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255236684016 140255745092226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2370] ppid=2358 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255235630240 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2371] ppid=2358 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255234577136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2372] ppid=2358 vsize=10555476 memory=69572 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255233525712 140255745099675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2373] ppid=2358 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2361/task/2373/stat : 2373 (java) R 2358 2361 28385 0 -1 4202560 876 0 0 0 4 0 0 0 20 0 15 0 95599328 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255232473936 140255724739872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2374] ppid=2358 vsize=10555476 memory=140127737344463 CPUtime=0.03 cores=1,3,5,7
/proc/2361/task/2374/stat : 2374 (java) R 2358 2361 28385 0 -1 1077944384 265 0 0 0 3 0 0 0 20 0 15 0 95599328 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255231421296 140255745092226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2375] ppid=2358 vsize=10555476 memory=140127884312499 CPUtime=0.11 cores=1,3,5,7
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 28385 0 -1 1077944384 858 0 0 0 11 0 0 0 20 0 15 0 95599328 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255230368240 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2376] ppid=2358 vsize=10555476 memory=140127737335247 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255229315936 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2377] ppid=2358 vsize=10555476 memory=280255621666752 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 11942 33554432000 4194304 4196468 140727235442400 140255228262960 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47512 KiB

[startup+0.700784 s]
/proc/loadavg: 6.57 4.04 2.76 8/217 2377
/proc/meminfo: memFree=23107300/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10555476 memory=202424 CPUtime=1.53 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 11936 0 0 0 145 8 0 0 20 0 15 0 95599322 10808807424 50606 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2638869 50606 3099 1 0 2627263 0
[pid=2361/tid=2364] ppid=2358 vsize=10555476 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) R 2358 2361 28385 0 -1 4202560 5725 0 0 0 62 4 0 0 20 0 15 0 95599323 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255749315248 140255724158571 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 28385 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 95599323 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255351409680 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 28385 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 95599323 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255350357136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10555476 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 28385 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 95599323 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255349304080 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 28385 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 95599323 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255348251536 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10555476 memory=17700 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 28385 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255236684016 140255745092226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2370] ppid=2358 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 28385 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255235630240 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2371] ppid=2358 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255234577136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2372] ppid=2358 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255233525712 140255745099675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2373] ppid=2358 vsize=10555476 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 28385 0 -1 1077944384 1887 0 0 0 31 0 0 0 20 0 15 0 95599328 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255232473840 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2374] ppid=2358 vsize=10555476 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 28385 0 -1 1077944384 1521 0 0 0 28 0 0 0 20 0 15 0 95599328 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255231421296 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2375] ppid=2358 vsize=10555476 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 28385 0 -1 1077944384 1303 0 0 0 20 0 0 0 20 0 15 0 95599328 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255230368240 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2376] ppid=2358 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255229315936 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2377] ppid=2358 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 50606 33554432000 4194304 4196468 140727235442400 140255228262960 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 202424 KiB

[startup+1.50286 s]
/proc/loadavg: 6.57 4.04 2.76 6/217 2377
/proc/meminfo: memFree=23023644/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10555476 memory=258364 CPUtime=2.72 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 12628 0 0 0 263 9 0 0 20 0 15 0 95599322 10808807424 64591 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2638869 64591 3108 1 0 2627263 0
[pid=2361/tid=2364] ppid=2358 vsize=10555476 memory=2241 CPUtime=1.44 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) R 2358 2361 28385 0 -1 4202560 5788 0 0 0 140 4 0 0 20 0 15 0 95599323 10808807424 64591 33554432000 4194304 4196468 140727235442400 140255749314648 140255385424738 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10555476 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 28385 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 95599323 10808807424 64591 33554432000 4194304 4196468 140727235442400 140255351409680 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10555476 memory=280255474878528 CPUtime=0.02 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 28385 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 15 0 95599323 10808807424 64591 33554432000 4194304 4196468 140727235442400 140255350357136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10555476 memory=6944652177228980320 CPUtime=0.01 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 28385 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 95599323 10808807424 64591 33554432000 4194304 4196468 140727235442400 140255349304080 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10555476 memory=6944656592455097440 CPUtime=0.02 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 28385 0 -1 1077944384 277 0 0 0 2 0 0 0 20 0 15 0 95599323 10808807424 64591 33554432000 4194304 4196468 140727235442400 140255348251536 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 28385 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 64591 33554432000 4194304 4196468 140727235442400 140255236684016 140255745092226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0

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

/proc/loadavg: 6.88 5.66 3.72 9/216 2545
/proc/meminfo: memFree=20370780/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10555476 memory=8354232 CPUtime=758.79 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 204969 0 0 0 75086 793 0 0 20 0 15 0 95599322 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2638869 2088558 3154 1 0 2627263 0
[pid=2361/tid=2364] ppid=2358 vsize=10555476 memory=8112282956445269571 CPUtime=55.9 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 28385 0 -1 1077944384 17834 0 0 0 5578 12 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255749313824 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10555476 memory=1428 CPUtime=170.89 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 28385 0 -1 1077944384 33849 0 0 0 16886 203 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255351409488 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10555476 memory=1204 CPUtime=171.42 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) R 2358 2361 28385 0 -1 4202560 27466 0 0 0 16944 198 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255350357256 140255737709287 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10555476 memory=1948 CPUtime=171.52 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) R 2358 2361 28385 0 -1 4202560 35853 0 0 0 16961 191 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255349303968 140255730077632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10555476 memory=8560 CPUtime=171.64 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) R 2358 2361 28385 0 -1 4202560 28900 0 0 0 16985 179 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255348251344 140255737709287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10555476 memory=1228 CPUtime=13.48 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 28385 0 -1 1077944384 37113 0 0 0 1346 2 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255236682576 140255745091285 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2370] ppid=2358 vsize=10555476 memory=8354232 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255235630304 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2371] ppid=2358 vsize=10555476 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 28385 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255234577136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2372] ppid=2358 vsize=10555476 memory=27456 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255233525712 140255745099675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2373] ppid=2358 vsize=10555476 memory=27456 CPUtime=1.89 cores=1,3,5,7
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 28385 0 -1 1077944384 10768 0 0 0 188 1 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255232473600 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2374] ppid=2358 vsize=10555476 memory=1296 CPUtime=1.55 cores=1,3,5,7
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 28385 0 -1 1077944384 9161 0 0 0 155 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255231421344 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2375] ppid=2358 vsize=10555476 memory=2416 CPUtime=0.31 cores=1,3,5,7
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 28385 0 -1 1077944384 2451 0 0 0 31 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255230368288 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2376] ppid=2358 vsize=10555476 memory=-6436615119997262432 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255229315936 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2377] ppid=2358 vsize=10555476 memory=-7663537021362461636 CPUtime=0.1 cores=1,3,5,7
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 28385 0 -1 1077944384 160 0 0 0 5 5 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255228262960 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
Current children cumulated CPU time: 758.79 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8354232 KiB

[startup+244.801 s]
/proc/loadavg: 6.88 5.66 3.72 9/216 2545
/proc/meminfo: memFree=20138736/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10555476 memory=8354232 CPUtime=764.99 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 205193 0 0 0 75704 795 0 0 20 0 15 0 95599322 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2638869 2088558 3154 1 0 2627263 0
[pid=2361/tid=2364] ppid=2358 vsize=10555476 memory=8354232 CPUtime=55.9 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 28385 0 -1 1077944384 17834 0 0 0 5578 12 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255749313824 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10555476 memory=8354232 CPUtime=172.43 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) R 2358 2361 28385 0 -1 4202560 33849 0 0 0 17039 204 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255351409800 140255737709287 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10555476 memory=8354232 CPUtime=172.95 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) R 2358 2361 28385 0 -1 4202560 27466 0 0 0 17096 199 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255350356944 140255737709287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10555476 memory=2536 CPUtime=173.12 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) R 2358 2361 28385 0 -1 4202560 36077 0 0 0 17121 191 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255349303968 140255729538531 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10555476 memory=1428 CPUtime=173.18 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) R 2358 2361 28385 0 -1 4202560 28900 0 0 0 17138 180 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255348251656 140255737709287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10555476 memory=1204 CPUtime=13.48 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 28385 0 -1 1077944384 37113 0 0 0 1346 2 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255236682576 140255745091285 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2370] ppid=2358 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255235630304 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2371] ppid=2358 vsize=10555476 memory=956 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 28385 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255234577136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2372] ppid=2358 vsize=10555476 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255233525712 140255745099675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2373] ppid=2358 vsize=10555476 memory=2340 CPUtime=1.89 cores=1,3,5,7
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 28385 0 -1 1077944384 10768 0 0 0 188 1 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255232473600 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2374] ppid=2358 vsize=10555476 memory=8354232 CPUtime=1.55 cores=1,3,5,7
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 28385 0 -1 1077944384 9161 0 0 0 155 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255231421344 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2375] ppid=2358 vsize=10555476 memory=4612 CPUtime=0.31 cores=1,3,5,7
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 28385 0 -1 1077944384 2451 0 0 0 31 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255230368288 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2376] ppid=2358 vsize=10555476 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255229315936 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2377] ppid=2358 vsize=10555476 memory=8354232 CPUtime=0.1 cores=1,3,5,7
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 28385 0 -1 1077944384 160 0 0 0 5 5 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255228262960 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
Current children cumulated CPU time: 764.99 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8354232 KiB

[startup+245.601 s]
/proc/loadavg: 6.88 5.66 3.72 9/216 2545
/proc/meminfo: memFree=20138736/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10555476 memory=8354232 CPUtime=767.29 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 205257 0 0 0 75934 795 0 0 20 0 15 0 95599322 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2638869 2088558 3154 1 0 2627263 0
[pid=2361/tid=2364] ppid=2358 vsize=10555476 memory=1160 CPUtime=55.9 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 28385 0 -1 1077944384 17834 0 0 0 5578 12 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255749313824 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10555476 memory=3164 CPUtime=172.93 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 28385 0 -1 1077944384 33849 0 0 0 17089 204 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255351409680 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10555476 memory=8112282956445269571 CPUtime=173.45 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 28385 0 -1 1077944384 27466 0 0 0 17146 199 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255350357136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10555476 memory=27456 CPUtime=173.64 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 28385 0 -1 1077944384 36141 0 0 0 17173 191 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255349304080 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10555476 memory=1296 CPUtime=173.68 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 28385 0 -1 1077944384 28900 0 0 0 17188 180 0 0 20 0 15 0 95599323 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255348251536 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10555476 memory=2416 CPUtime=13.75 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) R 2358 2361 28385 0 -1 4202560 37113 0 0 0 1373 2 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255236682576 140255730077483 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2370] ppid=2358 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255235630304 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2371] ppid=2358 vsize=10555476 memory=280255474434288 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 28385 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 95599325 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255234577136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2372] ppid=2358 vsize=10555476 memory=280255474434288 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255233525712 140255745099675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2373] ppid=2358 vsize=10555476 memory=0 CPUtime=1.89 cores=1,3,5,7
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 28385 0 -1 1077944384 10768 0 0 0 188 1 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255232473600 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2374] ppid=2358 vsize=10555476 memory=1728 CPUtime=1.55 cores=1,3,5,7
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 28385 0 -1 1077944384 9161 0 0 0 155 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255231421344 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2375] ppid=2358 vsize=10555476 memory=796 CPUtime=0.31 cores=1,3,5,7
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 28385 0 -1 1077944384 2451 0 0 0 31 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255230368288 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2376] ppid=2358 vsize=10555476 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255229315936 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2377] ppid=2358 vsize=10555476 memory=1948 CPUtime=0.1 cores=1,3,5,7
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 28385 0 -1 1077944384 160 0 0 0 5 5 0 0 20 0 15 0 95599328 10808807424 2088558 33554432000 4194304 4196468 140727235442400 140255228262960 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
Current children cumulated CPU time: 767.29 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8354232 KiB

[startup+246.001 s]*
/proc/loadavg: 6.88 5.66 3.72 2/217 2547
/proc/meminfo: memFree=20137976/32770624 swapFree=67108860/67108860
[pid=2361] ppid=2358 vsize=10690804 memory=8355144 CPUtime=767.7 cores=1,3,5,7
/proc/2361/stat : 2361 (java) S 2358 2361 28385 0 -1 1077944320 206974 0 0 0 75975 795 0 0 20 0 16 0 95599322 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140727235424944 140255745081079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
/proc/2361/statm: 2672701 2088786 3198 1 0 2661057 0
[pid=2361/tid=2364] ppid=2358 vsize=10690804 memory=6935054825532540783 CPUtime=55.92 cores=1,3,5,7
/proc/2361/task/2364/stat : 2364 (java) S 2358 2361 28385 0 -1 1077944384 18307 0 0 0 5580 12 0 0 20 0 16 0 95599323 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255749321760 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2365] ppid=2358 vsize=10690804 memory=4126316290023845779 CPUtime=172.93 cores=1,3,5,7
/proc/2361/task/2365/stat : 2365 (java) S 2358 2361 28385 0 -1 1077944384 33849 0 0 0 17089 204 0 0 20 0 16 0 95599323 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255351409680 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2366] ppid=2358 vsize=10690804 memory=4126316290023845779 CPUtime=173.45 cores=1,3,5,7
/proc/2361/task/2366/stat : 2366 (java) S 2358 2361 28385 0 -1 1077944384 27466 0 0 0 17146 199 0 0 20 0 16 0 95599323 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255350357136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2367] ppid=2358 vsize=10690804 memory=16105866189342349 CPUtime=173.64 cores=1,3,5,7
/proc/2361/task/2367/stat : 2367 (java) S 2358 2361 28385 0 -1 1077944384 36141 0 0 0 17173 191 0 0 20 0 16 0 95599323 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255349304080 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2368] ppid=2358 vsize=10690804 memory=108 CPUtime=173.68 cores=1,3,5,7
/proc/2361/task/2368/stat : 2368 (java) S 2358 2361 28385 0 -1 1077944384 28900 0 0 0 17188 180 0 0 20 0 16 0 95599323 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255348251536 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2369] ppid=2358 vsize=10690804 memory=106 CPUtime=14.1 cores=1,3,5,7
/proc/2361/task/2369/stat : 2369 (java) S 2358 2361 28385 0 -1 1077944384 37482 0 0 0 1408 2 0 0 20 0 16 0 95599325 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255236684016 140255745092226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2370] ppid=2358 vsize=10690804 memory=430 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2370/stat : 2370 (java) S 2358 2361 28385 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95599325 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255235630304 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2371] ppid=2358 vsize=10690804 memory=953 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2371/stat : 2371 (java) S 2358 2361 28385 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 95599325 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255234577136 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2372] ppid=2358 vsize=10690804 memory=227 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2372/stat : 2372 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95599328 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255233525712 140255745099675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2373] ppid=2358 vsize=10690804 memory=2969 CPUtime=1.91 cores=1,3,5,7
/proc/2361/task/2373/stat : 2373 (java) S 2358 2361 28385 0 -1 1077944384 11301 0 0 0 190 1 0 0 20 0 16 0 95599328 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255232473840 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2374] ppid=2358 vsize=10690804 memory=294 CPUtime=1.56 cores=1,3,5,7
/proc/2361/task/2374/stat : 2374 (java) S 2358 2361 28385 0 -1 1077944384 9206 0 0 0 155 1 0 0 20 0 16 0 95599328 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255231421296 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2375] ppid=2358 vsize=10690804 memory=2 CPUtime=0.32 cores=1,3,5,7
/proc/2361/task/2375/stat : 2375 (java) S 2358 2361 28385 0 -1 1077944384 2693 0 0 0 32 0 0 0 20 0 16 0 95599328 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255230368240 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2376] ppid=2358 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2376/stat : 2376 (java) S 2358 2361 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95599328 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255229315936 140255745091285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2377] ppid=2358 vsize=10690804 memory=31 CPUtime=0.11 cores=1,3,5,7
/proc/2361/task/2377/stat : 2377 (java) S 2358 2361 28385 0 -1 1077944384 160 0 0 0 6 5 0 0 20 0 16 0 95599328 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255228262960 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
[pid=2361/tid=2546] ppid=2358 vsize=10690804 memory=59 CPUtime=0 cores=1,3,5,7
/proc/2361/task/2546/stat : 2546 (java) S 2358 2361 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95623920 10947383296 2088786 33554432000 4194304 4196468 140727235442400 140255225111824 140255745092226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727235449990 140727235450143 140727235450143 140727235452879 0
Current children cumulated CPU time: 767.7 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8355144 KiB

[startup+246.201 s]*
/proc/loadavg: 6.88 5.66 3.72 3/203 2547
/proc/meminfo: memFree=22828068/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 246.227
CPU time (s): 767.749
CPU user time (s): 759.757
CPU system time (s): 7.99216
CPU usage (%): 311.806
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8355144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 759.757
system time used= 7.99216
maximum resident set size= 8355312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207018
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17102
involuntary context switches= 17435


# summary of solver processes directly reported to runsolver:
#   pid: 2361
#   total CPU time (s): 767.749
#   total CPU user time (s): 759.757
#   total CPU system time (s): 7.99216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51296 second user time and 2.40607 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:37:37
IDJOB=4263492
IDBENCH=125996
IDSOLVER=2651
FILE ID=node106/4263492-1502625115
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61692 MiB

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

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

MD5SUM BENCH= c11db23a97f48af6ae936ba62121dffc
RANDOM SEED=2047220520

node106.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.86
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.86
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.86
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.86
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:        23214684 kB
MemAvailable:   23699332 kB
Buffers:          101936 kB
Cached:           670544 kB
SwapCached:            0 kB
Active:          8729864 kB
Inactive:         372560 kB
Active(anon):    8285636 kB
Inactive(anon):    72092 kB
Active(file):     444228 kB
Inactive(file):   300468 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3712 kB
Writeback:             4 kB
AnonPages:       8336336 kB
Mapped:            55220 kB
Shmem:             25228 kB
Slab:             137544 kB
SReclaimable:     111572 kB
SUnreclaim:        25972 kB
KernelStack:        3632 kB
PageTables:        21620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8155136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 13:41:43