Trace number 4262851

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? 444.478 163.181

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
MD5SUM0bf4a40729d33496d05cbb52f4946484
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size139
Distribution of domain sizes[{"size":100,"count":1},{"size":139,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262851-1502634077/watcher-4262851-1502634077 -o /tmp/evaluation-result-4262851-1502634077/solver-4262851-1502634077 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262851-1502634077.xml 

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

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


[startup+0.100153 s]*
/proc/loadavg: 3.69 2.61 2.25 3/200 18421
/proc/meminfo: memFree=28761204/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=8345500 memory=9632 CPUtime=0 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 2173 0 0 0 0 0 0 0 20 0 2 0 110914106 8545792000 2342 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2086375 2342 1169 1 0 2076345 0
[pid=18420/tid=18422] ppid=18417 vsize=8611756 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) R 18417 18420 4674 0 -1 4202560 968 0 0 0 0 0 0 0 20 0 6 0 110914116 8818438144 2474 18446744073709551615 4194304 4196468 140726978080720 139941577431144 139941545102977 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=8860588 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110914117 9073242112 2474 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=8876748 memory=140154193237632 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110914117 9089789952 2488 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=9933516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110914117 10171920384 2488 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=9933516 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110914117 10171920384 2488 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8345500 KiB
Current children cumulated memory: 9632 KiB

[startup+0.209987 s]*
/proc/loadavg: 3.69 2.61 2.25 3/214 18435
/proc/meminfo: memFree=28748332/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=10551156 memory=25932 CPUtime=0.08 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 4999 0 0 0 7 1 0 0 20 0 15 0 110914106 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2637789 6483 2604 1 0 2627261 0
[pid=18420/tid=18422] ppid=18417 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) R 18417 18420 4674 0 -1 4202560 3096 0 0 0 6 0 0 0 20 0 15 0 110914116 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941577420112 139941573211293 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=10551156 memory=140154194026361 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110914117 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18427] ppid=18417 vsize=10551156 memory=140154193237632 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18427/stat : 18427 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914118 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941069462384 139941573200514 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18428] ppid=18417 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18428/stat : 18428 (java) S 18417 18420 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110914119 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941068408352 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18429] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18429/stat : 18429 (java) S 18417 18420 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110914119 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941067355504 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18430] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18430/stat : 18430 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941066303824 139941573207963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18431] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18431/stat : 18431 (java) S 18417 18420 4674 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 110914122 10804383744 6483 18446744073709551615 4194304 4196468 140726978080720 139941065251184 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18432] ppid=18417 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18432/stat : 18432 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804383744 6548 18446744073709551615 4194304 4196468 140726978080720 139941064198384 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18433] ppid=18417 vsize=10551156 memory=140154193237632 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18433/stat : 18433 (java) S 18417 18420 4674 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 15 0 110914122 10804383744 6548 18446744073709551615 4194304 4196468 140726978080720 139941063145584 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18434] ppid=18417 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18434/stat : 18434 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804383744 6548 18446744073709551615 4194304 4196468 140726978080720 139941062093024 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18435] ppid=18417 vsize=10551156 memory=140154193237632 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18435/stat : 18435 (java) S 18417 18420 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110914126 10804383744 6550 18446744073709551615 4194304 4196468 140726978080720 139941061041328 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25932 KiB

[startup+0.310378 s]*
/proc/loadavg: 3.69 2.61 2.25 3/214 18435
/proc/meminfo: memFree=28735108/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=10551156 memory=36220 CPUtime=0.23 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 8269 0 0 0 21 2 0 0 20 0 15 0 110914106 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2637789 9055 2878 1 0 2627261 0
[pid=18420/tid=18422] ppid=18417 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) R 18417 18420 4674 0 -1 4202560 5943 0 0 0 15 1 0 0 20 0 15 0 110914116 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941577401584 139941557269854 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110914117 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18427] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18427/stat : 18427 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914118 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941069462384 139941573200514 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18428] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18428/stat : 18428 (java) S 18417 18420 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110914119 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941068408352 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18429] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18429/stat : 18429 (java) S 18417 18420 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110914119 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941067355504 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18430] ppid=18417 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18430/stat : 18430 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941066303824 139941573207963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18431] ppid=18417 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18420/task/18431/stat : 18431 (java) S 18417 18420 4674 0 -1 1077944384 476 0 0 0 1 0 0 0 20 0 15 0 110914122 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941065251184 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18432] ppid=18417 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18432/stat : 18432 (java) S 18417 18420 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110914122 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941064198384 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18433] ppid=18417 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/18420/task/18433/stat : 18433 (java) S 18417 18420 4674 0 -1 1077944384 399 0 0 0 4 0 0 0 20 0 15 0 110914122 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941063145584 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18434] ppid=18417 vsize=10551156 memory=140154193237632 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18434/stat : 18434 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941062093024 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18435] ppid=18417 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18435/stat : 18435 (java) S 18417 18420 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110914126 10804383744 9055 18446744073709551615 4194304 4196468 140726978080720 139941061041328 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36220 KiB

[startup+0.701308 s]
/proc/loadavg: 3.69 2.61 2.25 5/214 18435
/proc/meminfo: memFree=28704528/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=10551232 memory=145688 CPUtime=1.23 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 11708 0 0 0 118 5 0 0 20 0 15 0 110914106 10804461568 36422 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2637808 36422 3053 1 0 2627261 0
[pid=18420/tid=18422] ppid=18417 vsize=10551232 memory=280308087920056 CPUtime=0.54 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) R 18417 18420 4674 0 -1 4202560 6743 0 0 0 51 3 0 0 20 0 15 0 110914116 10804461568 36422 18446744073709551615 4194304 4196468 140726978080720 139941577424440 139941194064289 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=10551232 memory=2401557808641 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804461568 36422 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=10551232 memory=2110504651137220 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804461568 36422 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=10551232 memory=161 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914117 10804461568 36422 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110914117 10804461568 36422 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18427] ppid=18417 vsize=10551232 memory=704 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18427/stat : 18427 (java) S 18417 18420 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110914118 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941069462384 139941573200514 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18428] ppid=18417 vsize=10551232 memory=35 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18428/stat : 18428 (java) S 18417 18420 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110914119 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941068408352 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18429] ppid=18417 vsize=10551232 memory=391 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18429/stat : 18429 (java) S 18417 18420 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110914119 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941067355504 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18430] ppid=18417 vsize=10551232 memory=496 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18430/stat : 18430 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941066303824 139941573207963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18431] ppid=18417 vsize=10551232 memory=82 CPUtime=0.24 cores=0,2,4,6
/proc/18420/task/18431/stat : 18431 (java) R 18417 18420 4674 0 -1 4202560 1397 0 0 0 24 0 0 0 20 0 15 0 110914122 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941065237208 139941552427852 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18432] ppid=18417 vsize=10551232 memory=280308087869152 CPUtime=0.23 cores=0,2,4,6
/proc/18420/task/18432/stat : 18432 (java) R 18417 18420 4674 0 -1 4202560 1072 0 0 0 23 0 0 0 20 0 15 0 110914122 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941064184408 139941551052496 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18433] ppid=18417 vsize=10551232 memory=288230617509003574 CPUtime=0.18 cores=0,2,4,6
/proc/18420/task/18433/stat : 18433 (java) S 18417 18420 4674 0 -1 1077944384 1126 0 0 0 18 0 0 0 20 0 15 0 110914122 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941063145584 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18434] ppid=18417 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18434/stat : 18434 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941062093024 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18435] ppid=18417 vsize=10551232 memory=32068 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18435/stat : 18435 (java) S 18417 18420 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110914126 10804461568 36934 18446744073709551615 4194304 4196468 140726978080720 139941061041328 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 145688 KiB

[startup+1.50076 s]
/proc/loadavg: 3.72 2.63 2.26 3/214 18435
/proc/meminfo: memFree=28580444/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=10551232 memory=193976 CPUtime=2.27 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 12071 0 0 0 220 7 0 0 20 0 15 0 110914106 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2637808 48494 3078 1 0 2627261 0
[pid=18420/tid=18422] ppid=18417 vsize=10551232 memory=7649399384231393329 CPUtime=1.33 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) R 18417 18420 4674 0 -1 4202560 6820 0 0 0 129 4 0 0 20 0 15 0 110914116 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941577427960 139941194502957 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=10551232 memory=7649399388526360625 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 110914117 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=10551232 memory=7300704776819335744 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 110914117 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=10551232 memory=126378295 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 110914117 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=10551232 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 110914117 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18427] ppid=18417 vsize=10551232 memory=116 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18427/stat : 18427 (java) S 18417 18420 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 110914118 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941069462384 139941573200514 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18428] ppid=18417 vsize=10551232 memory=12874 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18428/stat : 18428 (java) S 18417 18420 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110914119 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941068408352 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18429] ppid=18417 vsize=10551232 memory=21491 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18429/stat : 18429 (java) S 18417 18420 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110914119 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941067355504 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18430] ppid=18417 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18430/stat : 18430 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941066303824 139941573207963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18431] ppid=18417 vsize=10551232 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/18420/task/18431/stat : 18431 (java) S 18417 18420 4674 0 -1 1077944384 1442 0 0 0 33 0 0 0 20 0 15 0 110914122 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941065251184 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18432] ppid=18417 vsize=10551232 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/18420/task/18432/stat : 18432 (java) S 18417 18420 4674 0 -1 1077944384 1102 0 0 0 32 0 0 0 20 0 15 0 110914122 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941064198384 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18433] ppid=18417 vsize=10551232 memory=3979247202398256747 CPUtime=0.22 cores=0,2,4,6
/proc/18420/task/18433/stat : 18433 (java) S 18417 18420 4674 0 -1 1077944384 1207 0 0 0 22 0 0 0 20 0 15 0 110914122 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941063145584 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18434] ppid=18417 vsize=10551232 memory=7306897303350256536 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18434/stat : 18434 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941062093024 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18435] ppid=18417 vsize=10551232 memory=4571591891008659076 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18435/stat : 18435 (java) S 18417 18420 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110914126 10804461568 48494 18446744073709551615 4194304 4196468 140726978080720 139941061041328 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10551232 KiB

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

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+162.401 s]
/proc/loadavg: 3.88 3.04 2.47 3/218 18455
/proc/meminfo: memFree=20534632/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=10551232 memory=8218464 CPUtime=443.85 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 251948 0 0 0 43822 563 0 0 20 0 15 0 110914106 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2637808 2054616 3133 1 0 2627261 0
[pid=18420/tid=18422] ppid=18417 vsize=10551232 memory=8218464 CPUtime=39.13 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) S 18417 18420 4674 0 -1 1077944384 24032 0 0 0 3899 14 0 0 20 0 15 0 110914116 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941577421040 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=10551232 memory=-8774313645642428999 CPUtime=93.01 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 45879 0 0 0 9164 137 0 0 20 0 15 0 110914117 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=10551232 memory=5712 CPUtime=93.28 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 45998 0 0 0 9201 127 0 0 20 0 15 0 110914117 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=10551232 memory=796 CPUtime=92.63 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 49388 0 0 0 9124 139 0 0 20 0 15 0 110914117 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=10551232 memory=984 CPUtime=92.92 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 28225 0 0 0 9161 131 0 0 20 0 15 0 110914117 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18427] ppid=18417 vsize=10551232 memory=-8774313645642428999 CPUtime=28.52 cores=0,2,4,6
/proc/18420/task/18427/stat : 18427 (java) R 18417 18420 4674 0 -1 4202560 34731 0 0 0 2848 4 0 0 20 0 15 0 110914118 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941069460944 139941557646958 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18428] ppid=18417 vsize=10551232 memory=53852 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18428/stat : 18428 (java) S 18417 18420 4674 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 110914119 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941068408416 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18429] ppid=18417 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18429/stat : 18429 (java) S 18417 18420 4674 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 110914119 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941067355520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18430] ppid=18417 vsize=10551232 memory=2320 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18430/stat : 18430 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941066303824 139941573207963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18431] ppid=18417 vsize=10551232 memory=1724 CPUtime=1.95 cores=0,2,4,6
/proc/18420/task/18431/stat : 18431 (java) S 18417 18420 4674 0 -1 1077944384 9216 0 0 0 194 1 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941065251232 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18432] ppid=18417 vsize=10551232 memory=2012 CPUtime=1.86 cores=0,2,4,6
/proc/18420/task/18432/stat : 18432 (java) S 18417 18420 4674 0 -1 1077944384 9520 0 0 0 184 2 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941064198144 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18433] ppid=18417 vsize=10551232 memory=8218464 CPUtime=0.35 cores=0,2,4,6
/proc/18420/task/18433/stat : 18433 (java) S 18417 18420 4674 0 -1 1077944384 2371 0 0 0 35 0 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941063145632 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18434] ppid=18417 vsize=10551232 memory=956 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18434/stat : 18434 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941062093024 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18435] ppid=18417 vsize=10551232 memory=2244 CPUtime=0.09 cores=0,2,4,6
/proc/18420/task/18435/stat : 18435 (java) S 18417 18420 4674 0 -1 1077944384 1175 0 0 0 2 7 0 0 20 0 15 0 110914126 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941061041328 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 443.85 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8218464 KiB

[startup+162.801 s]
/proc/loadavg: 3.88 3.04 2.47 3/218 18455
/proc/meminfo: memFree=20534632/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=10551232 memory=8218464 CPUtime=444.25 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 251948 0 0 0 43862 563 0 0 20 0 15 0 110914106 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2637808 2054616 3133 1 0 2627261 0
[pid=18420/tid=18422] ppid=18417 vsize=10551232 memory=288230617509003574 CPUtime=39.13 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) S 18417 18420 4674 0 -1 1077944384 24032 0 0 0 3899 14 0 0 20 0 15 0 110914116 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941577421040 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=10551232 memory=13564886244395551 CPUtime=93.01 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 45879 0 0 0 9164 137 0 0 20 0 15 0 110914117 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=10551232 memory=219253785530348 CPUtime=93.28 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 45998 0 0 0 9201 127 0 0 20 0 15 0 110914117 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=10551232 memory=219253785530349 CPUtime=92.63 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 49388 0 0 0 9124 139 0 0 20 0 15 0 110914117 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=10551232 memory=219253785530350 CPUtime=92.92 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 28225 0 0 0 9161 131 0 0 20 0 15 0 110914117 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18427] ppid=18417 vsize=10551232 memory=219253785530351 CPUtime=28.92 cores=0,2,4,6
/proc/18420/task/18427/stat : 18427 (java) R 18417 18420 4674 0 -1 4202560 34731 0 0 0 2888 4 0 0 20 0 15 0 110914118 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941069460944 139941558185771 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18428] ppid=18417 vsize=10551232 memory=219253785530352 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18428/stat : 18428 (java) S 18417 18420 4674 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 110914119 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941068408416 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18429] ppid=18417 vsize=10551232 memory=219253785530353 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18429/stat : 18429 (java) S 18417 18420 4674 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 110914119 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941067355520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18430] ppid=18417 vsize=10551232 memory=219253785530354 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18430/stat : 18430 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941066303824 139941573207963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18431] ppid=18417 vsize=10551232 memory=219253785530355 CPUtime=1.95 cores=0,2,4,6
/proc/18420/task/18431/stat : 18431 (java) S 18417 18420 4674 0 -1 1077944384 9216 0 0 0 194 1 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941065251232 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18432] ppid=18417 vsize=10551232 memory=219253785530356 CPUtime=1.86 cores=0,2,4,6
/proc/18420/task/18432/stat : 18432 (java) S 18417 18420 4674 0 -1 1077944384 9520 0 0 0 184 2 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941064198144 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18433] ppid=18417 vsize=10551232 memory=219253785530357 CPUtime=0.35 cores=0,2,4,6
/proc/18420/task/18433/stat : 18433 (java) S 18417 18420 4674 0 -1 1077944384 2371 0 0 0 35 0 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941063145632 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18434] ppid=18417 vsize=10551232 memory=219253785530358 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18434/stat : 18434 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110914122 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941062093024 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18435] ppid=18417 vsize=10551232 memory=219253785530359 CPUtime=0.09 cores=0,2,4,6
/proc/18420/task/18435/stat : 18435 (java) S 18417 18420 4674 0 -1 1077944384 1175 0 0 0 2 7 0 0 20 0 15 0 110914126 10804461568 2054616 18446744073709551615 4194304 4196468 140726978080720 139941061041328 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 444.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8218464 KiB

[startup+163.001 s]*
/proc/loadavg: 3.88 3.04 2.47 2/219 18457
/proc/meminfo: memFree=20533980/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=10686560 memory=8219388 CPUtime=444.41 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 253810 0 0 0 43878 563 0 0 20 0 16 0 110914106 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2671640 2054847 3179 1 0 2661055 0
[pid=18420/tid=18422] ppid=18417 vsize=10686560 memory=-8195925453750481479 CPUtime=39.16 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) S 18417 18420 4674 0 -1 1077944384 24591 0 0 0 3902 14 0 0 20 0 16 0 110914116 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941577430048 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=10686560 memory=664954298467758088 CPUtime=93.01 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 45879 0 0 0 9164 137 0 0 20 0 16 0 110914117 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=10686560 memory=2319553551541471414 CPUtime=93.28 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 45998 0 0 0 9201 127 0 0 20 0 16 0 110914117 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=10686560 memory=4641074187873313646 CPUtime=92.63 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 49388 0 0 0 9124 139 0 0 20 0 16 0 110914117 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=10686560 memory=4120854352152769587 CPUtime=92.92 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 28225 0 0 0 9161 131 0 0 20 0 16 0 110914117 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18427] ppid=18417 vsize=10686560 memory=3612080064673025970 CPUtime=29.01 cores=0,2,4,6
/proc/18420/task/18427/stat : 18427 (java) S 18417 18420 4674 0 -1 1077944384 34767 0 0 0 2897 4 0 0 20 0 16 0 110914118 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941069462384 139941573200514 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18428] ppid=18417 vsize=10686560 memory=280308087918376 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18428/stat : 18428 (java) S 18417 18420 4674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 110914119 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941068408416 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18429] ppid=18417 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18429/stat : 18429 (java) S 18417 18420 4674 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 110914119 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941067355520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18430] ppid=18417 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18430/stat : 18430 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941066303824 139941573207963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18431] ppid=18417 vsize=10686560 memory=0 CPUtime=1.98 cores=0,2,4,6
/proc/18420/task/18431/stat : 18431 (java) S 18417 18420 4674 0 -1 1077944384 9932 0 0 0 197 1 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941065251184 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18432] ppid=18417 vsize=10686560 memory=6872598998417432672 CPUtime=1.87 cores=0,2,4,6
/proc/18420/task/18432/stat : 18432 (java) S 18417 18420 4674 0 -1 1077944384 9770 0 0 0 185 2 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941064198384 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18433] ppid=18417 vsize=10686560 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/18420/task/18433/stat : 18433 (java) S 18417 18420 4674 0 -1 1077944384 2623 0 0 0 36 0 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941063145584 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18434] ppid=18417 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18434/stat : 18434 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941062093024 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18435] ppid=18417 vsize=10686560 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18420/task/18435/stat : 18435 (java) S 18417 18420 4674 0 -1 1077944384 1175 0 0 0 2 7 0 0 20 0 16 0 110914126 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941061041328 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18456] ppid=18417 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18456/stat : 18456 (java) S 18417 18420 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110930399 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941057889936 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 444.41 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8219388 KiB

[startup+163.11 s]
/proc/loadavg: 3.88 3.04 2.47 2/219 18457
/proc/meminfo: memFree=20533980/32770624 swapFree=67108764/67108860
[pid=18420] ppid=18417 vsize=10686560 memory=8219388 CPUtime=444.41 cores=0,2,4,6
/proc/18420/stat : 18420 (java) S 18417 18420 4674 0 -1 1077944320 253810 0 0 0 43878 563 0 0 20 0 16 0 110914106 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 140726978063264 139941573189367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
/proc/18420/statm: 2671640 2054847 3179 1 0 2661055 0
[pid=18420/tid=18422] ppid=18417 vsize=10686560 memory=8218464 CPUtime=39.16 cores=0,2,4,6
/proc/18420/task/18422/stat : 18422 (java) S 18417 18420 4674 0 -1 1077944384 24591 0 0 0 3902 14 0 0 20 0 16 0 110914116 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941577430048 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18423] ppid=18417 vsize=10686560 memory=0 CPUtime=93.01 cores=0,2,4,6
/proc/18420/task/18423/stat : 18423 (java) S 18417 18420 4674 0 -1 1077944384 45879 0 0 0 9164 137 0 0 20 0 16 0 110914117 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941514226320 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18424] ppid=18417 vsize=10686560 memory=8218444 CPUtime=93.28 cores=0,2,4,6
/proc/18420/task/18424/stat : 18424 (java) S 18417 18420 4674 0 -1 1077944384 45998 0 0 0 9201 127 0 0 20 0 16 0 110914117 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941513173520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18425] ppid=18417 vsize=10686560 memory=8218444 CPUtime=92.63 cores=0,2,4,6
/proc/18420/task/18425/stat : 18425 (java) S 18417 18420 4674 0 -1 1077944384 49388 0 0 0 9124 139 0 0 20 0 16 0 110914117 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941512120720 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18426] ppid=18417 vsize=10686560 memory=8195816 CPUtime=92.92 cores=0,2,4,6
/proc/18420/task/18426/stat : 18426 (java) S 18417 18420 4674 0 -1 1077944384 28225 0 0 0 9161 131 0 0 20 0 16 0 110914117 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941180729616 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18427] ppid=18417 vsize=10686560 memory=8218464 CPUtime=29.01 cores=0,2,4,6
/proc/18420/task/18427/stat : 18427 (java) S 18417 18420 4674 0 -1 1077944384 34767 0 0 0 2897 4 0 0 20 0 16 0 110914118 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941069462384 139941573200514 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18428] ppid=18417 vsize=10686560 memory=8218464 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18428/stat : 18428 (java) S 18417 18420 4674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 110914119 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941068408416 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18429] ppid=18417 vsize=10686560 memory=8218464 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18429/stat : 18429 (java) S 18417 18420 4674 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 110914119 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941067355520 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18430] ppid=18417 vsize=10686560 memory=8218464 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18430/stat : 18430 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941066303824 139941573207963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18431] ppid=18417 vsize=10686560 memory=8218580 CPUtime=1.98 cores=0,2,4,6
/proc/18420/task/18431/stat : 18431 (java) S 18417 18420 4674 0 -1 1077944384 9932 0 0 0 197 1 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941065251184 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18432] ppid=18417 vsize=10686560 memory=8218464 CPUtime=1.87 cores=0,2,4,6
/proc/18420/task/18432/stat : 18432 (java) S 18417 18420 4674 0 -1 1077944384 9770 0 0 0 185 2 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941064198384 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18433] ppid=18417 vsize=10686560 memory=8218464 CPUtime=0.36 cores=0,2,4,6
/proc/18420/task/18433/stat : 18433 (java) S 18417 18420 4674 0 -1 1077944384 2623 0 0 0 36 0 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941063145584 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18434] ppid=18417 vsize=10686560 memory=8218464 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18434/stat : 18434 (java) S 18417 18420 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110914122 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941062093024 139941573199573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18435] ppid=18417 vsize=10686560 memory=8218464 CPUtime=0.09 cores=0,2,4,6
/proc/18420/task/18435/stat : 18435 (java) S 18417 18420 4674 0 -1 1077944384 1175 0 0 0 2 7 0 0 20 0 16 0 110914126 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941061041328 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
[pid=18420/tid=18456] ppid=18417 vsize=10686560 memory=8218464 CPUtime=0 cores=0,2,4,6
/proc/18420/task/18456/stat : 18456 (java) S 18417 18420 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110930399 10943037440 2054847 18446744073709551615 4194304 4196468 140726978080720 139941057889936 139941573200514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26951680 140726978085264 140726978085417 140726978085417 140726978088911 0
Current children cumulated CPU time: 444.41 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8219388 KiB

Child status: 0
Real time (s): 163.181
CPU time (s): 444.478
CPU user time (s): 438.791
CPU system time (s): 5.68765
CPU usage (%): 272.384
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8219388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.791
system time used= 5.68765
maximum resident set size= 8219620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253868
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10542
involuntary context switches= 5855


# summary of solver processes directly reported to runsolver:
#   pid: 18420
#   total CPU time (s): 444.478
#   total CPU user time (s): 438.791
#   total CPU system time (s): 5.68765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00728 second user time and 1.58497 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:07:22
IDJOB=4262851
IDBENCH=136008
IDSOLVER=2651
FILE ID=node134/4262851-1502634077
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262851-1502634077/watcher-4262851-1502634077 -o /tmp/evaluation-result-4262851-1502634077/solver-4262851-1502634077 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262851-1502634077.xml

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

MD5SUM BENCH= 0bf4a40729d33496d05cbb52f4946484
RANDOM SEED=1810841347

node134.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.43
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.43
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.43
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.43
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:        28762116 kB
MemAvailable:   28980016 kB
Buffers:          226068 kB
Cached:           285756 kB
SwapCached:            4 kB
Active:          3344064 kB
Inactive:         209328 kB
Active(anon):    2988728 kB
Inactive(anon):    94432 kB
Active(file):     355336 kB
Inactive(file):   114896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              3536 kB
Writeback:             0 kB
AnonPages:       3041184 kB
Mapped:            67796 kB
Shmem:             41564 kB
Slab:             153416 kB
SReclaimable:     127004 kB
SUnreclaim:        26412 kB
KernelStack:        3552 kB
PageTables:        10992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3838008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2932736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 16:10:06