Trace number 4262849

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? 487.73401 169.53999

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
MD5SUM3d6808b330f5ae5835187fa3c31c3257
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size82
Distribution of domain sizes[{"size":48,"count":1},{"size":82,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints47
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262849-1502634051/watcher-4262849-1502634051 -o /tmp/evaluation-result-4262849-1502634051/solver-4262849-1502634051 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502633193-2425 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262849-1502634051.xml 

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

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

solver pid=2440, runsolver pid=2437

[startup+0.104392 s]*
/proc/loadavg: 1.14 1.30 1.76 3/211 2478
/proc/meminfo: memFree=29185904/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10555400 memory=29908 CPUtime=0.13 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 6552 0 0 0 11 2 0 0 20 0 15 0 96493233 10808729600 7477 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2638850 7477 2812 1 0 2627263 0
[pid=2440/tid=2442] ppid=2437 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) R 2437 2440 31794 0 -1 4202560 4403 0 0 0 8 1 0 0 20 0 15 0 96493234 10808729600 7477 33554432000 4194304 4196468 140731486915968 140457158841056 140457138648421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493234 10808729600 7477 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10555400 memory=140517568628352 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493234 10808729600 7477 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493235 10808729600 7477 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493235 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10555400 memory=140517568628352 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) S 2437 2440 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493236 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456459565424 140457154615938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2452] ppid=2437 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2452/stat : 2452 (java) S 2437 2440 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493236 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456458511392 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2453] ppid=2437 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2453/stat : 2453 (java) S 2437 2440 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493237 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456457458544 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2459] ppid=2437 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2459/stat : 2459 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456456406864 140457154623387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2460] ppid=2437 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2460/stat : 2460 (java) S 2437 2440 31794 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 96493239 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456455355248 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2461] ppid=2437 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2461/stat : 2461 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456454302448 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2462] ppid=2437 vsize=10555400 memory=140517568628352 CPUtime=0.02 cores=0,2,4,6
/proc/2440/task/2462/stat : 2462 (java) R 2437 2440 31794 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 96493239 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456453249648 140457154626138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2463] ppid=2437 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10555400 memory=140517568628352 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493239 10808729600 7477 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29908 KiB

[startup+0.210871 s]*
/proc/loadavg: 1.14 1.30 1.76 5/217 2484
/proc/meminfo: memFree=29164924/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10555400 memory=42256 CPUtime=0.31 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 8101 0 0 0 29 2 0 0 20 0 15 0 96493233 10808729600 10564 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2638850 10564 2959 1 0 2627263 0
[pid=2440/tid=2442] ppid=2437 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) R 2437 2440 31794 0 -1 4202560 5075 0 0 0 18 1 0 0 20 0 15 0 96493234 10808729600 10564 33554432000 4194304 4196468 140731486915968 140457158839104 140457138685278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10555400 memory=331 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493234 10808729600 10564 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10555400 memory=140517568746593 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493234 10808729600 10564 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493235 10808729600 10564 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493235 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10555400 memory=140517568628352 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) S 2437 2440 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493236 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456459565424 140457154615938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2452] ppid=2437 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2452/stat : 2452 (java) S 2437 2440 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493236 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456458511392 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2453] ppid=2437 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2453/stat : 2453 (java) S 2437 2440 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493237 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456457458544 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2459] ppid=2437 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2459/stat : 2459 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456456406864 140457154623387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2460] ppid=2437 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2440/task/2460/stat : 2460 (java) S 2437 2440 31794 0 -1 1077944384 633 0 0 0 1 0 0 0 20 0 15 0 96493239 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456455355248 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2461] ppid=2437 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2440/task/2461/stat : 2461 (java) S 2437 2440 31794 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 15 0 96493239 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456454302448 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2462] ppid=2437 vsize=10555400 memory=140517568628352 CPUtime=0.06 cores=0,2,4,6
/proc/2440/task/2462/stat : 2462 (java) S 2437 2440 31794 0 -1 1077944384 647 0 0 0 6 0 0 0 20 0 15 0 96493239 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456453249648 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2463] ppid=2437 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10555400 memory=140517568628352 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493239 10808729600 10564 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42256 KiB

[startup+0.313523 s]*
/proc/loadavg: 1.14 1.30 1.76 4/217 2484
/proc/meminfo: memFree=29144700/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10555476 memory=52648 CPUtime=0.52 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 8736 0 0 0 49 3 0 0 20 0 15 0 96493233 10808807424 13162 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2638869 13162 3012 1 0 2627263 0
[pid=2440/tid=2442] ppid=2437 vsize=10555476 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) R 2437 2440 31794 0 -1 4202560 5517 0 0 0 28 2 0 0 20 0 15 0 96493234 10808807424 13162 33554432000 4194304 4196468 140731486915968 140457158841840 140457154616726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493234 10808807424 13162 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10555476 memory=140517568677152 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493234 10808807424 13162 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10555476 memory=51172 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493235 10808807424 13162 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493235 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10555476 memory=140517568684064 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) S 2437 2440 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493236 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456459565424 140457154615938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2452] ppid=2437 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2452/stat : 2452 (java) S 2437 2440 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493236 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456458511392 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2453] ppid=2437 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2453/stat : 2453 (java) S 2437 2440 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493237 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456457458544 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2459] ppid=2437 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2459/stat : 2459 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456456406864 140457154623387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2460] ppid=2437 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2440/task/2460/stat : 2460 (java) R 2437 2440 31794 0 -1 4202560 711 0 0 0 4 0 0 0 20 0 15 0 96493239 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456455355248 140457147589833 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2461] ppid=2437 vsize=10555476 memory=140517438503887 CPUtime=0.03 cores=0,2,4,6
/proc/2440/task/2461/stat : 2461 (java) R 2437 2440 31794 0 -1 1077944384 417 0 0 0 3 0 0 0 20 0 15 0 96493239 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456454302448 140457154615938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2462] ppid=2437 vsize=10555476 memory=140517568630778 CPUtime=0.13 cores=0,2,4,6
/proc/2440/task/2462/stat : 2462 (java) R 2437 2440 31794 0 -1 4202560 728 0 0 0 13 0 0 0 20 0 15 0 96493239 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456453249648 140457133523684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2463] ppid=2437 vsize=10555476 memory=140517438503887 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10555476 memory=281035007158208 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 13162 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52648 KiB

[startup+0.707763 s]
/proc/loadavg: 1.14 1.30 1.76 7/217 2484
/proc/meminfo: memFree=29030472/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10555476 memory=127744 CPUtime=1.6 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 11042 0 0 0 156 4 0 0 20 0 15 0 96493233 10808807424 31936 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2638869 31936 3085 1 0 2627263 0
[pid=2440/tid=2442] ppid=2437 vsize=10555476 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) R 2437 2440 31794 0 -1 4202560 5657 0 0 0 66 3 0 0 20 0 15 0 96493234 10808807424 31936 33554432000 4194304 4196468 140731486915968 140457158840464 140456789055946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493234 10808807424 31936 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493234 10808807424 31936 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493235 10808807424 31936 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10555476 memory=8458433173657302837 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493235 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10555476 memory=5859271434388658279 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) S 2437 2440 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493236 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456459565424 140457154615938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2452] ppid=2437 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2452/stat : 2452 (java) S 2437 2440 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493236 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456458511392 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2453] ppid=2437 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2453/stat : 2453 (java) S 2437 2440 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493237 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456457458544 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2459] ppid=2437 vsize=10555476 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2459/stat : 2459 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456456406864 140457154623387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2460] ppid=2437 vsize=10555476 memory=2241 CPUtime=0.33 cores=0,2,4,6
/proc/2440/task/2460/stat : 2460 (java) R 2437 2440 31794 0 -1 4202560 1765 0 0 0 33 0 0 0 20 0 15 0 96493239 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456455345632 140457138893457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2461] ppid=2437 vsize=10555476 memory=2244 CPUtime=0.33 cores=0,2,4,6
/proc/2440/task/2461/stat : 2461 (java) R 2437 2440 31794 0 -1 4202560 1051 0 0 0 33 0 0 0 20 0 15 0 96493239 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456454280768 140457138997012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2462] ppid=2437 vsize=10555476 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/2440/task/2462/stat : 2462 (java) R 2437 2440 31794 0 -1 4202560 1202 0 0 0 22 0 0 0 20 0 15 0 96493239 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456453246584 140457139770344 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2463] ppid=2437 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 31936 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 127744 KiB

[startup+1.50081 s]
/proc/loadavg: 1.13 1.30 1.76 5/217 2484
/proc/meminfo: memFree=28822408/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10555476 memory=301716 CPUtime=3.96 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 19300 0 0 0 384 12 0 0 20 0 15 0 96493233 10808807424 75429 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2638869 75429 3119 1 0 2627263 0
[pid=2440/tid=2442] ppid=2437 vsize=10555476 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) R 2437 2440 31794 0 -1 4202560 5954 0 0 0 132 4 0 0 20 0 15 0 96493234 10808807424 75429 33554432000 4194304 4196468 140731486915968 140457158839016 140457136011015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10555476 memory=2276 CPUtime=0.08 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 39 0 0 0 7 1 0 0 20 0 15 0 96493234 10808807424 75429 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10555476 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 260 0 0 0 8 2 0 0 20 0 15 0 96493234 10808807424 75429 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 41 0 0 0 4 1 0 0 20 0 15 0 96493235 10808807424 75429 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10555476 memory=281034877459616 CPUtime=0.05 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 89 0 0 0 4 1 0 0 20 0 15 0 96493235 10808807424 75429 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) S 2437 2440 31794 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 96493236 10808807424 75429 33554432000 4194304 4196468 140731486915968 140456459565424 140457154615938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0

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

[pid=2440/tid=2463] ppid=2437 vsize=10555476 memory=3040 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 2045134 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10555476 memory=8180536 CPUtime=0.07 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1259 0 0 0 4 3 0 0 20 0 15 0 96493239 10808807424 2045134 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 485.87 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8180536 KiB

[startup+168.801 s]
/proc/loadavg: 5.13 2.79 2.24 9/215 2486
/proc/meminfo: memFree=12752764/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10555476 memory=8180540 CPUtime=487.17 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 238022 0 0 0 48207 510 0 0 20 0 15 0 96493233 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2638869 2045135 3155 1 0 2627263 0
[pid=2440/tid=2442] ppid=2437 vsize=10555476 memory=4128 CPUtime=40.16 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) S 2437 2440 31794 0 -1 1077944384 17870 0 0 0 4001 15 0 0 20 0 15 0 96493234 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140457158836704 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10555476 memory=1572 CPUtime=105.07 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 27604 0 0 0 10382 125 0 0 20 0 15 0 96493234 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10555476 memory=0 CPUtime=104.98 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 42420 0 0 0 10362 136 0 0 20 0 15 0 96493234 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10555476 memory=7308326694938504290 CPUtime=105.63 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 41876 0 0 0 10450 113 0 0 20 0 15 0 96493235 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10555476 memory=7522530268807719504 CPUtime=106.18 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 57010 0 0 0 10508 110 0 0 20 0 15 0 96493235 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10555476 memory=8112282956445269571 CPUtime=21.2 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) R 2437 2440 31794 0 -1 4202560 29414 0 0 0 2118 2 0 0 20 0 15 0 96493236 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456459563872 140457139601188 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2452] ppid=2437 vsize=10555476 memory=27620 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2452/stat : 2452 (java) S 2437 2440 31794 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96493236 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456458511456 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2453] ppid=2437 vsize=10555476 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2453/stat : 2453 (java) S 2437 2440 31794 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96493237 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456457458560 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2459] ppid=2437 vsize=10555476 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2459/stat : 2459 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456456406864 140457154623387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2460] ppid=2437 vsize=10555476 memory=1728 CPUtime=1.57 cores=0,2,4,6
/proc/2440/task/2460/stat : 2460 (java) S 2437 2440 31794 0 -1 1077944384 6952 0 0 0 156 1 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456455355296 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2461] ppid=2437 vsize=10555476 memory=1420 CPUtime=1.89 cores=0,2,4,6
/proc/2440/task/2461/stat : 2461 (java) S 2437 2440 31794 0 -1 1077944384 10311 0 0 0 188 1 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456454302496 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2462] ppid=2437 vsize=10555476 memory=11032 CPUtime=0.32 cores=0,2,4,6
/proc/2440/task/2462/stat : 2462 (java) S 2437 2440 31794 0 -1 1077944384 1891 0 0 0 32 0 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456453249408 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2463] ppid=2437 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10555476 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1259 0 0 0 4 3 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 487.17 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8180540 KiB

[startup+169.201 s]
/proc/loadavg: 5.13 2.79 2.24 6/215 2486
/proc/meminfo: memFree=12752764/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10555476 memory=8180540 CPUtime=487.57 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 238501 0 0 0 48247 510 0 0 20 0 15 0 96493233 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2638869 2045135 3155 1 0 2627263 0
[pid=2440/tid=2442] ppid=2437 vsize=10555476 memory=0 CPUtime=40.16 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) S 2437 2440 31794 0 -1 1077944384 17870 0 0 0 4001 15 0 0 20 0 15 0 96493234 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140457158836704 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10555476 memory=37892 CPUtime=105.07 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 27604 0 0 0 10382 125 0 0 20 0 15 0 96493234 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10555476 memory=40100 CPUtime=104.98 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 42420 0 0 0 10362 136 0 0 20 0 15 0 96493234 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10555476 memory=42308 CPUtime=105.63 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 41876 0 0 0 10450 113 0 0 20 0 15 0 96493235 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10555476 memory=6656426216303648864 CPUtime=106.18 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 57010 0 0 0 10508 110 0 0 20 0 15 0 96493235 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10555476 memory=46724 CPUtime=21.6 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) R 2437 2440 31794 0 -1 4202560 29893 0 0 0 2158 2 0 0 20 0 15 0 96493236 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456459563872 140457139601300 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2452] ppid=2437 vsize=10555476 memory=48932 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2452/stat : 2452 (java) S 2437 2440 31794 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96493236 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456458511456 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2453] ppid=2437 vsize=10555476 memory=3472328128895162792 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2453/stat : 2453 (java) S 2437 2440 31794 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96493237 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456457458560 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2459] ppid=2437 vsize=10555476 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2459/stat : 2459 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456456406864 140457154623387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2460] ppid=2437 vsize=10555476 memory=6628 CPUtime=1.57 cores=0,2,4,6
/proc/2440/task/2460/stat : 2460 (java) S 2437 2440 31794 0 -1 1077944384 6952 0 0 0 156 1 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456455355296 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2461] ppid=2437 vsize=10555476 memory=8836 CPUtime=1.89 cores=0,2,4,6
/proc/2440/task/2461/stat : 2461 (java) S 2437 2440 31794 0 -1 1077944384 10311 0 0 0 188 1 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456454302496 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2462] ppid=2437 vsize=10555476 memory=11044 CPUtime=0.32 cores=0,2,4,6
/proc/2440/task/2462/stat : 2462 (java) S 2437 2440 31794 0 -1 1077944384 1891 0 0 0 32 0 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456453249408 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2463] ppid=2437 vsize=10555476 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10555476 memory=8180540 CPUtime=0.07 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1259 0 0 0 4 3 0 0 20 0 15 0 96493239 10808807424 2045135 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 487.57 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8180540 KiB

[startup+169.401 s]
/proc/loadavg: 5.13 2.79 2.24 6/215 2486
/proc/meminfo: memFree=12752764/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10690804 memory=8181420 CPUtime=487.68 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 242596 0 0 0 48258 510 0 0 20 0 16 0 96493233 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2672701 2045355 3200 1 0 2661057 0
[pid=2440/tid=2442] ppid=2437 vsize=10690804 memory=1692 CPUtime=40.18 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) S 2437 2440 31794 0 -1 1077944384 18827 0 0 0 4003 15 0 0 20 0 16 0 96493234 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140457158845472 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10690804 memory=916 CPUtime=105.07 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 27604 0 0 0 10382 125 0 0 20 0 16 0 96493234 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10690804 memory=3832 CPUtime=104.98 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 42420 0 0 0 10362 136 0 0 20 0 16 0 96493234 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10690804 memory=6935054825532540783 CPUtime=105.63 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 41876 0 0 0 10450 113 0 0 20 0 16 0 96493235 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10690804 memory=0 CPUtime=106.18 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 57010 0 0 0 10508 110 0 0 20 0 16 0 96493235 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10690804 memory=0 CPUtime=21.66 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) S 2437 2440 31794 0 -1 1077944384 32503 0 0 0 2164 2 0 0 20 0 16 0 96493236 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456459565424 140457154615938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2452] ppid=2437 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2452/stat : 2452 (java) S 2437 2440 31794 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 96493236 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456458511456 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2453] ppid=2437 vsize=10690804 memory=31076 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2453/stat : 2453 (java) S 2437 2440 31794 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96493237 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456457458560 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2459] ppid=2437 vsize=10690804 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2459/stat : 2459 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456456406864 140457154623387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2460] ppid=2437 vsize=10690804 memory=4427205132082312746 CPUtime=1.57 cores=0,2,4,6
/proc/2440/task/2460/stat : 2460 (java) S 2437 2440 31794 0 -1 1077944384 6954 0 0 0 156 1 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456455355248 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2461] ppid=2437 vsize=10690804 memory=-8486080722631693414 CPUtime=1.89 cores=0,2,4,6
/proc/2440/task/2461/stat : 2461 (java) S 2437 2440 31794 0 -1 1077944384 10363 0 0 0 188 1 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456454302448 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2462] ppid=2437 vsize=10690804 memory=-8412652152092201843 CPUtime=0.33 cores=0,2,4,6
/proc/2440/task/2462/stat : 2462 (java) S 2437 2440 31794 0 -1 1077944384 2298 0 0 0 33 0 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456453249648 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2463] ppid=2437 vsize=10690804 memory=-7023579799431922829 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10690804 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1259 0 0 0 4 3 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 487.68 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8181420 KiB

[startup+169.501 s]
/proc/loadavg: 5.13 2.79 2.24 6/215 2486
/proc/meminfo: memFree=12752764/32770624 swapFree=67108860/67108860
[pid=2440] ppid=2437 vsize=10690804 memory=8181420 CPUtime=487.68 cores=0,2,4,6
/proc/2440/stat : 2440 (java) S 2437 2440 31794 0 -1 1077944320 242608 0 0 0 48258 510 0 0 20 0 16 0 96493233 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140731486898512 140457154604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
/proc/2440/statm: 2672701 2045355 3200 1 0 2661057 0
[pid=2440/tid=2442] ppid=2437 vsize=10690804 memory=8180536 CPUtime=40.18 cores=0,2,4,6
/proc/2440/task/2442/stat : 2442 (java) S 2437 2440 31794 0 -1 1077944384 18827 0 0 0 4003 15 0 0 20 0 16 0 96493234 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140457158845472 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2444] ppid=2437 vsize=10690804 memory=8180532 CPUtime=105.07 cores=0,2,4,6
/proc/2440/task/2444/stat : 2444 (java) S 2437 2440 31794 0 -1 1077944384 27604 0 0 0 10382 125 0 0 20 0 16 0 96493234 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140457111157904 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2445] ppid=2437 vsize=10690804 memory=8180536 CPUtime=104.98 cores=0,2,4,6
/proc/2440/task/2445/stat : 2445 (java) S 2437 2440 31794 0 -1 1077944384 42420 0 0 0 10362 136 0 0 20 0 16 0 96493234 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140457110105104 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2446] ppid=2437 vsize=10690804 memory=8180536 CPUtime=105.63 cores=0,2,4,6
/proc/2440/task/2446/stat : 2446 (java) S 2437 2440 31794 0 -1 1077944384 41876 0 0 0 10450 113 0 0 20 0 16 0 96493235 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140457109052304 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2447] ppid=2437 vsize=10690804 memory=8180536 CPUtime=106.18 cores=0,2,4,6
/proc/2440/task/2447/stat : 2447 (java) S 2437 2440 31794 0 -1 1077944384 57010 0 0 0 10508 110 0 0 20 0 16 0 96493235 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456758270736 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2451] ppid=2437 vsize=10690804 memory=8180536 CPUtime=21.66 cores=0,2,4,6
/proc/2440/task/2451/stat : 2451 (java) S 2437 2440 31794 0 -1 1077944384 32503 0 0 0 2164 2 0 0 20 0 16 0 96493236 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456459565424 140457154615938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2452] ppid=2437 vsize=10690804 memory=8180536 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2452/stat : 2452 (java) S 2437 2440 31794 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 96493236 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456458511456 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2453] ppid=2437 vsize=10690804 memory=8181420 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2453/stat : 2453 (java) S 2437 2440 31794 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96493237 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456457458560 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2459] ppid=2437 vsize=10690804 memory=140517568627233 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2459/stat : 2459 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456456406864 140457154623387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2460] ppid=2437 vsize=10690804 memory=8180536 CPUtime=1.57 cores=0,2,4,6
/proc/2440/task/2460/stat : 2460 (java) R 2437 2440 31794 0 -1 1077944384 6954 0 0 0 156 1 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456455355248 140457154615938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2461] ppid=2437 vsize=10690804 memory=8180540 CPUtime=1.89 cores=0,2,4,6
/proc/2440/task/2461/stat : 2461 (java) S 2437 2440 31794 0 -1 1077944384 10363 0 0 0 188 1 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456454302448 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2462] ppid=2437 vsize=10690804 memory=8180540 CPUtime=0.33 cores=0,2,4,6
/proc/2440/task/2462/stat : 2462 (java) R 2437 2440 31794 0 -1 4202560 2300 0 0 0 33 0 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456453249648 140457136168343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2463] ppid=2437 vsize=10690804 memory=8180540 CPUtime=0 cores=0,2,4,6
/proc/2440/task/2463/stat : 2463 (java) S 2437 2440 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456452197088 140457154614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
[pid=2440/tid=2464] ppid=2437 vsize=10690804 memory=8180540 CPUtime=0.07 cores=0,2,4,6
/proc/2440/task/2464/stat : 2464 (java) S 2437 2440 31794 0 -1 1077944384 1259 0 0 0 4 3 0 0 20 0 16 0 96493239 10947383296 2045355 33554432000 4194304 4196468 140731486915968 140456451144368 140457154615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 11522048 140731486917766 140731486917919 140731486917919 140731486920655 0
Current children cumulated CPU time: 487.68 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8181420 KiB

Child status: 0
Real time (s): 169.54
CPU time (s): 487.734
CPU user time (s): 482.586
CPU system time (s): 5.14763
CPU usage (%): 287.681
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8181420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 482.586
system time used= 5.14763
maximum resident set size= 8181640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11562
involuntary context switches= 9650


# summary of solver processes directly reported to runsolver:
#   pid: 2440
#   total CPU time (s): 487.734
#   total CPU user time (s): 482.586
#   total CPU system time (s): 5.14763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00531 second user time and 1.68982 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 16:06:33
IDJOB=4262849
IDBENCH=135971
IDSOLVER=2651
FILE ID=node107/4262849-1502634051
RUNJOBID= node107-1502633193-2425
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262849-1502634051/watcher-4262849-1502634051 -o /tmp/evaluation-result-4262849-1502634051/solver-4262849-1502634051 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502633193-2425 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262849-1502634051.xml

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

MD5SUM BENCH= 3d6808b330f5ae5835187fa3c31c3257
RANDOM SEED=1643037541

node107.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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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:        29221508 kB
MemAvailable:   31992988 kB
Buffers:          162064 kB
Cached:          2897964 kB
SwapCached:            0 kB
Active:           475040 kB
Inactive:        2637648 kB
Active(anon):      55252 kB
Inactive(anon):    24972 kB
Active(file):     419788 kB
Inactive(file):  2612676 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2892 kB
Writeback:             8 kB
AnonPages:         65816 kB
Mapped:            43628 kB
Shmem:             25228 kB
Slab:             135376 kB
SReclaimable:     109700 kB
SUnreclaim:        25676 kB
KernelStack:        3504 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 16:09:23