Trace number 4262855

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1198.71 354.56201

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
MD5SUM5cb0a900f4910e71305eb4c61f82b136
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables877
Number of constraints149
Number of domains2
Minimum domain size79
Maximum domain size147
Distribution of domain sizes[{"size":79,"count":876},{"size":147,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":730},{"degree":4,"count":146}]
Minimum constraint arity6
Maximum constraint arity876
Distribution of constraint arities[{"arity":6,"count":146},{"arity":147,"count":1},{"arity":876,"count":2}]
Number of extensional constraints146
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":146},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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

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

solver pid=26480, runsolver pid=26477

[startup+0.100156 s]*
/proc/loadavg: 2.59 2.14 2.12 2/196 26481
/proc/meminfo: memFree=30296448/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/26480/stat : 26480 (java) R 26477 26480 11586 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 51807529 303104 1 18446744073709551615 4194304 4196468 140732943208624 140732943208624 139681578043079 0 0 1 0 0 0 0 17 1 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 74 1 0 1 0 38 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 296 KiB
Current children cumulated memory: 4 KiB

[startup+0.208927 s]*
/proc/loadavg: 2.59 2.14 2.12 2/209 26494
/proc/meminfo: memFree=30284488/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10551056 memory=22860 CPUtime=0.05 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 4687 0 0 0 4 1 0 0 20 0 15 0 51807529 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2637764 5715 2580 1 0 2627261 0
[pid=26480/tid=26482] ppid=26477 vsize=10551056 memory=-4116735710718344508 CPUtime=0.04 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) R 26477 26480 11586 0 -1 4202560 2799 0 0 0 4 0 0 0 20 0 15 0 51807540 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681580010080 139681575789725 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26483] ppid=26477 vsize=10551056 memory=5767615600416528777 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26483/stat : 26483 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807541 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681532734608 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26484] ppid=26477 vsize=10551056 memory=140314008544896 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26484/stat : 26484 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807541 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681531681808 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26485] ppid=26477 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26485/stat : 26485 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807541 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681185061776 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26486] ppid=26477 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26486/stat : 26486 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807541 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681184008976 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26487] ppid=26477 vsize=10551056 memory=140314008544896 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26487/stat : 26487 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807542 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681139734896 139681575778946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26488] ppid=26477 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26488/stat : 26488 (java) S 26477 26480 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51807543 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681138680864 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26489] ppid=26477 vsize=10551056 memory=140314008544896 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26489/stat : 26489 (java) S 26477 26480 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51807543 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681137628016 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26490] ppid=26477 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26490/stat : 26490 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807545 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681136576336 139681575786395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26491] ppid=26477 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26491/stat : 26491 (java) S 26477 26480 11586 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 51807545 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681135524720 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26492] ppid=26477 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26492/stat : 26492 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807545 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681134471920 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26493] ppid=26477 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26493/stat : 26493 (java) S 26477 26480 11586 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 51807545 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681133419120 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26494] ppid=26477 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26494/stat : 26494 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807546 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681132366560 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26495] ppid=26477 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26495/stat : 26495 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807551 10804281344 5715 18446744073709551615 4194304 4196468 140732943208624 139681131313840 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 22860 KiB

[startup+0.309923 s]*
/proc/loadavg: 2.59 2.14 2.12 3/210 26495
/proc/meminfo: memFree=30274508/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10551156 memory=35720 CPUtime=0.21 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 8157 0 0 0 18 3 0 0 20 0 15 0 51807529 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2637789 8930 2864 1 0 2627261 0
[pid=26480/tid=26482] ppid=26477 vsize=10551156 memory=4026531858 CPUtime=0.14 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) R 26477 26480 11586 0 -1 4202560 5794 0 0 0 12 2 0 0 20 0 15 0 51807540 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681579991248 139681561135888 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26483] ppid=26477 vsize=10551156 memory=1328 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26483/stat : 26483 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807541 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681532734608 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26484] ppid=26477 vsize=10551156 memory=3473878192746849952 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26484/stat : 26484 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807541 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681531681808 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26485] ppid=26477 vsize=10551156 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26485/stat : 26485 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807541 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681185061776 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26486] ppid=26477 vsize=10551156 memory=734139722786418735 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26486/stat : 26486 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807541 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681184008976 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26487] ppid=26477 vsize=10551156 memory=3472468610236225161 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26487/stat : 26487 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807542 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681139734896 139681575778946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26488] ppid=26477 vsize=10551156 memory=3461361983025148000 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26488/stat : 26488 (java) S 26477 26480 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51807543 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681138680864 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26489] ppid=26477 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26489/stat : 26489 (java) S 26477 26480 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51807543 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681137628016 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26490] ppid=26477 vsize=10551156 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26490/stat : 26490 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807545 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681136576336 139681575786395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26491] ppid=26477 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26480/task/26491/stat : 26491 (java) S 26477 26480 11586 0 -1 1077944384 511 0 0 0 1 0 0 0 20 0 15 0 51807545 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681135524720 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26492] ppid=26477 vsize=10551156 memory=8392585875757298272 CPUtime=0.01 cores=1,3,5,7
/proc/26480/task/26492/stat : 26492 (java) S 26477 26480 11586 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 51807545 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681134471920 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26493] ppid=26477 vsize=10551156 memory=140314008544896 CPUtime=0.03 cores=1,3,5,7
/proc/26480/task/26493/stat : 26493 (java) S 26477 26480 11586 0 -1 1077944384 404 0 0 0 3 0 0 0 20 0 15 0 51807545 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681133419120 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26494] ppid=26477 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26494/stat : 26494 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807546 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681132366560 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26495] ppid=26477 vsize=10551156 memory=140314008544896 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26495/stat : 26495 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807551 10804383744 8930 18446744073709551615 4194304 4196468 140732943208624 139681131313840 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35720 KiB

[startup+0.701173 s]
/proc/loadavg: 2.59 2.14 2.12 4/210 26495
/proc/meminfo: memFree=30245684/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10551232 memory=142628 CPUtime=1.19 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 11870 0 0 0 114 5 0 0 20 0 15 0 51807529 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2637808 35657 3051 1 0 2627261 0
[pid=26480/tid=26482] ppid=26477 vsize=10551232 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) R 26477 26480 11586 0 -1 4202560 6717 0 0 0 48 3 0 0 20 0 15 0 51807540 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681580002712 139681213798222 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26483] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26483/stat : 26483 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807541 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681532734608 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26484] ppid=26477 vsize=10551232 memory=6222097098605089088 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26484/stat : 26484 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807541 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681531681808 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26485] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26485/stat : 26485 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807541 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681185061776 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26486] ppid=26477 vsize=10551232 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26486/stat : 26486 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807541 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681184008976 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26487] ppid=26477 vsize=10551232 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26487/stat : 26487 (java) S 26477 26480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51807542 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681139734896 139681575778946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26488] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26488/stat : 26488 (java) S 26477 26480 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51807543 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681138680864 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26489] ppid=26477 vsize=10551232 memory=3473878192635518032 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26489/stat : 26489 (java) S 26477 26480 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51807543 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681137628016 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26490] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26490/stat : 26490 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807545 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681136576336 139681575786395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26491] ppid=26477 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/26480/task/26491/stat : 26491 (java) R 26477 26480 11586 0 -1 4202560 1500 0 0 0 22 0 0 0 20 0 15 0 51807545 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681135511456 139681555006272 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26492] ppid=26477 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/26480/task/26492/stat : 26492 (java) R 26477 26480 11586 0 -1 4202560 1217 0 0 0 24 0 0 0 20 0 15 0 51807545 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681134457800 139681559268205 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26493] ppid=26477 vsize=10551232 memory=7809523229951467572 CPUtime=0.19 cores=1,3,5,7
/proc/26480/task/26493/stat : 26493 (java) S 26477 26480 11586 0 -1 1077944384 1067 0 0 0 19 0 0 0 20 0 15 0 51807545 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681133419120 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26494] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26494/stat : 26494 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807546 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681132366560 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26495] ppid=26477 vsize=10551232 memory=-6440287458061328169 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26495/stat : 26495 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807551 10804461568 35657 18446744073709551615 4194304 4196468 140732943208624 139681131313840 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 142628 KiB

[startup+1.50064 s]
/proc/loadavg: 2.59 2.14 2.12 3/210 26495
/proc/meminfo: memFree=30116668/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10551232 memory=192748 CPUtime=2.24 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 12257 0 0 0 217 7 0 0 20 0 15 0 51807529 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2637808 48187 3076 1 0 2627261 0
[pid=26480/tid=26482] ppid=26477 vsize=10551232 memory=192748 CPUtime=1.31 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) R 26477 26480 11586 0 -1 4202560 6798 0 0 0 127 4 0 0 20 0 15 0 51807540 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681580006072 139681558230661 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26483] ppid=26477 vsize=10551232 memory=164 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26483/stat : 26483 (java) S 26477 26480 11586 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 51807541 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681532734608 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26484] ppid=26477 vsize=10551232 memory=1553 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26484/stat : 26484 (java) S 26477 26480 11586 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51807541 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681531681808 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26485] ppid=26477 vsize=10551232 memory=18856 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26485/stat : 26485 (java) S 26477 26480 11586 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 51807541 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681185061776 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26486] ppid=26477 vsize=10551232 memory=4121414024959361056 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26486/stat : 26486 (java) S 26477 26480 11586 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 51807541 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681184008976 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26487] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26487/stat : 26487 (java) S 26477 26480 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 51807542 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681139734896 139681575778946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26488] ppid=26477 vsize=10551232 memory=111 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26488/stat : 26488 (java) S 26477 26480 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51807543 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681138680864 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26489] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26489/stat : 26489 (java) S 26477 26480 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51807543 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681137628016 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26490] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26490/stat : 26490 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807545 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681136576336 139681575786395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26491] ppid=26477 vsize=10551232 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/26480/task/26491/stat : 26491 (java) S 26477 26480 11586 0 -1 1077944384 1559 0 0 0 32 0 0 0 20 0 15 0 51807545 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681135524720 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26492] ppid=26477 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/26480/task/26492/stat : 26492 (java) S 26477 26480 11586 0 -1 1077944384 1242 0 0 0 31 0 0 0 20 0 15 0 51807545 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681134471920 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26493] ppid=26477 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/26480/task/26493/stat : 26493 (java) S 26477 26480 11586 0 -1 1077944384 1161 0 0 0 24 0 0 0 20 0 15 0 51807545 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681133419120 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26494] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26494/stat : 26494 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807546 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681132366560 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26495] ppid=26477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26495/stat : 26495 (java) S 26477 26480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51807551 10804461568 48187 18446744073709551615 4194304 4196468 140732943208624 139681131313840 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 192748 KiB

[startup+3.10994 s]
/proc/loadavg: 2.59 2.14 2.12 3/210 26495
/proc/meminfo: memFree=29799328/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10551232 memory=559432 CPUtime=6.09 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 23558 0 0 0 590 19 0 0 20 0 15 0 51807529 10804461568 139858 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2637808 139858 3114 1 0 2627261 0
[pid=26480/tid=26482] ppid=26477 vsize=10551232 memory=0 CPUtime=2.84 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) R 26477 26480 11586 0 -1 4202560 8334 0 0 0 277 7 0 0 20 0 15 0 51807540 10804461568 139858 18446744073709551615 4194304 4196468 140732943208624 139681580000648 139681215778712 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0

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


[startup+352.001 s]*
/proc/loadavg: 4.62 3.71 2.80 6/210 26598
/proc/meminfo: memFree=22506628/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10551384 memory=8313020 CPUtime=1193.36 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 911101 0 0 0 118664 672 0 0 20 0 15 0 51807529 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2637846 2078255 3167 1 0 2627261 0
[pid=26480/tid=26482] ppid=26477 vsize=10551384 memory=-8774313645642428999 CPUtime=41.52 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) S 26477 26480 11586 0 -1 1077944384 30031 0 0 0 4138 14 0 0 20 0 15 0 51807540 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681579997904 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26483] ppid=26477 vsize=10551384 memory=-7003737579269690708 CPUtime=280.03 cores=1,3,5,7
/proc/26480/task/26483/stat : 26483 (java) R 26477 26480 11586 0 -1 4202560 203175 0 0 0 27844 159 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681532734608 139681560765764 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26484] ppid=26477 vsize=10551384 memory=4616 CPUtime=279.8 cores=1,3,5,7
/proc/26480/task/26484/stat : 26484 (java) R 26477 26480 11586 0 -1 4202560 169929 0 0 0 27814 166 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681531681808 139681560765840 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26485] ppid=26477 vsize=10551384 memory=1440 CPUtime=280.45 cores=1,3,5,7
/proc/26480/task/26485/stat : 26485 (java) R 26477 26480 11586 0 -1 4202560 209508 0 0 0 27884 161 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681185061896 139681560765758 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26486] ppid=26477 vsize=10551384 memory=1204 CPUtime=281.18 cores=1,3,5,7
/proc/26480/task/26486/stat : 26486 (java) R 26477 26480 11586 0 -1 4202560 206203 0 0 0 27959 159 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681184009096 139681560757337 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26487] ppid=26477 vsize=10551384 memory=5668 CPUtime=26.1 cores=1,3,5,7
/proc/26480/task/26487/stat : 26487 (java) S 26477 26480 11586 0 -1 1077944384 69097 0 0 0 2607 3 0 0 20 0 15 0 51807542 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681139733440 139681575778005 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26488] ppid=26477 vsize=10551384 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26488/stat : 26488 (java) S 26477 26480 11586 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 51807543 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681138680928 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26489] ppid=26477 vsize=10551384 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26489/stat : 26489 (java) S 26477 26480 11586 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 51807543 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681137628032 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26490] ppid=26477 vsize=10551384 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26490/stat : 26490 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681136576336 139681575786395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26491] ppid=26477 vsize=10551384 memory=1716 CPUtime=1.67 cores=1,3,5,7
/proc/26480/task/26491/stat : 26491 (java) S 26477 26480 11586 0 -1 1077944384 8641 0 0 0 166 1 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681135524480 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26492] ppid=26477 vsize=10551384 memory=1008 CPUtime=1.89 cores=1,3,5,7
/proc/26480/task/26492/stat : 26492 (java) S 26477 26480 11586 0 -1 1077944384 8827 0 0 0 188 1 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681134471968 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26493] ppid=26477 vsize=10551384 memory=1232 CPUtime=0.37 cores=1,3,5,7
/proc/26480/task/26493/stat : 26493 (java) S 26477 26480 11586 0 -1 1077944384 2902 0 0 0 37 0 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681133419168 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26494] ppid=26477 vsize=10551384 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26494/stat : 26494 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807546 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681132366560 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26495] ppid=26477 vsize=10551384 memory=8900 CPUtime=0.27 cores=1,3,5,7
/proc/26480/task/26495/stat : 26495 (java) S 26477 26480 11586 0 -1 1077944384 1361 0 0 0 12 15 0 0 20 0 15 0 51807551 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681131313840 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
Current children cumulated CPU time: 1193.36 s
Current children cumulated vsize: 10551384 KiB
Current children cumulated memory: 8313020 KiB

[startup+353.601 s]
/proc/loadavg: 4.62 3.71 2.80 3/210 26599
/proc/meminfo: memFree=22506628/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10551384 memory=8313020 CPUtime=1197.91 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 911148 0 0 0 119119 672 0 0 20 0 15 0 51807529 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2637846 2078255 3167 1 0 2627261 0
[pid=26480/tid=26482] ppid=26477 vsize=10551384 memory=4048 CPUtime=41.52 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) S 26477 26480 11586 0 -1 1077944384 30031 0 0 0 4138 14 0 0 20 0 15 0 51807540 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681579997904 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26483] ppid=26477 vsize=10551384 memory=644 CPUtime=281.02 cores=1,3,5,7
/proc/26480/task/26483/stat : 26483 (java) S 26477 26480 11586 0 -1 1077944384 203175 0 0 0 27943 159 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681532734608 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26484] ppid=26477 vsize=10551384 memory=-8774313645642428999 CPUtime=280.79 cores=1,3,5,7
/proc/26480/task/26484/stat : 26484 (java) S 26477 26480 11586 0 -1 1077944384 169933 0 0 0 27913 166 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681531681808 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26485] ppid=26477 vsize=10551384 memory=29640 CPUtime=281.43 cores=1,3,5,7
/proc/26480/task/26485/stat : 26485 (java) S 26477 26480 11586 0 -1 1077944384 209508 0 0 0 27982 161 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681185061776 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26486] ppid=26477 vsize=10551384 memory=2384 CPUtime=282.17 cores=1,3,5,7
/proc/26480/task/26486/stat : 26486 (java) S 26477 26480 11586 0 -1 1077944384 206204 0 0 0 28058 159 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681184008976 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26487] ppid=26477 vsize=10551384 memory=1296 CPUtime=26.7 cores=1,3,5,7
/proc/26480/task/26487/stat : 26487 (java) R 26477 26480 11586 0 -1 4202560 69139 0 0 0 2667 3 0 0 20 0 15 0 51807542 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681139733328 139681560764203 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26488] ppid=26477 vsize=10551384 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26488/stat : 26488 (java) S 26477 26480 11586 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 51807543 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681138680928 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26489] ppid=26477 vsize=10551384 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26489/stat : 26489 (java) S 26477 26480 11586 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 51807543 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681137628032 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26490] ppid=26477 vsize=10551384 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26490/stat : 26490 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681136576336 139681575786395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26491] ppid=26477 vsize=10551384 memory=796 CPUtime=1.67 cores=1,3,5,7
/proc/26480/task/26491/stat : 26491 (java) S 26477 26480 11586 0 -1 1077944384 8641 0 0 0 166 1 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681135524480 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26492] ppid=26477 vsize=10551384 memory=9992 CPUtime=1.89 cores=1,3,5,7
/proc/26480/task/26492/stat : 26492 (java) S 26477 26480 11586 0 -1 1077944384 8827 0 0 0 188 1 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681134471968 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26493] ppid=26477 vsize=10551384 memory=1716 CPUtime=0.37 cores=1,3,5,7
/proc/26480/task/26493/stat : 26493 (java) S 26477 26480 11586 0 -1 1077944384 2902 0 0 0 37 0 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681133419168 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26494] ppid=26477 vsize=10551384 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26494/stat : 26494 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807546 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681132366560 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26495] ppid=26477 vsize=10551384 memory=1232 CPUtime=0.27 cores=1,3,5,7
/proc/26480/task/26495/stat : 26495 (java) S 26477 26480 11586 0 -1 1077944384 1361 0 0 0 12 15 0 0 20 0 15 0 51807551 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681131313840 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
Current children cumulated CPU time: 1197.91 s
Current children cumulated vsize: 10551384 KiB
Current children cumulated memory: 8313020 KiB

[startup+354.001 s]*
/proc/loadavg: 4.41 3.68 2.79 3/210 26599
/proc/meminfo: memFree=22506628/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10551384 memory=8313020 CPUtime=1198.32 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 911148 0 0 0 119160 672 0 0 20 0 15 0 51807529 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2637846 2078255 3167 1 0 2627261 0
[pid=26480/tid=26482] ppid=26477 vsize=10551384 memory=-8774313645642428999 CPUtime=41.52 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) S 26477 26480 11586 0 -1 1077944384 30031 0 0 0 4138 14 0 0 20 0 15 0 51807540 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681579997904 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26483] ppid=26477 vsize=10551384 memory=-7003737579269690708 CPUtime=281.02 cores=1,3,5,7
/proc/26480/task/26483/stat : 26483 (java) S 26477 26480 11586 0 -1 1077944384 203175 0 0 0 27943 159 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681532734608 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26484] ppid=26477 vsize=10551384 memory=15254852779379061 CPUtime=280.79 cores=1,3,5,7
/proc/26480/task/26484/stat : 26484 (java) S 26477 26480 11586 0 -1 1077944384 169933 0 0 0 27913 166 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681531681808 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26485] ppid=26477 vsize=10551384 memory=2384 CPUtime=281.43 cores=1,3,5,7
/proc/26480/task/26485/stat : 26485 (java) S 26477 26480 11586 0 -1 1077944384 209508 0 0 0 27982 161 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681185061776 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26486] ppid=26477 vsize=10551384 memory=1296 CPUtime=282.17 cores=1,3,5,7
/proc/26480/task/26486/stat : 26486 (java) S 26477 26480 11586 0 -1 1077944384 206204 0 0 0 28058 159 0 0 20 0 15 0 51807541 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681184008976 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26487] ppid=26477 vsize=10551384 memory=1728 CPUtime=27.11 cores=1,3,5,7
/proc/26480/task/26487/stat : 26487 (java) R 26477 26480 11586 0 -1 4202560 69139 0 0 0 2708 3 0 0 20 0 15 0 51807542 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681139733328 139681560764203 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26488] ppid=26477 vsize=10551384 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26488/stat : 26488 (java) S 26477 26480 11586 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 51807543 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681138680928 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26489] ppid=26477 vsize=10551384 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26489/stat : 26489 (java) S 26477 26480 11586 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 51807543 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681137628032 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26490] ppid=26477 vsize=10551384 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26490/stat : 26490 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681136576336 139681575786395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26491] ppid=26477 vsize=10551384 memory=9992 CPUtime=1.67 cores=1,3,5,7
/proc/26480/task/26491/stat : 26491 (java) S 26477 26480 11586 0 -1 1077944384 8641 0 0 0 166 1 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681135524480 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26492] ppid=26477 vsize=10551384 memory=1716 CPUtime=1.89 cores=1,3,5,7
/proc/26480/task/26492/stat : 26492 (java) S 26477 26480 11586 0 -1 1077944384 8827 0 0 0 188 1 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681134471968 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26493] ppid=26477 vsize=10551384 memory=1008 CPUtime=0.37 cores=1,3,5,7
/proc/26480/task/26493/stat : 26493 (java) S 26477 26480 11586 0 -1 1077944384 2902 0 0 0 37 0 0 0 20 0 15 0 51807545 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681133419168 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26494] ppid=26477 vsize=10551384 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26494/stat : 26494 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51807546 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681132366560 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26495] ppid=26477 vsize=10551384 memory=8900 CPUtime=0.27 cores=1,3,5,7
/proc/26480/task/26495/stat : 26495 (java) S 26477 26480 11586 0 -1 1077944384 1361 0 0 0 12 15 0 0 20 0 15 0 51807551 10804617216 2078255 18446744073709551615 4194304 4196468 140732943208624 139681131313840 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
Current children cumulated CPU time: 1198.32 s
Current children cumulated vsize: 10551384 KiB
Current children cumulated memory: 8313020 KiB

[startup+354.401 s]
/proc/loadavg: 4.41 3.68 2.79 3/210 26599
/proc/meminfo: memFree=22506628/32770624 swapFree=67108860/67108860
[pid=26480] ppid=26477 vsize=10686560 memory=8313572 CPUtime=1198.64 cores=1,3,5,7
/proc/26480/stat : 26480 (java) S 26477 26480 11586 0 -1 1077944320 912273 0 0 0 119192 672 0 0 20 0 16 0 51807529 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 140732943191168 139681575767799 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
/proc/26480/statm: 2671640 2078393 3178 1 0 2661055 0
[pid=26480/tid=26482] ppid=26477 vsize=10686560 memory=288230621803970871 CPUtime=41.54 cores=1,3,5,7
/proc/26480/task/26482/stat : 26482 (java) S 26477 26480 11586 0 -1 1077944384 30344 0 0 0 4139 15 0 0 20 0 16 0 51807540 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681580008480 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26483] ppid=26477 vsize=10686560 memory=8313020 CPUtime=281.02 cores=1,3,5,7
/proc/26480/task/26483/stat : 26483 (java) S 26477 26480 11586 0 -1 1077944384 203175 0 0 0 27943 159 0 0 20 0 16 0 51807541 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681532734608 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26484] ppid=26477 vsize=10686560 memory=4616 CPUtime=280.79 cores=1,3,5,7
/proc/26480/task/26484/stat : 26484 (java) S 26477 26480 11586 0 -1 1077944384 169933 0 0 0 27913 166 0 0 20 0 16 0 51807541 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681531681808 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26485] ppid=26477 vsize=10686560 memory=1440 CPUtime=281.43 cores=1,3,5,7
/proc/26480/task/26485/stat : 26485 (java) S 26477 26480 11586 0 -1 1077944384 209508 0 0 0 27982 161 0 0 20 0 16 0 51807541 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681185061776 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26486] ppid=26477 vsize=10686560 memory=-8774313645642428999 CPUtime=282.17 cores=1,3,5,7
/proc/26480/task/26486/stat : 26486 (java) S 26477 26480 11586 0 -1 1077944384 206204 0 0 0 28058 159 0 0 20 0 16 0 51807541 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681184008976 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26487] ppid=26477 vsize=10686560 memory=15254852779379061 CPUtime=27.37 cores=1,3,5,7
/proc/26480/task/26487/stat : 26487 (java) S 26477 26480 11586 0 -1 1077944384 69142 0 0 0 2734 3 0 0 20 0 16 0 51807542 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681139734896 139681575778946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26488] ppid=26477 vsize=10686560 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26488/stat : 26488 (java) S 26477 26480 11586 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51807543 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681138680928 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26489] ppid=26477 vsize=10686560 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26489/stat : 26489 (java) S 26477 26480 11586 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 51807543 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681137628032 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26490] ppid=26477 vsize=10686560 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26490/stat : 26490 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51807545 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681136576336 139681575786395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26491] ppid=26477 vsize=10686560 memory=1996 CPUtime=1.67 cores=1,3,5,7
/proc/26480/task/26491/stat : 26491 (java) S 26477 26480 11586 0 -1 1077944384 8711 0 0 0 166 1 0 0 20 0 16 0 51807545 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681135524720 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26492] ppid=26477 vsize=10686560 memory=8313020 CPUtime=1.91 cores=1,3,5,7
/proc/26480/task/26492/stat : 26492 (java) S 26477 26480 11586 0 -1 1077944384 9324 0 0 0 190 1 0 0 20 0 16 0 51807545 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681134471920 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26493] ppid=26477 vsize=10686560 memory=956 CPUtime=0.38 cores=1,3,5,7
/proc/26480/task/26493/stat : 26493 (java) S 26477 26480 11586 0 -1 1077944384 3097 0 0 0 38 0 0 0 20 0 16 0 51807545 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681133419120 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26494] ppid=26477 vsize=10686560 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/26480/task/26494/stat : 26494 (java) S 26477 26480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51807546 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681132366560 139681575778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
[pid=26480/tid=26495] ppid=26477 vsize=10686560 memory=2244 CPUtime=0.27 cores=1,3,5,7
/proc/26480/task/26495/stat : 26495 (java) S 26477 26480 11586 0 -1 1077944384 1361 0 0 0 12 15 0 0 20 0 16 0 51807551 10943037440 2078393 18446744073709551615 4194304 4196468 140732943208624 139681131313840 139681575778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140732943212944 140732943213097 140732943213097 140732943216591 0
Current children cumulated CPU time: 1198.64 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8313572 KiB

[startup+354.501 s]*
/proc/loadavg: 4.41 3.68 2.79 3/197 26601
/proc/meminfo: memFree=22506236/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): 354.562
CPU time (s): 1198.71
CPU user time (s): 1191.93
CPU system time (s): 6.78947
CPU usage (%): 338.083
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8313572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1191.93
system time used= 6.78947
maximum resident set size= 8313784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 912313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21248
involuntary context switches= 12636


# summary of solver processes directly reported to runsolver:
#   pid: 26480
#   total CPU time (s): 1198.71
#   total CPU user time (s): 1191.93
#   total CPU system time (s): 6.78947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.09188 second user time and 3.46483 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 16:16:53
IDJOB=4262855
IDBENCH=137046
IDSOLVER=2651
FILE ID=node124/4262855-1502634669
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262855-1502634669/watcher-4262855-1502634669 -o /tmp/evaluation-result-4262855-1502634669/solver-4262855-1502634669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262855-1502634669.xml

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

MD5SUM BENCH= 5cb0a900f4910e71305eb4c61f82b136
RANDOM SEED=502928881

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:        30296544 kB
MemAvailable:   30503700 kB
Buffers:          166216 kB
Cached:           331512 kB
SwapCached:            0 kB
Active:          1866172 kB
Inactive:         180336 kB
Active(anon):    1500636 kB
Inactive(anon):    73860 kB
Active(file):     365536 kB
Inactive(file):   106476 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3204 kB
Writeback:            12 kB
AnonPages:       1548824 kB
Mapped:            54476 kB
Shmem:             25320 kB
Slab:             127988 kB
SReclaimable:     101956 kB
SUnreclaim:        26032 kB
KernelStack:        3440 kB
PageTables:         7852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2707868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1480704 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= 62028 MiB
End job on node124 at 2017-08-13 16:22:47