Trace number 4244129

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
R1: sat4j-CSP 2017-07-05? 1028.01 182.208

General information on the benchmark

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

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244129-1500680830/watcher-4244129-1500680830 -o /tmp/evaluation-result-4244129-1500680830/solver-4244129-1500680830 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13448 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244129-1500680830.xml 

pid=15909
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.12 3/262 15912
/proc/meminfo: memFree=29905496/32770624 swapFree=5824/209916
[pid=15912] ppid=15909 vsize=109440 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 1647 0 0 0 0 0 0 0 20 0 2 0 3348219 112066560 1412 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 27360 1412 1071 1 0 16810 0
[pid=15912/tid=15913] ppid=15909 vsize=111596 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) R 15909 15912 9820 0 -1 4202560 350 0 0 0 0 0 0 0 20 0 2 0 3348220 114274304 1412 33554432000 4194304 4196468 140726814064944 140090088172776 140090063538096 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0

[startup+0.100074 s]
/proc/loadavg: 2.00 2.03 2.12 3/262 15912
/proc/meminfo: memFree=29905496/32770624 swapFree=5824/209916
[pid=15912] ppid=15909 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 5035 0 0 0 8 1 0 0 20 0 20 0 3348219 11162169344 7109 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725139 7109 2628 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) R 15909 15912 9820 0 -1 4202560 3116 0 0 0 7 1 0 0 20 0 20 0 3348220 11162169344 7109 33554432000 4194304 4196468 140726814064944 140090088176160 140090083959965 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.20042 s]
/proc/loadavg: 2.00 2.03 2.12 3/262 15912
/proc/meminfo: memFree=29905496/32770624 swapFree=5824/209916
[pid=15912] ppid=15909 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 7185 0 0 0 23 2 0 0 20 0 20 0 3348219 11162169344 9485 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725139 9485 2881 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) R 15909 15912 9820 0 -1 4202560 4836 0 0 0 16 1 0 0 20 0 20 0 3348220 11162169344 9485 33554432000 4194304 4196468 140726814064944 140090088165344 140090069103632 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300367 s]
/proc/loadavg: 2.00 2.03 2.12 3/262 15912
/proc/meminfo: memFree=29905496/32770624 swapFree=5824/209916
[pid=15912] ppid=15909 vsize=10900556 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 8478 0 0 0 43 2 0 0 20 0 20 0 3348219 11162169344 11318 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725139 11318 2968 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) R 15909 15912 9820 0 -1 4202560 5308 0 0 0 26 2 0 0 20 0 20 0 3348220 11162169344 11318 33554432000 4194304 4196468 140726814064944 140090088174288 140090083949974 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10900556

[startup+0.700266 s]
/proc/loadavg: 2.00 2.03 2.12 3/262 15912
/proc/meminfo: memFree=29905496/32770624 swapFree=5824/209916
[pid=15912] ppid=15909 vsize=10900632 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 12584 0 0 0 160 5 0 0 20 0 20 0 3348219 11162247168 29802 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725158 29802 3079 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) R 15909 15912 9820 0 -1 4202560 5697 0 0 0 64 3 0 0 20 0 20 0 3348220 11162247168 29802 33554432000 4194304 4196468 140726814064944 140090088173552 140089703345381 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 10900632

[startup+1.50084 s]
/proc/loadavg: 2.00 2.03 2.12 5/282 15932
/proc/meminfo: memFree=29696716/32770624 swapFree=5824/210276
[pid=15912] ppid=15909 vsize=10900632 CPUtime=4.85 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 19314 0 0 0 442 43 0 0 20 0 20 0 3348219 11162247168 75748 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725158 75748 3110 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900632 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) R 15909 15912 9820 0 -1 4202560 6026 0 0 0 130 4 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140090088174904 140089707019060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15915] ppid=15909 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15915/stat : 15915 (java) S 15909 15912 9820 0 -1 1077944384 42 0 0 0 5 3 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140090025942160 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15916] ppid=15909 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15916/stat : 15916 (java) S 15909 15912 9820 0 -1 1077944384 44 0 0 0 6 3 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140090024889360 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15917] ppid=15909 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15917/stat : 15917 (java) S 15909 15912 9820 0 -1 1077944384 252 0 0 0 5 4 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140090023836560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15918] ppid=15909 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15918/stat : 15918 (java) S 15909 15912 9820 0 -1 1077944384 55 0 0 0 6 4 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089687333648 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15919] ppid=15909 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15919/stat : 15919 (java) S 15909 15912 9820 0 -1 1077944384 56 0 0 0 6 4 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089686280848 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15920] ppid=15909 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15920/stat : 15920 (java) S 15909 15912 9820 0 -1 1077944384 53 0 0 0 5 4 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089685228048 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15921] ppid=15909 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15921/stat : 15921 (java) S 15909 15912 9820 0 -1 1077944384 52 0 0 0 5 4 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089684175248 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15922] ppid=15909 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15922/stat : 15922 (java) S 15909 15912 9820 0 -1 1077944384 52 0 0 0 5 4 0 0 20 0 20 0 3348220 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089683122448 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15923] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15923/stat : 15923 (java) S 15909 15912 9820 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 3348222 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089626913648 140090083949186 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15924] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15924/stat : 15924 (java) S 15909 15912 9820 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089625859616 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15925] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15925/stat : 15925 (java) S 15909 15912 9820 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089624806768 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15926] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15926/stat : 15926 (java) S 15909 15912 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089623755088 140090083956635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15927] ppid=15909 vsize=10900632 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15927/stat : 15927 (java) S 15909 15912 9820 0 -1 1077944384 2056 0 0 0 50 0 0 0 20 0 20 0 3348227 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089622702448 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15928] ppid=15909 vsize=10900632 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15928/stat : 15928 (java) R 15909 15912 9820 0 -1 4202560 4008 0 0 0 96 1 0 0 20 0 20 0 3348227 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089621634608 140090069045881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15929] ppid=15909 vsize=10900632 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15929/stat : 15929 (java) S 15909 15912 9820 0 -1 1077944384 3765 0 0 0 90 1 0 0 20 0 20 0 3348227 11162247168 75748 33554432000 4194304 4196468 140726814064944 140089620596848 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15930] ppid=15909 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15930/stat : 15930 (java) S 15909 15912 9820 0 -1 1077944384 1400 0 0 0 28 0 0 0 20 0 20 0 3348227 11162247168 75748 33554432000 4194304 4196468 140726814064944 140088894810096 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15931] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15931/stat : 15931 (java) S 15909 15912 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 75748 33554432000 4194304 4196468 140726814064944 140088893758560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15932] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15932/stat : 15932 (java) S 15909 15912 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 75748 33554432000 4194304 4196468 140726814064944 140088892705840 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 10900632

[startup+3.10083 s]
/proc/loadavg: 2.00 2.03 2.12 3/282 15932
/proc/meminfo: memFree=29398888/32770624 swapFree=5824/210276
[pid=15912] ppid=15909 vsize=10900632 CPUtime=9.69 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 23932 0 0 0 840 129 0 0 20 0 20 0 3348219 11162247168 184337 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725158 184337 3137 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900632 CPUtime=2.68 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) R 15909 15912 9820 0 -1 4202560 6548 0 0 0 261 7 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140090088164016 140089707675322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15915] ppid=15909 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15915/stat : 15915 (java) S 15909 15912 9820 0 -1 1077944384 138 0 0 0 20 13 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140090025942160 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15916] ppid=15909 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15916/stat : 15916 (java) S 15909 15912 9820 0 -1 1077944384 151 0 0 0 21 14 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140090024889360 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15917] ppid=15909 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15917/stat : 15917 (java) S 15909 15912 9820 0 -1 1077944384 377 0 0 0 20 15 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140090023836560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15918] ppid=15909 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15918/stat : 15918 (java) S 15909 15912 9820 0 -1 1077944384 174 0 0 0 21 14 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089687333648 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15919] ppid=15909 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15919/stat : 15919 (java) S 15909 15912 9820 0 -1 1077944384 154 0 0 0 20 15 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089686280848 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15920] ppid=15909 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15920/stat : 15920 (java) S 15909 15912 9820 0 -1 1077944384 196 0 0 0 20 15 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089685228048 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15921] ppid=15909 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15921/stat : 15921 (java) S 15909 15912 9820 0 -1 1077944384 177 0 0 0 21 14 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089684175248 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15922] ppid=15909 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15922/stat : 15922 (java) S 15909 15912 9820 0 -1 1077944384 154 0 0 0 20 14 0 0 20 0 20 0 3348220 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089683122448 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15923] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15923/stat : 15923 (java) S 15909 15912 9820 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 20 0 3348222 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089626913648 140090083949186 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15924] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15924/stat : 15924 (java) S 15909 15912 9820 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089625859680 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15925] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15925/stat : 15925 (java) S 15909 15912 9820 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089624806784 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15926] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15926/stat : 15926 (java) S 15909 15912 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089623755088 140090083956635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15927] ppid=15909 vsize=10900632 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15927/stat : 15927 (java) S 15909 15912 9820 0 -1 1077944384 2990 0 0 0 97 0 0 0 20 0 20 0 3348227 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089622702448 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15928] ppid=15909 vsize=10900632 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15928/stat : 15928 (java) S 15909 15912 9820 0 -1 1077944384 6005 0 0 0 150 1 0 0 20 0 20 0 3348227 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089621649648 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15929] ppid=15909 vsize=10900632 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15929/stat : 15929 (java) S 15909 15912 9820 0 -1 1077944384 3825 0 0 0 128 1 0 0 20 0 20 0 3348227 11162247168 184337 33554432000 4194304 4196468 140726814064944 140089620596848 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15930] ppid=15909 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15930/stat : 15930 (java) S 15909 15912 9820 0 -1 1077944384 1464 0 0 0 34 0 0 0 20 0 20 0 3348227 11162247168 184337 33554432000 4194304 4196468 140726814064944 140088894810096 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15931] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15931/stat : 15931 (java) S 15909 15912 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 184337 33554432000 4194304 4196468 140726814064944 140088893758560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15932] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15932/stat : 15932 (java) S 15909 15912 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 184337 33554432000 4194304 4196468 140726814064944 140088892705840 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 10900632

[startup+6.30087 s]
/proc/loadavg: 2.08 2.05 2.13 11/282 15932
/proc/meminfo: memFree=28904096/32770624 swapFree=5824/210276
[pid=15912] ppid=15909 vsize=10900632 CPUtime=22.08 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 33041 0 0 0 2001 207 0 0 20 0 20 0 3348219 11162247168 284229 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725158 284229 3152 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900632 CPUtime=4.01 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) R 15909 15912 9820 0 -1 4202560 8258 0 0 0 393 8 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140090088168272 140089707435410 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15915] ppid=15909 vsize=10900632 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15915/stat : 15915 (java) S 15909 15912 9820 0 -1 1077944384 411 0 0 0 141 24 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140090025942160 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15916] ppid=15909 vsize=10900632 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15916/stat : 15916 (java) S 15909 15912 9820 0 -1 1077944384 1768 0 0 0 145 21 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140090024889360 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15917] ppid=15909 vsize=10900632 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15917/stat : 15917 (java) S 15909 15912 9820 0 -1 1077944384 583 0 0 0 142 24 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140090023836560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15918] ppid=15909 vsize=10900632 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15918/stat : 15918 (java) S 15909 15912 9820 0 -1 1077944384 757 0 0 0 145 24 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140089687333648 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15919] ppid=15909 vsize=10900632 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15919/stat : 15919 (java) S 15909 15912 9820 0 -1 1077944384 731 0 0 0 143 24 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140089686280848 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15920] ppid=15909 vsize=10900632 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15920/stat : 15920 (java) S 15909 15912 9820 0 -1 1077944384 501 0 0 0 141 25 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140089685228048 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15921] ppid=15909 vsize=10900632 CPUtime=1.64 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15921/stat : 15921 (java) S 15909 15912 9820 0 -1 1077944384 945 0 0 0 141 23 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140089684175248 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15922] ppid=15909 vsize=10900632 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15922/stat : 15922 (java) S 15909 15912 9820 0 -1 1077944384 587 0 0 0 142 25 0 0 20 0 20 0 3348220 11162247168 284229 33554432000 4194304 4196468 140726814064944 140089683122448 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15923] ppid=15909 vsize=10900632 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15923/stat : 15923 (java) S 15909 15912 9820 0 -1 1077944384 1693 0 0 0 52 0 0 0 20 0 20 0 3348222 11162247168 284229 33554432000 4194304 4196468 140726814064944 140089626913648 140090083949186 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15924] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15924/stat : 15924 (java) S 15909 15912 9820 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 284229 33554432000 4194304 4196468 140726814064944 140089625859680 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15925] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15925/stat : 15925 (java) S 15909 15912 9820 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 284229 33554432000 4194304 4196468 140726814064944 140089624806784 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15926] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/15912/task/15926/stat : 15926 (java) S 15909 15912 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089623755088 140090083956635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15927] ppid=15909 vsize=10900632 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15927/stat : 15927 (java) S 15909 15912 9820 0 -1 1077944384 5592 0 0 0 112 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089622702496 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15928] ppid=15909 vsize=10900632 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15928/stat : 15928 (java) S 15909 15912 9820 0 -1 1077944384 6761 0 0 0 154 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089621649696 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15929] ppid=15909 vsize=10900632 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15929/stat : 15929 (java) S 15909 15912 9820 0 -1 1077944384 4997 0 0 0 135 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089620596608 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15930] ppid=15909 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15930/stat : 15930 (java) S 15909 15912 9820 0 -1 1077944384 1804 0 0 0 34 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088894810144 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15931] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15931/stat : 15931 (java) S 15909 15912 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088893758560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15932] ppid=15909 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15932/stat : 15932 (java) S 15909 15912 9820 0 -1 1077944384 1329 0 0 0 3 3 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088892705840 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 1014.25
Current children cumulated vsize (KiB) 10900632

[startup+180.801 s]
/proc/loadavg: 7.25 4.08 2.88 10/282 15942
/proc/meminfo: memFree=21543708/32770624 swapFree=5824/210488
[pid=15912] ppid=15909 vsize=10900632 CPUtime=1026.64 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 253082 0 0 0 100817 1847 0 0 20 0 20 0 3348219 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725158 2089511 3155 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900632 CPUtime=37.16 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) S 15909 15912 9820 0 -1 1077944384 17217 0 0 0 3700 16 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140090088170000 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15915] ppid=15909 vsize=10900632 CPUtime=120.61 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15915/stat : 15915 (java) R 15909 15912 9820 0 -1 4202560 15972 0 0 0 11802 259 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140090025942280 140090076566247 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15916] ppid=15909 vsize=10900632 CPUtime=120.21 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15916/stat : 15916 (java) S 15909 15912 9820 0 -1 1077944384 19177 0 0 0 11772 249 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140090024889168 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15917] ppid=15909 vsize=10900632 CPUtime=120.19 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15917/stat : 15917 (java) R 15909 15912 9820 0 -1 4202560 36422 0 0 0 11773 246 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140090023836680 140090076566247 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15918] ppid=15909 vsize=10900632 CPUtime=121.52 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15918/stat : 15918 (java) R 15909 15912 9820 0 -1 4202560 27638 0 0 0 11964 188 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089687333848 140090068638727 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15919] ppid=15909 vsize=10900632 CPUtime=120.24 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15919/stat : 15919 (java) R 15909 15912 9820 0 -1 4202560 17148 0 0 0 11799 225 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089686280968 140090076566247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15920] ppid=15909 vsize=10900632 CPUtime=120.46 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15920/stat : 15920 (java) R 15909 15912 9820 0 -1 4202560 20087 0 0 0 11841 205 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089685228168 140090067321074 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15921] ppid=15909 vsize=10900632 CPUtime=120.54 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15921/stat : 15921 (java) R 15909 15912 9820 0 -1 4202560 15534 0 0 0 11810 244 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089684175368 140090076566247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15922] ppid=15909 vsize=10900632 CPUtime=120.47 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15922/stat : 15922 (java) R 15909 15912 9820 0 -1 4202560 34729 0 0 0 11846 201 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089683122256 140090076566247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15923] ppid=15909 vsize=10900632 CPUtime=20.63 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15923/stat : 15923 (java) S 15909 15912 9820 0 -1 1077944384 27247 0 0 0 2062 1 0 0 20 0 20 0 3348222 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089626912208 140090083948245 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15924] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15924/stat : 15924 (java) S 15909 15912 9820 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089625859680 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15925] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15925/stat : 15925 (java) S 15909 15912 9820 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089624806784 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15926] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15926/stat : 15926 (java) S 15909 15912 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089623755088 140090083956635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15927] ppid=15909 vsize=10900632 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15927/stat : 15927 (java) S 15909 15912 9820 0 -1 1077944384 5592 0 0 0 112 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089622702496 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15928] ppid=15909 vsize=10900632 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15928/stat : 15928 (java) S 15909 15912 9820 0 -1 1077944384 6761 0 0 0 154 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089621649696 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15929] ppid=15909 vsize=10900632 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15929/stat : 15929 (java) S 15909 15912 9820 0 -1 1077944384 4997 0 0 0 135 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089620596608 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15930] ppid=15909 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15930/stat : 15930 (java) S 15909 15912 9820 0 -1 1077944384 1804 0 0 0 34 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088894810144 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15931] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15931/stat : 15931 (java) S 15909 15912 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088893758560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15932] ppid=15909 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15932/stat : 15932 (java) S 15909 15912 9820 0 -1 1077944384 1329 0 0 0 3 3 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088892705840 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 1026.64
Current children cumulated vsize (KiB) 10900632

[startup+181.608 s]
/proc/loadavg: 7.25 4.08 2.88 3/282 15942
/proc/meminfo: memFree=21543568/32770624 swapFree=5824/210508
[pid=15912] ppid=15909 vsize=10900632 CPUtime=1027.6 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 257559 0 0 0 100912 1848 0 0 20 0 20 0 3348219 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2725158 2089511 3155 1 0 2713552 0
[pid=15912/tid=15913] ppid=15909 vsize=10900632 CPUtime=37.16 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) S 15909 15912 9820 0 -1 1077944384 17217 0 0 0 3700 16 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140090088170000 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15915] ppid=15909 vsize=10900632 CPUtime=120.64 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15915/stat : 15915 (java) S 15909 15912 9820 0 -1 1077944384 15972 0 0 0 11805 259 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140090025942160 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15916] ppid=15909 vsize=10900632 CPUtime=120.23 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15916/stat : 15916 (java) S 15909 15912 9820 0 -1 1077944384 19177 0 0 0 11774 249 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140090024889360 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15917] ppid=15909 vsize=10900632 CPUtime=120.21 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15917/stat : 15917 (java) S 15909 15912 9820 0 -1 1077944384 36422 0 0 0 11775 246 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140090023836560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15918] ppid=15909 vsize=10900632 CPUtime=121.54 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15918/stat : 15918 (java) S 15909 15912 9820 0 -1 1077944384 27648 0 0 0 11966 188 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089687333648 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15919] ppid=15909 vsize=10900632 CPUtime=120.26 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15919/stat : 15919 (java) S 15909 15912 9820 0 -1 1077944384 17148 0 0 0 11801 225 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089686280848 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15920] ppid=15909 vsize=10900632 CPUtime=120.48 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15920/stat : 15920 (java) S 15909 15912 9820 0 -1 1077944384 20087 0 0 0 11843 205 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089685228048 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15921] ppid=15909 vsize=10900632 CPUtime=120.57 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15921/stat : 15921 (java) S 15909 15912 9820 0 -1 1077944384 15534 0 0 0 11813 244 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089684175248 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15922] ppid=15909 vsize=10900632 CPUtime=120.49 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15922/stat : 15922 (java) S 15909 15912 9820 0 -1 1077944384 34729 0 0 0 11848 201 0 0 20 0 20 0 3348220 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089683122448 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15923] ppid=15909 vsize=10900632 CPUtime=21.42 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15923/stat : 15923 (java) R 15909 15912 9820 0 -1 4202560 31714 0 0 0 2141 1 0 0 20 0 20 0 3348222 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089626912096 140090068934446 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15924] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15924/stat : 15924 (java) S 15909 15912 9820 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089625859680 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15925] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15925/stat : 15925 (java) S 15909 15912 9820 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 3348223 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089624806784 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15926] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15926/stat : 15926 (java) S 15909 15912 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089623755088 140090083956635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15927] ppid=15909 vsize=10900632 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15927/stat : 15927 (java) S 15909 15912 9820 0 -1 1077944384 5592 0 0 0 112 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089622702496 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15928] ppid=15909 vsize=10900632 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15928/stat : 15928 (java) S 15909 15912 9820 0 -1 1077944384 6761 0 0 0 154 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089621649696 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15929] ppid=15909 vsize=10900632 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15929/stat : 15929 (java) S 15909 15912 9820 0 -1 1077944384 4997 0 0 0 135 1 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140089620596608 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15930] ppid=15909 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15930/stat : 15930 (java) S 15909 15912 9820 0 -1 1077944384 1804 0 0 0 34 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088894810144 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15931] ppid=15909 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15931/stat : 15931 (java) S 15909 15912 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088893758560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15932] ppid=15909 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15932/stat : 15932 (java) S 15909 15912 9820 0 -1 1077944384 1329 0 0 0 3 3 0 0 20 0 20 0 3348227 11162247168 2089511 33554432000 4194304 4196468 140726814064944 140088892705840 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 1027.6
Current children cumulated vsize (KiB) 10900632

[startup+182.001 s]
/proc/loadavg: 7.25 4.08 2.88 3/282 15942
/proc/meminfo: memFree=21543568/32770624 swapFree=5824/210508
[pid=15912] ppid=15909 vsize=11035960 CPUtime=1027.94 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) S 15909 15912 9820 0 -1 1077944320 264344 0 2 0 100946 1848 0 0 20 0 21 0 3348219 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140726814047488 140090083938039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
/proc/15912/statm: 2758990 2089734 3200 1 0 2747346 0
[pid=15912/tid=15913] ppid=15909 vsize=11035960 CPUtime=37.19 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15913/stat : 15913 (java) S 15909 15912 9820 0 -1 1077944384 18662 0 2 0 3703 16 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140090088178720 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15915] ppid=15909 vsize=11035960 CPUtime=120.64 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15915/stat : 15915 (java) S 15909 15912 9820 0 -1 1077944384 15972 0 0 0 11805 259 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140090025942160 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15916] ppid=15909 vsize=11035960 CPUtime=120.23 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15916/stat : 15916 (java) S 15909 15912 9820 0 -1 1077944384 19177 0 0 0 11774 249 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140090024889360 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15917] ppid=15909 vsize=11035960 CPUtime=120.21 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15917/stat : 15917 (java) S 15909 15912 9820 0 -1 1077944384 36422 0 0 0 11775 246 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140090023836560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15918] ppid=15909 vsize=11035960 CPUtime=121.54 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15918/stat : 15918 (java) S 15909 15912 9820 0 -1 1077944384 27648 0 0 0 11966 188 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089687333648 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15919] ppid=15909 vsize=11035960 CPUtime=120.26 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15919/stat : 15919 (java) S 15909 15912 9820 0 -1 1077944384 17148 0 0 0 11801 225 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089686280848 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15920] ppid=15909 vsize=11035960 CPUtime=120.48 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15920/stat : 15920 (java) S 15909 15912 9820 0 -1 1077944384 20087 0 0 0 11843 205 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089685228048 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15921] ppid=15909 vsize=11035960 CPUtime=120.57 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15921/stat : 15921 (java) S 15909 15912 9820 0 -1 1077944384 15534 0 0 0 11813 244 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089684175248 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15922] ppid=15909 vsize=11035960 CPUtime=120.49 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15922/stat : 15922 (java) S 15909 15912 9820 0 -1 1077944384 34729 0 0 0 11848 201 0 0 20 0 21 0 3348220 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089683122448 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15923] ppid=15909 vsize=11035960 CPUtime=21.71 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15923/stat : 15923 (java) S 15909 15912 9820 0 -1 1077944384 36439 0 0 0 2170 1 0 0 20 0 21 0 3348222 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089626913648 140090083949186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15924] ppid=15909 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15924/stat : 15924 (java) S 15909 15912 9820 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 21 0 3348223 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089625859680 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15925] ppid=15909 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15925/stat : 15925 (java) S 15909 15912 9820 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 21 0 3348223 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089624806784 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15926] ppid=15909 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15926/stat : 15926 (java) S 15909 15912 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3348227 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089623755088 140090083956635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15927] ppid=15909 vsize=11035960 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15927/stat : 15927 (java) S 15909 15912 9820 0 -1 1077944384 5628 0 0 0 112 1 0 0 20 0 21 0 3348227 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089622702448 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15928] ppid=15909 vsize=11035960 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15928/stat : 15928 (java) S 15909 15912 9820 0 -1 1077944384 6764 0 0 0 154 1 0 0 20 0 21 0 3348227 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089621649648 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15929] ppid=15909 vsize=11035960 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15929/stat : 15929 (java) S 15909 15912 9820 0 -1 1077944384 5080 0 0 0 135 1 0 0 20 0 21 0 3348227 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140089620596848 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15930] ppid=15909 vsize=11035960 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15930/stat : 15930 (java) S 15909 15912 9820 0 -1 1077944384 2227 0 0 0 35 0 0 0 20 0 21 0 3348227 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140088894810096 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15931] ppid=15909 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15931/stat : 15931 (java) S 15909 15912 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3348227 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140088893758560 140090083948245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
[pid=15912/tid=15932] ppid=15909 vsize=11035960 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15932/stat : 15932 (java) S 15909 15912 9820 0 -1 1077944384 1331 0 0 0 3 3 0 0 20 0 21 0 3348227 11300823040 2089734 33554432000 4194304 4196468 140726814064944 140088892705840 140090083949186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140726814069931 140726814070084 140726814070084 140726814072783 0
Current children cumulated CPU time (s) 1027.94
Current children cumulated vsize (KiB) 11035960

[startup+182.201 s]
/proc/loadavg: 7.25 4.08 2.88 3/282 15942
/proc/meminfo: memFree=21543568/32770624 swapFree=5824/210508
[pid=15912] ppid=15909 vsize=0 CPUtime=1027.99 cores=1,3,5,7,9,11,13,15
/proc/15912/stat : 15912 (java) Z 15909 15912 9820 0 -1 4227084 264451 0 2 0 100946 1853 0 0 20 0 2 0 3348219 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15912/statm: 0 0 0 0 0 0 0
[pid=15912/tid=15928] ppid=15909 vsize=0 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/15912/task/15928/stat : 15928 (java) R 15909 15912 9820 0 -1 4203588 6764 0 0 0 154 6 0 0 20 0 2 0 3348227 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1027.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 182.208
CPU time (s): 1028.01
CPU user time (s): 1009.46
CPU system time (s): 18.5415
CPU usage (%): 564.193
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1009.46
system time used= 18.5415
maximum resident set size= 8359116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264451
page faults= 2
swaps= 0
block input operations= 1880
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23257
involuntary context switches= 75128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45702 second user time and 1.80787 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-22 01:47:10
IDJOB=4244129
IDBENCH=135971
IDSOLVER=2623
FILE ID=node147/4244129-1500680830
RUNJOBID= node147-1500673363-13448
PBS_JOBID= 20623274
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244129-1500680830/watcher-4244129-1500680830 -o /tmp/evaluation-result-4244129-1500680830/solver-4244129-1500680830 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13448 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244129-1500680830.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 3d6808b330f5ae5835187fa3c31c3257
RANDOM SEED=1982671687

node147.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        29905892 kB
MemAvailable:   29921880 kB
Buffers:           45988 kB
Cached:           279764 kB
SwapCached:            0 kB
Active:          2266600 kB
Inactive:         218596 kB
Active(anon):    2162324 kB
Inactive(anon):     8680 kB
Active(file):     104276 kB
Inactive(file):   209916 kB
Unevictable:        5824 kB
Mlocked:            5824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2000 kB
Writeback:             0 kB
AnonPages:       2201596 kB
Mapped:            42664 kB
Shmem:              8852 kB
Slab:              67916 kB
SReclaimable:      35264 kB
SUnreclaim:        32652 kB
KernelStack:        4848 kB
PageTables:         9592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2987780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2066432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61932 MiB
End job on node147 at 2017-07-22 01:50:13