Trace number 4263336

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 420.241 138.92799

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-10-ext06.xml
MD5SUMfdf6f730d724673eeb55be8d6417f725
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.8256
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints22
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":98},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":20},{"arity":100,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

420.06/138.68	Aug 13, 2017 3:38:09 PM org.sat4j.reader.XMLCSP3Reader parseInstance
420.06/138.68	INFO: Runtime exception
420.06/138.68	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
420.06/138.68		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
420.06/138.68		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
420.06/138.68		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
420.06/138.68		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
420.06/138.68		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
420.06/138.68		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
420.06/138.68		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
420.06/138.68		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
420.06/138.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
420.06/138.68		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
420.06/138.68		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
420.06/138.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
420.06/138.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
420.06/138.68		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
420.06/138.68		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
420.06/138.68		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
420.06/138.68		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
420.06/138.68		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
420.06/138.68		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
420.06/138.68		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
420.06/138.68		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 22 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 27 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
420.06/138.68		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 28 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 33 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
420.06/138.68		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 34 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 39 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 40 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 44 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 45 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 49 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 50 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 54 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 55 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 59 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 60 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 64 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 65 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 69 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 70 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 74 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 75 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 79 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 80 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 84 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 85 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 89 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 90 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 94 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 95 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 99 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 100 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 104 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 105 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 109 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 110 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 114 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 115 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 119 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 120 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 124 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 125 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		... 129 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		... 130 more
420.06/138.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
420.06/138.68		... 134 more
420.06/138.68	Caused by: java.lang.reflect.InvocationTargetException
420.06/138.68		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
420.06/138.68		... 134 more
420.06/138.68	Caused by: java.lang.OutOfMemoryError: Java heap space
420.06/138.68		at org.sat4j.core.Vec.ensure(Vec.java:176)
420.06/138.68		at org.sat4j.core.Vec.push(Vec.java:183)
420.06/138.68		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1967)
420.06/138.68		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
420.06/138.68		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
420.06/138.68		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
420.06/138.68		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:526)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
420.06/138.68		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
420.06/138.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
420.06/138.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
420.06/138.68		at java.lang.reflect.Method.invoke(Method.java:498)
420.06/138.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
420.06/138.68	
420.20/138.88	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
420.20/138.88	c This is free software under the dual EPL/GNU LGPL licenses.
420.20/138.88	c See www.sat4j.org for details.
420.20/138.88	c That software uses the Rhino library from the Mozilla project.
420.20/138.88	c version CUSTOM.v20170705
420.20/138.88	c java.runtime.name	Java(TM) SE Runtime Environment
420.20/138.88	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
420.20/138.88	c java.vm.version	25.131-b11
420.20/138.88	c java.vm.vendor	Oracle Corporation
420.20/138.88	c sun.arch.data.model	64
420.20/138.88	c java.version		1.8.0_131
420.20/138.88	c os.name		Linux
420.20/138.88	c os.version		3.10.0-514.16.1.el7.x86_64
420.20/138.88	c os.arch		amd64
420.20/138.88	c Free memory 		499604488
420.20/138.88	c Max memory 		7247757312
420.20/138.88	c Total memory 		504889344
420.20/138.88	c Number of processors 	4
420.20/138.88	c c --- Begin Solver configuration ---
420.20/138.88	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
420.20/138.88	c Learn all clauses as in MiniSAT
420.20/138.88	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
420.20/138.88	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
420.20/138.88	c No reason simplification
420.20/138.88	c Glucose 2.1 dynamic restart strategy
420.20/138.88	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
420.20/138.88	c timeout=2147483s
420.20/138.88	c DB Simplification allowed=false
420.20/138.88	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
420.20/138.88	c --- End Solver configuration ---
420.20/138.88	c starts		: 0
420.20/138.88	c conflicts		: 0
420.20/138.88	c decisions		: 0
420.20/138.88	c propagations		: 0
420.20/138.88	c inspects		: 0
420.20/138.88	c shortcuts		: 0
420.20/138.88	c learnt literals	: 0
420.20/138.88	c learnt binary clauses	: 0
420.20/138.88	c learnt ternary clauses	: 0
420.20/138.88	c learnt constraints	: 0
420.20/138.88	c ignored constraints	: 0
420.20/138.88	c root simplifications	: 0
420.20/138.88	c removed literals (reason simplification)	: 0
420.20/138.88	c reason swapping (by a shorter reason)	: 0
420.20/138.88	c Calls to reduceDB	: 0
420.20/138.88	c Number of update (reduction) of LBD	: 0
420.20/138.88	c Imported unit clauses	: 0
420.20/138.88	c number of reductions to clauses (during analyze)	: 0
420.20/138.88	c number of learned constraints concerned by reduction	: 0
420.20/138.88	c number of learning phase by resolution	: 0
420.20/138.88	c number of learning phase by cutting planes	: 0
420.20/138.88	c number of rounding to 1 operations	: 0
420.20/138.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
420.20/138.88	c number of reductions of the coefficients by power 2 	: 0
420.20/138.88	c number of right shift for reduction by power 2 	: 0
420.20/138.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
420.20/138.88	c speed (assignments/second)	: 0.0
420.20/138.88	c non guided choices	0
420.20/138.88	c learnt constraints type 
420.20/138.88	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 (15402 MiB free)
  memory of node 1: 16384 MiB (11774 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263336-1502632206/watcher-4263336-1502632206 -o /tmp/evaluation-result-4263336-1502632206/solver-4263336-1502632206 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24884 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263336-1502632206.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100165 s]*
/proc/loadavg: 1.88 1.84 1.92 3/201 26054
/proc/meminfo: memFree=27821692/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=9936560 memory=17012 CPUtime=0 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 3563 0 0 0 0 0 0 0 20 0 6 0 51561307 10175037440 4253 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2484140 4253 1923 1 0 2473637 0
[pid=26048/tid=26050] ppid=26045 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) R 26045 26048 11586 0 -1 4202560 2285 0 0 0 0 0 0 0 20 0 6 0 51561316 10175037440 4253 18446744073709551615 4194304 4196468 140729598269792 139801133978192 139801112934822 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=9936560 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) S 26045 26048 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 51561317 10175037440 4253 18446744073709551615 4194304 4196468 140729598269792 139801060162704 139801129752277 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=9936560 memory=140594949916288 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 51561317 10175037440 4253 18446744073709551615 4194304 4196468 140729598269792 139801059109904 139801129752277 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 51561317 10175037440 4253 18446744073709551615 4194304 4196468 140729598269792 139801058057104 139801129752277 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 51561317 10175037440 4253 18446744073709551615 4194304 4196468 140729598269792 139801057004304 139801129752277 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17012 KiB

[startup+0.209532 s]*
/proc/loadavg: 1.88 1.84 1.92 4/210 26063
/proc/meminfo: memFree=27816756/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=10551156 memory=23680 CPUtime=0.07 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 4926 0 0 0 6 1 0 0 20 0 15 0 51561307 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2637789 5920 2613 1 0 2627261 0
[pid=26048/tid=26050] ppid=26045 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) R 26045 26048 11586 0 -1 4202560 3037 0 0 0 5 1 0 0 20 0 15 0 51561316 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139801133967760 139801129763997 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) S 26045 26048 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51561317 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139801060162704 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=10551156 memory=3835009777903077024 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561317 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139801059109904 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561317 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139801058057104 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561317 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139801057004304 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26055] ppid=26045 vsize=10551156 memory=140594949916288 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26055/stat : 26055 (java) S 26045 26048 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51561318 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800169351536 139801129753218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26056] ppid=26045 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26056/stat : 26056 (java) S 26045 26048 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51561319 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800168297504 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26057] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26057/stat : 26057 (java) S 26045 26048 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51561319 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800167244656 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26058] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26058/stat : 26058 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561321 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800166192976 139801129760667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26059] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26059/stat : 26059 (java) S 26045 26048 11586 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 51561321 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800165141360 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26060] ppid=26045 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26060/stat : 26060 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561321 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800164088560 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26061] ppid=26045 vsize=10551156 memory=140594949916288 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26061/stat : 26061 (java) S 26045 26048 11586 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 15 0 51561321 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800163035760 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26062] ppid=26045 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26062/stat : 26062 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561322 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800161983200 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26063] ppid=26045 vsize=10551156 memory=140594949916288 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26063/stat : 26063 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561328 10804383744 5920 18446744073709551615 4194304 4196468 140729598269792 139800160930480 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23680 KiB

[startup+0.312512 s]*
/proc/loadavg: 1.88 1.84 1.92 3/210 26063
/proc/meminfo: memFree=27804608/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=10551156 memory=36136 CPUtime=0.23 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 8286 0 0 0 20 3 0 0 20 0 15 0 51561307 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2637789 9034 2866 1 0 2627261 0
[pid=26048/tid=26050] ppid=26045 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) R 26045 26048 11586 0 -1 4202560 5938 0 0 0 14 2 0 0 20 0 15 0 51561316 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139801133969376 139801113822558 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) S 26045 26048 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51561317 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139801060162704 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561317 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139801059109904 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561317 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139801058057104 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561317 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139801057004304 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26055] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26055/stat : 26055 (java) S 26045 26048 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51561318 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800169351536 139801129753218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26056] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26056/stat : 26056 (java) S 26045 26048 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51561319 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800168297504 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26057] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26057/stat : 26057 (java) S 26045 26048 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51561319 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800167244656 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26058] ppid=26045 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26058/stat : 26058 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561321 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800166192976 139801129760667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26059] ppid=26045 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26048/task/26059/stat : 26059 (java) S 26045 26048 11586 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 51561321 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800165141360 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26060] ppid=26045 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26048/task/26060/stat : 26060 (java) S 26045 26048 11586 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 15 0 51561321 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800164088560 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26061] ppid=26045 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26048/task/26061/stat : 26061 (java) S 26045 26048 11586 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 15 0 51561321 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800163035760 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26062] ppid=26045 vsize=10551156 memory=140594949916288 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26062/stat : 26062 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561322 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800161983200 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26063] ppid=26045 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26063/stat : 26063 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561328 10804383744 9034 18446744073709551615 4194304 4196468 140729598269792 139800160930480 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36136 KiB

[startup+0.70079 s]
/proc/loadavg: 1.88 1.84 1.92 3/210 26063
/proc/meminfo: memFree=27729484/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=10551232 memory=221504 CPUtime=0.91 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 10952 0 0 0 82 9 0 0 20 0 15 0 51561307 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2637808 55376 3030 1 0 2627261 0
[pid=26048/tid=26050] ppid=26045 vsize=10551232 memory=4497 CPUtime=0.51 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) R 26045 26048 11586 0 -1 4202560 7343 0 0 0 47 4 0 0 20 0 15 0 51561316 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139801133977304 139800734683561 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=10551232 memory=140594814938768 CPUtime=0.02 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) S 26045 26048 11586 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 51561317 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139801060162704 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=10551232 memory=3472468873862848944 CPUtime=0.01 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) S 26045 26048 11586 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 51561317 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139801059109904 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=10551232 memory=335 CPUtime=0.01 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) S 26045 26048 11586 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 51561317 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139801058057104 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) S 26045 26048 11586 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 51561317 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139801057004304 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26055] ppid=26045 vsize=10551232 memory=1685 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26055/stat : 26055 (java) S 26045 26048 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 51561318 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800169351536 139801129753218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26056] ppid=26045 vsize=10551232 memory=182 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26056/stat : 26056 (java) S 26045 26048 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800168297504 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26057] ppid=26045 vsize=10551232 memory=18 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26057/stat : 26057 (java) S 26045 26048 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800167244656 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26058] ppid=26045 vsize=10551232 memory=194 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26058/stat : 26058 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561321 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800166192976 139801129760667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26059] ppid=26045 vsize=10551232 memory=42 CPUtime=0.07 cores=0,2,4,6
/proc/26048/task/26059/stat : 26059 (java) S 26045 26048 11586 0 -1 1077944384 698 0 0 0 7 0 0 0 20 0 15 0 51561321 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800165141360 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26060] ppid=26045 vsize=10551232 memory=6420976108721 CPUtime=0.06 cores=0,2,4,6
/proc/26048/task/26060/stat : 26060 (java) S 26045 26048 11586 0 -1 1077944384 523 0 0 0 6 0 0 0 20 0 15 0 51561321 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800164088560 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26061] ppid=26045 vsize=10551232 memory=288230621803970871 CPUtime=0.13 cores=0,2,4,6
/proc/26048/task/26061/stat : 26061 (java) S 26045 26048 11586 0 -1 1077944384 858 0 0 0 13 0 0 0 20 0 15 0 51561321 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800163035760 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26062] ppid=26045 vsize=10551232 memory=15254852779379061 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26062/stat : 26062 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561322 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800161983200 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26063] ppid=26045 vsize=10551232 memory=268 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26063/stat : 26063 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561328 10804461568 55376 18446744073709551615 4194304 4196468 140729598269792 139800160930480 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 221504 KiB

[startup+1.50126 s]
/proc/loadavg: 1.88 1.84 1.92 3/210 26063
/proc/meminfo: memFree=27619724/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=10551232 memory=384632 CPUtime=2.29 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 12325 0 0 0 210 19 0 0 20 0 15 0 51561307 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2637808 96158 3081 1 0 2627261 0
[pid=26048/tid=26050] ppid=26045 vsize=10551232 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) R 26045 26048 11586 0 -1 4202560 7386 0 0 0 119 5 0 0 20 0 15 0 51561316 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139801133976952 139800735205441 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=10551232 memory=7649399379986495026 CPUtime=0.09 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) S 26045 26048 11586 0 -1 1077944384 73 0 0 0 6 3 0 0 20 0 15 0 51561317 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139801060162704 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=10551232 memory=5859271421085237344 CPUtime=0.09 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) S 26045 26048 11586 0 -1 1077944384 57 0 0 0 6 3 0 0 20 0 15 0 51561317 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139801059109904 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=10551232 memory=335 CPUtime=0.09 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) S 26045 26048 11586 0 -1 1077944384 104 0 0 0 6 3 0 0 20 0 15 0 51561317 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139801058057104 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=10551232 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) S 26045 26048 11586 0 -1 1077944384 272 0 0 0 6 2 0 0 20 0 15 0 51561317 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139801057004304 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26055] ppid=26045 vsize=10551232 memory=1685 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26055/stat : 26055 (java) S 26045 26048 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51561318 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800169351536 139801129753218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26056] ppid=26045 vsize=10551232 memory=182 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26056/stat : 26056 (java) S 26045 26048 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800168297568 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26057] ppid=26045 vsize=10551232 memory=18 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26057/stat : 26057 (java) S 26045 26048 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800167244656 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26058] ppid=26045 vsize=10551232 memory=194 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26058/stat : 26058 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561321 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800166192976 139801129760667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26059] ppid=26045 vsize=10551232 memory=42 CPUtime=0.25 cores=0,2,4,6
/proc/26048/task/26059/stat : 26059 (java) S 26045 26048 11586 0 -1 1077944384 1218 0 0 0 25 0 0 0 20 0 15 0 51561321 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800165141360 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26060] ppid=26045 vsize=10551232 memory=4120 CPUtime=0.21 cores=0,2,4,6
/proc/26048/task/26060/stat : 26060 (java) S 26045 26048 11586 0 -1 1077944384 786 0 0 0 21 0 0 0 20 0 15 0 51561321 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800164088560 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26061] ppid=26045 vsize=10551232 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/26048/task/26061/stat : 26061 (java) S 26045 26048 11586 0 -1 1077944384 985 0 0 0 17 0 0 0 20 0 15 0 51561321 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800163035760 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26062] ppid=26045 vsize=10551232 memory=6420976108721 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26062/stat : 26062 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561322 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800161983200 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26063] ppid=26045 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26063/stat : 26063 (java) S 26045 26048 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51561328 10804461568 96158 18446744073709551615 4194304 4196468 140729598269792 139800160930480 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10551232 KiB

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


[startup+136.001 s]*
/proc/loadavg: 4.04 2.58 2.17 6/210 26067
/proc/meminfo: memFree=19502956/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=10551232 memory=8320492 CPUtime=411.84 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 252310 0 0 0 40514 670 0 0 20 0 15 0 51561307 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2637808 2080123 3127 1 0 2627261 0
[pid=26048/tid=26050] ppid=26045 vsize=10551232 memory=-8774313645642428999 CPUtime=33.26 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) S 26045 26048 11586 0 -1 1077944384 35231 0 0 0 3313 13 0 0 20 0 15 0 51561316 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801133967344 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=10551232 memory=4126316290023845779 CPUtime=90.86 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) R 26045 26048 11586 0 -1 4202560 33231 0 0 0 8920 166 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801060162512 139801122370279 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=10551232 memory=-8774313645642428999 CPUtime=90.69 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) R 26045 26048 11586 0 -1 4202560 52448 0 0 0 8903 166 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801059110024 139801122370279 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=10551232 memory=4126316290023845779 CPUtime=91.28 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) R 26045 26048 11586 0 -1 4202560 31919 0 0 0 8968 160 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801058057224 139801122370279 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=10551232 memory=8320492 CPUtime=90.96 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) R 26045 26048 11586 0 -1 4202560 41372 0 0 0 8941 155 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801057004504 139801122845708 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26055] ppid=26045 vsize=10551232 memory=-8774313645642428999 CPUtime=10.47 cores=0,2,4,6
/proc/26048/task/26055/stat : 26055 (java) S 26045 26048 11586 0 -1 1077944384 39704 0 0 0 1044 3 0 0 20 0 15 0 51561318 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800169350096 139801129752277 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26056] ppid=26045 vsize=10551232 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26056/stat : 26056 (java) S 26045 26048 11586 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800168297568 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26057] ppid=26045 vsize=10551232 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26057/stat : 26057 (java) S 26045 26048 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800167244672 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26058] ppid=26045 vsize=10551232 memory=956 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26058/stat : 26058 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800166192976 139801129760667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26059] ppid=26045 vsize=10551232 memory=1236 CPUtime=2 cores=0,2,4,6
/proc/26048/task/26059/stat : 26059 (java) S 26045 26048 11586 0 -1 1077944384 8297 0 0 0 199 1 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800165141408 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26060] ppid=26045 vsize=10551232 memory=2244 CPUtime=1.8 cores=0,2,4,6
/proc/26048/task/26060/stat : 26060 (java) S 26045 26048 11586 0 -1 1077944384 6443 0 0 0 179 1 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800164088320 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26061] ppid=26045 vsize=10551232 memory=4284 CPUtime=0.33 cores=0,2,4,6
/proc/26048/task/26061/stat : 26061 (java) S 26045 26048 11586 0 -1 1077944384 2122 0 0 0 33 0 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800163035808 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26062] ppid=26045 vsize=10551232 memory=8320492 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26062/stat : 26062 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561322 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800161983200 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26063] ppid=26045 vsize=10551232 memory=1046 CPUtime=0.1 cores=0,2,4,6
/proc/26048/task/26063/stat : 26063 (java) S 26045 26048 11586 0 -1 1077944384 160 0 0 0 7 3 0 0 20 0 15 0 51561328 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800160930480 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 411.84 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8320492 KiB

[startup+137.601 s]
/proc/loadavg: 4.04 2.58 2.17 6/210 26067
/proc/meminfo: memFree=19502956/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=10551232 memory=8320492 CPUtime=417.98 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 252629 0 0 0 41126 672 0 0 20 0 15 0 51561307 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2637808 2080123 3127 1 0 2627261 0
[pid=26048/tid=26050] ppid=26045 vsize=10551232 memory=1580 CPUtime=33.26 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) S 26045 26048 11586 0 -1 1077944384 35231 0 0 0 3313 13 0 0 20 0 15 0 51561316 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801133967344 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=10551232 memory=-8774313645642428999 CPUtime=92.38 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) R 26045 26048 11586 0 -1 4202560 33231 0 0 0 9072 166 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801060162512 139801122370279 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=10551232 memory=1232 CPUtime=92.19 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) R 26045 26048 11586 0 -1 4202560 52448 0 0 0 9053 166 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801059110024 139801122370279 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=10551232 memory=8900 CPUtime=92.8 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) R 26045 26048 11586 0 -1 4202560 31919 0 0 0 9119 161 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801058056912 139801122370279 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=10551232 memory=8320492 CPUtime=92.55 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) R 26045 26048 11586 0 -1 4202560 41692 0 0 0 9100 155 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801057004504 139801122841723 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26055] ppid=26045 vsize=10551232 memory=8320492 CPUtime=10.47 cores=0,2,4,6
/proc/26048/task/26055/stat : 26055 (java) S 26045 26048 11586 0 -1 1077944384 39704 0 0 0 1044 3 0 0 20 0 15 0 51561318 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800169350096 139801129752277 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26056] ppid=26045 vsize=10551232 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26056/stat : 26056 (java) S 26045 26048 11586 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800168297568 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26057] ppid=26045 vsize=10551232 memory=2168 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26057/stat : 26057 (java) S 26045 26048 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800167244672 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26058] ppid=26045 vsize=10551232 memory=836 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26058/stat : 26058 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800166192976 139801129760667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26059] ppid=26045 vsize=10551232 memory=0 CPUtime=2 cores=0,2,4,6
/proc/26048/task/26059/stat : 26059 (java) S 26045 26048 11586 0 -1 1077944384 8297 0 0 0 199 1 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800165141408 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26060] ppid=26045 vsize=10551232 memory=6944652177228980320 CPUtime=1.8 cores=0,2,4,6
/proc/26048/task/26060/stat : 26060 (java) S 26045 26048 11586 0 -1 1077944384 6443 0 0 0 179 1 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800164088320 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26061] ppid=26045 vsize=10551232 memory=6944656592387989600 CPUtime=0.33 cores=0,2,4,6
/proc/26048/task/26061/stat : 26061 (java) S 26045 26048 11586 0 -1 1077944384 2122 0 0 0 33 0 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800163035808 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26062] ppid=26045 vsize=10551232 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26062/stat : 26062 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561322 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800161983200 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26063] ppid=26045 vsize=10551232 memory=6082488869023541093 CPUtime=0.1 cores=0,2,4,6
/proc/26048/task/26063/stat : 26063 (java) S 26045 26048 11586 0 -1 1077944384 160 0 0 0 7 3 0 0 20 0 15 0 51561328 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800160930480 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 417.98 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8320492 KiB

[startup+138.401 s]
/proc/loadavg: 4.04 2.58 2.17 3/210 26067
/proc/meminfo: memFree=19502964/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=10551232 memory=8320492 CPUtime=419.86 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 252675 0 0 0 41314 672 0 0 20 0 15 0 51561307 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2637808 2080123 3127 1 0 2627261 0
[pid=26048/tid=26050] ppid=26045 vsize=10551232 memory=8320492 CPUtime=33.26 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) S 26045 26048 11586 0 -1 1077944384 35231 0 0 0 3313 13 0 0 20 0 15 0 51561316 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801133967344 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=10551232 memory=-8774313645642428999 CPUtime=92.75 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) S 26045 26048 11586 0 -1 1077944384 33231 0 0 0 9108 167 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801060162704 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=10551232 memory=3966484 CPUtime=92.54 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) S 26045 26048 11586 0 -1 1077944384 52448 0 0 0 9088 166 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801059109904 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=10551232 memory=1152 CPUtime=93.16 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) S 26045 26048 11586 0 -1 1077944384 31919 0 0 0 9155 161 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801058057104 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=10551232 memory=2912 CPUtime=92.92 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) S 26045 26048 11586 0 -1 1077944384 41737 0 0 0 9137 155 0 0 20 0 15 0 51561317 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139801057004304 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26055] ppid=26045 vsize=10551232 memory=8320492 CPUtime=10.9 cores=0,2,4,6
/proc/26048/task/26055/stat : 26055 (java) R 26045 26048 11586 0 -1 4202560 39704 0 0 0 1087 3 0 0 20 0 15 0 51561318 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800169350096 139801114738564 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26056] ppid=26045 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26056/stat : 26056 (java) S 26045 26048 11586 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800168297568 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26057] ppid=26045 vsize=10551232 memory=6944656592455348282 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26057/stat : 26057 (java) S 26045 26048 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 51561319 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800167244672 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26058] ppid=26045 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26058/stat : 26058 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800166192976 139801129760667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26059] ppid=26045 vsize=10551232 memory=4284 CPUtime=2 cores=0,2,4,6
/proc/26048/task/26059/stat : 26059 (java) S 26045 26048 11586 0 -1 1077944384 8297 0 0 0 199 1 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800165141408 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26060] ppid=26045 vsize=10551232 memory=928 CPUtime=1.8 cores=0,2,4,6
/proc/26048/task/26060/stat : 26060 (java) S 26045 26048 11586 0 -1 1077944384 6443 0 0 0 179 1 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800164088320 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26061] ppid=26045 vsize=10551232 memory=1580 CPUtime=0.33 cores=0,2,4,6
/proc/26048/task/26061/stat : 26061 (java) S 26045 26048 11586 0 -1 1077944384 2122 0 0 0 33 0 0 0 20 0 15 0 51561321 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800163035808 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26062] ppid=26045 vsize=10551232 memory=8320492 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26062/stat : 26062 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51561322 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800161983200 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26063] ppid=26045 vsize=10551232 memory=8320492 CPUtime=0.1 cores=0,2,4,6
/proc/26048/task/26063/stat : 26063 (java) S 26045 26048 11586 0 -1 1077944384 160 0 0 0 7 3 0 0 20 0 15 0 51561328 10804461568 2080123 18446744073709551615 4194304 4196468 140729598269792 139800160930480 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 419.86 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8320492 KiB

[startup+138.801 s]
/proc/loadavg: 4.04 2.58 2.17 3/210 26067
/proc/meminfo: memFree=19502964/32770624 swapFree=67108860/67108860
[pid=26048] ppid=26045 vsize=10686560 memory=8321564 CPUtime=420.2 cores=0,2,4,6
/proc/26048/stat : 26048 (java) S 26045 26048 11586 0 -1 1077944320 255134 0 0 0 41347 673 0 0 20 0 16 0 51561307 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 140729598252336 139801129742071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
/proc/26048/statm: 2671640 2080391 3172 1 0 2661055 0
[pid=26048/tid=26050] ppid=26045 vsize=10686560 memory=288230621803970871 CPUtime=33.29 cores=0,2,4,6
/proc/26048/task/26050/stat : 26050 (java) S 26045 26048 11586 0 -1 1077944384 35810 0 0 0 3316 13 0 0 20 0 16 0 51561316 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139801133982752 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26051] ppid=26045 vsize=10686560 memory=15254852779379061 CPUtime=92.75 cores=0,2,4,6
/proc/26048/task/26051/stat : 26051 (java) S 26045 26048 11586 0 -1 1077944384 33231 0 0 0 9108 167 0 0 20 0 16 0 51561317 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139801060162704 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26052] ppid=26045 vsize=10686560 memory=15254852779379061 CPUtime=92.54 cores=0,2,4,6
/proc/26048/task/26052/stat : 26052 (java) S 26045 26048 11586 0 -1 1077944384 52448 0 0 0 9088 166 0 0 20 0 16 0 51561317 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139801059109904 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26053] ppid=26045 vsize=10686560 memory=1580 CPUtime=93.16 cores=0,2,4,6
/proc/26048/task/26053/stat : 26053 (java) S 26045 26048 11586 0 -1 1077944384 31919 0 0 0 9155 161 0 0 20 0 16 0 51561317 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139801058057104 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26054] ppid=26045 vsize=10686560 memory=2168 CPUtime=92.92 cores=0,2,4,6
/proc/26048/task/26054/stat : 26054 (java) S 26045 26048 11586 0 -1 1077944384 41737 0 0 0 9137 155 0 0 20 0 16 0 51561317 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139801057004304 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26055] ppid=26045 vsize=10686560 memory=836 CPUtime=11.14 cores=0,2,4,6
/proc/26048/task/26055/stat : 26055 (java) S 26045 26048 11586 0 -1 1077944384 40043 0 0 0 1111 3 0 0 20 0 16 0 51561318 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800169351536 139801129753218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26056] ppid=26045 vsize=10686560 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26056/stat : 26056 (java) S 26045 26048 11586 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 51561319 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800168297568 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26057] ppid=26045 vsize=10686560 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26057/stat : 26057 (java) S 26045 26048 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 51561319 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800167244672 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26058] ppid=26045 vsize=10686560 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26058/stat : 26058 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51561321 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800166192976 139801129760667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26059] ppid=26045 vsize=10686560 memory=4064 CPUtime=2.04 cores=0,2,4,6
/proc/26048/task/26059/stat : 26059 (java) S 26045 26048 11586 0 -1 1077944384 9434 0 0 0 203 1 0 0 20 0 16 0 51561321 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800165141360 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26060] ppid=26045 vsize=10686560 memory=1148 CPUtime=1.8 cores=0,2,4,6
/proc/26048/task/26060/stat : 26060 (java) S 26045 26048 11586 0 -1 1077944384 6501 0 0 0 179 1 0 0 20 0 16 0 51561321 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800164088560 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26061] ppid=26045 vsize=10686560 memory=3256 CPUtime=0.35 cores=0,2,4,6
/proc/26048/task/26061/stat : 26061 (java) S 26045 26048 11586 0 -1 1077944384 2420 0 0 0 35 0 0 0 20 0 16 0 51561321 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800163035760 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26062] ppid=26045 vsize=10686560 memory=3966484 CPUtime=0 cores=0,2,4,6
/proc/26048/task/26062/stat : 26062 (java) S 26045 26048 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51561322 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800161983200 139801129752277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
[pid=26048/tid=26063] ppid=26045 vsize=10686560 memory=8320492 CPUtime=0.1 cores=0,2,4,6
/proc/26048/task/26063/stat : 26063 (java) S 26045 26048 11586 0 -1 1077944384 160 0 0 0 7 3 0 0 20 0 16 0 51561328 10943037440 2080391 18446744073709551615 4194304 4196468 140729598269792 139800160930480 139801129753218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 9650176 140729598271888 140729598272041 140729598272041 140729598275535 0
Current children cumulated CPU time: 420.2 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8321564 KiB

[startup+138.918 s]*
/proc/loadavg: 4.04 2.58 2.17 3/197 26069
/proc/meminfo: memFree=27485924/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 138.928
CPU time (s): 420.241
CPU user time (s): 413.474
CPU system time (s): 6.76671
CPU usage (%): 302.488
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8321564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.474
system time used= 6.76671
maximum resident set size= 8321824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255177
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8429
involuntary context switches= 4549


# summary of solver processes directly reported to runsolver:
#   pid: 26048
#   total CPU time (s): 420.241
#   total CPU user time (s): 413.474
#   total CPU system time (s): 6.76671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.863042 second user time and 1.34963 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 15:35:50
IDJOB=4263336
IDBENCH=134624
IDSOLVER=2651
FILE ID=node124/4263336-1502632206
RUNJOBID= node124-1502623904-24884
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-10-ext06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263336-1502632206/watcher-4263336-1502632206 -o /tmp/evaluation-result-4263336-1502632206/solver-4263336-1502632206 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24884 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263336-1502632206.xml

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

MD5SUM BENCH= fdf6f730d724673eeb55be8d6417f725
RANDOM SEED=898431228

node124.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.51
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.51
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.51
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.51
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:        27830088 kB
MemAvailable:   28042348 kB
Buffers:          165004 kB
Cached:           337976 kB
SwapCached:            0 kB
Active:          4328188 kB
Inactive:         180960 kB
Active(anon):    3958152 kB
Inactive(anon):    73860 kB
Active(file):     370036 kB
Inactive(file):   107100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10700 kB
Writeback:             0 kB
AnonPages:       4006612 kB
Mapped:            54384 kB
Shmem:             25320 kB
Slab:             128124 kB
SReclaimable:     101916 kB
SUnreclaim:        26208 kB
KernelStack:        3424 kB
PageTables:        12820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5397532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3860480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62020 MiB
End job on node124 at 2017-08-13 15:38:09