Trace number 4263562

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
sat4j-CSP 2017-07-05? 1951.5 573.00598

General information on the benchmark

NameRandom/Random-m1-5-12-12t/
rand-5-12-12-200-t95-3.xml
MD5SUMd4014e5e87f6d68ac86bab8f8f62518f
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 benchmark10.8933
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints200
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":12}]
Minimum variable degree77
Maximum variable degree95
Distribution of variable degrees[{"degree":77,"count":1},{"degree":78,"count":1},{"degree":79,"count":1},{"degree":81,"count":2},{"degree":82,"count":1},{"degree":83,"count":2},{"degree":84,"count":1},{"degree":86,"count":1},{"degree":91,"count":1},{"degree":95,"count":1}]
Minimum constraint arity5
Maximum constraint arity5
Distribution of constraint arities[{"arity":5,"count":200}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200}]
Optimization problemNO
Type of objective

Solver Data

1951.29/572.76	Aug 13, 2017 11:36:45 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1951.29/572.76	INFO: Runtime exception
1951.29/572.76	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1951.29/572.76		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1951.29/572.76		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1951.29/572.76		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1951.29/572.76		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1951.29/572.76		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1951.29/572.76		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1951.29/572.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1951.29/572.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1951.29/572.76		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1951.29/572.76		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1951.29/572.76		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1951.29/572.76		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1951.29/572.76		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1951.29/572.76		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1951.29/572.76		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 17 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 21 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 22 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 26 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 27 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 31 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 32 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 36 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 37 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 41 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 42 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 46 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 47 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 51 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 52 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 56 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 57 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 61 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1951.29/572.76		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1951.29/572.76		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1951.29/572.76		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1951.29/572.76		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1951.29/572.76		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1951.29/572.76		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1951.29/572.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1951.29/572.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1951.29/572.76		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1951.29/572.76		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1951.29/572.76		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1951.29/572.76		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1951.29/572.76		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1951.29/572.76		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1951.29/572.76		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 67 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 71 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 72 more
1951.29/572.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		... 76 more
1951.29/572.76	Caused by: java.lang.reflect.InvocationTargetException
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		... 77 more
1951.29/572.76	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1951.29/572.76		at java.lang.reflect.Method.copy(Method.java:153)
1951.29/572.76		at java.lang.reflect.ReflectAccess.copyMethod(ReflectAccess.java:140)
1951.29/572.76		at sun.reflect.ReflectionFactory.copyMethod(ReflectionFactory.java:316)
1951.29/572.76		at java.lang.Class.searchMethods(Class.java:3013)
1951.29/572.76		at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
1951.29/572.76		at java.lang.Class.getMethod0(Class.java:3018)
1951.29/572.76		at java.lang.Class.getMethod(Class.java:1784)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:124)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1951.29/572.76		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1951.29/572.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1951.29/572.76		at java.lang.reflect.Method.invoke(Method.java:498)
1951.29/572.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1951.29/572.76	
1951.45/572.96	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1951.45/572.96	c This is free software under the dual EPL/GNU LGPL licenses.
1951.45/572.96	c See www.sat4j.org for details.
1951.45/572.96	c That software uses the Rhino library from the Mozilla project.
1951.45/572.96	c version CUSTOM.v20170705
1951.45/572.96	c java.runtime.name	Java(TM) SE Runtime Environment
1951.45/572.96	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1951.45/572.96	c java.vm.version	25.131-b11
1951.45/572.96	c java.vm.vendor	Oracle Corporation
1951.45/572.96	c sun.arch.data.model	64
1951.45/572.96	c java.version		1.8.0_131
1951.45/572.96	c os.name		Linux
1951.45/572.96	c os.version		3.10.0-514.16.1.el7.x86_64
1951.45/572.96	c os.arch		amd64
1951.45/572.96	c Free memory 		499604488
1951.45/572.96	c Max memory 		7247757312
1951.45/572.96	c Total memory 		504889344
1951.45/572.96	c Number of processors 	4
1951.45/572.96	c c --- Begin Solver configuration ---
1951.45/572.96	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1951.45/572.96	c Learn all clauses as in MiniSAT
1951.45/572.96	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1951.45/572.96	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1951.45/572.96	c No reason simplification
1951.45/572.96	c Glucose 2.1 dynamic restart strategy
1951.45/572.96	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
1951.45/572.96	c timeout=2147483s
1951.45/572.96	c DB Simplification allowed=false
1951.45/572.96	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1951.45/572.96	c --- End Solver configuration ---
1951.45/572.96	c starts		: 0
1951.45/572.96	c conflicts		: 0
1951.45/572.96	c decisions		: 0
1951.45/572.96	c propagations		: 0
1951.45/572.96	c inspects		: 0
1951.45/572.96	c shortcuts		: 0
1951.45/572.96	c learnt literals	: 0
1951.45/572.96	c learnt binary clauses	: 0
1951.45/572.96	c learnt ternary clauses	: 0
1951.45/572.96	c learnt constraints	: 0
1951.45/572.96	c ignored constraints	: 0
1951.45/572.96	c root simplifications	: 0
1951.45/572.96	c removed literals (reason simplification)	: 0
1951.45/572.96	c reason swapping (by a shorter reason)	: 0
1951.45/572.96	c Calls to reduceDB	: 0
1951.45/572.96	c Number of update (reduction) of LBD	: 0
1951.45/572.96	c Imported unit clauses	: 0
1951.45/572.96	c number of reductions to clauses (during analyze)	: 0
1951.45/572.96	c number of learned constraints concerned by reduction	: 0
1951.45/572.96	c number of learning phase by resolution	: 0
1951.45/572.96	c number of learning phase by cutting planes	: 0
1951.45/572.96	c number of rounding to 1 operations	: 0
1951.45/572.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1951.45/572.96	c number of reductions of the coefficients by power 2 	: 0
1951.45/572.96	c number of right shift for reduction by power 2 	: 0
1951.45/572.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
1951.45/572.96	c speed (assignments/second)	: 0.0
1951.45/572.96	c non guided choices	0
1951.45/572.96	c learnt constraints type 
1951.45/572.96	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12683 MiB free)
  memory of node 1: 16384 MiB (14642 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263562-1502617290/watcher-4263562-1502617290 -o /tmp/evaluation-result-4263562-1502617290/solver-4263562-1502617290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263562-1502617290.xml 

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

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

solver pid=6278, runsolver pid=6275

[startup+0.100051 s]*
/proc/loadavg: 1.97 1.96 2.17 4/216 6293
/proc/meminfo: memFree=27961344/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10555400 memory=30052 CPUtime=0.12 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 6627 0 0 0 11 1 0 0 20 0 15 0 94809963 10808729600 7513 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2638850 7513 2785 1 0 2627263 0
[pid=6278/tid=6280] ppid=6275 vsize=10555400 memory=-8824911744928150720 CPUtime=0.09 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) R 6275 6278 4973 0 -1 4202560 4488 0 0 0 8 1 0 0 20 0 15 0 94809963 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583555824144 140583535678844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) S 6275 6278 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94809965 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583043349104 140583551609474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6286] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6286/stat : 6286 (java) S 6275 6278 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94809966 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583042295072 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6287] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6287/stat : 6287 (java) S 6275 6278 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94809966 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583041242736 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6288] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6288/stat : 6288 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583040191056 140583551616923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6289] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6289/stat : 6289 (java) S 6275 6278 4973 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 94809968 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583039137904 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6290] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6290/stat : 6290 (java) S 6275 6278 4973 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 94809968 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583038085104 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6291] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0.02 cores=1,3,5,7
/proc/6278/task/6291/stat : 6291 (java) S 6275 6278 4973 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 94809968 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583037032816 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6292] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809969 10808729600 7513 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30052 KiB

[startup+0.215973 s]*
/proc/loadavg: 1.97 1.96 2.17 4/216 6293
/proc/meminfo: memFree=27950116/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10555400 memory=43356 CPUtime=0.33 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 7986 0 0 0 31 2 0 0 20 0 15 0 94809963 10808729600 10839 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2638850 10839 2965 1 0 2627263 0
[pid=6278/tid=6280] ppid=6275 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) R 6275 6278 4973 0 -1 4202560 5022 0 0 0 19 1 0 0 20 0 15 0 94809963 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583555819584 140583551620253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10555400 memory=140051131017479 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) S 6275 6278 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94809965 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583043349104 140583551609474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6286] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6286/stat : 6286 (java) S 6275 6278 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94809966 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583042295072 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6287] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6287/stat : 6287 (java) S 6275 6278 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94809966 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583041242736 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6288] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6288/stat : 6288 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583040191056 140583551616923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6289] ppid=6275 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6278/task/6289/stat : 6289 (java) S 6275 6278 4973 0 -1 1077944384 592 0 0 0 3 0 0 0 20 0 15 0 94809968 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583039137904 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6290] ppid=6275 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6278/task/6290/stat : 6290 (java) S 6275 6278 4973 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 94809968 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583038085104 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6291] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0.06 cores=1,3,5,7
/proc/6278/task/6291/stat : 6291 (java) R 6275 6278 4973 0 -1 4202560 485 0 0 0 6 0 0 0 20 0 15 0 94809968 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583037032816 140583543835454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6292] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809969 10808729600 11351 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43356 KiB

[startup+0.311276 s]*
/proc/loadavg: 1.97 1.96 2.17 3/216 6293
/proc/meminfo: memFree=27893704/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10555400 memory=100320 CPUtime=0.49 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 8366 0 0 0 45 4 0 0 20 0 15 0 94809963 10808729600 25080 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2638858 25080 2985 1 0 2627271 0
[pid=6278/tid=6280] ppid=6275 vsize=10555400 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) D 6275 6278 4973 0 -1 1077944384 5204 0 0 0 26 4 0 0 20 0 15 0 94809963 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583555808448 140583544277549 0 4 0 16800975 18446744072101629476 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10555400 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10555400 memory=15963338620929688 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94809964 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10555432 memory=140051131008640 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) S 6275 6278 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94809965 10808762368 25080 33554432000 4194304 4196468 140722135258960 140583043349104 140583551609474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6286] ppid=6275 vsize=10555432 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6286/stat : 6286 (java) S 6275 6278 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94809966 10808762368 25080 33554432000 4194304 4196468 140722135258960 140583042295072 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6287] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6287/stat : 6287 (java) S 6275 6278 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94809966 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583041242736 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6288] ppid=6275 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6288/stat : 6288 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583040191056 140583551616923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6289] ppid=6275 vsize=10555400 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/6278/task/6289/stat : 6289 (java) S 6275 6278 4973 0 -1 1077944384 598 0 0 0 4 0 0 0 20 0 15 0 94809968 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583039137904 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6290] ppid=6275 vsize=10555400 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/6278/task/6290/stat : 6290 (java) S 6275 6278 4973 0 -1 1077944384 554 0 0 0 4 0 0 0 20 0 15 0 94809968 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583038085104 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6291] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0.09 cores=1,3,5,7
/proc/6278/task/6291/stat : 6291 (java) S 6275 6278 4973 0 -1 1077944384 692 0 0 0 9 0 0 0 20 0 15 0 94809968 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583037032816 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6292] ppid=6275 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10555400 memory=140051131008640 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809969 10808729600 25080 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 100320 KiB

[startup+0.70077 s]
/proc/loadavg: 1.97 1.96 2.17 5/216 6293
/proc/meminfo: memFree=27865472/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10555476 memory=237800 CPUtime=1.61 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 11324 0 0 0 148 13 0 0 20 0 15 0 94809963 10808807424 59450 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2638869 59450 3094 1 0 2627263 0
[pid=6278/tid=6280] ppid=6275 vsize=10555476 memory=1728 CPUtime=0.64 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) R 6275 6278 4973 0 -1 4202560 5756 0 0 0 59 5 0 0 20 0 15 0 94809963 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583555835312 140583157493723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10555476 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 25 0 0 0 0 1 0 0 20 0 15 0 94809964 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10555476 memory=9992 CPUtime=0.02 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 15 0 94809964 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10555476 memory=1224 CPUtime=0.02 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 94809964 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10555476 memory=5716 CPUtime=0.02 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 46 0 0 0 1 1 0 0 20 0 15 0 94809964 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) S 6275 6278 4973 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 94809965 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583043349104 140583551609474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6286] ppid=6275 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6286/stat : 6286 (java) S 6275 6278 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94809966 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583042295072 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6287] ppid=6275 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6287/stat : 6287 (java) S 6275 6278 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94809966 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583041242736 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6288] ppid=6275 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6288/stat : 6288 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583040191056 140583551616923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6289] ppid=6275 vsize=10555476 memory=4639098309541127021 CPUtime=0.31 cores=1,3,5,7
/proc/6278/task/6289/stat : 6289 (java) R 6275 6278 4973 0 -1 4202560 1377 0 0 0 31 0 0 0 20 0 15 0 94809968 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583039129184 140583532233854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6290] ppid=6275 vsize=10555476 memory=7597685182856913236 CPUtime=0.29 cores=1,3,5,7
/proc/6278/task/6290/stat : 6290 (java) R 6275 6278 4973 0 -1 4202560 1509 0 0 0 29 0 0 0 20 0 15 0 94809968 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583038076144 140583532299222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6291] ppid=6275 vsize=10555476 memory=7236547281622689387 CPUtime=0.22 cores=1,3,5,7
/proc/6278/task/6291/stat : 6291 (java) S 6275 6278 4973 0 -1 1077944384 1108 0 0 0 22 0 0 0 20 0 15 0 94809968 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583037032816 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6292] ppid=6275 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94809969 10808807424 59450 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 237800 KiB

[startup+1.50083 s]
/proc/loadavg: 1.97 1.96 2.17 3/216 6293
/proc/meminfo: memFree=27662168/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10555476 memory=435164 CPUtime=2.79 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 12314 0 0 0 254 25 0 0 20 0 15 0 94809963 10808807424 108791 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2638869 108791 3109 1 0 2627263 0
[pid=6278/tid=6280] ppid=6275 vsize=10555476 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) R 6275 6278 4973 0 -1 4202560 5825 0 0 0 130 6 0 0 20 0 15 0 94809963 10808807424 108791 33554432000 4194304 4196468 140722135258960 140583555836304 140583157867924 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10555476 memory=8390361644446492005 CPUtime=0.07 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 258 0 0 0 4 3 0 0 20 0 15 0 94809964 10808807424 108791 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10555476 memory=-6352177166831615190 CPUtime=0.09 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 139 0 0 0 5 4 0 0 20 0 15 0 94809964 10808807424 108791 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10555476 memory=8514701219931451533 CPUtime=0.08 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 302 0 0 0 4 4 0 0 20 0 15 0 94809964 10808807424 108791 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10555476 memory=7005738693937936738 CPUtime=0.09 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 142 0 0 0 5 4 0 0 20 0 15 0 94809964 10808807424 108791 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) S 6275 6278 4973 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 94809965 10808807424 108791 33554432000 4194304 4196468 140722135258960 140583043349104 140583551609474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0

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

[pid=6278/tid=6292] ppid=6275 vsize=10555476 memory=8313376 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808807424 2078344 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10555476 memory=288230596050944315 CPUtime=0.47 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 526 0 0 0 24 23 0 0 20 0 15 0 94809969 10808807424 2078344 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 1948.76 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8313376 KiB

[startup+572.001 s]*
/proc/loadavg: 4.91 4.33 3.31 3/216 6390
/proc/meminfo: memFree=17146536/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10555476 memory=8313380 CPUtime=1950.59 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 314170 0 0 0 194423 636 0 0 20 0 15 0 94809963 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2638869 2078345 3153 1 0 2627263 0
[pid=6278/tid=6280] ppid=6275 vsize=10555476 memory=8112282956445269571 CPUtime=49.91 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) S 6275 6278 4973 0 -1 1077944384 26042 0 0 0 4960 31 0 0 20 0 15 0 94809963 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583555837408 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10555476 memory=4872558044660077418 CPUtime=460.81 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 53201 0 0 0 45941 140 0 0 20 0 15 0 94809964 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10555476 memory=1728 CPUtime=459.53 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 38949 0 0 0 45801 152 0 0 20 0 15 0 94809964 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10555476 memory=792 CPUtime=459.93 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 45265 0 0 0 45852 141 0 0 20 0 15 0 94809964 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10555476 memory=9992 CPUtime=460.06 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 34589 0 0 0 45850 156 0 0 20 0 15 0 94809964 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10555476 memory=4144 CPUtime=56.04 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) R 6275 6278 4973 0 -1 4202560 90159 0 0 0 5600 4 0 0 20 0 15 0 94809965 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583043347648 140583536594672 0 0 0 16800975 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6286] ppid=6275 vsize=10555476 memory=27548 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6286/stat : 6286 (java) S 6275 6278 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94809966 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583042295136 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6287] ppid=6275 vsize=10555476 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6287/stat : 6287 (java) S 6275 6278 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94809966 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583041242752 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6288] ppid=6275 vsize=10555476 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6288/stat : 6288 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583040191056 140583551616923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6289] ppid=6275 vsize=10555476 memory=1728 CPUtime=1.73 cores=1,3,5,7
/proc/6278/task/6289/stat : 6289 (java) S 6275 6278 4973 0 -1 1077944384 9260 0 0 0 172 1 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583039137664 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6290] ppid=6275 vsize=10555476 memory=792 CPUtime=1.57 cores=1,3,5,7
/proc/6278/task/6290/stat : 6290 (java) S 6275 6278 4973 0 -1 1077944384 11507 0 0 0 156 1 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583038085200 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6291] ppid=6275 vsize=10555476 memory=9992 CPUtime=0.45 cores=1,3,5,7
/proc/6278/task/6291/stat : 6291 (java) S 6275 6278 4973 0 -1 1077944384 3282 0 0 0 44 1 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583037031648 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6292] ppid=6275 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10555476 memory=5716 CPUtime=0.47 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 526 0 0 0 24 23 0 0 20 0 15 0 94809969 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 1950.59 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8313380 KiB

[startup+572.401 s]
/proc/loadavg: 4.91 4.33 3.31 3/216 6390
/proc/meminfo: memFree=17146536/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10555476 memory=8313380 CPUtime=1950.98 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 314170 0 0 0 194462 636 0 0 20 0 15 0 94809963 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2638869 2078345 3153 1 0 2627263 0
[pid=6278/tid=6280] ppid=6275 vsize=10555476 memory=1160 CPUtime=49.91 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) S 6275 6278 4973 0 -1 1077944384 26042 0 0 0 4960 31 0 0 20 0 15 0 94809963 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583555837408 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10555476 memory=3180 CPUtime=460.81 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 53201 0 0 0 45941 140 0 0 20 0 15 0 94809964 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10555476 memory=8313376 CPUtime=459.53 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 38949 0 0 0 45801 152 0 0 20 0 15 0 94809964 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10555476 memory=1156 CPUtime=459.93 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 45265 0 0 0 45852 141 0 0 20 0 15 0 94809964 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10555476 memory=3232 CPUtime=460.06 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 34589 0 0 0 45850 156 0 0 20 0 15 0 94809964 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10555476 memory=8552 CPUtime=56.43 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) R 6275 6278 4973 0 -1 4202560 90159 0 0 0 5639 4 0 0 20 0 15 0 94809965 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583043347648 140583536594820 0 0 0 16800975 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6286] ppid=6275 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6286/stat : 6286 (java) S 6275 6278 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94809966 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583042295136 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6287] ppid=6275 vsize=10555476 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6287/stat : 6287 (java) S 6275 6278 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94809966 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583041242752 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6288] ppid=6275 vsize=10555476 memory=16452 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6288/stat : 6288 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583040191056 140583551616923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6289] ppid=6275 vsize=10555476 memory=18472 CPUtime=1.73 cores=1,3,5,7
/proc/6278/task/6289/stat : 6289 (java) S 6275 6278 4973 0 -1 1077944384 9260 0 0 0 172 1 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583039137664 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6290] ppid=6275 vsize=10555476 memory=640 CPUtime=1.57 cores=1,3,5,7
/proc/6278/task/6290/stat : 6290 (java) S 6275 6278 4973 0 -1 1077944384 11507 0 0 0 156 1 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583038085200 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6291] ppid=6275 vsize=10555476 memory=1796 CPUtime=0.45 cores=1,3,5,7
/proc/6278/task/6291/stat : 6291 (java) S 6275 6278 4973 0 -1 1077944384 3282 0 0 0 44 1 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583037031648 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6292] ppid=6275 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94809968 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10555476 memory=8313380 CPUtime=0.47 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 526 0 0 0 24 23 0 0 20 0 15 0 94809969 10808807424 2078345 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 1950.98 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8313380 KiB

[startup+572.801 s]
/proc/loadavg: 4.91 4.33 3.31 3/216 6390
/proc/meminfo: memFree=17146536/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10688756 memory=8314300 CPUtime=1951.45 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 317784 0 0 0 194509 636 0 0 20 0 16 0 94809963 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2672189 2078575 3197 1 0 2660545 0
[pid=6278/tid=6280] ppid=6275 vsize=10688756 memory=8313376 CPUtime=49.93 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) S 6275 6278 4973 0 -1 1077944384 26499 0 0 0 4962 31 0 0 20 0 16 0 94809963 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583555839008 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10688756 memory=1008 CPUtime=460.81 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 53201 0 0 0 45941 140 0 0 20 0 16 0 94809964 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10688756 memory=1944 CPUtime=459.53 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 38949 0 0 0 45801 152 0 0 20 0 16 0 94809964 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10688756 memory=8313376 CPUtime=459.93 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 45265 0 0 0 45852 141 0 0 20 0 16 0 94809964 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10688756 memory=1424 CPUtime=460.06 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 34589 0 0 0 45850 156 0 0 20 0 16 0 94809964 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10688756 memory=8313376 CPUtime=56.77 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) S 6275 6278 4973 0 -1 1077944384 90159 0 0 0 5673 4 0 0 20 0 16 0 94809965 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583043349104 140583551609474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6286] ppid=6275 vsize=10688756 memory=8313376 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6286/stat : 6286 (java) S 6275 6278 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 94809966 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583042295136 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6287] ppid=6275 vsize=10688756 memory=27548 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6287/stat : 6287 (java) S 6275 6278 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 94809966 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583041242752 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6288] ppid=6275 vsize=10688756 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6288/stat : 6288 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583040191056 140583551616923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6289] ppid=6275 vsize=10688756 memory=2428 CPUtime=1.77 cores=1,3,5,7
/proc/6278/task/6289/stat : 6289 (java) S 6275 6278 4973 0 -1 1077944384 10739 0 0 0 176 1 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583039137904 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6290] ppid=6275 vsize=10688756 memory=1728 CPUtime=1.61 cores=1,3,5,7
/proc/6278/task/6290/stat : 6290 (java) S 6275 6278 4973 0 -1 1077944384 12822 0 0 0 160 1 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583038085104 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6291] ppid=6275 vsize=10688756 memory=8313380 CPUtime=0.46 cores=1,3,5,7
/proc/6278/task/6291/stat : 6291 (java) S 6275 6278 4973 0 -1 1077944384 3595 0 0 0 45 1 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583037032816 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6292] ppid=6275 vsize=10688756 memory=792 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10688756 memory=9992 CPUtime=0.47 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 526 0 0 0 24 23 0 0 20 0 16 0 94809969 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 1951.45 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8314300 KiB

[startup+572.901 s]
/proc/loadavg: 4.91 4.33 3.31 3/216 6390
/proc/meminfo: memFree=17146536/32770624 swapFree=67108860/67108860
[pid=6278] ppid=6275 vsize=10688756 memory=8314300 CPUtime=1951.45 cores=1,3,5,7
/proc/6278/stat : 6278 (java) S 6275 6278 4973 0 -1 1077944320 317784 0 0 0 194509 636 0 0 20 0 16 0 94809963 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140722135241504 140583551598327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
/proc/6278/statm: 2672189 2078575 3197 1 0 2660545 0
[pid=6278/tid=6280] ppid=6275 vsize=10688756 memory=8313376 CPUtime=49.93 cores=1,3,5,7
/proc/6278/task/6280/stat : 6280 (java) S 6275 6278 4973 0 -1 1077944384 26499 0 0 0 4962 31 0 0 20 0 16 0 94809963 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583555839008 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6281] ppid=6275 vsize=10688756 memory=8313376 CPUtime=460.81 cores=1,3,5,7
/proc/6278/task/6281/stat : 6281 (java) S 6275 6278 4973 0 -1 1077944384 53201 0 0 0 45941 140 0 0 20 0 16 0 94809964 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583477672336 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6282] ppid=6275 vsize=10688756 memory=8313376 CPUtime=459.53 cores=1,3,5,7
/proc/6278/task/6282/stat : 6282 (java) S 6275 6278 4973 0 -1 1077944384 38949 0 0 0 45801 152 0 0 20 0 16 0 94809964 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583476619536 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6283] ppid=6275 vsize=10688756 memory=8313380 CPUtime=459.93 cores=1,3,5,7
/proc/6278/task/6283/stat : 6283 (java) S 6275 6278 4973 0 -1 1077944384 45265 0 0 0 45852 141 0 0 20 0 16 0 94809964 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583475567248 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6284] ppid=6275 vsize=10688756 memory=27548 CPUtime=460.06 cores=1,3,5,7
/proc/6278/task/6284/stat : 6284 (java) S 6275 6278 4973 0 -1 1077944384 34589 0 0 0 45850 156 0 0 20 0 16 0 94809964 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583154739728 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6285] ppid=6275 vsize=10688756 memory=8313376 CPUtime=56.77 cores=1,3,5,7
/proc/6278/task/6285/stat : 6285 (java) S 6275 6278 4973 0 -1 1077944384 90159 0 0 0 5673 4 0 0 20 0 16 0 94809965 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583043349104 140583551609474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6286] ppid=6275 vsize=10688756 memory=8313376 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6286/stat : 6286 (java) S 6275 6278 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 94809966 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583042295136 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6287] ppid=6275 vsize=10688756 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6287/stat : 6287 (java) S 6275 6278 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 94809966 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583041242752 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6288] ppid=6275 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6288/stat : 6288 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583040191056 140583551616923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6289] ppid=6275 vsize=10688756 memory=8313376 CPUtime=1.77 cores=1,3,5,7
/proc/6278/task/6289/stat : 6289 (java) S 6275 6278 4973 0 -1 1077944384 10739 0 0 0 176 1 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583039137904 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6290] ppid=6275 vsize=10688756 memory=8313376 CPUtime=1.61 cores=1,3,5,7
/proc/6278/task/6290/stat : 6290 (java) S 6275 6278 4973 0 -1 1077944384 12822 0 0 0 160 1 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583038085104 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6291] ppid=6275 vsize=10688756 memory=4144 CPUtime=0.46 cores=1,3,5,7
/proc/6278/task/6291/stat : 6291 (java) S 6275 6278 4973 0 -1 1077944384 3595 0 0 0 45 1 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583037032816 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6292] ppid=6275 vsize=10688756 memory=8313376 CPUtime=0 cores=1,3,5,7
/proc/6278/task/6292/stat : 6292 (java) S 6275 6278 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94809968 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583035980256 140583551608533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
[pid=6278/tid=6293] ppid=6275 vsize=10688756 memory=8313376 CPUtime=0.47 cores=1,3,5,7
/proc/6278/task/6293/stat : 6293 (java) S 6275 6278 4973 0 -1 1077944384 526 0 0 0 24 23 0 0 20 0 16 0 94809969 10945286144 2078575 33554432000 4194304 4196468 140722135258960 140583034928048 140583551609474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 8237056 140722135266438 140722135266591 140722135266591 140722135269327 0
Current children cumulated CPU time: 1951.45 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8314300 KiB

Child status: 0
Real time (s): 573.006
CPU time (s): 1951.5
CPU user time (s): 1945.1
CPU system time (s): 6.4002
CPU usage (%): 340.573
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8314300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1945.1
system time used= 6.4002
maximum resident set size= 8314688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30825
involuntary context switches= 18206


# summary of solver processes directly reported to runsolver:
#   pid: 6278
#   total CPU time (s): 1951.5
#   total CPU user time (s): 1945.1
#   total CPU system time (s): 6.4002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.42976 second user time and 5.8071 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 11:27:12
IDJOB=4263562
IDBENCH=121044
IDSOLVER=2651
FILE ID=node151/4263562-1502617290
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61728 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Random/Random-m1-5-12-12t/rand-5-12-12-200-t95-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263562-1502617290/watcher-4263562-1502617290 -o /tmp/evaluation-result-4263562-1502617290/solver-4263562-1502617290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263562-1502617290.xml

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

MD5SUM BENCH= d4014e5e87f6d68ac86bab8f8f62518f
RANDOM SEED=1950114165

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27980908 kB
MemAvailable:   31101372 kB
Buffers:          226692 kB
Cached:          3185720 kB
SwapCached:            0 kB
Active:          1763952 kB
Inactive:        2593860 kB
Active(anon):     948360 kB
Inactive(anon):    25044 kB
Active(file):     815592 kB
Inactive(file):  2568816 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             30364 kB
Writeback:             0 kB
AnonPages:        951908 kB
Mapped:            55080 kB
Shmem:             25224 kB
Slab:             130412 kB
SReclaimable:     103784 kB
SUnreclaim:        26628 kB
KernelStack:        3808 kB
PageTables:         7040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1998544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61724 MiB
End job on node151 at 2017-08-13 11:36:45