Trace number 4263039

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1723.12 500.06201

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-sko81.xml
MD5SUM7967f0a5d6026ea184db99fec624e08d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark47363
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables6642
Number of constraints3241
Number of domains2
Minimum domain size8
Maximum domain size81
Distribution of domain sizes[{"size":8,"count":3240},{"size":81,"count":81}]
Minimum variable degree0
Maximum variable degree81
Distribution of variable degrees[{"degree":0,"count":3321},{"degree":2,"count":3240},{"degree":81,"count":81}]
Minimum constraint arity3
Maximum constraint arity81
Distribution of constraint arities[{"arity":3,"count":3240},{"arity":81,"count":1}]
Number of extensional constraints3240
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3240},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263039-1502621252/watcher-4263039-1502621252 -o /tmp/evaluation-result-4263039-1502621252/solver-4263039-1502621252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263039-1502621252.xml 

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

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

solver pid=25615, runsolver pid=25612

[startup+0.100058 s]*
/proc/loadavg: 2.00 2.00 2.07 4/209 25629
/proc/meminfo: memFree=29915940/32770624 swapFree=67105588/67108860
[pid=25615] ppid=25612 vsize=10484492 memory=23804 CPUtime=0.05 cores=1,3,5,7
/proc/25615/stat : 25615 (java) S 25612 25615 12560 0 -1 1077944320 4932 0 0 0 4 1 0 0 20 0 14 0 64320623 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 140721741437680 139801297583863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
/proc/25615/statm: 2621123 5951 2571 1 0 2610620 0
[pid=25615/tid=25617] ppid=25612 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/25615/task/25617/stat : 25617 (java) D 25612 25615 12560 0 -1 4202560 3042 0 0 0 4 0 0 0 20 0 14 0 64320627 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139801301821344 139801297605885 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25618] ppid=25612 vsize=10484492 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64320628 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139801254549776 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10484492 memory=139670900340352 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64320628 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800907274640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64320628 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800906222096 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64320628 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800905169552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10484492 memory=139670900340352 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64320629 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800861751792 139801297595010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64320630 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800860698016 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25624] ppid=25612 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25624/stat : 25624 (java) S 25612 25615 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64320630 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800859645424 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25625] ppid=25612 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25625/stat : 25625 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64320632 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800858594000 139801297602459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25626] ppid=25612 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25626/stat : 25626 (java) S 25612 25615 12560 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 14 0 64320632 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800857540592 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25627] ppid=25612 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25627/stat : 25627 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64320632 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800856488048 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25628] ppid=25612 vsize=10484492 memory=139670900340352 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25628/stat : 25628 (java) S 25612 25615 12560 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 64320632 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800855435504 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25629] ppid=25612 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25629/stat : 25629 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64320633 10736119808 5951 18446744073709551615 4194304 4196468 140721741455136 139800854383200 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23804 KiB

[startup+0.210159 s]*
/proc/loadavg: 2.00 2.00 2.07 4/210 25630
/proc/meminfo: memFree=29907100/32770624 swapFree=67105588/67108860
[pid=25615] ppid=25612 vsize=10551156 memory=30704 CPUtime=0.14 cores=1,3,5,7
/proc/25615/stat : 25615 (java) S 25612 25615 12560 0 -1 1077944320 7814 0 0 0 12 2 0 0 20 0 15 0 64320623 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 140721741437680 139801297583863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
/proc/25615/statm: 2637789 7676 2796 1 0 2627261 0
[pid=25615/tid=25617] ppid=25612 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/25615/task/25617/stat : 25617 (java) R 25612 25615 12560 0 -1 4202560 5668 0 0 0 9 1 0 0 20 0 15 0 64320627 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139801301804992 139801281664350 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25618] ppid=25612 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320628 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139801254549776 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10551156 memory=288370047052052096 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320628 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800907274640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320628 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800906222096 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320628 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800905169552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10551156 memory=139670900340352 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320629 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800861751792 139801297595010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64320630 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800860698016 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25624] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25624/stat : 25624 (java) S 25612 25615 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64320630 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800859645424 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25625] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25625/stat : 25625 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64320632 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800858594000 139801297602459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25626] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25626/stat : 25626 (java) S 25612 25615 12560 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 64320632 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800857540592 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25627] ppid=25612 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25627/stat : 25627 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64320632 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800856488048 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25628] ppid=25612 vsize=10551156 memory=139670900340352 CPUtime=0.02 cores=1,3,5,7
/proc/25615/task/25628/stat : 25628 (java) S 25612 25615 12560 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 64320632 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800855435504 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25629] ppid=25612 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25629/stat : 25629 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64320633 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800854383200 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25630] ppid=25612 vsize=10551156 memory=139670900340352 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25630/stat : 25630 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320639 10804383744 7676 18446744073709551615 4194304 4196468 140721741455136 139800853330736 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30704 KiB

[startup+0.310436 s]*
/proc/loadavg: 2.00 2.00 2.07 5/210 25630
/proc/meminfo: memFree=29902360/32770624 swapFree=67105588/67108860
[pid=25615] ppid=25612 vsize=10551156 memory=39060 CPUtime=0.3 cores=1,3,5,7
/proc/25615/stat : 25615 (java) S 25612 25615 12560 0 -1 1077944320 9001 0 0 0 27 3 0 0 20 0 15 0 64320623 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 140721741437680 139801297583863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
/proc/25615/statm: 2637789 9765 2944 1 0 2627261 0
[pid=25615/tid=25617] ppid=25612 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/25615/task/25617/stat : 25617 (java) R 25612 25615 12560 0 -1 4202560 6172 0 0 0 18 2 0 0 20 0 15 0 64320627 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139801301817776 139800933923408 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25618] ppid=25612 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320628 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139801254549776 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320628 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800907274640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320628 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800906222096 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320628 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800905169552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320629 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800861751792 139801297595010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64320630 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800860698016 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25624] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25624/stat : 25624 (java) S 25612 25615 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64320630 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800859645424 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25625] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25625/stat : 25625 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64320632 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800858594000 139801297602459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25626] ppid=25612 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25615/task/25626/stat : 25626 (java) R 25612 25615 12560 0 -1 4202560 540 0 0 0 2 0 0 0 20 0 15 0 64320632 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800857540592 139801281986735 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25627] ppid=25612 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25615/task/25627/stat : 25627 (java) R 25612 25615 12560 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 64320632 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800856488048 139801297595010 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25628] ppid=25612 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/25615/task/25628/stat : 25628 (java) R 25612 25615 12560 0 -1 4202560 777 0 0 0 6 0 0 0 20 0 15 0 64320632 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800855432104 139801275594657 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25629] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25629/stat : 25629 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64320633 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800854383200 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25630] ppid=25612 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25630/stat : 25630 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320639 10804383744 9765 18446744073709551615 4194304 4196468 140721741455136 139800853330736 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39060 KiB

[startup+0.700692 s]
/proc/loadavg: 2.00 2.00 2.07 5/210 25630
/proc/meminfo: memFree=29879624/32770624 swapFree=67105588/67108860
[pid=25615] ppid=25612 vsize=10551232 memory=94000 CPUtime=1.55 cores=1,3,5,7
/proc/25615/stat : 25615 (java) S 25612 25615 12560 0 -1 1077944320 13121 0 0 0 150 5 0 0 20 0 15 0 64320623 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 140721741437680 139801297583863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
/proc/25615/statm: 2637808 23500 3060 1 0 2627261 0
[pid=25615/tid=25617] ppid=25612 vsize=10551232 memory=1688 CPUtime=0.56 cores=1,3,5,7
/proc/25615/task/25617/stat : 25617 (java) R 25612 25615 12560 0 -1 4202560 7406 0 0 0 53 3 0 0 20 0 15 0 64320627 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139801301817504 139801282664583 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25618] ppid=25612 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320628 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139801254549776 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320628 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800907274640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10551232 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320628 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800906222096 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10551232 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320628 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800905169552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10551232 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) S 25612 25615 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64320629 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800861751792 139801297595010 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10551232 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64320630 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800860698016 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25624] ppid=25612 vsize=10551232 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25624/stat : 25624 (java) S 25612 25615 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64320630 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800859645424 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25625] ppid=25612 vsize=10551232 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25625/stat : 25625 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64320632 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800858594000 139801297602459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25626] ppid=25612 vsize=10551232 memory=796 CPUtime=0.34 cores=1,3,5,7
/proc/25615/task/25626/stat : 25626 (java) R 25612 25615 12560 0 -1 4202560 1534 0 0 0 34 0 0 0 20 0 15 0 64320632 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800857533616 139801277059169 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25627] ppid=25612 vsize=10551232 memory=1228 CPUtime=0.33 cores=1,3,5,7
/proc/25615/task/25627/stat : 25627 (java) R 25612 25615 12560 0 -1 4202560 1093 0 0 0 33 0 0 0 20 0 15 0 64320632 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800856479376 139801281115401 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25628] ppid=25612 vsize=10551232 memory=1412 CPUtime=0.28 cores=1,3,5,7
/proc/25615/task/25628/stat : 25628 (java) S 25612 25615 12560 0 -1 1077944384 1717 0 0 0 28 0 0 0 20 0 15 0 64320632 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800855435504 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25629] ppid=25612 vsize=10551232 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25629/stat : 25629 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64320633 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800854383200 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25630] ppid=25612 vsize=10551232 memory=62216 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25630/stat : 25630 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320639 10804461568 23500 18446744073709551615 4194304 4196468 140721741455136 139800853330736 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 94000 KiB

[startup+1.50064 s]
/proc/loadavg: 2.00 2.00 2.07 3/210 25630
/proc/meminfo: memFree=29847480/32770624 swapFree=67105588/67108860
[pid=25615] ppid=25612 vsize=10551232 memory=94212 CPUtime=2.44 cores=1,3,5,7
/proc/25615/stat : 25615 (java) S 25612 25615 12560 0 -1 1077944320 13886 0 0 0 239 5 0 0 20 0 15 0 64320623 10804461568 23553 18446744073709551615 4194304 4196468 140721741455136 140721741437680 139801297583863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
/proc/25615/statm: 2637808 23553 3068 1 0 2627261 0
[pid=25615/tid=25617] ppid=25612 vsize=10551232 memory=4144 CPUtime=1.36 cores=1,3,5,7
/proc/25615/task/25617/stat : 25617 (java) R 25612 25615 12560 0 -1 4202560 7645 0 0 0 133 3 0 0 20 0 15 0 64320627 10804461568 23553 18446744073709551615 4194304 4196468 140721741455136 139801301820184 139801280046968 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25618] ppid=25612 vsize=10551232 memory=36712 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320628 10804461568 23553 18446744073709551615 4194304 4196468 140721741455136 139801254549776 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10551232 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) S 25612 25615 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64320628 10804461568 23553 18446744073709551615 4194304 4196468 140721741455136 139800907274640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10551232 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320628 10804461568 23553 18446744073709551615 4194304 4196468 140721741455136 139800906222096 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10551232 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) S 25612 25615 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64320628 10804461568 23553 18446744073709551615 4194304 4196468 140721741455136 139800905169552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) S 25612 25615 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64320629 10804461568 23553 18446744073709551615 4194304 4196468 140721741455136 139800861751792 139801297595010 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64320630 10804461568 23553 18446744073709551615 4194304 4196468 140721741455136 139800860698016 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0

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

[pid=25615/tid=25618] ppid=25612 vsize=10686560 memory=-7824251494390651754 CPUtime=407.34 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) R 25612 25615 12560 0 -1 4202560 64433 0 0 0 40594 140 0 0 20 0 17 0 64320628 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139801254549976 139801282573421 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10686560 memory=4872558044660077418 CPUtime=406.31 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) R 25612 25615 12560 0 -1 4202560 44635 0 0 0 40473 158 0 0 20 0 17 0 64320628 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800907274760 139801290212071 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10686560 memory=-8774313645642428999 CPUtime=407.23 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) R 25612 25615 12560 0 -1 4202560 40683 0 0 0 40562 161 0 0 20 0 17 0 64320628 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800906221904 139801290212071 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10686560 memory=956 CPUtime=406.4 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) R 25612 25615 12560 0 -1 4202560 55691 0 0 0 40492 148 0 0 20 0 17 0 64320628 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800905169360 139801290212071 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10686560 memory=1232 CPUtime=42.1 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) S 25612 25615 12560 0 -1 1077944384 91402 0 0 0 4206 4 0 0 20 0 17 0 64320629 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800861750336 139801297594069 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10686560 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 64320630 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800860698080 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25624] ppid=25612 vsize=10686560 memory=8225776 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25624/stat : 25624 (java) S 25612 25615 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 64320630 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800859645424 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25625] ppid=25612 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25625/stat : 25625 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64320632 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800858594000 139801297602459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25626] ppid=25612 vsize=10686560 memory=14260 CPUtime=1.95 cores=1,3,5,7
/proc/25615/task/25626/stat : 25626 (java) S 25612 25615 12560 0 -1 1077944384 6173 0 0 0 194 1 0 0 20 0 17 0 64320632 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800857540640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25627] ppid=25612 vsize=10686560 memory=796 CPUtime=1.96 cores=1,3,5,7
/proc/25615/task/25627/stat : 25627 (java) S 25612 25615 12560 0 -1 1077944384 8154 0 0 0 195 1 0 0 20 0 17 0 64320632 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800856487808 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25628] ppid=25612 vsize=10686560 memory=1228 CPUtime=0.46 cores=1,3,5,7
/proc/25615/task/25628/stat : 25628 (java) S 25612 25615 12560 0 -1 1077944384 3285 0 0 0 46 0 0 0 20 0 17 0 64320632 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800855435552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25629] ppid=25612 vsize=10686560 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25629/stat : 25629 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64320633 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800854383200 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25630] ppid=25612 vsize=10686560 memory=15584 CPUtime=0.38 cores=1,3,5,7
/proc/25615/task/25630/stat : 25630 (java) S 25612 25615 12560 0 -1 1077944384 435 0 0 0 19 19 0 0 20 0 17 0 64320639 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800853330736 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25661] ppid=25612 vsize=10686560 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25661/stat : 25661 (java) S 25612 25615 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 64368686 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800782824672 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25662] ppid=25612 vsize=10686560 memory=36728 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25662/stat : 25662 (java) S 25612 25615 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 64368686 10943037440 2056444 18446744073709551615 4194304 4196468 140721741455136 139800781771584 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
Current children cumulated CPU time: 1717.14 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8225776 KiB

[startup+499.201 s]
/proc/loadavg: 4.97 4.14 3.05 3/212 25663
/proc/meminfo: memFree=20923100/32770624 swapFree=67105588/67108860
[pid=25615] ppid=25612 vsize=10686560 memory=8225792 CPUtime=1722.25 cores=1,3,5,7
/proc/25615/stat : 25615 (java) S 25612 25615 12560 0 -1 1077944320 344515 0 0 0 171584 641 0 0 20 0 17 0 64320623 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 140721741437680 139801297583863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
/proc/25615/statm: 2671640 2056448 3173 1 0 2661055 0
[pid=25615/tid=25617] ppid=25612 vsize=10686560 memory=6370719275257063784 CPUtime=42.91 cores=1,3,5,7
/proc/25615/task/25617/stat : 25617 (java) S 25612 25615 12560 0 -1 1077944384 26301 0 0 0 4271 20 0 0 20 0 17 0 64320627 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139801301824544 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25618] ppid=25612 vsize=10686560 memory=8225768 CPUtime=408.56 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) S 25612 25615 12560 0 -1 1077944384 64650 0 0 0 40716 140 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139801254549776 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10686560 memory=8225764 CPUtime=407.46 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) S 25612 25615 12560 0 -1 1077944384 44635 0 0 0 40588 158 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800907274640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10686560 memory=1232 CPUtime=408.4 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) S 25612 25615 12560 0 -1 1077944384 40683 0 0 0 40679 161 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800906222096 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10686560 memory=1196 CPUtime=407.57 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) S 25612 25615 12560 0 -1 1077944384 55691 0 0 0 40609 148 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800905169552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10686560 memory=8600 CPUtime=42.48 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) R 25612 25615 12560 0 -1 4202560 93041 0 0 0 4244 4 0 0 20 0 17 0 64320629 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800861750336 139801282580372 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 64320630 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800860698080 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25624] ppid=25612 vsize=10686560 memory=8225776 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25624/stat : 25624 (java) S 25612 25615 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 64320630 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800859645424 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25625] ppid=25612 vsize=10686560 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25625/stat : 25625 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800858594000 139801297602459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25626] ppid=25612 vsize=10686560 memory=22588 CPUtime=1.95 cores=1,3,5,7
/proc/25615/task/25626/stat : 25626 (java) S 25612 25615 12560 0 -1 1077944384 6173 0 0 0 194 1 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800857540640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25627] ppid=25612 vsize=10686560 memory=8224916 CPUtime=1.96 cores=1,3,5,7
/proc/25615/task/25627/stat : 25627 (java) S 25612 25615 12560 0 -1 1077944384 8154 0 0 0 195 1 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800856487808 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25628] ppid=25612 vsize=10686560 memory=36728 CPUtime=0.46 cores=1,3,5,7
/proc/25615/task/25628/stat : 25628 (java) S 25612 25615 12560 0 -1 1077944384 3285 0 0 0 46 0 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800855435552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25629] ppid=25612 vsize=10686560 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25629/stat : 25629 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64320633 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800854383200 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25630] ppid=25612 vsize=10686560 memory=1292 CPUtime=0.38 cores=1,3,5,7
/proc/25615/task/25630/stat : 25630 (java) S 25612 25615 12560 0 -1 1077944384 435 0 0 0 19 19 0 0 20 0 17 0 64320639 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800853330736 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25661] ppid=25612 vsize=10686560 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25661/stat : 25661 (java) S 25612 25615 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 64368686 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800782824672 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25662] ppid=25612 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25662/stat : 25662 (java) S 25612 25615 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 64368686 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800781771584 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8225792 KiB

[startup+499.601 s]
/proc/loadavg: 4.97 4.14 3.05 3/212 25663
/proc/meminfo: memFree=20923100/32770624 swapFree=67105588/67108860
[pid=25615] ppid=25612 vsize=10686560 memory=8225792 CPUtime=1722.65 cores=1,3,5,7
/proc/25615/stat : 25615 (java) S 25612 25615 12560 0 -1 1077944320 344533 0 0 0 171624 641 0 0 20 0 17 0 64320623 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 140721741437680 139801297583863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
/proc/25615/statm: 2671640 2056448 3173 1 0 2661055 0
[pid=25615/tid=25617] ppid=25612 vsize=10686560 memory=1716 CPUtime=42.91 cores=1,3,5,7
/proc/25615/task/25617/stat : 25617 (java) S 25612 25615 12560 0 -1 1077944384 26301 0 0 0 4271 20 0 0 20 0 17 0 64320627 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139801301824544 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25618] ppid=25612 vsize=10686560 memory=14260 CPUtime=408.56 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) S 25612 25615 12560 0 -1 1077944384 64650 0 0 0 40716 140 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139801254549776 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10686560 memory=-8774313645642428999 CPUtime=407.46 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) S 25612 25615 12560 0 -1 1077944384 44635 0 0 0 40588 158 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800907274640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10686560 memory=1716 CPUtime=408.4 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) S 25612 25615 12560 0 -1 1077944384 40683 0 0 0 40679 161 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800906222096 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10686560 memory=14260 CPUtime=407.57 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) S 25612 25615 12560 0 -1 1077944384 55691 0 0 0 40609 148 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800905169552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10686560 memory=796 CPUtime=42.88 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) R 25612 25615 12560 0 -1 4202560 93059 0 0 0 4284 4 0 0 20 0 17 0 64320629 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800861750224 139801282580244 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 64320630 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800860698080 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25624] ppid=25612 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25624/stat : 25624 (java) S 25612 25615 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 64320630 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800859645424 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25625] ppid=25612 vsize=10686560 memory=249670743935017 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25625/stat : 25625 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800858594000 139801297602459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25626] ppid=25612 vsize=10686560 memory=249670743935018 CPUtime=1.95 cores=1,3,5,7
/proc/25615/task/25626/stat : 25626 (java) S 25612 25615 12560 0 -1 1077944384 6173 0 0 0 194 1 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800857540640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25627] ppid=25612 vsize=10686560 memory=249670743935019 CPUtime=1.96 cores=1,3,5,7
/proc/25615/task/25627/stat : 25627 (java) S 25612 25615 12560 0 -1 1077944384 8154 0 0 0 195 1 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800856487808 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25628] ppid=25612 vsize=10686560 memory=249670743935020 CPUtime=0.46 cores=1,3,5,7
/proc/25615/task/25628/stat : 25628 (java) S 25612 25615 12560 0 -1 1077944384 3285 0 0 0 46 0 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800855435552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25629] ppid=25612 vsize=10686560 memory=8225776 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25629/stat : 25629 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64320633 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800854383200 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25630] ppid=25612 vsize=10686560 memory=1196 CPUtime=0.38 cores=1,3,5,7
/proc/25615/task/25630/stat : 25630 (java) S 25612 25615 12560 0 -1 1077944384 435 0 0 0 19 19 0 0 20 0 17 0 64320639 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800853330736 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25661] ppid=25612 vsize=10686560 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25661/stat : 25661 (java) S 25612 25615 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 64368686 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800782824672 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25662] ppid=25612 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25662/stat : 25662 (java) S 25612 25615 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 64368686 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800781771584 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
Current children cumulated CPU time: 1722.65 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8225792 KiB

[startup+500.001 s]*
/proc/loadavg: 4.97 4.14 3.05 3/212 25663
/proc/meminfo: memFree=20923100/32770624 swapFree=67105588/67108860
[pid=25615] ppid=25612 vsize=10686560 memory=8225792 CPUtime=1723.06 cores=1,3,5,7
/proc/25615/stat : 25615 (java) S 25612 25615 12560 0 -1 1077944320 345399 0 0 0 171665 641 0 0 20 0 17 0 64320623 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 140721741437680 139801297583863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
/proc/25615/statm: 2671640 2056448 3173 1 0 2661055 0
[pid=25615/tid=25617] ppid=25612 vsize=10686560 memory=-8774313645642428999 CPUtime=42.91 cores=1,3,5,7
/proc/25615/task/25617/stat : 25617 (java) S 25612 25615 12560 0 -1 1077944384 26301 0 0 0 4271 20 0 0 20 0 17 0 64320627 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139801301824544 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25618] ppid=25612 vsize=10686560 memory=4872558044660077418 CPUtime=408.56 cores=1,3,5,7
/proc/25615/task/25618/stat : 25618 (java) S 25612 25615 12560 0 -1 1077944384 64650 0 0 0 40716 140 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139801254549776 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25619] ppid=25612 vsize=10686560 memory=1004 CPUtime=407.46 cores=1,3,5,7
/proc/25615/task/25619/stat : 25619 (java) S 25612 25615 12560 0 -1 1077944384 44635 0 0 0 40588 158 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800907274640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25620] ppid=25612 vsize=10686560 memory=2016 CPUtime=408.4 cores=1,3,5,7
/proc/25615/task/25620/stat : 25620 (java) S 25612 25615 12560 0 -1 1077944384 40683 0 0 0 40679 161 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800906222096 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25621] ppid=25612 vsize=10686560 memory=1196 CPUtime=407.57 cores=1,3,5,7
/proc/25615/task/25621/stat : 25621 (java) S 25612 25615 12560 0 -1 1077944384 55691 0 0 0 40609 148 0 0 20 0 17 0 64320628 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800905169552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25622] ppid=25612 vsize=10686560 memory=8600 CPUtime=43.29 cores=1,3,5,7
/proc/25615/task/25622/stat : 25622 (java) R 25612 25615 12560 0 -1 4202560 93926 0 0 0 4325 4 0 0 20 0 17 0 64320629 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800861750224 139801275954038 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25623] ppid=25612 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25623/stat : 25623 (java) S 25612 25615 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 64320630 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800860698080 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25624] ppid=25612 vsize=10686560 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25624/stat : 25624 (java) S 25612 25615 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 64320630 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800859645424 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25625] ppid=25612 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25625/stat : 25625 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800858594000 139801297602459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25626] ppid=25612 vsize=10686560 memory=132 CPUtime=1.95 cores=1,3,5,7
/proc/25615/task/25626/stat : 25626 (java) S 25612 25615 12560 0 -1 1077944384 6173 0 0 0 194 1 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800857540640 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25627] ppid=25612 vsize=10686560 memory=7649399367051654450 CPUtime=1.96 cores=1,3,5,7
/proc/25615/task/25627/stat : 25627 (java) S 25612 25615 12560 0 -1 1077944384 8154 0 0 0 195 1 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800856487808 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25628] ppid=25612 vsize=10686560 memory=7649399371346621746 CPUtime=0.46 cores=1,3,5,7
/proc/25615/task/25628/stat : 25628 (java) S 25612 25615 12560 0 -1 1077944384 3285 0 0 0 46 0 0 0 20 0 17 0 64320632 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800855435552 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25629] ppid=25612 vsize=10686560 memory=7649399375641589042 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25629/stat : 25629 (java) S 25612 25615 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64320633 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800854383200 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25630] ppid=25612 vsize=10686560 memory=7649399379936556338 CPUtime=0.38 cores=1,3,5,7
/proc/25615/task/25630/stat : 25630 (java) S 25612 25615 12560 0 -1 1077944384 435 0 0 0 19 19 0 0 20 0 17 0 64320639 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800853330736 139801297595010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25661] ppid=25612 vsize=10686560 memory=7649399384231523634 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25661/stat : 25661 (java) S 25612 25615 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 64368686 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800782824672 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
[pid=25615/tid=25662] ppid=25612 vsize=10686560 memory=7649399388526490930 CPUtime=0 cores=1,3,5,7
/proc/25615/task/25662/stat : 25662 (java) S 25612 25615 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 64368686 10943037440 2056448 18446744073709551615 4194304 4196468 140721741455136 139800781771584 139801297594069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31924224 140721741459856 140721741460009 140721741460009 140721741463503 0
Current children cumulated CPU time: 1723.06 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8225792 KiB

Child status: 0
Real time (s): 500.062
CPU time (s): 1723.12
CPU user time (s): 1716.67
CPU system time (s): 6.45781
CPU usage (%): 344.582
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8225792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1716.67
system time used= 6.45781
maximum resident set size= 8226204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27883
involuntary context switches= 18665


# summary of solver processes directly reported to runsolver:
#   pid: 25615
#   total CPU time (s): 1723.12
#   total CPU user time (s): 1716.67
#   total CPU system time (s): 6.45781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.08471 second user time and 4.92761 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 12:33:31
IDJOB=4263039
IDBENCH=123121
IDSOLVER=2651
FILE ID=node126/4263039-1502621252
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-sko81.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263039-1502621252/watcher-4263039-1502621252 -o /tmp/evaluation-result-4263039-1502621252/solver-4263039-1502621252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263039-1502621252.xml

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

MD5SUM BENCH= 7967f0a5d6026ea184db99fec624e08d
RANDOM SEED=591035504

node126.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.81
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.81
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.81
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.81
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:        29928688 kB
MemAvailable:   30170956 kB
Buffers:          260116 kB
Cached:           252532 kB
SwapCached:          524 kB
Active:          2212032 kB
Inactive:         147908 kB
Active(anon):    1795284 kB
Inactive(anon):    85576 kB
Active(file):     416748 kB
Inactive(file):    62332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:       1793460 kB
Mapped:            57884 kB
Shmem:             33440 kB
Slab:             183984 kB
SReclaimable:     158044 kB
SUnreclaim:        25940 kB
KernelStack:        3760 kB
PageTables:         8368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3103100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1671168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 12:41:51