Trace number 4243657

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 NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1806.78 292.115

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-24.xml
MD5SUM12e2e274c64cbf9c8a04283668281b9c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.5897
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree101
Maximum variable degree123
Distribution of variable degrees[{"degree":101,"count":1},{"degree":106,"count":1},{"degree":110,"count":2},{"degree":111,"count":2},{"degree":112,"count":1},{"degree":113,"count":3},{"degree":114,"count":1},{"degree":115,"count":1},{"degree":116,"count":2},{"degree":117,"count":2},{"degree":118,"count":1},{"degree":119,"count":2},{"degree":120,"count":1},{"degree":123,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
Optimization problemNO
Type of objective

Solver Data

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

pid=7229
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: 1.96 2.07 2.33 3/262 7232
/proc/meminfo: memFree=31007700/32770624 swapFree=5916/35916
[pid=7232] ppid=7229 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 2140 0 0 0 0 0 0 0 20 0 2 0 2762353 8550137856 2376 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2087436 2376 1197 1 0 2076347 0
[pid=7232/tid=7233] ppid=7229 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) R 7229 7232 2461 0 -1 4202560 912 0 0 0 0 0 0 0 20 0 2 0 2762354 8550137856 2442 33554432000 4194304 4196468 140732165886592 140080029817248 140080017816549 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0

[startup+0.100091 s]
/proc/loadavg: 1.96 2.07 2.33 3/262 7232
/proc/meminfo: memFree=31007700/32770624 swapFree=5916/35916
[pid=7232] ppid=7229 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 4906 0 0 0 8 1 0 0 20 0 20 0 2762353 11162169344 6014 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725139 6014 2627 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) R 7229 7232 2461 0 -1 4202560 2988 0 0 0 7 1 0 0 20 0 20 0 2762354 11162169344 6014 33554432000 4194304 4196468 140732165886592 140080029817440 140080017812286 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200513 s]
/proc/loadavg: 1.96 2.07 2.33 3/262 7232
/proc/meminfo: memFree=31007700/32770624 swapFree=5916/35916
[pid=7232] ppid=7229 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 7098 0 0 0 23 3 0 0 20 0 20 0 2762353 11162169344 8408 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725139 8408 2855 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) R 7229 7232 2461 0 -1 4202560 4698 0 0 0 16 2 0 0 20 0 20 0 2762354 11162169344 8408 33554432000 4194304 4196468 140732165886592 140080029797296 140080009655646 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300416 s]
/proc/loadavg: 1.96 2.07 2.33 3/262 7232
/proc/meminfo: memFree=31007700/32770624 swapFree=5916/35916
[pid=7232] ppid=7229 vsize=10900556 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 8291 0 0 0 39 3 0 0 20 0 20 0 2762353 11162169344 11172 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725139 11172 2957 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) R 7229 7232 2461 0 -1 4202560 5203 0 0 0 26 2 0 0 20 0 20 0 2762354 11162169344 11172 33554432000 4194304 4196468 140732165886592 140080029802768 140080009655646 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700341 s]
/proc/loadavg: 1.96 2.07 2.33 3/262 7232
/proc/meminfo: memFree=31007700/32770624 swapFree=5916/35916
[pid=7232] ppid=7229 vsize=10900632 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 12511 0 0 0 167 15 0 0 20 0 20 0 2762353 11162247168 51081 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725158 51081 3091 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) R 7229 7232 2461 0 -1 4202560 5656 0 0 0 61 4 0 0 20 0 20 0 2762354 11162247168 51081 33554432000 4194304 4196468 140732165886592 140080029812768 140079639630178 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 10900632

[startup+1.5023 s]
/proc/loadavg: 1.96 2.07 2.33 3/282 7252
/proc/meminfo: memFree=30815512/32770624 swapFree=5916/36364
[pid=7232] ppid=7229 vsize=10900632 CPUtime=3.2 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 13377 0 0 0 296 24 0 0 20 0 20 0 2762353 11162247168 62034 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725158 62034 3105 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) R 7229 7232 2461 0 -1 4202560 5747 0 0 0 139 4 0 0 20 0 20 0 2762354 11162247168 62034 33554432000 4194304 4196468 140732165886592 140080029811688 140079639475506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7234] ppid=7229 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7234/stat : 7234 (java) S 7229 7232 2461 0 -1 1077944384 63 0 0 0 2 2 0 0 20 0 20 0 2762355 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079962266768 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7236] ppid=7229 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7236/stat : 7236 (java) S 7229 7232 2461 0 -1 1077944384 18 0 0 0 1 2 0 0 20 0 20 0 2762355 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079961213968 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7237] ppid=7229 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7237/stat : 7237 (java) S 7229 7232 2461 0 -1 1077944384 69 0 0 0 1 2 0 0 20 0 20 0 2762355 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079960161168 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7238] ppid=7229 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7238/stat : 7238 (java) S 7229 7232 2461 0 -1 1077944384 55 0 0 0 2 2 0 0 20 0 20 0 2762355 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079959108368 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7239] ppid=7229 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7239/stat : 7239 (java) S 7229 7232 2461 0 -1 1077944384 94 0 0 0 2 2 0 0 20 0 20 0 2762355 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079958055568 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7240] ppid=7229 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7240/stat : 7240 (java) S 7229 7232 2461 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 20 0 2762355 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079957002768 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7241] ppid=7229 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7241/stat : 7241 (java) S 7229 7232 2461 0 -1 1077944384 20 0 0 0 2 1 0 0 20 0 20 0 2762355 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079626316176 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7242] ppid=7229 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7242/stat : 7242 (java) S 7229 7232 2461 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 20 0 2762355 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079625263376 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7243] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7243/stat : 7243 (java) S 7229 7232 2461 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 2762357 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079500311408 140080025586306 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7244] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7244/stat : 7244 (java) S 7229 7232 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079499257440 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7245] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7245/stat : 7245 (java) S 7229 7232 2461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079498204528 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7246] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7246/stat : 7246 (java) S 7229 7232 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762362 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079497152848 140080025593755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7247] ppid=7229 vsize=10900632 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7247/stat : 7247 (java) S 7229 7232 2461 0 -1 1077944384 1776 0 0 0 48 0 0 0 20 0 20 0 2762362 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079496100208 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7248] ppid=7229 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7248/stat : 7248 (java) S 7229 7232 2461 0 -1 1077944384 1492 0 0 0 34 0 0 0 20 0 20 0 2762362 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079495047408 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7249] ppid=7229 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7249/stat : 7249 (java) S 7229 7232 2461 0 -1 1077944384 1070 0 0 0 32 0 0 0 20 0 20 0 2762362 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079493994608 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7250] ppid=7229 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7250/stat : 7250 (java) S 7229 7232 2461 0 -1 1077944384 1423 0 0 0 23 0 0 0 20 0 20 0 2762362 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079492941808 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7251] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7251/stat : 7251 (java) S 7229 7232 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762363 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079491890272 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7252] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7252/stat : 7252 (java) S 7229 7232 2461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2762363 11162247168 62034 33554432000 4194304 4196468 140732165886592 140079490837552 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 10900632

[startup+3.10098 s]
/proc/loadavg: 2.04 2.09 2.33 5/282 7252
/proc/meminfo: memFree=30519960/32770624 swapFree=5916/36364
[pid=7232] ppid=7229 vsize=10900632 CPUtime=10.07 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 28378 0 0 0 847 160 0 0 20 0 20 0 2762353 11162247168 170974 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725158 170974 3135 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900632 CPUtime=2.52 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) S 7229 7232 2461 0 -1 1077944384 5933 0 0 0 246 6 0 0 20 0 20 0 2762354 11162247168 170974 33554432000 4194304 4196468 140732165886592 140080029811728 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7234] ppid=7229 vsize=10900632 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7234/stat : 7234 (java) R 7229 7232 2461 0 -1 4202560 218 0 0 0 31 18 0 0 20 0 20 0 2762355 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079962266968 140080010275847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7236] ppid=7229 vsize=10900632 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7236/stat : 7236 (java) R 7229 7232 2461 0 -1 4202560 339 0 0 0 31 20 0 0 20 0 20 0 2762355 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079961214168 140080018671628 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7237] ppid=7229 vsize=10900632 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7237/stat : 7237 (java) R 7229 7232 2461 0 -1 4202560 208 0 0 0 29 18 0 0 20 0 20 0 2762355 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079960161056 140080010571668 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7238] ppid=7229 vsize=10900632 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7238/stat : 7238 (java) R 7229 7232 2461 0 -1 4202560 279 0 0 0 34 18 0 0 20 0 20 0 2762355 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079959108568 140080010571153 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7239] ppid=7229 vsize=10900632 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7239/stat : 7239 (java) R 7229 7232 2461 0 -1 4202560 227 0 0 0 30 16 0 0 20 0 20 0 2762355 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079958055768 140080010275826 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7240] ppid=7229 vsize=10900632 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7240/stat : 7240 (java) R 7229 7232 2461 0 -1 4202560 285 0 0 0 31 18 0 0 20 0 20 0 2762355 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079957002968 140080010576008 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7241] ppid=7229 vsize=10900632 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7241/stat : 7241 (java) R 7229 7232 2461 0 -1 4202560 177 0 0 0 36 17 0 0 20 0 20 0 2762355 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079626316376 140080010275812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7242] ppid=7229 vsize=10900632 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7242/stat : 7242 (java) R 7229 7232 2461 0 -1 4202560 216 0 0 0 32 19 0 0 20 0 20 0 2762355 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079625263576 140080010275875 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7243] ppid=7229 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7243/stat : 7243 (java) S 7229 7232 2461 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 20 0 2762357 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079500309952 140080025585365 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7244] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7244/stat : 7244 (java) S 7229 7232 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079499257440 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7245] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7245/stat : 7245 (java) S 7229 7232 2461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079498204528 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7246] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7246/stat : 7246 (java) S 7229 7232 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762362 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079497152848 140080025593755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7247] ppid=7229 vsize=10900632 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7247/stat : 7247 (java) S 7229 7232 2461 0 -1 1077944384 4825 0 0 0 88 1 0 0 20 0 20 0 2762362 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079496100208 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7248] ppid=7229 vsize=10900632 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7248/stat : 7248 (java) S 7229 7232 2461 0 -1 1077944384 6686 0 0 0 109 1 0 0 20 0 20 0 2762362 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079495047408 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7249] ppid=7229 vsize=10900632 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7249/stat : 7249 (java) S 7229 7232 2461 0 -1 1077944384 5940 0 0 0 117 1 0 0 20 0 20 0 2762362 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079493994608 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7250] ppid=7229 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7250/stat : 7250 (java) S 7229 7232 2461 0 -1 1077944384 1452 0 0 0 25 0 0 0 20 0 20 0 2762362 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079492941808 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7251] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7251/stat : 7251 (java) S 7229 7232 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762363 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079491890272 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7252] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7252/stat : 7252 (java) S 7229 7232 2461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2762363 11162247168 170974 33554432000 4194304 4196468 140732165886592 140079490837552 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 10.07
Current children cumulated vsize (KiB) 10900632

[startup+6.30094 s]
/proc/loadavg: 2.04 2.09 2.33 10/282 7252
/proc/meminfo: memFree=29872400/32770624 swapFree=5916/36368
[pid=7232] ppid=7229 vsize=10900632 CPUtime=28.18 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 35709 0 0 0 2490 328 0 0 20 0 20 0 2762353 11162247168 291655 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725158 291655 3139 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900632 CPUtime=3.54 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) S 7229 7232 2461 0 -1 1077944384 6598 0 0 0 345 9 0 0 20 0 20 0 2762354 11162247168 291655 33554432000 4194304 4196468 140732165886592 140080029811904 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7234] ppid=7229 vsize=10900632 CPUtime=2.62 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7234/stat : 7234 (java) R 7229 7232 2461 0 -1 4202560 381 0 0 0 223 39 0 0 20 0 20 0 2762355 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079962266888 140080008958194 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7236] ppid=7229 vsize=10900632 CPUtime=2.65 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7236/stat : 7236 (java) R 7229 7232 2461 0 -1 4202560 763 0 0 0 224 41 0 0 20 0 20 0 2762355 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079961213776 140080018203367 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7237] ppid=7229 vsize=10900632 CPUtime=2.63 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7237/stat : 7237 (java) R 7229 7232 2461 0 -1 4202560 364 0 0 0 224 39 0 0 20 0 20 0 2762355 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079960161288 140080018203367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7238] ppid=7229 vsize=10900632 CPUtime=2.65 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7238/stat : 7238 (java) R 7229 7232 2461 0 -1 4202560 487 0 0 0 226 39 0 0 20 0 20 0 2762355 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079959108176 140080018203367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7239] ppid=7229 vsize=10900632 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7239/stat : 7239 (java) R 7229 7232 2461 0 -1 4202560 396 0 0 0 223 37 0 0 20 0 20 0 2762355 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079958055688 140080018203367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7240] ppid=7229 vsize=10900632 CPUtime=2.62 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7240/stat : 7240 (java) R 7229 7232 2461 0 -1 4202560 446 0 0 0 223 39 0 0 20 0 20 0 2762355 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079957002576 140080018203367 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7241] ppid=7229 vsize=10900632 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7241/stat : 7241 (java) R 7229 7232 2461 0 -1 4202560 337 0 0 0 229 37 0 0 20 0 20 0 2762355 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079626316296 140080018203367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7242] ppid=7229 vsize=10900632 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7242/stat : 7242 (java) R 7229 7232 2461 0 -1 4202560 473 0 0 0 227 40 0 0 20 0 20 0 2762355 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079625263576 140080010564641 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7243] ppid=7229 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7243/stat : 7243 (java) S 7229 7232 2461 0 -1 1077944384 3724 0 0 0 1 0 0 0 20 0 20 0 2762357 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079500309952 140080025585365 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7244] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7244/stat : 7244 (java) S 7229 7232 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079499257440 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7245] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7245/stat : 7245 (java) S 7229 7232 2461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 291655 33554432000 4194304 4196468 140732165886592 140079498204528 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7246] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/7232/task/7246/stat : 7246 (java) S 7229 7232 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079497152848 140080025593755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7247] ppid=7229 vsize=10900632 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7247/stat : 7247 (java) S 7229 7232 2461 0 -1 1077944384 7486 0 0 0 130 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079496100256 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7248] ppid=7229 vsize=10900632 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7248/stat : 7248 (java) S 7229 7232 2461 0 -1 1077944384 10615 0 0 0 154 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079495047456 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7249] ppid=7229 vsize=10900632 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7249/stat : 7249 (java) S 7229 7232 2461 0 -1 1077944384 8731 0 0 0 164 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079493994368 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7250] ppid=7229 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7250/stat : 7250 (java) S 7229 7232 2461 0 -1 1077944384 2023 0 0 0 31 0 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079492941856 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7251] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7251/stat : 7251 (java) S 7229 7232 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762363 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079491890272 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7252] ppid=7229 vsize=10900632 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7252/stat : 7252 (java) S 7229 7232 2461 0 -1 1077944384 1628 0 0 0 5 7 0 0 20 0 20 0 2762363 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079490837552 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (KiB) 10900632

[startup+291.201 s]
/proc/loadavg: 8.23 5.41 3.63 10/282 7264
/proc/meminfo: memFree=22153564/32770624 swapFree=5916/36656
[pid=7232] ppid=7229 vsize=10900632 CPUtime=1806.04 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 278296 0 0 0 177152 3452 0 0 20 0 20 0 2762353 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725158 2108309 3154 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900632 CPUtime=56.9 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) S 7229 7232 2461 0 -1 1077944384 13783 0 0 0 5679 11 0 0 20 0 20 0 2762354 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140080029808032 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7234] ppid=7229 vsize=10900632 CPUtime=216.85 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7234/stat : 7234 (java) S 7229 7232 2461 0 -1 1077944384 19609 0 0 0 21266 419 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079962266768 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7236] ppid=7229 vsize=10900632 CPUtime=216.51 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7236/stat : 7236 (java) S 7229 7232 2461 0 -1 1077944384 14621 0 0 0 21229 422 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079961213968 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7237] ppid=7229 vsize=10900632 CPUtime=216.51 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7237/stat : 7237 (java) S 7229 7232 2461 0 -1 1077944384 30264 0 0 0 21218 433 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079960161168 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7238] ppid=7229 vsize=10900632 CPUtime=215.25 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7238/stat : 7238 (java) S 7229 7232 2461 0 -1 1077944384 28211 0 0 0 21091 434 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079959108368 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7239] ppid=7229 vsize=10900632 CPUtime=215.18 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7239/stat : 7239 (java) S 7229 7232 2461 0 -1 1077944384 18426 0 0 0 21085 433 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079958055568 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7240] ppid=7229 vsize=10900632 CPUtime=216.57 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7240/stat : 7240 (java) S 7229 7232 2461 0 -1 1077944384 16869 0 0 0 21225 432 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079957002768 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7241] ppid=7229 vsize=10900632 CPUtime=216.23 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7241/stat : 7241 (java) S 7229 7232 2461 0 -1 1077944384 29503 0 0 0 21181 442 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079626316176 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7242] ppid=7229 vsize=10900632 CPUtime=216.82 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7242/stat : 7242 (java) S 7229 7232 2461 0 -1 1077944384 25552 0 0 0 21275 407 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079625263376 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7243] ppid=7229 vsize=10900632 CPUtime=14.12 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7243/stat : 7243 (java) R 7229 7232 2461 0 -1 4202560 49564 0 0 0 1409 3 0 0 20 0 20 0 2762357 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079500309968 140080010275792 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7244] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7244/stat : 7244 (java) S 7229 7232 2461 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079499257440 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7245] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7245/stat : 7245 (java) S 7229 7232 2461 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079498204528 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7246] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7246/stat : 7246 (java) S 7229 7232 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079497152848 140080025593755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7247] ppid=7229 vsize=10900632 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7247/stat : 7247 (java) S 7229 7232 2461 0 -1 1077944384 7486 0 0 0 130 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079496100256 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7248] ppid=7229 vsize=10900632 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7248/stat : 7248 (java) S 7229 7232 2461 0 -1 1077944384 10615 0 0 0 154 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079495047456 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7249] ppid=7229 vsize=10900632 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7249/stat : 7249 (java) S 7229 7232 2461 0 -1 1077944384 8731 0 0 0 164 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079493994368 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7250] ppid=7229 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7250/stat : 7250 (java) S 7229 7232 2461 0 -1 1077944384 2023 0 0 0 31 0 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079492941856 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7251] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7251/stat : 7251 (java) S 7229 7232 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762363 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079491890272 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7252] ppid=7229 vsize=10900632 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7252/stat : 7252 (java) S 7229 7232 2461 0 -1 1077944384 1628 0 0 0 5 7 0 0 20 0 20 0 2762363 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079490837552 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 1806.04
Current children cumulated vsize (KiB) 10900632

[startup+291.612 s]
/proc/loadavg: 8.23 5.41 3.63 3/282 7264
/proc/meminfo: memFree=22153564/32770624 swapFree=5916/36656
[pid=7232] ppid=7229 vsize=10900632 CPUtime=1806.45 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 278427 0 0 0 177193 3452 0 0 20 0 20 0 2762353 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2725158 2108309 3154 1 0 2713552 0
[pid=7232/tid=7233] ppid=7229 vsize=10900632 CPUtime=56.9 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) S 7229 7232 2461 0 -1 1077944384 13783 0 0 0 5679 11 0 0 20 0 20 0 2762354 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140080029808032 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7234] ppid=7229 vsize=10900632 CPUtime=216.85 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7234/stat : 7234 (java) S 7229 7232 2461 0 -1 1077944384 19609 0 0 0 21266 419 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079962266768 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7236] ppid=7229 vsize=10900632 CPUtime=216.51 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7236/stat : 7236 (java) S 7229 7232 2461 0 -1 1077944384 14621 0 0 0 21229 422 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079961213968 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7237] ppid=7229 vsize=10900632 CPUtime=216.51 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7237/stat : 7237 (java) S 7229 7232 2461 0 -1 1077944384 30264 0 0 0 21218 433 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079960161168 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7238] ppid=7229 vsize=10900632 CPUtime=215.25 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7238/stat : 7238 (java) S 7229 7232 2461 0 -1 1077944384 28211 0 0 0 21091 434 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079959108368 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7239] ppid=7229 vsize=10900632 CPUtime=215.18 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7239/stat : 7239 (java) S 7229 7232 2461 0 -1 1077944384 18426 0 0 0 21085 433 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079958055568 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7240] ppid=7229 vsize=10900632 CPUtime=216.57 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7240/stat : 7240 (java) S 7229 7232 2461 0 -1 1077944384 16869 0 0 0 21225 432 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079957002768 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7241] ppid=7229 vsize=10900632 CPUtime=216.23 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7241/stat : 7241 (java) S 7229 7232 2461 0 -1 1077944384 29503 0 0 0 21181 442 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079626316176 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7242] ppid=7229 vsize=10900632 CPUtime=216.82 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7242/stat : 7242 (java) S 7229 7232 2461 0 -1 1077944384 25552 0 0 0 21275 407 0 0 20 0 20 0 2762355 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079625263376 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7243] ppid=7229 vsize=10900632 CPUtime=14.53 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7243/stat : 7243 (java) R 7229 7232 2461 0 -1 4202560 49695 0 0 0 1450 3 0 0 20 0 20 0 2762357 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079500309856 140080010571652 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7244] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7244/stat : 7244 (java) S 7229 7232 2461 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079499257440 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7245] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7245/stat : 7245 (java) S 7229 7232 2461 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 2762358 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079498204528 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7246] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7246/stat : 7246 (java) S 7229 7232 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079497152848 140080025593755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7247] ppid=7229 vsize=10900632 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7247/stat : 7247 (java) S 7229 7232 2461 0 -1 1077944384 7486 0 0 0 130 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079496100256 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7248] ppid=7229 vsize=10900632 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7248/stat : 7248 (java) S 7229 7232 2461 0 -1 1077944384 10615 0 0 0 154 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079495047456 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7249] ppid=7229 vsize=10900632 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7249/stat : 7249 (java) S 7229 7232 2461 0 -1 1077944384 8731 0 0 0 164 1 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079493994368 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7250] ppid=7229 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7250/stat : 7250 (java) S 7229 7232 2461 0 -1 1077944384 2023 0 0 0 31 0 0 0 20 0 20 0 2762362 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079492941856 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7251] ppid=7229 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7251/stat : 7251 (java) S 7229 7232 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762363 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079491890272 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7252] ppid=7229 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7252/stat : 7252 (java) S 7229 7232 2461 0 -1 1077944384 1628 0 0 0 6 7 0 0 20 0 20 0 2762363 11162247168 2108309 33554432000 4194304 4196468 140732165886592 140079490837552 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 1806.45
Current children cumulated vsize (KiB) 10900632

[startup+292.001 s]
/proc/loadavg: 8.23 5.41 3.63 3/282 7264
/proc/meminfo: memFree=22153564/32770624 swapFree=5916/36656
[pid=7232] ppid=7229 vsize=11035960 CPUtime=1806.72 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) S 7229 7232 2461 0 -1 1077944320 279505 0 0 0 177220 3452 0 0 20 0 21 0 2762353 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140732165869136 140080025575159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
/proc/7232/statm: 2758990 2108530 3199 1 0 2747346 0
[pid=7232/tid=7233] ppid=7229 vsize=11035960 CPUtime=56.94 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7233/stat : 7233 (java) S 7229 7232 2461 0 -1 1077944384 14269 0 0 0 5683 11 0 0 20 0 21 0 2762354 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140080029815840 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7234] ppid=7229 vsize=11035960 CPUtime=216.85 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7234/stat : 7234 (java) S 7229 7232 2461 0 -1 1077944384 19609 0 0 0 21266 419 0 0 20 0 21 0 2762355 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079962266768 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7236] ppid=7229 vsize=11035960 CPUtime=216.51 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7236/stat : 7236 (java) S 7229 7232 2461 0 -1 1077944384 14621 0 0 0 21229 422 0 0 20 0 21 0 2762355 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079961213968 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7237] ppid=7229 vsize=11035960 CPUtime=216.51 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7237/stat : 7237 (java) S 7229 7232 2461 0 -1 1077944384 30264 0 0 0 21218 433 0 0 20 0 21 0 2762355 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079960161168 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7238] ppid=7229 vsize=11035960 CPUtime=215.25 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7238/stat : 7238 (java) S 7229 7232 2461 0 -1 1077944384 28211 0 0 0 21091 434 0 0 20 0 21 0 2762355 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079959108368 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7239] ppid=7229 vsize=11035960 CPUtime=215.18 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7239/stat : 7239 (java) S 7229 7232 2461 0 -1 1077944384 18426 0 0 0 21085 433 0 0 20 0 21 0 2762355 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079958055568 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7240] ppid=7229 vsize=11035960 CPUtime=216.57 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7240/stat : 7240 (java) S 7229 7232 2461 0 -1 1077944384 16869 0 0 0 21225 432 0 0 20 0 21 0 2762355 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079957002768 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7241] ppid=7229 vsize=11035960 CPUtime=216.23 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7241/stat : 7241 (java) S 7229 7232 2461 0 -1 1077944384 29503 0 0 0 21181 442 0 0 20 0 21 0 2762355 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079626316176 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7242] ppid=7229 vsize=11035960 CPUtime=216.82 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7242/stat : 7242 (java) S 7229 7232 2461 0 -1 1077944384 25552 0 0 0 21275 407 0 0 20 0 21 0 2762355 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079625263376 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7243] ppid=7229 vsize=11035960 CPUtime=14.73 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7243/stat : 7243 (java) S 7229 7232 2461 0 -1 1077944384 50066 0 0 0 1470 3 0 0 20 0 21 0 2762357 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079500311408 140080025586306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7244] ppid=7229 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7244/stat : 7244 (java) S 7229 7232 2461 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 21 0 2762358 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079499257440 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7245] ppid=7229 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7245/stat : 7245 (java) S 7229 7232 2461 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 21 0 2762358 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079498204528 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7246] ppid=7229 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7246/stat : 7246 (java) S 7229 7232 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2762362 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079497152848 140080025593755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7247] ppid=7229 vsize=11035960 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7247/stat : 7247 (java) S 7229 7232 2461 0 -1 1077944384 7486 0 0 0 130 1 0 0 20 0 21 0 2762362 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079496100208 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7248] ppid=7229 vsize=11035960 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7248/stat : 7248 (java) S 7229 7232 2461 0 -1 1077944384 10615 0 0 0 155 1 0 0 20 0 21 0 2762362 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079495047408 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7249] ppid=7229 vsize=11035960 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7249/stat : 7249 (java) S 7229 7232 2461 0 -1 1077944384 8731 0 0 0 164 1 0 0 20 0 21 0 2762362 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079493994608 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7250] ppid=7229 vsize=11035960 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7250/stat : 7250 (java) S 7229 7232 2461 0 -1 1077944384 2196 0 0 0 33 0 0 0 20 0 21 0 2762362 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079492941808 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7251] ppid=7229 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7251/stat : 7251 (java) S 7229 7232 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2762363 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079491890272 140080025585365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
[pid=7232/tid=7252] ppid=7229 vsize=11035960 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7252/stat : 7252 (java) S 7229 7232 2461 0 -1 1077944384 1628 0 0 0 6 7 0 0 20 0 21 0 2762363 11300823040 2108530 33554432000 4194304 4196468 140732165886592 140079490837552 140080025586306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8904704 140732165895339 140732165895492 140732165895492 140732165898191 0
Current children cumulated CPU time (s) 1806.72
Current children cumulated vsize (KiB) 11035960

[startup+292.101 s]
/proc/loadavg: 8.23 5.41 3.63 3/282 7264
/proc/meminfo: memFree=22153564/32770624 swapFree=5916/36656
[pid=7232] ppid=7229 vsize=0 CPUtime=1806.76 cores=1,3,5,7,9,11,13,15
/proc/7232/stat : 7232 (java) Z 7229 7232 2461 0 -1 4227084 279550 0 0 0 177220 3456 0 0 20 0 2 0 2762353 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/7232/statm: 0 0 0 0 0 0 0
[pid=7232/tid=7241] ppid=7229 vsize=0 CPUtime=216.26 cores=1,3,5,7,9,11,13,15
/proc/7232/task/7241/stat : 7241 (java) R 7229 7232 2461 0 -1 4203588 29503 0 0 0 21181 445 0 0 20 0 2 0 2762355 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 13 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1806.76
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 292.115
CPU time (s): 1806.78
CPU user time (s): 1772.2
CPU system time (s): 34.5746
CPU usage (%): 618.515
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.2
system time used= 34.5746
maximum resident set size= 8434376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37086
involuntary context switches= 129127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.51809 second user time and 2.95979 second system time

The end

Launcher Data

Begin job on node121 at 2017-07-22 00:09:00
IDJOB=4243657
IDBENCH=125997
IDSOLVER=2623
FILE ID=node121/4243657-1500674940
RUNJOBID= node121-1500670262-5466
PBS_JOBID= 20623298
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-24.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243657-1500674940/watcher-4243657-1500674940 -o /tmp/evaluation-result-4243657-1500674940/solver-4243657-1500674940 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500670262-5466 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243657-1500674940.xml

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

MD5SUM BENCH= 12e2e274c64cbf9c8a04283668281b9c
RANDOM SEED=1485219210

node121.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	: 5334.00
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		: 1733.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		: 2133.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	: 5334.00
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	: 5334.00
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	: 5334.00
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		: 1600.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		: 2533.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	: 5334.00
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		: 1733.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	: 5334.00
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		: 2667.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	: 5334.00
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	: 5334.00
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		: 1600.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:        31007796 kB
MemAvailable:   30910396 kB
Buffers:           45352 kB
Cached:           126204 kB
SwapCached:            0 kB
Active:          1270664 kB
Inactive:          97760 kB
Active(anon):    1146852 kB
Inactive(anon):    61844 kB
Active(file):     123812 kB
Inactive(file):    35916 kB
Unevictable:        5916 kB
Mlocked:            5916 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3456 kB
Writeback:             0 kB
AnonPages:       1202416 kB
Mapped:            41552 kB
Shmem:              8840 kB
Slab:              84260 kB
SReclaimable:      51892 kB
SUnreclaim:        32368 kB
KernelStack:        4496 kB
PageTables:         8004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3175052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61980 MiB
End job on node121 at 2017-07-22 00:13:52