Trace number 4263703

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? 1087.86 332.95901

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20/
TravellingSalesman-20-142_X2.xml
MD5SUMd56953f82a267c4c8ee700c959d37f45
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.3958201
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":180,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree20
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":39},{"degree":20,"count":20}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":210},{"arity":3,"count":20}]
Number of extensional constraints230
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":230}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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


[startup+0.100107 s]*
/proc/loadavg: 2.21 2.07 2.24 4/216 9759
/proc/meminfo: memFree=26636404/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10555400 memory=29896 CPUtime=0.13 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 6547 0 0 0 11 2 0 0 20 0 15 0 96351547 10808729600 7474 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2638850 7474 2820 1 0 2627263 0
[pid=9744/tid=9746] ppid=9741 vsize=10555400 memory=-8535546634138645696 CPUtime=0.09 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) R 9741 9744 4973 0 -1 4202560 4377 0 0 0 8 1 0 0 20 0 15 0 96351547 10808729600 7474 33554432000 4194304 4196468 140729333986496 140499330401712 140499326188950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10555400 memory=139664529749632 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96351548 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10555400 memory=139664529749632 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) S 9741 9744 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96351549 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498818566512 140499326188162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9752] ppid=9741 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9752/stat : 9752 (java) S 9741 9744 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96351550 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498817512480 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9753] ppid=9741 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9753/stat : 9753 (java) S 9741 9744 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96351550 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498816459632 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9754] ppid=9741 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9754/stat : 9754 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498815407952 140499326195611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9755] ppid=9741 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9755/stat : 9755 (java) S 9741 9744 4973 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 96351552 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498814356336 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9756] ppid=9741 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9756/stat : 9756 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498813303536 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9757] ppid=9741 vsize=10555400 memory=139664529749632 CPUtime=0.01 cores=0,2,4,6
/proc/9744/task/9757/stat : 9757 (java) R 9741 9744 4973 0 -1 4202560 378 0 0 0 1 0 0 0 20 0 15 0 96351552 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498812250736 140499305131605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9758] ppid=9741 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10555400 memory=139664529749632 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351552 10808729600 7474 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29896 KiB

[startup+0.210553 s]*
/proc/loadavg: 2.21 2.07 2.24 5/216 9759
/proc/meminfo: memFree=26627360/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10555400 memory=39572 CPUtime=0.31 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 8099 0 0 0 29 2 0 0 20 0 15 0 96351547 10808729600 9893 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2638850 9893 2967 1 0 2627263 0
[pid=9744/tid=9746] ppid=9741 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) R 9741 9744 4973 0 -1 4202560 5189 0 0 0 18 1 0 0 20 0 15 0 96351547 10808729600 9893 33554432000 4194304 4196468 140729333986496 140499330387744 140499326198941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10555400 memory=139664529759629 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96351548 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10555400 memory=139664529749632 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) S 9741 9744 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96351549 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498818566512 140499326188162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9752] ppid=9741 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9752/stat : 9752 (java) S 9741 9744 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96351550 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498817512480 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9753] ppid=9741 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9753/stat : 9753 (java) S 9741 9744 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96351550 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498816459632 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9754] ppid=9741 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9754/stat : 9754 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498815407952 140499326195611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9755] ppid=9741 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9744/task/9755/stat : 9755 (java) S 9741 9744 4973 0 -1 1077944384 606 0 0 0 2 0 0 0 20 0 15 0 96351552 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498814356336 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9756] ppid=9741 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9744/task/9756/stat : 9756 (java) S 9741 9744 4973 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 96351552 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498813303536 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9757] ppid=9741 vsize=10555400 memory=139664529749632 CPUtime=0.06 cores=0,2,4,6
/proc/9744/task/9757/stat : 9757 (java) R 9741 9744 4973 0 -1 4202560 853 0 0 0 6 0 0 0 20 0 15 0 96351552 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498812250736 140499310257502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9758] ppid=9741 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10555400 memory=139664529749632 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351552 10808729600 9893 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39572 KiB

[startup+0.310692 s]*
/proc/loadavg: 2.21 2.07 2.24 4/216 9759
/proc/meminfo: memFree=26620060/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10555476 memory=46512 CPUtime=0.5 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 8833 0 0 0 47 3 0 0 20 0 15 0 96351547 10808807424 11628 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2638869 11628 3036 1 0 2627263 0
[pid=9744/tid=9746] ppid=9741 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) R 9741 9744 4973 0 -1 4202560 5675 0 0 0 28 2 0 0 20 0 15 0 96351547 10808807424 11628 33554432000 4194304 4196468 140729333986496 140499330411712 140498935173660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10555476 memory=15683689001449112 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96351548 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10555476 memory=139664529749632 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) S 9741 9744 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96351549 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498818566512 140499326188162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9752] ppid=9741 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9752/stat : 9752 (java) S 9741 9744 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96351550 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498817512480 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9753] ppid=9741 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9753/stat : 9753 (java) S 9741 9744 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96351550 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498816459632 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9754] ppid=9741 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9754/stat : 9754 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498815407952 140499326195611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9755] ppid=9741 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9744/task/9755/stat : 9755 (java) R 9741 9744 4973 0 -1 1077944384 618 0 0 0 3 0 0 0 20 0 15 0 96351552 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498814356336 140499326188162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9756] ppid=9741 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/9744/task/9756/stat : 9756 (java) R 9741 9744 4973 0 -1 4202560 220 0 0 0 3 0 0 0 20 0 15 0 96351552 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498813303536 140499318466464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9757] ppid=9741 vsize=10555476 memory=139664529749632 CPUtime=0.12 cores=0,2,4,6
/proc/9744/task/9757/stat : 9757 (java) R 9741 9744 4973 0 -1 4202560 965 0 0 0 12 0 0 0 20 0 15 0 96351552 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498812250736 140499305132499 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9758] ppid=9741 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10555476 memory=139664529749632 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 11628 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46512 KiB

[startup+0.701285 s]
/proc/loadavg: 2.21 2.07 2.24 5/216 9759
/proc/meminfo: memFree=26584516/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10555476 memory=129356 CPUtime=1.71 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 12185 0 0 0 166 5 0 0 20 0 15 0 96351547 10808807424 32339 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2638869 32339 3089 1 0 2627263 0
[pid=9744/tid=9746] ppid=9741 vsize=10555476 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) R 9741 9744 4973 0 -1 4202560 5865 0 0 0 65 3 0 0 20 0 15 0 96351547 10808807424 32339 33554432000 4194304 4196468 140729333986496 140499330411272 140499308127915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10555476 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351548 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10555476 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96351548 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) S 9741 9744 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96351549 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498818566512 140499326188162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9752] ppid=9741 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9752/stat : 9752 (java) S 9741 9744 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96351550 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498817512480 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9753] ppid=9741 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9753/stat : 9753 (java) S 9741 9744 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96351550 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498816459632 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9754] ppid=9741 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9754/stat : 9754 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498815407952 140499326195611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9755] ppid=9741 vsize=10555476 memory=4639098309541127021 CPUtime=0.35 cores=0,2,4,6
/proc/9744/task/9755/stat : 9755 (java) R 9741 9744 4973 0 -1 4202560 1797 0 0 0 35 0 0 0 20 0 15 0 96351552 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498814345744 140499310576778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9756] ppid=9741 vsize=10555476 memory=7597685182856913236 CPUtime=0.37 cores=0,2,4,6
/proc/9744/task/9756/stat : 9756 (java) R 9741 9744 4973 0 -1 4202560 1683 0 0 0 37 0 0 0 20 0 15 0 96351552 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498813283672 140499304027201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9757] ppid=9741 vsize=10555476 memory=7236547281622689387 CPUtime=0.27 cores=0,2,4,6
/proc/9744/task/9757/stat : 9757 (java) S 9741 9744 4973 0 -1 1077944384 1470 0 0 0 27 0 0 0 20 0 15 0 96351552 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498812250736 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9758] ppid=9741 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 32339 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 129356 KiB

[startup+1.50075 s]
/proc/loadavg: 2.21 2.07 2.24 5/216 9759
/proc/meminfo: memFree=26434596/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10555476 memory=293328 CPUtime=3.64 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 16537 0 0 0 348 16 0 0 20 0 15 0 96351547 10808807424 73332 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2638869 73332 3136 1 0 2627263 0
[pid=9744/tid=9746] ppid=9741 vsize=10555476 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) R 9741 9744 4973 0 -1 4202560 5893 0 0 0 133 3 0 0 20 0 15 0 96351547 10808807424 73332 33554432000 4194304 4196468 140729333986496 140499330402720 140498936823235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10555476 memory=-8754540793456063680 CPUtime=0.08 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 108 0 0 0 6 2 0 0 20 0 15 0 96351548 10808807424 73332 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10555476 memory=-2843874019102283166 CPUtime=0.09 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 110 0 0 0 7 2 0 0 20 0 15 0 96351548 10808807424 73332 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10555476 memory=5450919713671312938 CPUtime=0.08 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 100 0 0 0 6 2 0 0 20 0 15 0 96351548 10808807424 73332 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10555476 memory=7005738693937936738 CPUtime=0.08 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 147 0 0 0 6 2 0 0 20 0 15 0 96351548 10808807424 73332 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) S 9741 9744 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96351549 10808807424 73332 33554432000 4194304 4196468 140729333986496 140498818566512 140499326188162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0

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

[pid=9744/tid=9758] ppid=9741 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10555476 memory=9992 CPUtime=0.12 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 985 0 0 0 6 6 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 1085.11 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8244208 KiB

[startup+332.001 s]*
/proc/loadavg: 6.99 5.06 3.47 6/215 9764
/proc/meminfo: memFree=12248736/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10555476 memory=8244208 CPUtime=1087.02 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 217650 0 0 0 108048 654 0 0 20 0 15 0 96351547 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2638869 2061052 3161 1 0 2627263 0
[pid=9744/tid=9746] ppid=9741 vsize=10555476 memory=8112282956445269571 CPUtime=50.36 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) S 9741 9744 4973 0 -1 1077944384 16209 0 0 0 5023 13 0 0 20 0 15 0 96351547 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140499330408464 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10555476 memory=4872558044660077418 CPUtime=252.55 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 30395 0 0 0 25109 146 0 0 20 0 15 0 96351548 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10555476 memory=14979957709343143 CPUtime=251.6 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 35095 0 0 0 24997 163 0 0 20 0 15 0 96351548 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10555476 memory=960 CPUtime=252.45 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 36054 0 0 0 25072 173 0 0 20 0 15 0 96351548 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10555476 memory=288230574492221466 CPUtime=251.61 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 25650 0 0 0 25012 149 0 0 20 0 15 0 96351548 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10555476 memory=288230596050944315 CPUtime=25.88 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) R 9741 9744 4973 0 -1 4202560 57061 0 0 0 2586 2 0 0 20 0 15 0 96351549 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498818565056 140499310634618 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9752] ppid=9741 vsize=10555476 memory=14979957709343143 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9752/stat : 9752 (java) S 9741 9744 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 96351550 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498817512544 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9753] ppid=9741 vsize=10555476 memory=3304 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9753/stat : 9753 (java) S 9741 9744 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96351550 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498816459632 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9754] ppid=9741 vsize=10555476 memory=2552 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9754/stat : 9754 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498815407952 140499326195611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9755] ppid=9741 vsize=10555476 memory=4104 CPUtime=1.02 cores=0,2,4,6
/proc/9744/task/9755/stat : 9755 (java) S 9741 9744 4973 0 -1 1077944384 6887 0 0 0 101 1 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498814356384 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9756] ppid=9741 vsize=10555476 memory=1160 CPUtime=1.02 cores=0,2,4,6
/proc/9744/task/9756/stat : 9756 (java) S 9741 9744 4973 0 -1 1077944384 5241 0 0 0 102 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498813303584 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9757] ppid=9741 vsize=10555476 memory=3216 CPUtime=0.32 cores=0,2,4,6
/proc/9744/task/9757/stat : 9757 (java) S 9741 9744 4973 0 -1 1077944384 2707 0 0 0 32 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498812250496 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9758] ppid=9741 vsize=10555476 memory=8379580 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10555476 memory=1156 CPUtime=0.12 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 985 0 0 0 6 6 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 1087.02 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8244208 KiB

[startup+332.401 s]
/proc/loadavg: 6.99 5.06 3.47 6/215 9764
/proc/meminfo: memFree=12248736/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10555476 memory=8244208 CPUtime=1087.41 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 217650 0 0 0 108087 654 0 0 20 0 15 0 96351547 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2638869 2061052 3161 1 0 2627263 0
[pid=9744/tid=9746] ppid=9741 vsize=10555476 memory=8112282956445269571 CPUtime=50.36 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) S 9741 9744 4973 0 -1 1077944384 16209 0 0 0 5023 13 0 0 20 0 15 0 96351547 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140499330408464 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10555476 memory=6382321403054 CPUtime=252.55 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 30395 0 0 0 25109 146 0 0 20 0 15 0 96351548 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10555476 memory=288230596050944315 CPUtime=251.6 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 35095 0 0 0 24997 163 0 0 20 0 15 0 96351548 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10555476 memory=14979957709343143 CPUtime=252.45 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 36054 0 0 0 25072 173 0 0 20 0 15 0 96351548 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10555476 memory=1696 CPUtime=251.61 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 25650 0 0 0 25012 149 0 0 20 0 15 0 96351548 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10555476 memory=916 CPUtime=26.27 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) R 9741 9744 4973 0 -1 4202560 57061 0 0 0 2625 2 0 0 20 0 15 0 96351549 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498818564944 140499311173416 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9752] ppid=9741 vsize=10555476 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9752/stat : 9752 (java) S 9741 9744 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 96351550 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498817512544 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9753] ppid=9741 vsize=10555476 memory=3304 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9753/stat : 9753 (java) S 9741 9744 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96351550 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498816459632 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9754] ppid=9741 vsize=10555476 memory=2552 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9754/stat : 9754 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498815407952 140499326195611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9755] ppid=9741 vsize=10555476 memory=4104 CPUtime=1.02 cores=0,2,4,6
/proc/9744/task/9755/stat : 9755 (java) S 9741 9744 4973 0 -1 1077944384 6887 0 0 0 101 1 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498814356384 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9756] ppid=9741 vsize=10555476 memory=1160 CPUtime=1.02 cores=0,2,4,6
/proc/9744/task/9756/stat : 9756 (java) S 9741 9744 4973 0 -1 1077944384 5241 0 0 0 102 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498813303584 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9757] ppid=9741 vsize=10555476 memory=3216 CPUtime=0.32 cores=0,2,4,6
/proc/9744/task/9757/stat : 9757 (java) S 9741 9744 4973 0 -1 1077944384 2707 0 0 0 32 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498812250496 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9758] ppid=9741 vsize=10555476 memory=164 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10555476 memory=8244208 CPUtime=0.12 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 985 0 0 0 6 6 0 0 20 0 15 0 96351552 10808807424 2061052 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 1087.41 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8244208 KiB

[startup+332.801 s]
/proc/loadavg: 6.99 5.06 3.47 6/215 9764
/proc/meminfo: memFree=12248736/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10690804 memory=8245084 CPUtime=1087.82 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 219955 0 0 0 108127 655 0 0 20 0 16 0 96351547 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2672701 2061271 3204 1 0 2661057 0
[pid=9744/tid=9746] ppid=9741 vsize=10690804 memory=8244208 CPUtime=50.39 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) S 9741 9744 4973 0 -1 1077944384 16591 0 0 0 5026 13 0 0 20 0 16 0 96351547 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140499330417696 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10690804 memory=4144 CPUtime=252.55 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 30395 0 0 0 25109 146 0 0 20 0 16 0 96351548 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10690804 memory=8244116 CPUtime=251.6 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 35095 0 0 0 24997 163 0 0 20 0 16 0 96351548 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10690804 memory=8244052 CPUtime=252.45 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 36054 0 0 0 25072 173 0 0 20 0 16 0 96351548 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10690804 memory=8112282956445269571 CPUtime=251.61 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 25650 0 0 0 25012 149 0 0 20 0 16 0 96351548 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10690804 memory=1796 CPUtime=26.56 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) S 9741 9744 4973 0 -1 1077944384 57061 0 0 0 2654 2 0 0 20 0 16 0 96351549 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498818566512 140499326188162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9752] ppid=9741 vsize=10690804 memory=960 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9752/stat : 9752 (java) S 9741 9744 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96351550 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498817512544 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9753] ppid=9741 vsize=10690804 memory=8244032 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9753/stat : 9753 (java) S 9741 9744 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96351550 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498816459632 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9754] ppid=9741 vsize=10690804 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9754/stat : 9754 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498815407952 140499326195611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9755] ppid=9741 vsize=10690804 memory=1728 CPUtime=1.07 cores=0,2,4,6
/proc/9744/task/9755/stat : 9755 (java) S 9741 9744 4973 0 -1 1077944384 7891 0 0 0 106 1 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498814356336 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9756] ppid=9741 vsize=10690804 memory=2204 CPUtime=1.04 cores=0,2,4,6
/proc/9744/task/9756/stat : 9756 (java) S 9741 9744 4973 0 -1 1077944384 5861 0 0 0 104 0 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498813303536 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9757] ppid=9741 vsize=10690804 memory=7280 CPUtime=0.34 cores=0,2,4,6
/proc/9744/task/9757/stat : 9757 (java) S 9741 9744 4973 0 -1 1077944384 2957 0 0 0 33 1 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498812250736 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9758] ppid=9741 vsize=10690804 memory=844 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10690804 memory=8244048 CPUtime=0.12 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 985 0 0 0 6 6 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 1087.82 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8245084 KiB

[startup+332.901 s]
/proc/loadavg: 6.99 5.06 3.47 6/215 9764
/proc/meminfo: memFree=12248736/32770624 swapFree=67108860/67108860
[pid=9744] ppid=9741 vsize=10690804 memory=8245084 CPUtime=1087.82 cores=0,2,4,6
/proc/9744/stat : 9744 (java) S 9741 9744 4973 0 -1 1077944320 219957 0 0 0 108127 655 0 0 20 0 16 0 96351547 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140729333969040 140499326177015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
/proc/9744/statm: 2672701 2061271 3204 1 0 2661057 0
[pid=9744/tid=9746] ppid=9741 vsize=10690804 memory=279328835373152 CPUtime=50.39 cores=0,2,4,6
/proc/9744/task/9746/stat : 9746 (java) S 9741 9744 4973 0 -1 1077944384 16591 0 0 0 5026 13 0 0 20 0 16 0 96351547 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140499330417696 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9747] ppid=9741 vsize=10690804 memory=0 CPUtime=252.55 cores=0,2,4,6
/proc/9744/task/9747/stat : 9747 (java) S 9741 9744 4973 0 -1 1077944384 30395 0 0 0 25109 146 0 0 20 0 16 0 96351548 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498933116048 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9748] ppid=9741 vsize=10690804 memory=8244208 CPUtime=251.6 cores=0,2,4,6
/proc/9744/task/9748/stat : 9748 (java) S 9741 9744 4973 0 -1 1077944384 35095 0 0 0 24997 163 0 0 20 0 16 0 96351548 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498932063248 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9749] ppid=9741 vsize=10690804 memory=8244204 CPUtime=252.45 cores=0,2,4,6
/proc/9744/task/9749/stat : 9749 (java) S 9741 9744 4973 0 -1 1077944384 36054 0 0 0 25072 173 0 0 20 0 16 0 96351548 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498931010448 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9750] ppid=9741 vsize=10690804 memory=8244116 CPUtime=251.61 cores=0,2,4,6
/proc/9744/task/9750/stat : 9750 (java) S 9741 9744 4973 0 -1 1077944384 25650 0 0 0 25012 149 0 0 20 0 16 0 96351548 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498929957648 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9751] ppid=9741 vsize=10690804 memory=8244052 CPUtime=26.56 cores=0,2,4,6
/proc/9744/task/9751/stat : 9751 (java) S 9741 9744 4973 0 -1 1077944384 57061 0 0 0 2654 2 0 0 20 0 16 0 96351549 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498818566512 140499326188162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9752] ppid=9741 vsize=10690804 memory=8244116 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9752/stat : 9752 (java) S 9741 9744 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96351550 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498817512544 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9753] ppid=9741 vsize=10690804 memory=8244456 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9753/stat : 9753 (java) S 9741 9744 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96351550 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498816459632 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9754] ppid=9741 vsize=10690804 memory=8244116 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9754/stat : 9754 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498815407952 140499326195611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9755] ppid=9741 vsize=10690804 memory=4144 CPUtime=1.07 cores=0,2,4,6
/proc/9744/task/9755/stat : 9755 (java) S 9741 9744 4973 0 -1 1077944384 7891 0 0 0 106 1 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498814356336 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9756] ppid=9741 vsize=10690804 memory=8244200 CPUtime=1.04 cores=0,2,4,6
/proc/9744/task/9756/stat : 9756 (java) S 9741 9744 4973 0 -1 1077944384 5861 0 0 0 104 0 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498813303536 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9757] ppid=9741 vsize=10690804 memory=1224 CPUtime=0.34 cores=0,2,4,6
/proc/9744/task/9757/stat : 9757 (java) S 9741 9744 4973 0 -1 1077944384 2957 0 0 0 33 1 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498812250736 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9758] ppid=9741 vsize=10690804 memory=8244200 CPUtime=0 cores=0,2,4,6
/proc/9744/task/9758/stat : 9758 (java) S 9741 9744 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498811198176 140499326187221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
[pid=9744/tid=9759] ppid=9741 vsize=10690804 memory=1728 CPUtime=0.12 cores=0,2,4,6
/proc/9744/task/9759/stat : 9759 (java) S 9741 9744 4973 0 -1 1077944384 987 0 0 0 6 6 0 0 20 0 16 0 96351552 10947383296 2061271 33554432000 4194304 4196468 140729333986496 140498810145456 140499326188162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39653376 140729333990534 140729333990687 140729333990687 140729333993423 0
Current children cumulated CPU time: 1087.82 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8245084 KiB

Child status: 0
Real time (s): 332.959
CPU time (s): 1087.86
CPU user time (s): 1081.27
CPU system time (s): 6.58925
CPU usage (%): 326.726
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8245084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1081.27
system time used= 6.58925
maximum resident set size= 8245400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220027
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20063
involuntary context switches= 24430


# summary of solver processes directly reported to runsolver:
#   pid: 9744
#   total CPU time (s): 1087.86
#   total CPU user time (s): 1081.27
#   total CPU system time (s): 6.58925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04211 second user time and 3.15289 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 15:44:08
IDJOB=4263703
IDBENCH=135692
IDSOLVER=2651
FILE ID=node151/4263703-1502632706
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20/TravellingSalesman-20-142_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263703-1502632706/watcher-4263703-1502632706 -o /tmp/evaluation-result-4263703-1502632706/solver-4263703-1502632706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263703-1502632706.xml

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

MD5SUM BENCH= d56953f82a267c4c8ee700c959d37f45
RANDOM SEED=1974422873

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:        26653564 kB
MemAvailable:   29764824 kB
Buffers:          238596 kB
Cached:          3164036 kB
SwapCached:            0 kB
Active:          3071672 kB
Inactive:        2609820 kB
Active(anon):    2281340 kB
Inactive(anon):    25044 kB
Active(file):     790332 kB
Inactive(file):  2584776 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1748 kB
Writeback:             0 kB
AnonPages:       2238332 kB
Mapped:            55520 kB
Shmem:             25224 kB
Slab:             130516 kB
SReclaimable:     103976 kB
SUnreclaim:        26540 kB
KernelStack:        3856 kB
PageTables:         9912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3721224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2076672 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= 61752 MiB
End job on node151 at 2017-08-13 15:49:41