Trace number 4263510

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? 724.42999 233.52699

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5-p7/
mdd-7-25-5-ps05-psh07-4.xml
MD5SUMcc3fcfac109c3d277a0ef72b27cdc983
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 benchmark80.053596
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints58
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree9
Maximum variable degree21
Distribution of variable degrees[{"degree":9,"count":1},{"degree":10,"count":1},{"degree":13,"count":2},{"degree":14,"count":3},{"degree":15,"count":1},{"degree":16,"count":3},{"degree":17,"count":6},{"degree":18,"count":2},{"degree":19,"count":4},{"degree":21,"count":2}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":58}]
Number of extensional constraints58
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":58}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263510-1502624871/watcher-4263510-1502624871 -o /tmp/evaluation-result-4263510-1502624871/solver-4263510-1502624871 -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-4263510-1502624871.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=2108, runsolver pid=2101

[startup+0.100059 s]*
/proc/loadavg: 1.15 1.70 1.87 3/219 2138
/proc/meminfo: memFree=31440548/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10555400 memory=29856 CPUtime=0.11 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 6529 0 0 0 10 1 0 0 20 0 15 0 95574941 10808729600 7464 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2638850 7464 2830 1 0 2627263 0
[pid=2108/tid=2111] ppid=2101 vsize=10555400 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) R 2101 2108 28385 0 -1 4202560 4360 0 0 0 8 0 0 0 20 0 15 0 95574941 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331740997552 140331736831133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331689429648 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10555400 memory=139802595841664 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331688376848 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331687324048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) S 2101 2108 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331686271248 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10555400 memory=139802595841664 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) S 2101 2108 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574943 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331296684912 140331736820354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2123] ppid=2101 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2123/stat : 2123 (java) S 2101 2108 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331295630880 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2124] ppid=2101 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2124/stat : 2124 (java) S 2101 2108 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331294578032 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2126] ppid=2101 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2126/stat : 2126 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331293526352 140331736827803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2127] ppid=2101 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2127/stat : 2127 (java) S 2101 2108 28385 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331292473712 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2128] ppid=2101 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2128/stat : 2128 (java) S 2101 2108 28385 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331291420912 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2129] ppid=2101 vsize=10555400 memory=139802595841664 CPUtime=0.01 cores=1,3,5,7
/proc/2108/task/2129/stat : 2129 (java) R 2101 2108 28385 0 -1 4202560 367 0 0 0 1 0 0 0 20 0 15 0 95574946 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331290368112 140331720996513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2134] ppid=2101 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2134/stat : 2134 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331289315552 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2136] ppid=2101 vsize=10555400 memory=139802595841664 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2136/stat : 2136 (java) R 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574947 10808729600 7464 33554432000 4194304 4196468 140721688254032 140331288263856 140331736820354 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29856 KiB

[startup+0.211066 s]*
/proc/loadavg: 1.15 1.70 1.87 7/219 2138
/proc/meminfo: memFree=31425144/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10555400 memory=40824 CPUtime=0.29 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 7879 0 0 0 27 2 0 0 20 0 15 0 95574941 10808729600 10206 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2638850 10206 2957 1 0 2627263 0
[pid=2108/tid=2111] ppid=2101 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) R 2101 2108 28385 0 -1 4202560 4979 0 0 0 18 1 0 0 20 0 15 0 95574941 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331741043232 140331736821142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331689429648 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10555400 memory=139802596026073 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331688376848 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331687324048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) S 2101 2108 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331686271248 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10555400 memory=139802595841664 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) S 2101 2108 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574943 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331296684912 140331736820354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2123] ppid=2101 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2123/stat : 2123 (java) S 2101 2108 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331295630880 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2124] ppid=2101 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2124/stat : 2124 (java) S 2101 2108 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331294578032 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2126] ppid=2101 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2126/stat : 2126 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331293526352 140331736827803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2127] ppid=2101 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2108/task/2127/stat : 2127 (java) R 2101 2108 28385 0 -1 4202560 529 0 0 0 2 0 0 0 20 0 15 0 95574946 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331292473712 140331714785761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2128] ppid=2101 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2108/task/2128/stat : 2128 (java) R 2101 2108 28385 0 -1 4202560 528 0 0 0 2 0 0 0 20 0 15 0 95574946 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331291420912 140331729794249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2129] ppid=2101 vsize=10555400 memory=139802595841664 CPUtime=0.05 cores=1,3,5,7
/proc/2108/task/2129/stat : 2129 (java) S 2101 2108 28385 0 -1 1077944384 496 0 0 0 5 0 0 0 20 0 15 0 95574946 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331290368112 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2134] ppid=2101 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2134/stat : 2134 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331289315552 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2136] ppid=2101 vsize=10555400 memory=139802595841664 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2136/stat : 2136 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574947 10808729600 10338 33554432000 4194304 4196468 140721688254032 140331288263856 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40824 KiB

[startup+0.310898 s]*
/proc/loadavg: 1.15 1.70 1.87 6/219 2138
/proc/meminfo: memFree=31302692/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10555400 memory=106268 CPUtime=0.44 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 8229 0 0 0 41 3 0 0 20 0 15 0 95574941 10808729600 26567 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2638850 26567 2973 1 0 2627263 0
[pid=2108/tid=2111] ppid=2101 vsize=10555400 memory=7721456956777771315 CPUtime=0.29 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) R 2101 2108 28385 0 -1 4202560 5018 0 0 0 27 2 0 0 20 0 15 0 95574941 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331741040400 140331729059797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331689429648 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10555400 memory=139802595892768 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331688376848 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10555400 memory=53476 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331687324048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) S 2101 2108 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331686271248 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10555400 memory=139802595899680 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) S 2101 2108 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574943 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331296684912 140331736820354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2123] ppid=2101 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2123/stat : 2123 (java) S 2101 2108 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331295630880 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2124] ppid=2101 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2124/stat : 2124 (java) S 2101 2108 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331294578032 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2126] ppid=2101 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2126/stat : 2126 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331293526352 140331736827803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2127] ppid=2101 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2108/task/2127/stat : 2127 (java) S 2101 2108 28385 0 -1 1077944384 617 0 0 0 3 0 0 0 20 0 15 0 95574946 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331292473712 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2128] ppid=2101 vsize=10555400 memory=139802460664591 CPUtime=0.02 cores=1,3,5,7
/proc/2108/task/2128/stat : 2128 (java) S 2101 2108 28385 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 15 0 95574946 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331291420912 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2129] ppid=2101 vsize=10555400 memory=139802595843764 CPUtime=0.07 cores=1,3,5,7
/proc/2108/task/2129/stat : 2129 (java) S 2101 2108 28385 0 -1 1077944384 707 0 0 0 7 0 0 0 20 0 15 0 95574946 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331290368112 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2134] ppid=2101 vsize=10555400 memory=139802460669199 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2134/stat : 2134 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331289315552 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2136] ppid=2101 vsize=10555400 memory=139802595843768 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2136/stat : 2136 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574947 10808729600 27079 33554432000 4194304 4196468 140721688254032 140331288263856 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 106268 KiB

[startup+0.700741 s]
/proc/loadavg: 1.15 1.70 1.87 8/219 2138
/proc/meminfo: memFree=31064080/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10555476 memory=250592 CPUtime=1.55 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 11448 0 0 0 147 8 0 0 20 0 15 0 95574941 10808807424 62648 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2638869 62648 3096 1 0 2627263 0
[pid=2108/tid=2111] ppid=2101 vsize=10555476 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) R 2101 2108 28385 0 -1 4202560 5697 0 0 0 60 3 0 0 20 0 15 0 95574941 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331741039200 140331721332570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) S 2101 2108 28385 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 95574942 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331689429648 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) S 2101 2108 28385 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 95574942 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331688376848 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) S 2101 2108 28385 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 95574942 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331687324048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10555476 memory=8387335617754417401 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) S 2101 2108 28385 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 95574942 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331686271248 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10555476 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) S 2101 2108 28385 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95574943 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331296684912 140331736820354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2123] ppid=2101 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2123/stat : 2123 (java) S 2101 2108 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331295630880 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2124] ppid=2101 vsize=10555476 memory=17700 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2124/stat : 2124 (java) S 2101 2108 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331294578032 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2126] ppid=2101 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2126/stat : 2126 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331293526352 140331736827803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2127] ppid=2101 vsize=10555476 memory=2244 CPUtime=0.32 cores=1,3,5,7
/proc/2108/task/2127/stat : 2127 (java) R 2101 2108 28385 0 -1 4202560 1620 0 0 0 32 0 0 0 20 0 15 0 95574946 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331292466736 140331720220000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2128] ppid=2101 vsize=10555476 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/2108/task/2128/stat : 2128 (java) R 2101 2108 28385 0 -1 4202560 1388 0 0 0 29 0 0 0 20 0 15 0 95574946 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331291407456 140331721208947 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2129] ppid=2101 vsize=10555476 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/2108/task/2129/stat : 2129 (java) S 2101 2108 28385 0 -1 1077944384 1185 0 0 0 21 0 0 0 20 0 15 0 95574946 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331290368112 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2134] ppid=2101 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2134/stat : 2134 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331289315552 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2136] ppid=2101 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2136/stat : 2136 (java) S 2101 2108 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574947 10808807424 62648 33554432000 4194304 4196468 140721688254032 140331288263856 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 250592 KiB

[startup+1.50072 s]
/proc/loadavg: 1.15 1.70 1.87 5/219 2138
/proc/meminfo: memFree=30850108/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10555476 memory=448096 CPUtime=3.02 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 12476 0 0 0 283 19 0 0 20 0 15 0 95574941 10808807424 112024 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2638869 112024 3107 1 0 2627263 0
[pid=2108/tid=2111] ppid=2101 vsize=10555476 memory=279604921630528 CPUtime=1.37 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) R 2101 2108 28385 0 -1 4202560 5770 0 0 0 132 5 0 0 20 0 15 0 95574941 10808807424 112024 33554432000 4194304 4196468 140721688254032 140331741046912 140331364965248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10555476 memory=139802460689648 CPUtime=0.07 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) S 2101 2108 28385 0 -1 1077944384 181 0 0 0 4 3 0 0 20 0 15 0 95574942 10808807424 112024 33554432000 4194304 4196468 140721688254032 140331689429648 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10555476 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) S 2101 2108 28385 0 -1 1077944384 98 0 0 0 3 3 0 0 20 0 15 0 95574942 10808807424 112024 33554432000 4194304 4196468 140721688254032 140331688376848 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10555476 memory=279604921643744 CPUtime=0.05 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) S 2101 2108 28385 0 -1 1077944384 218 0 0 0 3 2 0 0 20 0 15 0 95574942 10808807424 112024 33554432000 4194304 4196468 140721688254032 140331687324048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10555476 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) S 2101 2108 28385 0 -1 1077944384 314 0 0 0 4 2 0 0 20 0 15 0 95574942 10808807424 112024 33554432000 4194304 4196468 140721688254032 140331686271248 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10555476 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) S 2101 2108 28385 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 95574943 10808807424 112024 33554432000 4194304 4196468 140721688254032 140331296684912 140331736820354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0

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


[startup+232.001 s]*
/proc/loadavg: 6.86 4.01 2.73 10/217 2141
/proc/meminfo: memFree=14815364/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10555476 memory=8365028 CPUtime=721.93 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 472102 0 0 0 71603 590 0 0 20 0 15 0 95574941 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2638869 2091257 3152 1 0 2627263 0
[pid=2108/tid=2111] ppid=2101 vsize=10555476 memory=8365028 CPUtime=49.09 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) S 2101 2108 28385 0 -1 1077944384 27399 0 0 0 4880 29 0 0 20 0 15 0 95574941 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331741041568 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10555476 memory=1296 CPUtime=162.6 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) R 2101 2108 28385 0 -1 4202560 92306 0 0 0 16129 131 0 0 20 0 15 0 95574942 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331689429768 140331729437415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10555476 memory=4126316290023845779 CPUtime=162.86 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) R 2101 2108 28385 0 -1 4202560 94373 0 0 0 16155 131 0 0 20 0 15 0 95574942 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331688377048 140331718418840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10555476 memory=8112282956445269571 CPUtime=162.29 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) R 2101 2108 28385 0 -1 4202560 106968 0 0 0 16082 147 0 0 20 0 15 0 95574942 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331687323856 140331729437415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10555476 memory=1728 CPUtime=162.59 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) R 2101 2108 28385 0 -1 4202560 78029 0 0 0 16118 141 0 0 20 0 15 0 95574942 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331686271368 140331729437415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10555476 memory=796 CPUtime=17.88 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) S 2101 2108 28385 0 -1 1077944384 45613 0 0 0 1786 2 0 0 20 0 15 0 95574943 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331296683472 140331736819413 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2123] ppid=2101 vsize=10555476 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2123/stat : 2123 (java) S 2101 2108 28385 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331295630944 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2124] ppid=2101 vsize=10555476 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2124/stat : 2124 (java) S 2101 2108 28385 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331294578048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2126] ppid=2101 vsize=10555476 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2126/stat : 2126 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331293526352 140331736827803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2127] ppid=2101 vsize=10555476 memory=1228 CPUtime=2.18 cores=1,3,5,7
/proc/2108/task/2127/stat : 2127 (java) S 2101 2108 28385 0 -1 1077944384 13077 0 0 0 217 1 0 0 20 0 15 0 95574946 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331292473472 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2128] ppid=2101 vsize=10555476 memory=12028 CPUtime=1.87 cores=1,3,5,7
/proc/2108/task/2128/stat : 2128 (java) S 2101 2108 28385 0 -1 1077944384 9614 0 0 0 186 1 0 0 20 0 15 0 95574946 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331291420960 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2129] ppid=2101 vsize=10555476 memory=5668 CPUtime=0.37 cores=1,3,5,7
/proc/2108/task/2129/stat : 2129 (java) S 2101 2108 28385 0 -1 1077944384 3011 0 0 0 37 0 0 0 20 0 15 0 95574946 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331290368160 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2134] ppid=2101 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2134/stat : 2134 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331289315552 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2136] ppid=2101 vsize=10555476 memory=4612 CPUtime=0.12 cores=1,3,5,7
/proc/2108/task/2136/stat : 2136 (java) S 2101 2108 28385 0 -1 1077944384 274 0 0 0 4 8 0 0 20 0 15 0 95574947 10808807424 2091257 33554432000 4194304 4196468 140721688254032 140331288263856 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
Current children cumulated CPU time: 721.93 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8365028 KiB

[startup+232.801 s]
/proc/loadavg: 6.86 4.01 2.73 10/217 2141
/proc/meminfo: memFree=14815364/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10555476 memory=8365040 CPUtime=723.85 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 473792 0 0 0 71794 591 0 0 20 0 15 0 95574941 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2638869 2091260 3152 1 0 2627263 0
[pid=2108/tid=2111] ppid=2101 vsize=10555476 memory=8365028 CPUtime=49.09 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) S 2101 2108 28385 0 -1 1077944384 27399 0 0 0 4880 29 0 0 20 0 15 0 95574941 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331741041568 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10555476 memory=8365028 CPUtime=162.97 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) S 2101 2108 28385 0 -1 1077944384 92306 0 0 0 16166 131 0 0 20 0 15 0 95574942 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331689429648 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10555476 memory=8112282956445269571 CPUtime=163.25 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) S 2101 2108 28385 0 -1 1077944384 94475 0 0 0 16194 131 0 0 20 0 15 0 95574942 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331688376848 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10555476 memory=8112282956445269571 CPUtime=162.66 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) S 2101 2108 28385 0 -1 1077944384 106968 0 0 0 16119 147 0 0 20 0 15 0 95574942 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331687324048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10555476 memory=1296 CPUtime=162.96 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) S 2101 2108 28385 0 -1 1077944384 78029 0 0 0 16155 141 0 0 20 0 15 0 95574942 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331686271248 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10555476 memory=2416 CPUtime=18.28 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) R 2101 2108 28385 0 -1 4202560 47200 0 0 0 1826 2 0 0 20 0 15 0 95574943 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331296683472 140331721805588 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2123] ppid=2101 vsize=10555476 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2123/stat : 2123 (java) S 2101 2108 28385 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331295630944 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2124] ppid=2101 vsize=10555476 memory=796 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2124/stat : 2124 (java) S 2101 2108 28385 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331294578048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2126] ppid=2101 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2126/stat : 2126 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331293526352 140331736827803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2127] ppid=2101 vsize=10555476 memory=1428 CPUtime=2.18 cores=1,3,5,7
/proc/2108/task/2127/stat : 2127 (java) S 2101 2108 28385 0 -1 1077944384 13077 0 0 0 217 1 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331292473472 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2128] ppid=2101 vsize=10555476 memory=1204 CPUtime=1.87 cores=1,3,5,7
/proc/2108/task/2128/stat : 2128 (java) S 2101 2108 28385 0 -1 1077944384 9614 0 0 0 186 1 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331291420960 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2129] ppid=2101 vsize=10555476 memory=15876 CPUtime=0.37 cores=1,3,5,7
/proc/2108/task/2129/stat : 2129 (java) S 2101 2108 28385 0 -1 1077944384 3011 0 0 0 37 0 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331290368160 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2134] ppid=2101 vsize=10555476 memory=17700 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2134/stat : 2134 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331289315552 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2136] ppid=2101 vsize=10555476 memory=4048 CPUtime=0.12 cores=1,3,5,7
/proc/2108/task/2136/stat : 2136 (java) S 2101 2108 28385 0 -1 1077944384 274 0 0 0 4 8 0 0 20 0 15 0 95574947 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331288263856 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
Current children cumulated CPU time: 723.85 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8365040 KiB

[startup+233.201 s]
/proc/loadavg: 6.86 4.01 2.73 4/217 2141
/proc/meminfo: memFree=14815364/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10555476 memory=8365040 CPUtime=724.25 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 474819 0 0 0 71834 591 0 0 20 0 15 0 95574941 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2638869 2091260 3152 1 0 2627263 0
[pid=2108/tid=2111] ppid=2101 vsize=10555476 memory=8112282956445269571 CPUtime=49.09 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) S 2101 2108 28385 0 -1 1077944384 27399 0 0 0 4880 29 0 0 20 0 15 0 95574941 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331741041568 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10555476 memory=8365040 CPUtime=162.97 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) S 2101 2108 28385 0 -1 1077944384 92306 0 0 0 16166 131 0 0 20 0 15 0 95574942 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331689429648 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10555476 memory=4207743568296191066 CPUtime=163.25 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) S 2101 2108 28385 0 -1 1077944384 94475 0 0 0 16194 131 0 0 20 0 15 0 95574942 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331688376848 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10555476 memory=139802461275816 CPUtime=162.66 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) S 2101 2108 28385 0 -1 1077944384 106968 0 0 0 16119 147 0 0 20 0 15 0 95574942 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331687324048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10555476 memory=139802461249776 CPUtime=162.96 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) S 2101 2108 28385 0 -1 1077944384 78029 0 0 0 16155 141 0 0 20 0 15 0 95574942 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331686271248 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10555476 memory=2625 CPUtime=18.68 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) R 2101 2108 28385 0 -1 4202560 48227 0 0 0 1866 2 0 0 20 0 15 0 95574943 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331296683472 140331715179387 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2123] ppid=2101 vsize=10555476 memory=139802461250400 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2123/stat : 2123 (java) S 2101 2108 28385 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331295630944 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2124] ppid=2101 vsize=10555476 memory=4929 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2124/stat : 2124 (java) S 2101 2108 28385 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331294578048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2126] ppid=2101 vsize=10555476 memory=139802461250292 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2126/stat : 2126 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331293526352 140331736827803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2127] ppid=2101 vsize=10555476 memory=1204 CPUtime=2.18 cores=1,3,5,7
/proc/2108/task/2127/stat : 2127 (java) S 2101 2108 28385 0 -1 1077944384 13077 0 0 0 217 1 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331292473472 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2128] ppid=2101 vsize=10555476 memory=15876 CPUtime=1.87 cores=1,3,5,7
/proc/2108/task/2128/stat : 2128 (java) S 2101 2108 28385 0 -1 1077944384 9614 0 0 0 186 1 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331291420960 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2129] ppid=2101 vsize=10555476 memory=17700 CPUtime=0.37 cores=1,3,5,7
/proc/2108/task/2129/stat : 2129 (java) S 2101 2108 28385 0 -1 1077944384 3011 0 0 0 37 0 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331290368160 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2134] ppid=2101 vsize=10555476 memory=5866589993849950886 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2134/stat : 2134 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331289315552 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2136] ppid=2101 vsize=10555476 memory=6944656592455359580 CPUtime=0.12 cores=1,3,5,7
/proc/2108/task/2136/stat : 2136 (java) S 2101 2108 28385 0 -1 1077944384 274 0 0 0 4 8 0 0 20 0 15 0 95574947 10808807424 2091260 33554432000 4194304 4196468 140721688254032 140331288263856 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
Current children cumulated CPU time: 724.25 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8365040 KiB

[startup+233.401 s]
/proc/loadavg: 6.86 4.01 2.73 4/217 2141
/proc/meminfo: memFree=14815364/32770624 swapFree=67108860/67108860
[pid=2108] ppid=2101 vsize=10688756 memory=8365912 CPUtime=724.37 cores=1,3,5,7
/proc/2108/stat : 2108 (java) S 2101 2108 28385 0 -1 1077944320 482028 0 4 0 71845 592 0 0 20 0 16 0 95574941 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140721688236576 140331736809207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
/proc/2108/statm: 2672189 2091478 3197 1 0 2660545 0
[pid=2108/tid=2111] ppid=2101 vsize=10688756 memory=288230617509003574 CPUtime=49.13 cores=1,3,5,7
/proc/2108/task/2111/stat : 2111 (java) S 2101 2108 28385 0 -1 1077944384 28837 0 4 0 4883 30 0 0 20 0 16 0 95574941 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331741049888 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2116] ppid=2101 vsize=10688756 memory=16105866189342349 CPUtime=162.97 cores=1,3,5,7
/proc/2108/task/2116/stat : 2116 (java) S 2101 2108 28385 0 -1 1077944384 92306 0 0 0 16166 131 0 0 20 0 16 0 95574942 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331689429648 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2117] ppid=2101 vsize=10688756 memory=956 CPUtime=163.25 cores=1,3,5,7
/proc/2108/task/2117/stat : 2117 (java) S 2101 2108 28385 0 -1 1077944384 94475 0 0 0 16194 131 0 0 20 0 16 0 95574942 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331688376848 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2118] ppid=2101 vsize=10688756 memory=928 CPUtime=162.66 cores=1,3,5,7
/proc/2108/task/2118/stat : 2118 (java) S 2101 2108 28385 0 -1 1077944384 106968 0 0 0 16119 147 0 0 20 0 16 0 95574942 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331687324048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2119] ppid=2101 vsize=10688756 memory=1576 CPUtime=162.96 cores=1,3,5,7
/proc/2108/task/2119/stat : 2119 (java) S 2101 2108 28385 0 -1 1077944384 78029 0 0 0 16155 141 0 0 20 0 16 0 95574942 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331686271248 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2121] ppid=2101 vsize=10688756 memory=2244 CPUtime=18.69 cores=1,3,5,7
/proc/2108/task/2121/stat : 2121 (java) S 2101 2108 28385 0 -1 1077944384 51829 0 0 0 1867 2 0 0 20 0 16 0 95574943 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331296684912 140331736820354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2123] ppid=2101 vsize=10688756 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2123/stat : 2123 (java) S 2101 2108 28385 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 95574944 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331295630944 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2124] ppid=2101 vsize=10688756 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2124/stat : 2124 (java) S 2101 2108 28385 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 16 0 95574944 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331294578048 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2126] ppid=2101 vsize=10688756 memory=3064 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2126/stat : 2126 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95574946 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331293526352 140331736827803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2127] ppid=2101 vsize=10688756 memory=1156 CPUtime=2.2 cores=1,3,5,7
/proc/2108/task/2127/stat : 2127 (java) S 2101 2108 28385 0 -1 1077944384 13779 0 0 0 219 1 0 0 20 0 16 0 95574946 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331292473712 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2128] ppid=2101 vsize=10688756 memory=3148 CPUtime=1.92 cores=1,3,5,7
/proc/2108/task/2128/stat : 2128 (java) S 2101 2108 28385 0 -1 1077944384 10668 0 0 0 191 1 0 0 20 0 16 0 95574946 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331291420912 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2129] ppid=2101 vsize=10688756 memory=8285236 CPUtime=0.38 cores=1,3,5,7
/proc/2108/task/2129/stat : 2129 (java) S 2101 2108 28385 0 -1 1077944384 3355 0 0 0 38 0 0 0 20 0 16 0 95574946 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331290368112 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2134] ppid=2101 vsize=10688756 memory=8365028 CPUtime=0 cores=1,3,5,7
/proc/2108/task/2134/stat : 2134 (java) S 2101 2108 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95574946 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331289315552 140331736819413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
[pid=2108/tid=2136] ppid=2101 vsize=10688756 memory=8365028 CPUtime=0.12 cores=1,3,5,7
/proc/2108/task/2136/stat : 2136 (java) S 2101 2108 28385 0 -1 1077944384 274 0 0 0 4 8 0 0 20 0 16 0 95574947 10945286144 2091478 33554432000 4194304 4196468 140721688254032 140331288263856 140331736820354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17686528 140721688257670 140721688257823 140721688257823 140721688260559 0
Current children cumulated CPU time: 724.37 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8365912 KiB

[startup+233.501 s]*
/proc/loadavg: 6.86 4.01 2.73 3/204 2143
/proc/meminfo: memFree=19003392/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): 233.527
CPU time (s): 724.43
CPU user time (s): 718.464
CPU system time (s): 5.96619
CPU usage (%): 310.213
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8365912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 718.464
system time used= 5.96619
maximum resident set size= 8366160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482131
page faults= 4
swaps= 0
block input operations= 4256
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14633
involuntary context switches= 14278


# summary of solver processes directly reported to runsolver:
#   pid: 2108
#   total CPU time (s): 724.43
#   total CPU user time (s): 718.464
#   total CPU system time (s): 5.96619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.387 second user time and 2.26099 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:33:33
IDJOB=4263510
IDBENCH=125591
IDSOLVER=2651
FILE ID=node106/4263510-1502624871
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5-p7/mdd-7-25-5-ps05-psh07-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263510-1502624871/watcher-4263510-1502624871 -o /tmp/evaluation-result-4263510-1502624871/solver-4263510-1502624871 -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-4263510-1502624871.xml

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

MD5SUM BENCH= cc3fcfac109c3d277a0ef72b27cdc983
RANDOM SEED=1799638846

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:        31477644 kB
MemAvailable:   31989880 kB
Buffers:          101664 kB
Cached:           698472 kB
SwapCached:            0 kB
Active:           485952 kB
Inactive:         369856 kB
Active(anon):      11400 kB
Inactive(anon):    72092 kB
Active(file):     474552 kB
Inactive(file):   297764 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            112636 kB
Writeback:             0 kB
AnonPages:         61600 kB
Mapped:            43296 kB
Shmem:             25228 kB
Slab:             137048 kB
SReclaimable:     111512 kB
SUnreclaim:        25536 kB
KernelStack:        3216 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 61660 MiB
End job on node106 at 2017-08-13 13:37:27