Trace number 4262848

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? 493.992 170.856

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-10.xml
MD5SUM742286b199079809b66c62b35b32659a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size84
Distribution of domain sizes[{"size":49,"count":1},{"size":84,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262848-1502634103/watcher-4262848-1502634103 -o /tmp/evaluation-result-4262848-1502634103/solver-4262848-1502634103 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262848-1502634103.xml 

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

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

solver pid=4180, runsolver pid=4177

[startup+0.101204 s]*
/proc/loadavg: 2.10 2.06 2.11 4/216 4195
/proc/meminfo: memFree=27299268/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10555400 memory=29924 CPUtime=0.13 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 6549 0 0 0 12 1 0 0 20 0 15 0 96498123 10808729600 7481 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2638850 7481 2815 1 0 2627263 0
[pid=4180/tid=4182] ppid=4177 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) R 4177 4180 28385 0 -1 4202560 4387 0 0 0 9 0 0 0 20 0 15 0 96498123 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317601583056 140317581448542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317523442320 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10555400 memory=140185541596800 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317522389520 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317202311568 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) S 4177 4180 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96498124 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317201258768 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10555400 memory=140185541596800 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) S 4177 4180 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96498126 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317089868656 140317597379202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4188] ppid=4177 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4188/stat : 4188 (java) S 4177 4180 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96498126 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317088814624 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4189] ppid=4177 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4189/stat : 4189 (java) S 4177 4180 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96498126 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317087761776 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4190] ppid=4177 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4190/stat : 4190 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317086710096 140317597386651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4191] ppid=4177 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4191/stat : 4191 (java) S 4177 4180 28385 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 96498129 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317085657456 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4192] ppid=4177 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4192/stat : 4192 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317084604656 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4193] ppid=4177 vsize=10555400 memory=140185541596800 CPUtime=0.02 cores=1,3,5,7
/proc/4180/task/4193/stat : 4193 (java) S 4177 4180 28385 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 96498129 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317083551856 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4194] ppid=4177 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10555400 memory=140185541596800 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498129 10808729600 7481 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29924 KiB

[startup+0.211276 s]*
/proc/loadavg: 2.10 2.06 2.11 4/216 4195
/proc/meminfo: memFree=27286908/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10555400 memory=42188 CPUtime=0.31 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 8116 0 0 0 29 2 0 0 20 0 15 0 96498123 10808729600 10547 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2638850 10547 2963 1 0 2627263 0
[pid=4180/tid=4182] ppid=4177 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) R 4177 4180 28385 0 -1 4202560 5059 0 0 0 19 1 0 0 20 0 15 0 96498123 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317601589648 140317581448572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317523442320 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10555400 memory=140185541610963 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317522389520 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317202311568 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) S 4177 4180 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96498124 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317201258768 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10555400 memory=140185541596800 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) S 4177 4180 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96498126 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317089868656 140317597379202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4188] ppid=4177 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4188/stat : 4188 (java) S 4177 4180 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96498126 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317088814624 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4189] ppid=4177 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4189/stat : 4189 (java) S 4177 4180 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96498126 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317087761776 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4190] ppid=4177 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4190/stat : 4190 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317086710096 140317597386651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4191] ppid=4177 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4180/task/4191/stat : 4191 (java) S 4177 4180 28385 0 -1 1077944384 825 0 0 0 2 0 0 0 20 0 15 0 96498129 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317085657456 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4192] ppid=4177 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4180/task/4192/stat : 4192 (java) S 4177 4180 28385 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 15 0 96498129 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317084604656 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4193] ppid=4177 vsize=10555400 memory=140185541596800 CPUtime=0.06 cores=1,3,5,7
/proc/4180/task/4193/stat : 4193 (java) S 4177 4180 28385 0 -1 1077944384 666 0 0 0 6 0 0 0 20 0 15 0 96498129 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317083551856 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4194] ppid=4177 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10555400 memory=140185541596800 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498129 10808729600 10547 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42188 KiB

[startup+0.313854 s]*
/proc/loadavg: 2.10 2.06 2.11 3/216 4195
/proc/meminfo: memFree=27282380/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10555476 memory=52336 CPUtime=0.52 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 8722 0 0 0 50 2 0 0 20 0 15 0 96498123 10808807424 13084 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2638869 13084 3000 1 0 2627263 0
[pid=4180/tid=4182] ppid=4177 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) R 4177 4180 28385 0 -1 4202560 5520 0 0 0 29 1 0 0 20 0 15 0 96498123 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317601601376 140317597379990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317523442320 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10555476 memory=140185541654816 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317522389520 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317202311568 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) S 4177 4180 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96498124 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317201258768 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10555476 memory=140185541661728 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) S 4177 4180 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317089868656 140317597379202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4188] ppid=4177 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4188/stat : 4188 (java) S 4177 4180 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317088814624 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4189] ppid=4177 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4189/stat : 4189 (java) S 4177 4180 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317087761776 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4190] ppid=4177 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4190/stat : 4190 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317086710096 140317597386651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4191] ppid=4177 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4180/task/4191/stat : 4191 (java) S 4177 4180 28385 0 -1 1077944384 855 0 0 0 4 0 0 0 20 0 15 0 96498129 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317085657456 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4192] ppid=4177 vsize=10555476 memory=140185383849487 CPUtime=0.03 cores=1,3,5,7
/proc/4180/task/4192/stat : 4192 (java) S 4177 4180 28385 0 -1 1077944384 244 0 0 0 3 0 0 0 20 0 15 0 96498129 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317084604656 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4193] ppid=4177 vsize=10555476 memory=140185541600855 CPUtime=0.13 cores=1,3,5,7
/proc/4180/task/4193/stat : 4193 (java) R 4177 4180 28385 0 -1 4202560 739 0 0 0 13 0 0 0 20 0 15 0 96498129 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317083551856 140317575857712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4194] ppid=4177 vsize=10555476 memory=140185383854031 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10555476 memory=280370925467584 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 13084 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52336 KiB

[startup+0.70259 s]
/proc/loadavg: 2.10 2.06 2.11 5/216 4195
/proc/meminfo: memFree=27219344/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10555476 memory=130764 CPUtime=1.52 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 10770 0 0 0 148 4 0 0 20 0 15 0 96498123 10808807424 32691 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2638869 32691 3086 1 0 2627263 0
[pid=4180/tid=4182] ppid=4177 vsize=10555476 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) R 4177 4180 28385 0 -1 4202560 5670 0 0 0 66 2 0 0 20 0 15 0 96498123 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317601604512 140317205458046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317523442320 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10555476 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317522389520 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498124 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317202311568 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10555476 memory=17808 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) S 4177 4180 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96498124 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317201258768 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) S 4177 4180 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317089868656 140317597379202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4188] ppid=4177 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4188/stat : 4188 (java) S 4177 4180 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317088814624 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4189] ppid=4177 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4189/stat : 4189 (java) S 4177 4180 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317087761776 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4190] ppid=4177 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4190/stat : 4190 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317086710096 140317597386651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4191] ppid=4177 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/4180/task/4191/stat : 4191 (java) R 4177 4180 28385 0 -1 4202560 1362 0 0 0 30 0 0 0 20 0 15 0 96498129 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317085636160 140317576613903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4192] ppid=4177 vsize=10555476 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/4180/task/4192/stat : 4192 (java) R 4177 4180 28385 0 -1 4202560 984 0 0 0 28 0 0 0 20 0 15 0 96498129 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317084591440 140317580737601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4193] ppid=4177 vsize=10555476 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/4180/task/4193/stat : 4193 (java) R 4177 4180 28385 0 -1 1077944384 1387 0 0 0 23 0 0 0 20 0 15 0 96498129 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317083546896 140317597378261 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4194] ppid=4177 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 32691 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 130764 KiB

[startup+1.50081 s]
/proc/loadavg: 2.10 2.06 2.11 5/216 4195
/proc/meminfo: memFree=27114232/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10557612 memory=302052 CPUtime=3.99 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 19815 0 0 0 388 11 0 0 20 0 15 0 96498123 10810994688 75513 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2639403 75513 3119 1 0 2627797 0
[pid=4180/tid=4182] ppid=4177 vsize=10557612 memory=3467834605090060603 CPUtime=1.35 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) R 4177 4180 28385 0 -1 4202560 5968 0 0 0 132 3 0 0 20 0 15 0 96498123 10810994688 75513 33554432000 4194304 4196468 140725119181600 140317601604920 140317579282710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10557612 memory=204972 CPUtime=0.02 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) S 4177 4180 28385 0 -1 1077944384 35 0 0 0 2 0 0 0 20 0 15 0 96498124 10810994688 75513 33554432000 4194304 4196468 140725119181600 140317523442320 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10557612 memory=2241 CPUtime=0.04 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) S 4177 4180 28385 0 -1 1077944384 110 0 0 0 3 1 0 0 20 0 15 0 96498124 10810994688 75513 33554432000 4194304 4196468 140725119181600 140317522389520 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10557612 memory=1204 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) S 4177 4180 28385 0 -1 1077944384 132 0 0 0 8 1 0 0 20 0 15 0 96498124 10810994688 75513 33554432000 4194304 4196468 140725119181600 140317202311568 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10557612 memory=15876 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) S 4177 4180 28385 0 -1 1077944384 138 0 0 0 8 1 0 0 20 0 15 0 96498124 10810994688 75513 33554432000 4194304 4196468 140725119181600 140317201258768 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10557612 memory=17808 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) S 4177 4180 28385 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 96498126 10810994688 75513 33554432000 4194304 4196468 140725119181600 140317089868656 140317597379202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0

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

[pid=4180/tid=4194] ppid=4177 vsize=10555476 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10555476 memory=8270704 CPUtime=0.1 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1352 0 0 0 6 4 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 480.7 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8270704 KiB

[startup+168.001 s]*
/proc/loadavg: 3.80 2.70 2.34 6/217 4205
/proc/meminfo: memFree=18764012/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10555476 memory=8270704 CPUtime=486.92 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 207256 0 0 0 48168 524 0 0 20 0 15 0 96498123 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2638869 2067676 3154 1 0 2627263 0
[pid=4180/tid=4182] ppid=4177 vsize=10555476 memory=6935054825532540783 CPUtime=40.86 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) S 4177 4180 28385 0 -1 1077944384 17986 0 0 0 4071 15 0 0 20 0 15 0 96498123 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317601600032 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10555476 memory=2540 CPUtime=104.66 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) R 4177 4180 28385 0 -1 4202560 56944 0 0 0 10343 123 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317523442128 140317589996263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10555476 memory=2196 CPUtime=105.29 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) R 4177 4180 28385 0 -1 4202560 42858 0 0 0 10402 127 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317522389328 140317589996263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10555476 memory=6764 CPUtime=105.72 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) R 4177 4180 28385 0 -1 4202560 18912 0 0 0 10435 137 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317202311688 140317589996263 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10555476 memory=4872558044660077418 CPUtime=106.06 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) R 4177 4180 28385 0 -1 4202560 23307 0 0 0 10494 112 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317201258968 140317578921306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10555476 memory=3832 CPUtime=19.68 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) S 4177 4180 28385 0 -1 1077944384 25644 0 0 0 1967 1 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317089867216 140317597378261 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4188] ppid=4177 vsize=10555476 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4188/stat : 4188 (java) S 4177 4180 28385 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317088814688 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4189] ppid=4177 vsize=10555476 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4189/stat : 4189 (java) S 4177 4180 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317087761792 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4190] ppid=4177 vsize=10555476 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4190/stat : 4190 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317086710096 140317597386651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4191] ppid=4177 vsize=10555476 memory=1160 CPUtime=2.04 cores=1,3,5,7
/proc/4180/task/4191/stat : 4191 (java) S 4177 4180 28385 0 -1 1077944384 6900 0 0 0 204 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317085657504 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4192] ppid=4177 vsize=10555476 memory=3264 CPUtime=2.08 cores=1,3,5,7
/proc/4180/task/4192/stat : 4192 (java) S 4177 4180 28385 0 -1 1077944384 9914 0 0 0 207 1 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317084604416 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4193] ppid=4177 vsize=10555476 memory=4534500 CPUtime=0.33 cores=1,3,5,7
/proc/4180/task/4193/stat : 4193 (java) S 4177 4180 28385 0 -1 1077944384 2055 0 0 0 33 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317083551904 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4194] ppid=4177 vsize=10555476 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10555476 memory=3040 CPUtime=0.1 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1352 0 0 0 6 4 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 486.92 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8270704 KiB

[startup+169.601 s]
/proc/loadavg: 3.80 2.70 2.34 6/217 4205
/proc/meminfo: memFree=18764012/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10555476 memory=8270704 CPUtime=492.87 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 208406 0 0 0 48761 526 0 0 20 0 15 0 96498123 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2638869 2067676 3154 1 0 2627263 0
[pid=4180/tid=4182] ppid=4177 vsize=10555476 memory=8270704 CPUtime=40.86 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) S 4177 4180 28385 0 -1 1077944384 17986 0 0 0 4071 15 0 0 20 0 15 0 96498123 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317601600032 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10555476 memory=6634 CPUtime=106.13 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) S 4177 4180 28385 0 -1 1077944384 56960 0 0 0 10490 123 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317523442320 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10555476 memory=6618 CPUtime=106.76 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) S 4177 4180 28385 0 -1 1077944384 42870 0 0 0 10548 128 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317522389520 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10555476 memory=8112282956445269571 CPUtime=107.15 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) S 4177 4180 28385 0 -1 1077944384 18912 0 0 0 10578 137 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317202311568 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10555476 memory=4104 CPUtime=107.55 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) S 4177 4180 28385 0 -1 1077944384 23438 0 0 0 10642 113 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317201258768 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10555476 memory=1160 CPUtime=19.75 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) R 4177 4180 28385 0 -1 4202560 26635 0 0 0 1974 1 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317089867216 140317582364400 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4188] ppid=4177 vsize=10555476 memory=8270704 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4188/stat : 4188 (java) S 4177 4180 28385 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317088814688 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4189] ppid=4177 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4189/stat : 4189 (java) S 4177 4180 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317087761792 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4190] ppid=4177 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4190/stat : 4190 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317086710096 140317597386651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4191] ppid=4177 vsize=10555476 memory=1428 CPUtime=2.04 cores=1,3,5,7
/proc/4180/task/4191/stat : 4191 (java) S 4177 4180 28385 0 -1 1077944384 6900 0 0 0 204 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317085657504 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4192] ppid=4177 vsize=10555476 memory=1204 CPUtime=2.08 cores=1,3,5,7
/proc/4180/task/4192/stat : 4192 (java) S 4177 4180 28385 0 -1 1077944384 9914 0 0 0 207 1 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317084604416 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4193] ppid=4177 vsize=10555476 memory=8270704 CPUtime=0.33 cores=1,3,5,7
/proc/4180/task/4193/stat : 4193 (java) S 4177 4180 28385 0 -1 1077944384 2055 0 0 0 33 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317083551904 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4194] ppid=4177 vsize=10555476 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10555476 memory=916 CPUtime=0.1 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1352 0 0 0 6 4 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 492.87 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8270704 KiB

[startup+170.401 s]
/proc/loadavg: 3.80 2.70 2.34 3/217 4205
/proc/meminfo: memFree=18764012/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10555476 memory=8270704 CPUtime=493.67 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 209153 0 0 0 48841 526 0 0 20 0 15 0 96498123 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2638869 2067676 3154 1 0 2627263 0
[pid=4180/tid=4182] ppid=4177 vsize=10555476 memory=8270704 CPUtime=40.86 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) S 4177 4180 28385 0 -1 1077944384 17986 0 0 0 4071 15 0 0 20 0 15 0 96498123 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317601600032 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10555476 memory=8270704 CPUtime=106.13 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) S 4177 4180 28385 0 -1 1077944384 56960 0 0 0 10490 123 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317523442320 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10555476 memory=8270704 CPUtime=106.76 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) S 4177 4180 28385 0 -1 1077944384 42870 0 0 0 10548 128 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317522389520 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10555476 memory=8112282956445269571 CPUtime=107.15 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) S 4177 4180 28385 0 -1 1077944384 18912 0 0 0 10578 137 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317202311568 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10555476 memory=1204 CPUtime=107.55 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) S 4177 4180 28385 0 -1 1077944384 23438 0 0 0 10642 113 0 0 20 0 15 0 96498124 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317201258768 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10555476 memory=8270692 CPUtime=20.55 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) R 4177 4180 28385 0 -1 4202560 27382 0 0 0 2054 1 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317089867216 140317581825675 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4188] ppid=4177 vsize=10555476 memory=8270704 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4188/stat : 4188 (java) S 4177 4180 28385 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317088814688 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4189] ppid=4177 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4189/stat : 4189 (java) S 4177 4180 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96498126 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317087761792 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4190] ppid=4177 vsize=10555476 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4190/stat : 4190 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317086710096 140317597386651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4191] ppid=4177 vsize=10555476 memory=8270704 CPUtime=2.04 cores=1,3,5,7
/proc/4180/task/4191/stat : 4191 (java) S 4177 4180 28385 0 -1 1077944384 6900 0 0 0 204 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317085657504 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4192] ppid=4177 vsize=10555476 memory=4140 CPUtime=2.08 cores=1,3,5,7
/proc/4180/task/4192/stat : 4192 (java) S 4177 4180 28385 0 -1 1077944384 9914 0 0 0 207 1 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317084604416 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4193] ppid=4177 vsize=10555476 memory=8270692 CPUtime=0.33 cores=1,3,5,7
/proc/4180/task/4193/stat : 4193 (java) S 4177 4180 28385 0 -1 1077944384 2055 0 0 0 33 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317083551904 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4194] ppid=4177 vsize=10555476 memory=27684 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10555476 memory=8270704 CPUtime=0.1 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1352 0 0 0 6 4 0 0 20 0 15 0 96498129 10808807424 2067676 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 493.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8270704 KiB

[startup+170.801 s]
/proc/loadavg: 3.80 2.70 2.34 3/217 4205
/proc/meminfo: memFree=18764012/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10690804 memory=8271632 CPUtime=493.94 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 28385 0 -1 1077944320 216161 0 0 0 48868 526 0 0 20 0 16 0 96498123 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140725119164144 140317597368055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
/proc/4180/statm: 2672701 2067908 3199 1 0 2661057 0
[pid=4180/tid=4182] ppid=4177 vsize=10690804 memory=288230617509003574 CPUtime=40.89 cores=1,3,5,7
/proc/4180/task/4182/stat : 4182 (java) S 4177 4180 28385 0 -1 1077944384 19444 0 0 0 4074 15 0 0 20 0 16 0 96498123 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317601608736 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4183] ppid=4177 vsize=10690804 memory=15818915129329849 CPUtime=106.13 cores=1,3,5,7
/proc/4180/task/4183/stat : 4183 (java) S 4177 4180 28385 0 -1 1077944384 56960 0 0 0 10490 123 0 0 20 0 16 0 96498124 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317523442320 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4184] ppid=4177 vsize=10690804 memory=956 CPUtime=106.76 cores=1,3,5,7
/proc/4180/task/4184/stat : 4184 (java) S 4177 4180 28385 0 -1 1077944384 42870 0 0 0 10548 128 0 0 20 0 16 0 96498124 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317522389520 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4185] ppid=4177 vsize=10690804 memory=2340 CPUtime=107.15 cores=1,3,5,7
/proc/4180/task/4185/stat : 4185 (java) S 4177 4180 28385 0 -1 1077944384 18912 0 0 0 10578 137 0 0 20 0 16 0 96498124 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317202311568 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4186] ppid=4177 vsize=10690804 memory=2240 CPUtime=107.55 cores=1,3,5,7
/proc/4180/task/4186/stat : 4186 (java) S 4177 4180 28385 0 -1 1077944384 23438 0 0 0 10642 113 0 0 20 0 16 0 96498124 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317201258768 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4187] ppid=4177 vsize=10690804 memory=4128 CPUtime=20.74 cores=1,3,5,7
/proc/4180/task/4187/stat : 4187 (java) S 4177 4180 28385 0 -1 1077944384 31017 0 0 0 2072 2 0 0 20 0 16 0 96498126 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317089868656 140317597379202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4188] ppid=4177 vsize=10690804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4188/stat : 4188 (java) S 4177 4180 28385 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 96498126 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317088814688 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4189] ppid=4177 vsize=10690804 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4189/stat : 4189 (java) S 4177 4180 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96498126 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317087761792 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4190] ppid=4177 vsize=10690804 memory=2540 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4190/stat : 4190 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96498129 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317086710096 140317597386651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4191] ppid=4177 vsize=10690804 memory=2540 CPUtime=2.04 cores=1,3,5,7
/proc/4180/task/4191/stat : 4191 (java) S 4177 4180 28385 0 -1 1077944384 6975 0 0 0 204 0 0 0 20 0 16 0 96498129 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317085657456 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4192] ppid=4177 vsize=10690804 memory=2196 CPUtime=2.13 cores=1,3,5,7
/proc/4180/task/4192/stat : 4192 (java) S 4177 4180 28385 0 -1 1077944384 11267 0 0 0 212 1 0 0 20 0 16 0 96498129 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317084604656 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4193] ppid=4177 vsize=10690804 memory=6764 CPUtime=0.34 cores=1,3,5,7
/proc/4180/task/4193/stat : 4193 (java) S 4177 4180 28385 0 -1 1077944384 2474 0 0 0 34 0 0 0 20 0 16 0 96498129 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317083551856 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4194] ppid=4177 vsize=10690804 memory=840 CPUtime=0 cores=1,3,5,7
/proc/4180/task/4194/stat : 4194 (java) S 4177 4180 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96498129 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317082499296 140317597378261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
[pid=4180/tid=4195] ppid=4177 vsize=10690804 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4180/task/4195/stat : 4195 (java) S 4177 4180 28385 0 -1 1077944384 1352 0 0 0 6 4 0 0 20 0 16 0 96498129 10947383296 2067908 33554432000 4194304 4196468 140725119181600 140317081447600 140317597379202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140725119190150 140725119190303 140725119190303 140725119193039 0
Current children cumulated CPU time: 493.94 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8271632 KiB

Child status: 0
Real time (s): 170.856
CPU time (s): 493.992
CPU user time (s): 488.69
CPU system time (s): 5.30166
CPU usage (%): 289.128
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8271632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 488.69
system time used= 5.30166
maximum resident set size= 8271908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216269
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11619
involuntary context switches= 5229


# summary of solver processes directly reported to runsolver:
#   pid: 4180
#   total CPU time (s): 493.992
#   total CPU user time (s): 488.69
#   total CPU system time (s): 5.30166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.957169 second user time and 1.77081 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 16:07:25
IDJOB=4262848
IDBENCH=136009
IDSOLVER=2651
FILE ID=node106/4262848-1502634103
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

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

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

MD5SUM BENCH= 742286b199079809b66c62b35b32659a
RANDOM SEED=632508760

node106.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.86
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.86
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.86
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.86
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:        27317092 kB
MemAvailable:   27734060 kB
Buffers:          108868 kB
Cached:           595964 kB
SwapCached:            0 kB
Active:          4626324 kB
Inactive:         380996 kB
Active(anon):    4258316 kB
Inactive(anon):    72092 kB
Active(file):     368008 kB
Inactive(file):   308904 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2052 kB
Writeback:             0 kB
AnonPages:       4316908 kB
Mapped:            55324 kB
Shmem:             25228 kB
Slab:             137124 kB
SReclaimable:     111784 kB
SUnreclaim:        25340 kB
KernelStack:        3808 kB
PageTables:        13536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5064968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4175872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 16:10:16