Trace number 4243640

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
R1: sat4j-CSP 2017-07-05? 1603.06 262.476

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

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243640-1500674719/watcher-4243640-1500674719 -o /tmp/evaluation-result-4243640-1500674719/solver-4243640-1500674719 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500672328-13793 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243640-1500674719.xml 

pid=14302
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.03 2.04 3/266 14305
/proc/meminfo: memFree=28485452/32770624 swapFree=5644/204868
[pid=14305] ppid=14302 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 2183 0 0 0 0 0 0 0 20 0 2 0 2739115 8550137856 2442 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2087436 2442 1197 1 0 2076347 0
[pid=14305/tid=14306] ppid=14302 vsize=8350772 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) R 14302 14305 9850 0 -1 4202560 921 0 0 0 0 0 0 0 20 0 3 0 2739116 8551190528 2442 33554432000 4194304 4196468 140731071192112 140151640119712 140151628617473 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=8350772 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) R 14302 14305 9850 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 3 0 2739117 8551190528 2442 33554432000 4194304 4196468 140731071192112 140151640119712 140151628617473 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0

[startup+0.100096 s]
/proc/loadavg: 1.93 2.03 2.04 3/266 14305
/proc/meminfo: memFree=28485452/32770624 swapFree=5644/204868
[pid=14305] ppid=14302 vsize=10503128 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 4208 0 0 0 8 1 0 0 20 0 15 0 2739115 10755203072 5381 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2658550 5381 2180 1 0 2646988 0
[pid=14305/tid=14306] ppid=14302 vsize=10634200 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) S 14302 14305 9850 0 -1 1077944384 2832 0 0 0 7 0 0 0 20 0 16 0 2739116 10889420800 5381 33554432000 4194304 4196468 140731071192112 140151640119344 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10568664 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2739117 10822311936 5381 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10503128

[startup+0.200473 s]
/proc/loadavg: 1.93 2.03 2.04 3/266 14305
/proc/meminfo: memFree=28485452/32770624 swapFree=5644/204868
[pid=14305] ppid=14302 vsize=10900556 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 6919 0 0 0 22 2 0 0 20 0 20 0 2739115 11162169344 7790 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2725139 7790 2852 1 0 2713552 0
[pid=14305/tid=14306] ppid=14302 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) R 14302 14305 9850 0 -1 4202560 4585 0 0 0 17 1 0 0 20 0 20 0 2739116 11162169344 7790 33554432000 4194304 4196468 140731071192112 140151640107904 140151619958110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2739117 11162169344 7790 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10900556

[startup+0.300317 s]
/proc/loadavg: 1.93 2.03 2.04 3/266 14305
/proc/meminfo: memFree=28485452/32770624 swapFree=5644/204868
[pid=14305] ppid=14302 vsize=10900556 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 7917 0 0 0 36 2 0 0 20 0 20 0 2739115 11162169344 9760 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2725139 9760 2951 1 0 2713552 0
[pid=14305/tid=14306] ppid=14302 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) R 14302 14305 9850 0 -1 4202560 5032 0 0 0 26 2 0 0 20 0 20 0 2739116 11162169344 9760 33554432000 4194304 4196468 140731071192112 140151640108624 140151635899549 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2739117 11162169344 9760 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10900556

[startup+0.700307 s]
/proc/loadavg: 1.93 2.03 2.04 3/266 14305
/proc/meminfo: memFree=28485452/32770624 swapFree=5644/204868
[pid=14305] ppid=14302 vsize=10900632 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 11165 0 0 0 133 7 0 0 20 0 20 0 2739115 11162247168 38961 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2725158 38961 3079 1 0 2713552 0
[pid=14305/tid=14306] ppid=14302 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) R 14302 14305 9850 0 -1 4202560 5746 0 0 0 62 5 0 0 20 0 20 0 2739116 11162247168 38961 33554432000 4194304 4196468 140731071192112 140151640113832 140151242128121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2739117 11162247168 38961 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10900632

[startup+1.50078 s]
/proc/loadavg: 1.93 2.03 2.04 3/286 14325
/proc/meminfo: memFree=28218456/32770624 swapFree=5644/205072
[pid=14305] ppid=14302 vsize=10900632 CPUtime=3.61 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 12961 0 0 0 285 76 0 0 20 0 20 0 2739115 11162247168 104626 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2725158 104626 3117 1 0 2713552 0
[pid=14305/tid=14306] ppid=14302 vsize=10900632 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) R 14302 14305 9850 0 -1 4202560 5844 0 0 0 125 8 0 0 20 0 20 0 2739116 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151640114968 140151244532980 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 65 0 0 0 3 8 0 0 20 0 20 0 2739117 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14308] ppid=14302 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14308/stat : 14308 (java) S 14302 14305 9850 0 -1 1077944384 97 0 0 0 3 8 0 0 20 0 20 0 2739117 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151242091664 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14310] ppid=14302 vsize=10900632 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14310/stat : 14310 (java) S 14302 14305 9850 0 -1 1077944384 105 0 0 0 6 6 0 0 20 0 20 0 2739117 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151241038608 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14311] ppid=14302 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14311/stat : 14311 (java) S 14302 14305 9850 0 -1 1077944384 86 0 0 0 3 8 0 0 20 0 20 0 2739117 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151239986064 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14312] ppid=14302 vsize=10900632 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14312/stat : 14312 (java) S 14302 14305 9850 0 -1 1077944384 141 0 0 0 4 8 0 0 20 0 20 0 2739117 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151238933008 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14313] ppid=14302 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14313/stat : 14313 (java) S 14302 14305 9850 0 -1 1077944384 110 0 0 0 4 9 0 0 20 0 20 0 2739117 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151237880464 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14314] ppid=14302 vsize=10900632 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14314/stat : 14314 (java) S 14302 14305 9850 0 -1 1077944384 101 0 0 0 4 8 0 0 20 0 20 0 2739117 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151236827408 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14315] ppid=14302 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14315/stat : 14315 (java) S 14302 14305 9850 0 -1 1077944384 49 0 0 0 2 6 0 0 20 0 20 0 2739117 11162247168 104626 33554432000 4194304 4196468 140731071192112 140151235774864 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14316] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14316/stat : 14316 (java) S 14302 14305 9850 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 2739119 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150454139632 140151635888770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14317] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14317/stat : 14317 (java) S 14302 14305 9850 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2739120 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150453085920 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14318] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14318/stat : 14318 (java) S 14302 14305 9850 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2739121 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150452032768 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14319] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14319/stat : 14319 (java) S 14302 14305 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2739125 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150450981328 140151635896219 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14320] ppid=14302 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14320/stat : 14320 (java) S 14302 14305 9850 0 -1 1077944384 1680 0 0 0 40 0 0 0 20 0 20 0 2739125 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150449928432 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14321] ppid=14302 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14321/stat : 14321 (java) S 14302 14305 9850 0 -1 1077944384 725 0 0 0 27 0 0 0 20 0 20 0 2739125 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150448875888 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14322] ppid=14302 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14322/stat : 14322 (java) S 14302 14305 9850 0 -1 1077944384 1220 0 0 0 35 0 0 0 20 0 20 0 2739125 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150447822832 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14323] ppid=14302 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14323/stat : 14323 (java) S 14302 14305 9850 0 -1 1077944384 1161 0 0 0 23 0 0 0 20 0 20 0 2739125 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150446770288 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14324] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14324/stat : 14324 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2739126 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150445718496 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14325] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14325/stat : 14325 (java) S 14302 14305 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2739126 11162247168 104626 33554432000 4194304 4196468 140731071192112 140150444666032 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 10900632

[startup+3.10081 s]
/proc/loadavg: 1.93 2.03 2.04 3/286 14325
/proc/meminfo: memFree=27787388/32770624 swapFree=5644/205072
[pid=14305] ppid=14302 vsize=10900632 CPUtime=6.05 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 15620 0 0 0 468 137 0 0 20 0 20 0 2739115 11162247168 199088 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2725158 199088 3119 1 0 2713552 0
[pid=14305/tid=14306] ppid=14302 vsize=10900632 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) R 14302 14305 9850 0 -1 4202560 7448 0 0 0 267 13 0 0 20 0 20 0 2739116 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151640115512 140151245211301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 138 0 0 0 8 15 0 0 20 0 20 0 2739117 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14308] ppid=14302 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14308/stat : 14308 (java) S 14302 14305 9850 0 -1 1077944384 215 0 0 0 9 14 0 0 20 0 20 0 2739117 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151242091664 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14310] ppid=14302 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14310/stat : 14310 (java) S 14302 14305 9850 0 -1 1077944384 200 0 0 0 9 14 0 0 20 0 20 0 2739117 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151241038608 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14311] ppid=14302 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14311/stat : 14311 (java) S 14302 14305 9850 0 -1 1077944384 176 0 0 0 8 15 0 0 20 0 20 0 2739117 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151239986064 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14312] ppid=14302 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14312/stat : 14312 (java) S 14302 14305 9850 0 -1 1077944384 244 0 0 0 9 15 0 0 20 0 20 0 2739117 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151238933008 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14313] ppid=14302 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14313/stat : 14313 (java) S 14302 14305 9850 0 -1 1077944384 187 0 0 0 8 15 0 0 20 0 20 0 2739117 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151237880464 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14314] ppid=14302 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14314/stat : 14314 (java) S 14302 14305 9850 0 -1 1077944384 215 0 0 0 8 15 0 0 20 0 20 0 2739117 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151236827408 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14315] ppid=14302 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14315/stat : 14315 (java) S 14302 14305 9850 0 -1 1077944384 95 0 0 0 8 13 0 0 20 0 20 0 2739117 11162247168 199088 33554432000 4194304 4196468 140731071192112 140151235774864 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14316] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14316/stat : 14316 (java) S 14302 14305 9850 0 -1 1077944384 509 0 0 0 0 0 0 0 20 0 20 0 2739119 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150454139632 140151635888770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14317] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14317/stat : 14317 (java) S 14302 14305 9850 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2739120 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150453085920 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14318] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14318/stat : 14318 (java) S 14302 14305 9850 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2739121 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150452032768 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14319] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14319/stat : 14319 (java) S 14302 14305 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2739125 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150450981328 140151635896219 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14320] ppid=14302 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14320/stat : 14320 (java) S 14302 14305 9850 0 -1 1077944384 1680 0 0 0 40 0 0 0 20 0 20 0 2739125 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150449928432 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14321] ppid=14302 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14321/stat : 14321 (java) S 14302 14305 9850 0 -1 1077944384 730 0 0 0 27 0 0 0 20 0 20 0 2739125 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150448875888 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14322] ppid=14302 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14322/stat : 14322 (java) S 14302 14305 9850 0 -1 1077944384 1220 0 0 0 35 0 0 0 20 0 20 0 2739125 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150447822832 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14323] ppid=14302 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14323/stat : 14323 (java) S 14302 14305 9850 0 -1 1077944384 1196 0 0 0 25 0 0 0 20 0 20 0 2739125 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150446770288 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14324] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14324/stat : 14324 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2739126 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150445718496 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14325] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14325/stat : 14325 (java) S 14302 14305 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2739126 11162247168 199088 33554432000 4194304 4196468 140731071192112 140150444666032 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 10900632

[startup+6.3012 s]
/proc/loadavg: 2.17 2.08 2.06 4/286 14325
/proc/meminfo: memFree=27125332/32770624 swapFree=5644/205072
[pid=14305] ppid=14302 vsize=10900632 CPUtime=13.35 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 44655 0 0 0 1144 191 0 0 20 0 20 0 2739115 11162247168 344068 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2725158 344068 3144 1 0 2713552 0
[pid=14305/tid=14306] ppid=14302 vsize=10900632 CPUtime=5.61 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) R 14302 14305 9850 0 -1 4202560 8998 0 0 0 542 19 0 0 20 0 20 0 2739116 11162247168 344068 33554432000 4194304 4196468 140731071192112 140151640094152 140151246791027 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 179 0 0 0 12 21 0 0 20 0 20 0 2739117 11162247168 344068 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14308] ppid=14302 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14308/stat : 14308 (java) S 14302 14305 9850 0 -1 1077944384 244 0 0 0 14 18 0 0 20 0 20 0 2739117 11162247168 344068 33554432000 4194304 4196468 140731071192112 140151242091664 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14310] ppid=14302 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14310/stat : 14310 (java) S 14302 14305 9850 0 -1 1077944384 234 0 0 0 12 20 0 0 20 0 20 0 2739117 11162247168 344068 33554432000 4194304 4196468 140731071192112 140151241038608 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14311] ppid=14302 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14311/stat : 14311 (java) S 14302 14305 9850 0 -1 1077944384 213 0 0 0 11 21 0 0 20 0 20 0 2739117 11162247168 344068 33554432000 4194304 4196468 140731071192112 140151239986064 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14312] ppid=14302 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14312/stat : 14312 (java) S 14302 14305 9850 0 -1 1077944384 281 0 0 0 12 21 0 0 20 0 20 0 2739117 11162247168 344068 33554432000 4194304 4196468 140731071192112 140151238933008 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14313] ppid=14302 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14313/stat : 14313 (java) S 14302 14305 9850 0 -1 1077944384 226 0 0 0 11 21 0 0 20 0 20 0 2739117 11162247168 344068 33554432000 4194304 4196468 140731071192112 140151237880464 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14314] ppid=14302 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15

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

[pid=14305/tid=14314] ppid=14302 vsize=10900632 CPUtime=190.29 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14314/stat : 14314 (java) R 14302 14305 9850 0 -1 4202560 56458 0 0 0 18750 279 0 0 20 0 20 0 2739117 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140151236827528 140151619260656 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14315] ppid=14302 vsize=10900632 CPUtime=190.18 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14315/stat : 14315 (java) R 14302 14305 9850 0 -1 4202560 42924 0 0 0 18753 265 0 0 20 0 20 0 2739117 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140151235774984 140151628505831 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14316] ppid=14302 vsize=10900632 CPUtime=18.03 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14316/stat : 14316 (java) S 14302 14305 9850 0 -1 1077944384 52608 0 0 0 1801 2 0 0 20 0 20 0 2739119 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150454138192 140151635887829 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14317] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14317/stat : 14317 (java) S 14302 14305 9850 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 2739120 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150453085920 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14318] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14318/stat : 14318 (java) S 14302 14305 9850 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 2739121 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150452032768 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14319] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14319/stat : 14319 (java) S 14302 14305 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2739125 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150450981328 140151635896219 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14320] ppid=14302 vsize=10900632 CPUtime=2.69 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14320/stat : 14320 (java) S 14302 14305 9850 0 -1 1077944384 17029 0 0 0 267 2 0 0 20 0 20 0 2739125 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150449928192 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14321] ppid=14302 vsize=10900632 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14321/stat : 14321 (java) S 14302 14305 9850 0 -1 1077944384 16562 0 0 0 212 1 0 0 20 0 20 0 2739125 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150448875936 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14322] ppid=14302 vsize=10900632 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14322/stat : 14322 (java) S 14302 14305 9850 0 -1 1077944384 6010 0 0 0 116 1 0 0 20 0 20 0 2739125 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150447822880 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14323] ppid=14302 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14323/stat : 14323 (java) S 14302 14305 9850 0 -1 1077944384 2997 0 0 0 38 1 0 0 20 0 20 0 2739125 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150446770336 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14324] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14324/stat : 14324 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2739126 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150445718496 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14325] ppid=14302 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14325/stat : 14325 (java) S 14302 14305 9850 0 -1 1077944384 299 0 0 0 6 4 0 0 20 0 20 0 2739126 11162247168 2104906 33554432000 4194304 4196468 140731071192112 140150444666032 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 37 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 1597.92
Current children cumulated vsize (KiB) 10900632

[startup+261.601 s]
/proc/loadavg: 8.34 4.95 3.19 10/287 14332
/proc/meminfo: memFree=19817532/32770624 swapFree=5644/205372
[pid=14305] ppid=14302 vsize=10900632 CPUtime=1602.37 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 544492 0 0 0 158068 2169 0 0 20 0 20 0 2739115 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2725158 2104907 3161 1 0 2713552 0
[pid=14305/tid=14306] ppid=14302 vsize=10900632 CPUtime=48.49 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) S 14302 14305 9850 0 -1 1077944384 22705 0 0 0 4818 31 0 0 20 0 20 0 2739116 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151640110144 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10900632 CPUtime=190.55 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 40886 0 0 0 18807 248 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14308] ppid=14302 vsize=10900632 CPUtime=191.27 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14308/stat : 14308 (java) S 14302 14305 9850 0 -1 1077944384 64552 0 0 0 18869 258 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151242091664 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14310] ppid=14302 vsize=10900632 CPUtime=191 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14310/stat : 14310 (java) S 14302 14305 9850 0 -1 1077944384 52505 0 0 0 18817 283 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151241038608 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14311] ppid=14302 vsize=10900632 CPUtime=192.06 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14311/stat : 14311 (java) S 14302 14305 9850 0 -1 1077944384 41186 0 0 0 18960 246 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151239986064 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14312] ppid=14302 vsize=10900632 CPUtime=191.52 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14312/stat : 14312 (java) S 14302 14305 9850 0 -1 1077944384 62615 0 0 0 18887 265 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151238933008 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14313] ppid=14302 vsize=10900632 CPUtime=191.05 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14313/stat : 14313 (java) S 14302 14305 9850 0 -1 1077944384 63655 0 0 0 18829 276 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151237880464 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14314] ppid=14302 vsize=10900632 CPUtime=190.81 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14314/stat : 14314 (java) S 14302 14305 9850 0 -1 1077944384 56458 0 0 0 18802 279 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151236827408 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14315] ppid=14302 vsize=10900632 CPUtime=190.71 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14315/stat : 14315 (java) S 14302 14305 9850 0 -1 1077944384 42924 0 0 0 18805 266 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151235774864 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14316] ppid=14302 vsize=10900632 CPUtime=18.28 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14316/stat : 14316 (java) R 14302 14305 9850 0 -1 4202560 52660 0 0 0 1826 2 0 0 20 0 20 0 2739119 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150454138080 140151620874027 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14317] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14317/stat : 14317 (java) S 14302 14305 9850 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 2739120 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150453085920 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14318] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14318/stat : 14318 (java) S 14302 14305 9850 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 2739121 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150452032768 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14319] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14319/stat : 14319 (java) S 14302 14305 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150450981328 140151635896219 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14320] ppid=14302 vsize=10900632 CPUtime=2.69 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14320/stat : 14320 (java) S 14302 14305 9850 0 -1 1077944384 17029 0 0 0 267 2 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150449928192 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14321] ppid=14302 vsize=10900632 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14321/stat : 14321 (java) S 14302 14305 9850 0 -1 1077944384 16562 0 0 0 212 1 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150448875936 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14322] ppid=14302 vsize=10900632 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14322/stat : 14322 (java) S 14302 14305 9850 0 -1 1077944384 6010 0 0 0 116 1 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150447822880 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14323] ppid=14302 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14323/stat : 14323 (java) S 14302 14305 9850 0 -1 1077944384 2997 0 0 0 38 1 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150446770336 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14324] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14324/stat : 14324 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2739126 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150445718496 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14325] ppid=14302 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14325/stat : 14325 (java) S 14302 14305 9850 0 -1 1077944384 299 0 0 0 6 4 0 0 20 0 20 0 2739126 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150444666032 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 37 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 10900632

[startup+262.001 s]
/proc/loadavg: 8.34 4.95 3.19 3/287 14332
/proc/meminfo: memFree=19817532/32770624 swapFree=5644/205372
[pid=14305] ppid=14302 vsize=10900632 CPUtime=1602.77 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 544762 0 0 0 158108 2169 0 0 20 0 20 0 2739115 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2725158 2104907 3161 1 0 2713552 0
[pid=14305/tid=14306] ppid=14302 vsize=10900632 CPUtime=48.49 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) S 14302 14305 9850 0 -1 1077944384 22705 0 0 0 4818 31 0 0 20 0 20 0 2739116 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151640110144 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=10900632 CPUtime=190.55 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 40886 0 0 0 18807 248 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14308] ppid=14302 vsize=10900632 CPUtime=191.27 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14308/stat : 14308 (java) S 14302 14305 9850 0 -1 1077944384 64552 0 0 0 18869 258 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151242091664 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14310] ppid=14302 vsize=10900632 CPUtime=191 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14310/stat : 14310 (java) S 14302 14305 9850 0 -1 1077944384 52505 0 0 0 18817 283 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151241038608 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14311] ppid=14302 vsize=10900632 CPUtime=192.06 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14311/stat : 14311 (java) S 14302 14305 9850 0 -1 1077944384 41186 0 0 0 18960 246 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151239986064 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14312] ppid=14302 vsize=10900632 CPUtime=191.52 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14312/stat : 14312 (java) S 14302 14305 9850 0 -1 1077944384 62615 0 0 0 18887 265 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151238933008 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14313] ppid=14302 vsize=10900632 CPUtime=191.05 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14313/stat : 14313 (java) S 14302 14305 9850 0 -1 1077944384 63655 0 0 0 18829 276 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151237880464 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14314] ppid=14302 vsize=10900632 CPUtime=190.81 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14314/stat : 14314 (java) S 14302 14305 9850 0 -1 1077944384 56458 0 0 0 18802 279 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151236827408 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14315] ppid=14302 vsize=10900632 CPUtime=190.71 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14315/stat : 14315 (java) S 14302 14305 9850 0 -1 1077944384 42924 0 0 0 18805 266 0 0 20 0 20 0 2739117 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140151235774864 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14316] ppid=14302 vsize=10900632 CPUtime=18.68 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14316/stat : 14316 (java) R 14302 14305 9850 0 -1 4202560 52930 0 0 0 1866 2 0 0 20 0 20 0 2739119 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150454138080 140151620335226 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14317] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14317/stat : 14317 (java) S 14302 14305 9850 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 2739120 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150453085920 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14318] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14318/stat : 14318 (java) S 14302 14305 9850 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 2739121 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150452032768 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14319] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14319/stat : 14319 (java) S 14302 14305 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150450981328 140151635896219 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14320] ppid=14302 vsize=10900632 CPUtime=2.69 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14320/stat : 14320 (java) S 14302 14305 9850 0 -1 1077944384 17029 0 0 0 267 2 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150449928192 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14321] ppid=14302 vsize=10900632 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14321/stat : 14321 (java) S 14302 14305 9850 0 -1 1077944384 16562 0 0 0 212 1 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150448875936 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14322] ppid=14302 vsize=10900632 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14322/stat : 14322 (java) S 14302 14305 9850 0 -1 1077944384 6010 0 0 0 116 1 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150447822880 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14323] ppid=14302 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14323/stat : 14323 (java) S 14302 14305 9850 0 -1 1077944384 2997 0 0 0 38 1 0 0 20 0 20 0 2739125 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150446770336 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14324] ppid=14302 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14324/stat : 14324 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2739126 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150445718496 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14325] ppid=14302 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14325/stat : 14325 (java) S 14302 14305 9850 0 -1 1077944384 299 0 0 0 6 4 0 0 20 0 20 0 2739126 11162247168 2104907 33554432000 4194304 4196468 140731071192112 140150444666032 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 37 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 1602.77
Current children cumulated vsize (KiB) 10900632

[startup+262.401 s]
/proc/loadavg: 8.34 4.95 3.19 3/287 14332
/proc/meminfo: memFree=19817532/32770624 swapFree=5644/205372
[pid=14305] ppid=14302 vsize=11033912 CPUtime=1603 cores=1,3,5,7,9,11,13,15
/proc/14305/stat : 14305 (java) S 14302 14305 9850 0 -1 1077944320 545608 0 2 0 158130 2170 0 0 20 0 21 0 2739115 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140731071174656 140151635877623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
/proc/14305/statm: 2758478 2105126 3206 1 0 2746834 0
[pid=14305/tid=14306] ppid=14302 vsize=11033912 CPUtime=48.52 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14306/stat : 14306 (java) S 14302 14305 9850 0 -1 1077944384 23182 0 2 0 4821 31 0 0 20 0 21 0 2739116 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151640118304 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14307] ppid=14302 vsize=11033912 CPUtime=190.55 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14307/stat : 14307 (java) S 14302 14305 9850 0 -1 1077944384 40886 0 0 0 18807 248 0 0 20 0 21 0 2739117 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151561952272 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14308] ppid=14302 vsize=11033912 CPUtime=191.27 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14308/stat : 14308 (java) S 14302 14305 9850 0 -1 1077944384 64552 0 0 0 18869 258 0 0 20 0 21 0 2739117 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151242091664 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14310] ppid=14302 vsize=11033912 CPUtime=191 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14310/stat : 14310 (java) S 14302 14305 9850 0 -1 1077944384 52505 0 0 0 18817 283 0 0 20 0 21 0 2739117 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151241038608 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14311] ppid=14302 vsize=11033912 CPUtime=192.06 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14311/stat : 14311 (java) S 14302 14305 9850 0 -1 1077944384 41186 0 0 0 18960 246 0 0 20 0 21 0 2739117 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151239986064 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14312] ppid=14302 vsize=11033912 CPUtime=191.52 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14312/stat : 14312 (java) S 14302 14305 9850 0 -1 1077944384 62615 0 0 0 18887 265 0 0 20 0 21 0 2739117 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151238933008 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14313] ppid=14302 vsize=11033912 CPUtime=191.05 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14313/stat : 14313 (java) S 14302 14305 9850 0 -1 1077944384 63655 0 0 0 18829 276 0 0 20 0 21 0 2739117 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151237880464 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14314] ppid=14302 vsize=11033912 CPUtime=190.81 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14314/stat : 14314 (java) S 14302 14305 9850 0 -1 1077944384 56458 0 0 0 18802 279 0 0 20 0 21 0 2739117 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151236827408 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14315] ppid=14302 vsize=11033912 CPUtime=190.71 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14315/stat : 14315 (java) S 14302 14305 9850 0 -1 1077944384 42924 0 0 0 18805 266 0 0 20 0 21 0 2739117 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140151235774864 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14316] ppid=14302 vsize=11033912 CPUtime=18.84 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14316/stat : 14316 (java) S 14302 14305 9850 0 -1 1077944384 52963 0 0 0 1882 2 0 0 20 0 21 0 2739119 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150454139632 140151635888770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14317] ppid=14302 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14317/stat : 14317 (java) S 14302 14305 9850 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 21 0 2739120 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150453085920 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14318] ppid=14302 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14318/stat : 14318 (java) S 14302 14305 9850 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 21 0 2739121 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150452032768 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14319] ppid=14302 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14319/stat : 14319 (java) S 14302 14305 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2739125 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150450981328 140151635896219 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14320] ppid=14302 vsize=11033912 CPUtime=2.69 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14320/stat : 14320 (java) S 14302 14305 9850 0 -1 1077944384 17100 0 0 0 267 2 0 0 20 0 21 0 2739125 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150449928432 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14321] ppid=14302 vsize=11033912 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14321/stat : 14321 (java) S 14302 14305 9850 0 -1 1077944384 16562 0 0 0 212 1 0 0 20 0 21 0 2739125 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150448875888 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14322] ppid=14302 vsize=11033912 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14322/stat : 14322 (java) S 14302 14305 9850 0 -1 1077944384 6010 0 0 0 116 1 0 0 20 0 21 0 2739125 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150447822832 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14323] ppid=14302 vsize=11033912 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14323/stat : 14323 (java) S 14302 14305 9850 0 -1 1077944384 3212 0 0 0 39 1 0 0 20 0 21 0 2739125 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150446770288 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14324] ppid=14302 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14324/stat : 14324 (java) S 14302 14305 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2739126 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150445718496 140151635887829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
[pid=14305/tid=14325] ppid=14302 vsize=11033912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14305/task/14325/stat : 14325 (java) S 14302 14305 9850 0 -1 1077944384 299 0 0 0 6 4 0 0 20 0 21 0 2739126 11298725888 2105126 33554432000 4194304 4196468 140731071192112 140150444666032 140151635888770 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 37 0 0 6293624 6294260 6651904 140731071198379 140731071198532 140731071198532 140731071201231 0
Current children cumulated CPU time (s) 1603
Current children cumulated vsize (KiB) 11033912

Child status: 0
Real time (s): 262.476
CPU time (s): 1603.06
CPU user time (s): 1581.31
CPU system time (s): 21.7558
CPU usage (%): 610.747
Max. virtual memory (cumulated for all children) (KiB): 11033912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1581.31
system time used= 21.7558
maximum resident set size= 8420648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545707
page faults= 2
swaps= 0
block input operations= 1888
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32400
involuntary context switches= 111885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.1391 second user time and 2.72654 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-22 00:05:19
IDJOB=4243640
IDBENCH=125591
IDSOLVER=2623
FILE ID=node134/4243640-1500674719
RUNJOBID= node134-1500672328-13793
PBS_JOBID= 20623286
Free space on /tmp= 61972 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-4243640-1500674719/watcher-4243640-1500674719 -o /tmp/evaluation-result-4243640-1500674719/solver-4243640-1500674719 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500672328-13793 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243640-1500674719.xml

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

MD5SUM BENCH= cc3fcfac109c3d277a0ef72b27cdc983
RANDOM SEED=1452464862

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.84
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28485828 kB
MemAvailable:   28535312 kB
Buffers:           41192 kB
Cached:           317896 kB
SwapCached:            0 kB
Active:          3685992 kB
Inactive:         213740 kB
Active(anon):    3543372 kB
Inactive(anon):     8872 kB
Active(file):     142620 kB
Inactive(file):   204868 kB
Unevictable:        5644 kB
Mlocked:            5644 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             34428 kB
Writeback:             0 kB
AnonPages:       3554420 kB
Mapped:            42272 kB
Shmem:              8872 kB
Slab:              68220 kB
SReclaimable:      35660 kB
SUnreclaim:        32560 kB
KernelStack:        4624 kB
PageTables:        11864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4239840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3352576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61972 MiB
End job on node134 at 2017-07-22 00:09:42