Trace number 4263508

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1385.79 418.742

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-90-90.xml
MD5SUM4d5ee0d3a7698119cef28df18be09f14
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.9392
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":90}]
Minimum variable degree89
Maximum variable degree89
Distribution of variable degrees[{"degree":89,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4005}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13871 MiB free)
  memory of node 1: 16384 MiB (14159 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263508-1502624872/watcher-4263508-1502624872 -o /tmp/evaluation-result-4263508-1502624872/solver-4263508-1502624872 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263508-1502624872.xml 

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

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


[startup+0.100712 s]*
/proc/loadavg: 1.92 2.01 1.98 8/215 12531
/proc/meminfo: memFree=28676712/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10555400 memory=29880 CPUtime=0.13 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 6601 0 0 0 12 1 0 0 20 0 15 0 95568343 10808729600 7470 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2638850 7470 2790 1 0 2627263 0
[pid=12516/tid=12518] ppid=12513 vsize=10555400 memory=-7254954386087372155 CPUtime=0.09 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) R 12513 12516 6338 0 -1 4202560 4450 0 0 0 9 0 0 0 20 0 15 0 95568343 10808729600 7470 33554432000 4194304 4196468 140730372441904 140513508014752 140513503814813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10555400 memory=5793855054125492665 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 7470 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 7470 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 7470 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 7470 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) S 12513 12516 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568345 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512539384688 140513503804034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12524] ppid=12513 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12524/stat : 12524 (java) S 12513 12516 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95568345 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512538330656 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12525] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12525/stat : 12525 (java) S 12513 12516 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95568346 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512537277808 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12526] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12526/stat : 12526 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512536226128 140513503811483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12527] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12527/stat : 12527 (java) R 12513 12516 6338 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512535173488 140513503804034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12528] ppid=12513 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12528/stat : 12528 (java) S 12513 12516 6338 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512534120688 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12529] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0.02 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) R 12513 12516 6338 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 15 0 95568348 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512533067888 140513503804822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12531] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12531/stat : 12531 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 7470 33554432000 4194304 4196468 140730372441904 140512530963632 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29880 KiB

[startup+0.212309 s]*
/proc/loadavg: 1.92 2.01 1.98 6/215 12531
/proc/meminfo: memFree=28605920/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10555400 memory=46660 CPUtime=0.34 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 8278 0 0 0 32 2 0 0 20 0 15 0 95568343 10808729600 11665 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2638850 11665 2968 1 0 2627263 0
[pid=12516/tid=12518] ppid=12513 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) R 12513 12516 6338 0 -1 4202560 5016 0 0 0 19 1 0 0 20 0 15 0 95568343 10808729600 11665 33554432000 4194304 4196468 140730372441904 140513508031312 140513503814813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10555400 memory=4211973529320390026 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 11665 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 11665 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 11665 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 11665 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) S 12513 12516 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568345 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512539384688 140513503804034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12524] ppid=12513 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12524/stat : 12524 (java) S 12513 12516 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95568345 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512538330656 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12525] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12525/stat : 12525 (java) S 12513 12516 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95568346 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512537277808 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12526] ppid=12513 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12526/stat : 12526 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512536226128 140513503811483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12527] ppid=12513 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12516/task/12527/stat : 12527 (java) R 12513 12516 6338 0 -1 1077944384 693 0 0 0 2 0 0 0 20 0 15 0 95568348 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512535173488 140513503804034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12528] ppid=12513 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12516/task/12528/stat : 12528 (java) R 12513 12516 6338 0 -1 4202560 435 0 0 0 2 0 0 0 20 0 15 0 95568348 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512534120688 140513489853452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12529] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0.07 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) R 12513 12516 6338 0 -1 4202560 767 0 0 0 7 0 0 0 20 0 15 0 95568348 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512533067888 140513482761524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12531] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12531/stat : 12531 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 11665 33554432000 4194304 4196468 140730372441904 140512530963632 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 46660 KiB

[startup+0.311427 s]*
/proc/loadavg: 1.92 2.01 1.98 7/215 12531
/proc/meminfo: memFree=28470524/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10555400 memory=111284 CPUtime=0.61 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 9559 0 0 0 57 4 0 0 20 0 15 0 95568343 10808729600 27821 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2638850 27821 3029 1 0 2627263 0
[pid=12516/tid=12518] ppid=12513 vsize=10555400 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) R 12513 12516 6338 0 -1 4202560 5048 0 0 0 27 3 0 0 20 0 15 0 95568343 10808729600 28333 33554432000 4194304 4196468 140730372441904 140513508024208 140513503814813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10555400 memory=4211973529320390026 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 28333 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10555400 memory=139803115601845 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 28333 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10555400 memory=139802997539538 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 28333 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10555400 memory=139802997542351 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568344 10808729600 28333 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10555400 memory=139803115605853 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) S 12513 12516 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568345 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512539384688 140513503804034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12524] ppid=12513 vsize=10555400 memory=139802997551535 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12524/stat : 12524 (java) S 12513 12516 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95568345 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512538330656 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12525] ppid=12513 vsize=10555400 memory=279605995093904 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12525/stat : 12525 (java) S 12513 12516 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95568346 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512537277808 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12526] ppid=12513 vsize=10555400 memory=279605995091600 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12526/stat : 12526 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512536226128 140513503811483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12527] ppid=12513 vsize=10555400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12516/task/12527/stat : 12527 (java) R 12513 12516 6338 0 -1 4202560 1437 0 0 0 10 0 0 0 20 0 15 0 95568348 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512535154504 140513487703543 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12528] ppid=12513 vsize=10555400 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12516/task/12528/stat : 12528 (java) R 12513 12516 6338 0 -1 4202560 859 0 0 0 9 0 0 0 20 0 15 0 95568348 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512534106152 140513489815142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12529] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0.09 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) R 12513 12516 6338 0 -1 1077944384 849 0 0 0 9 0 0 0 20 0 15 0 95568348 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512533067888 140513503804034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10555400 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12531] ppid=12513 vsize=10555400 memory=139803115599488 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12531/stat : 12531 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568348 10808729600 28333 33554432000 4194304 4196468 140730372441904 140512530963632 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 111284 KiB

[startup+0.700686 s]
/proc/loadavg: 1.92 2.01 1.98 4/215 12531
/proc/meminfo: memFree=28152536/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10555476 memory=297548 CPUtime=1.48 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 11938 0 0 0 133 15 0 0 20 0 15 0 95568343 10808807424 74387 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2638869 74387 3087 1 0 2627263 0
[pid=12516/tid=12518] ppid=12513 vsize=10555476 memory=1952 CPUtime=0.62 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) R 12513 12516 6338 0 -1 4202560 5739 0 0 0 56 6 0 0 20 0 15 0 95568343 10808807424 74387 33554432000 4194304 4196468 140730372441904 140513508030640 140513503814234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10555476 memory=5796 CPUtime=0.02 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 41 0 0 0 1 1 0 0 20 0 15 0 95568344 10808807424 74387 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10555476 memory=4616 CPUtime=0.02 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 15 0 95568344 10808807424 74387 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10555476 memory=7523356985603351872 CPUtime=0.04 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 59 0 0 0 2 2 0 0 20 0 15 0 95568344 10808807424 74387 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10555476 memory=7881696724453321575 CPUtime=0.04 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 72 0 0 0 2 2 0 0 20 0 15 0 95568344 10808807424 74387 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10555476 memory=7295951592347422800 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) S 12513 12516 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95568345 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512539384688 140513503804034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12524] ppid=12513 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12524/stat : 12524 (java) S 12513 12516 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95568345 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512538330656 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12525] ppid=12513 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12525/stat : 12525 (java) S 12513 12516 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95568346 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512537277808 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12526] ppid=12513 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12526/stat : 12526 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512536226128 140513503811483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12527] ppid=12513 vsize=10555476 memory=70 CPUtime=0.26 cores=1,3,5,7
/proc/12516/task/12527/stat : 12527 (java) R 12513 12516 6338 0 -1 4202560 2079 0 0 0 25 1 0 0 20 0 15 0 95568348 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512535173488 140513496777929 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12528] ppid=12513 vsize=10555476 memory=3 CPUtime=0.24 cores=1,3,5,7
/proc/12516/task/12528/stat : 12528 (java) R 12513 12516 6338 0 -1 1077944384 1458 0 0 0 24 0 0 0 20 0 15 0 95568348 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512534120688 140513503804034 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12529] ppid=12513 vsize=10555476 memory=5956 CPUtime=0.17 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) R 12513 12516 6338 0 -1 4202560 1014 0 0 0 17 0 0 0 20 0 15 0 95568348 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512533067888 140513503804822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10555476 memory=279605995277808 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12531] ppid=12513 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12531/stat : 12531 (java) S 12513 12516 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568348 10808807424 74387 33554432000 4194304 4196468 140730372441904 140512530963632 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 297548 KiB

[startup+1.50144 s]
/proc/loadavg: 1.92 2.01 1.98 5/215 12531
/proc/meminfo: memFree=27846524/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10555476 memory=628020 CPUtime=3.55 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 14273 0 0 0 312 43 0 0 20 0 15 0 95568343 10808807424 157005 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2638869 157005 3119 1 0 2627263 0
[pid=12516/tid=12518] ppid=12513 vsize=10555476 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) R 12513 12516 6338 0 -1 4202560 5817 0 0 0 115 7 0 0 20 0 15 0 95568343 10808807424 157005 33554432000 4194304 4196468 140730372441904 140513508028904 140513093431641 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10555476 memory=-6580982293807129186 CPUtime=0.2 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 475 0 0 0 12 8 0 0 20 0 15 0 95568344 10808807424 157005 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10555476 memory=-6007660418857049897 CPUtime=0.19 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 295 0 0 0 12 7 0 0 20 0 15 0 95568344 10808807424 157005 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10555476 memory=-1161699032755887712 CPUtime=0.22 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 505 0 0 0 14 8 0 0 20 0 15 0 95568344 10808807424 157005 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10555476 memory=-6305719399229384064 CPUtime=0.22 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 349 0 0 0 14 8 0 0 20 0 15 0 95568344 10808807424 157005 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10555476 memory=-6305717187236816000 CPUtime=0.01 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) S 12513 12516 6338 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 15 0 95568345 10808807424 157005 33554432000 4194304 4196468 140730372441904 140512539384688 140513503804034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0

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

[pid=12516/tid=12529] ppid=12513 vsize=10555628 memory=16432 CPUtime=0.52 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) S 12513 12516 6338 0 -1 1077944384 4932 0 0 0 51 1 0 0 20 0 15 0 95568348 10808963072 2091921 33554432000 4194304 4196468 140730372441904 140512533067936 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10555628 memory=16628 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808963072 2091921 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12531] ppid=12513 vsize=10555628 memory=4044 CPUtime=0.18 cores=1,3,5,7
/proc/12516/task/12531/stat : 12531 (java) S 12513 12516 6338 0 -1 1077944384 1277 0 0 0 10 8 0 0 20 0 15 0 95568348 10808963072 2091921 33554432000 4194304 4196468 140730372441904 140512530963632 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 1379.65 s
Current children cumulated vsize: 10555628 KiB
Current children cumulated memory: 8367684 KiB

[startup+417.601 s]
/proc/loadavg: 7.43 5.56 3.56 10/216 12545
/proc/meminfo: memFree=12089656/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10555628 memory=8367688 CPUtime=1384.81 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 252228 0 2 0 137906 575 0 0 20 0 15 0 95568343 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2638907 2091922 3195 1 0 2627263 0
[pid=12516/tid=12518] ppid=12513 vsize=10555628 memory=8367688 CPUtime=48.09 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) S 12513 12516 6338 0 -1 1077944384 25729 0 2 0 4779 30 0 0 20 0 15 0 95568343 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140513508031648 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10555628 memory=8367684 CPUtime=322.12 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 25598 0 0 0 32077 135 0 0 20 0 15 0 95568344 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10555628 memory=6791534058613427641 CPUtime=321.15 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 26213 0 0 0 31979 136 0 0 20 0 15 0 95568344 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10555628 memory=1204 CPUtime=322.34 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 26718 0 0 0 32108 126 0 0 20 0 15 0 95568344 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10555628 memory=1716 CPUtime=321.88 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 27957 0 0 0 32060 128 0 0 20 0 15 0 95568344 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10555628 memory=8367684 CPUtime=44.18 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) R 12513 12516 6338 0 -1 4202560 85826 0 0 0 4412 6 0 0 20 0 15 0 95568345 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512539383232 140513488789396 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12524] ppid=12513 vsize=10555628 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12524/stat : 12524 (java) S 12513 12516 6338 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 95568345 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512538330720 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12525] ppid=12513 vsize=10555628 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12525/stat : 12525 (java) S 12513 12516 6338 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 95568346 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512537277824 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12526] ppid=12513 vsize=10555628 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12526/stat : 12526 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512536226128 140513503811483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12527] ppid=12513 vsize=10555628 memory=28128 CPUtime=2.12 cores=1,3,5,7
/proc/12516/task/12527/stat : 12527 (java) S 12513 12516 6338 0 -1 1077944384 12445 0 0 0 210 2 0 0 20 0 15 0 95568348 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512535162448 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12528] ppid=12513 vsize=10555628 memory=2428 CPUtime=2.11 cores=1,3,5,7
/proc/12516/task/12528/stat : 12528 (java) S 12513 12516 6338 0 -1 1077944384 14093 0 0 0 208 3 0 0 20 0 15 0 95568348 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512534120448 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12529] ppid=12513 vsize=10555628 memory=1292 CPUtime=0.52 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) S 12513 12516 6338 0 -1 1077944384 4932 0 0 0 51 1 0 0 20 0 15 0 95568348 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512533067936 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10555628 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12531] ppid=12513 vsize=10555628 memory=1792 CPUtime=0.18 cores=1,3,5,7
/proc/12516/task/12531/stat : 12531 (java) S 12513 12516 6338 0 -1 1077944384 1279 0 0 0 10 8 0 0 20 0 15 0 95568348 10808963072 2091922 33554432000 4194304 4196468 140730372441904 140512530963632 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 1384.81 s
Current children cumulated vsize: 10555628 KiB
Current children cumulated memory: 8367688 KiB

[startup+418.401 s]
/proc/loadavg: 7.23 5.55 3.57 6/216 12545
/proc/meminfo: memFree=12089656/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10555628 memory=8367692 CPUtime=1385.61 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 252243 0 2 0 137986 575 0 0 20 0 15 0 95568343 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2638907 2091923 3196 1 0 2627263 0
[pid=12516/tid=12518] ppid=12513 vsize=10555628 memory=1236 CPUtime=48.09 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) S 12513 12516 6338 0 -1 1077944384 25729 0 2 0 4779 30 0 0 20 0 15 0 95568343 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140513508031648 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10555628 memory=960 CPUtime=322.12 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 25598 0 0 0 32077 135 0 0 20 0 15 0 95568344 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10555628 memory=6791534058613427641 CPUtime=321.15 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 26213 0 0 0 31979 136 0 0 20 0 15 0 95568344 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10555628 memory=1236 CPUtime=322.34 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 26718 0 0 0 32108 126 0 0 20 0 15 0 95568344 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10555628 memory=960 CPUtime=321.88 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 27957 0 0 0 32060 128 0 0 20 0 15 0 95568344 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10555628 memory=2240 CPUtime=44.98 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) R 12513 12516 6338 0 -1 4202560 85841 0 0 0 4492 6 0 0 20 0 15 0 95568345 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512539383232 140513488789268 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12524] ppid=12513 vsize=10555628 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12524/stat : 12524 (java) S 12513 12516 6338 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 95568345 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512538330720 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12525] ppid=12513 vsize=10555628 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12525/stat : 12525 (java) S 12513 12516 6338 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 95568346 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512537277824 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12526] ppid=12513 vsize=10555628 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12526/stat : 12526 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512536226128 140513503811483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12527] ppid=12513 vsize=10555628 memory=2196 CPUtime=2.12 cores=1,3,5,7
/proc/12516/task/12527/stat : 12527 (java) S 12513 12516 6338 0 -1 1077944384 12445 0 0 0 210 2 0 0 20 0 15 0 95568348 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512535162448 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12528] ppid=12513 vsize=10555628 memory=6508 CPUtime=2.11 cores=1,3,5,7
/proc/12516/task/12528/stat : 12528 (java) S 12513 12516 6338 0 -1 1077944384 14093 0 0 0 208 3 0 0 20 0 15 0 95568348 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512534120448 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12529] ppid=12513 vsize=10555628 memory=840 CPUtime=0.52 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) S 12513 12516 6338 0 -1 1077944384 4932 0 0 0 51 1 0 0 20 0 15 0 95568348 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512533067936 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10555628 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568348 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12531] ppid=12513 vsize=10555628 memory=916 CPUtime=0.18 cores=1,3,5,7
/proc/12516/task/12531/stat : 12531 (java) S 12513 12516 6338 0 -1 1077944384 1279 0 0 0 10 8 0 0 20 0 15 0 95568348 10808963072 2091923 33554432000 4194304 4196468 140730372441904 140512530963632 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 1385.61 s
Current children cumulated vsize: 10555628 KiB
Current children cumulated memory: 8367692 KiB

[startup+418.601 s]
/proc/loadavg: 7.23 5.55 3.57 6/216 12545
/proc/meminfo: memFree=12089656/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10690804 memory=8368340 CPUtime=1385.74 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 253849 0 2 0 137999 575 0 0 20 0 16 0 95568343 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2672701 2092085 3208 1 0 2661057 0
[pid=12516/tid=12518] ppid=12513 vsize=10690804 memory=12064 CPUtime=48.11 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) S 12513 12516 6338 0 -1 1077944384 26073 0 2 0 4781 30 0 0 20 0 16 0 95568343 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140513508033568 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10690804 memory=1004 CPUtime=322.12 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 25598 0 0 0 32077 135 0 0 20 0 16 0 95568344 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10690804 memory=1228 CPUtime=321.15 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 26213 0 0 0 31979 136 0 0 20 0 16 0 95568344 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10690804 memory=1952 CPUtime=322.34 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 26718 0 0 0 32108 126 0 0 20 0 16 0 95568344 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10690804 memory=5796 CPUtime=321.88 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 27957 0 0 0 32060 128 0 0 20 0 16 0 95568344 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10690804 memory=4616 CPUtime=45.06 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) S 12513 12516 6338 0 -1 1077944384 85922 0 0 0 4500 6 0 0 20 0 16 0 95568345 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512539384688 140513503804034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12524] ppid=12513 vsize=10690804 memory=8367684 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12524/stat : 12524 (java) S 12513 12516 6338 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 95568345 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512538330720 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12525] ppid=12513 vsize=10690804 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12525/stat : 12525 (java) S 12513 12516 6338 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 95568346 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512537277824 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12526] ppid=12513 vsize=10690804 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12526/stat : 12526 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95568348 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512536226128 140513503811483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12527] ppid=12513 vsize=10690804 memory=16628 CPUtime=2.12 cores=1,3,5,7
/proc/12516/task/12527/stat : 12527 (java) S 12513 12516 6338 0 -1 1077944384 12586 0 0 0 210 2 0 0 20 0 16 0 95568348 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512535173488 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12528] ppid=12513 vsize=10690804 memory=4044 CPUtime=2.14 cores=1,3,5,7
/proc/12516/task/12528/stat : 12528 (java) S 12513 12516 6338 0 -1 1077944384 14795 0 0 0 211 3 0 0 20 0 16 0 95568348 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512534120688 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12529] ppid=12513 vsize=10690804 memory=1792 CPUtime=0.53 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) S 12513 12516 6338 0 -1 1077944384 5201 0 0 0 52 1 0 0 20 0 16 0 95568348 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512533067888 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10690804 memory=8367688 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95568348 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12531] ppid=12513 vsize=10690804 memory=8367684 CPUtime=0.19 cores=1,3,5,7
/proc/12516/task/12531/stat : 12531 (java) S 12513 12516 6338 0 -1 1077944384 1279 0 0 0 11 8 0 0 20 0 16 0 95568348 10947383296 2092085 33554432000 4194304 4196468 140730372441904 140512530963632 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 1385.74 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8368340 KiB

[startup+418.701 s]
/proc/loadavg: 7.23 5.55 3.57 6/216 12545
/proc/meminfo: memFree=12089656/32770624 swapFree=67108860/67108860
[pid=12516] ppid=12513 vsize=10690804 memory=8368396 CPUtime=1385.74 cores=1,3,5,7
/proc/12516/stat : 12516 (java) S 12513 12516 6338 0 -1 1077944320 253907 0 2 0 137999 575 0 0 20 0 14 0 95568343 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140730372424448 140513503792887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
/proc/12516/statm: 2672701 2092099 3208 1 0 2661057 0
[pid=12516/tid=12518] ppid=12513 vsize=10690804 memory=8367684 CPUtime=48.11 cores=1,3,5,7
/proc/12516/task/12518/stat : 12518 (java) S 12513 12516 6338 0 -1 1077944384 26073 0 2 0 4781 30 0 0 20 0 14 0 95568343 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140513508035728 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12519] ppid=12513 vsize=10690804 memory=4096 CPUtime=322.12 cores=1,3,5,7
/proc/12516/task/12519/stat : 12519 (java) S 12513 12516 6338 0 -1 1077944384 25598 0 0 0 32077 135 0 0 20 0 14 0 95568344 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140513429867152 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12520] ppid=12513 vsize=10690804 memory=8367684 CPUtime=321.15 cores=1,3,5,7
/proc/12516/task/12520/stat : 12520 (java) S 12513 12516 6338 0 -1 1077944384 26213 0 0 0 31979 136 0 0 20 0 14 0 95568344 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140513428814352 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12521] ppid=12513 vsize=10690804 memory=8367684 CPUtime=322.34 cores=1,3,5,7
/proc/12516/task/12521/stat : 12521 (java) S 12513 12516 6338 0 -1 1077944384 26718 0 0 0 32108 126 0 0 20 0 14 0 95568344 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140513427761552 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12522] ppid=12513 vsize=10690804 memory=1440 CPUtime=321.88 cores=1,3,5,7
/proc/12516/task/12522/stat : 12522 (java) S 12513 12516 6338 0 -1 1077944384 27957 0 0 0 32060 128 0 0 20 0 14 0 95568344 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140513426708752 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12523] ppid=12513 vsize=10690804 memory=8367684 CPUtime=45.06 cores=1,3,5,7
/proc/12516/task/12523/stat : 12523 (java) S 12513 12516 6338 0 -1 1077944384 85922 0 0 0 4500 6 0 0 20 0 14 0 95568345 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140512539384896 140513503804034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12524] ppid=12513 vsize=10690804 memory=8367684 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12524/stat : 12524 (java) S 12513 12516 6338 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 14 0 95568345 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140512538330720 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12525] ppid=12513 vsize=10690804 memory=8367684 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12525/stat : 12525 (java) S 12513 12516 6338 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 14 0 95568346 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140512537277824 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12526] ppid=12513 vsize=10690804 memory=8367688 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12526/stat : 12526 (java) S 12513 12516 6338 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 14 0 95568348 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140512536224896 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12527] ppid=12513 vsize=10690804 memory=8368340 CPUtime=2.12 cores=1,3,5,7
/proc/12516/task/12527/stat : 12527 (java) S 12513 12516 6338 0 -1 1077944384 12589 0 0 0 210 2 0 0 20 0 14 0 95568348 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140512535173488 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12528] ppid=12513 vsize=10690804 memory=8367684 CPUtime=2.14 cores=1,3,5,7
/proc/12516/task/12528/stat : 12528 (java) S 12513 12516 6338 0 -1 1077944384 14795 0 0 0 211 3 0 0 20 0 14 0 95568348 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140512534120688 140513503804034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12529] ppid=12513 vsize=10690804 memory=8367684 CPUtime=0.53 cores=1,3,5,7
/proc/12516/task/12529/stat : 12529 (java) S 12513 12516 6338 0 -1 1077944384 5202 0 0 0 52 1 0 0 20 0 14 0 95568348 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140512533063760 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
[pid=12516/tid=12530] ppid=12513 vsize=10690804 memory=8367688 CPUtime=0 cores=1,3,5,7
/proc/12516/task/12530/stat : 12530 (java) S 12513 12516 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 95568348 10947383296 2092099 33554432000 4194304 4196468 140730372441904 140512532015328 140513503803093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14417920 140730372445318 140730372445471 140730372445471 140730372448207 0
Current children cumulated CPU time: 1385.74 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8368396 KiB

Child status: 0
Real time (s): 418.742
CPU time (s): 1385.79
CPU user time (s): 1380
CPU system time (s): 5.79062
CPU usage (%): 330.942
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8368396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1380
system time used= 5.79062
maximum resident set size= 8368452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253929
page faults= 2
swaps= 0
block input operations= 1624
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20357
involuntary context switches= 27436


# summary of solver processes directly reported to runsolver:
#   pid: 12516
#   total CPU time (s): 1385.79
#   total CPU user time (s): 1380
#   total CPU system time (s): 5.79062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.46697 second user time and 4.14627 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 13:33:34
IDJOB=4263508
IDBENCH=125604
IDSOLVER=2651
FILE ID=node148/4263508-1502624872
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61428 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-90-90.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263508-1502624872/watcher-4263508-1502624872 -o /tmp/evaluation-result-4263508-1502624872/solver-4263508-1502624872 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263508-1502624872.xml

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

MD5SUM BENCH= 4d5ee0d3a7698119cef28df18be09f14
RANDOM SEED=1494622910

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28709276 kB
MemAvailable:   31976936 kB
Buffers:          193408 kB
Cached:          3362288 kB
SwapCached:            0 kB
Active:           941500 kB
Inactive:        2681528 kB
Active(anon):      18552 kB
Inactive(anon):    76916 kB
Active(file):     922948 kB
Inactive(file):  2604612 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            193300 kB
Writeback:             0 kB
AnonPages:         66268 kB
Mapped:            52860 kB
Shmem:             25224 kB
Slab:             138640 kB
SReclaimable:     111868 kB
SUnreclaim:        26772 kB
KernelStack:        3168 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1171408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61428 MiB
End job on node148 at 2017-08-13 13:40:33