Trace number 4263038

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1513.6 446.784

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-sko100a.xml
MD5SUM1913240080a58bfaef30e5e1db7876b5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark79853
Best CPU time to get the best result obtained on this benchmark2519.98
Satisfiable
(Un)Satisfiability was proved
Number of variables10100
Number of constraints4951
Number of domains2
Minimum domain size8
Maximum domain size100
Distribution of domain sizes[{"size":8,"count":4950},{"size":100,"count":100}]
Minimum variable degree0
Maximum variable degree100
Distribution of variable degrees[{"degree":0,"count":5050},{"degree":2,"count":4950},{"degree":100,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":4950},{"arity":100,"count":1}]
Number of extensional constraints4950
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4950},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263038-1502621477/watcher-4263038-1502621477 -o /tmp/evaluation-result-4263038-1502621477/solver-4263038-1502621477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263038-1502621477.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=3538, runsolver pid=3534
Current StackSize limit: 8192 KiB


[startup+0.104053 s]*
/proc/loadavg: 2.08 2.00 1.96 5/216 3561
/proc/meminfo: memFree=27929276/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10555400 memory=29920 CPUtime=0.13 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 6558 0 0 0 11 2 0 0 20 0 15 0 95228657 10808729600 7480 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2638850 7480 2826 1 0 2627263 0
[pid=3538/tid=3541] ppid=3534 vsize=10555400 memory=-8969861423691560128 CPUtime=0.09 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) R 3534 3538 3242 0 -1 4202560 4406 0 0 0 8 1 0 0 20 0 15 0 95228657 10808729600 7480 33554432000 4194304 4196468 140721504460784 140652417022624 140652396881246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10555400 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 7480 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10555400 memory=140687599015552 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 7480 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 7480 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 7480 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10555400 memory=140687599015552 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651649796208 140652412811906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3552] ppid=3534 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3552/stat : 3552 (java) S 3534 3538 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651648742176 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3554] ppid=3534 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3554/stat : 3554 (java) S 3534 3538 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651647689840 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3556] ppid=3534 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3556/stat : 3556 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651646638160 140652412819355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3557] ppid=3534 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3557/stat : 3557 (java) S 3534 3538 3242 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 95228663 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651645586032 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3558] ppid=3534 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3558/stat : 3558 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651644533232 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3559] ppid=3534 vsize=10555400 memory=140687599015552 CPUtime=0.02 cores=0,2,4,6
/proc/3538/task/3559/stat : 3559 (java) S 3534 3538 3242 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 15 0 95228663 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651643480944 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3560] ppid=3534 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3560/stat : 3560 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651642428384 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3561] ppid=3534 vsize=10555400 memory=140687599015552 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3561/stat : 3561 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228663 10808729600 7480 33554432000 4194304 4196468 140721504460784 140651641375152 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29920 KiB

[startup+0.210467 s]*
/proc/loadavg: 2.08 2.00 1.96 5/216 3561
/proc/meminfo: memFree=27909984/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10555400 memory=40496 CPUtime=0.31 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 8289 0 0 0 28 3 0 0 20 0 15 0 95228657 10808729600 10124 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2638850 10124 2961 1 0 2627263 0
[pid=3538/tid=3541] ppid=3534 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) S 3534 3538 3242 0 -1 1077944384 5002 0 0 0 18 2 0 0 20 0 15 0 95228657 10808729600 10124 33554432000 4194304 4196468 140721504460784 140652417038480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 10124 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10555400 memory=140687599020264 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 10124 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 10124 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 10124 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10555400 memory=140687599015552 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651649796208 140652412811906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3552] ppid=3534 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3552/stat : 3552 (java) S 3534 3538 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651648742176 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3554] ppid=3534 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3554/stat : 3554 (java) S 3534 3538 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651647689840 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3556] ppid=3534 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3556/stat : 3556 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651646638160 140652412819355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3557] ppid=3534 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3538/task/3557/stat : 3557 (java) R 3534 3538 3242 0 -1 1077944384 662 0 0 0 2 0 0 0 20 0 15 0 95228663 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651645586032 140652412811906 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3558] ppid=3534 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3538/task/3558/stat : 3558 (java) R 3534 3538 3242 0 -1 4202560 451 0 0 0 2 0 0 0 20 0 15 0 95228663 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651644514248 140652390627905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3559] ppid=3534 vsize=10555400 memory=140687599015552 CPUtime=0.06 cores=0,2,4,6
/proc/3538/task/3559/stat : 3559 (java) R 3534 3538 3242 0 -1 4202560 807 0 0 0 6 0 0 0 20 0 15 0 95228663 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651643476528 140652405037886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3560] ppid=3534 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3560/stat : 3560 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651642428384 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3561] ppid=3534 vsize=10555400 memory=140687599015552 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3561/stat : 3561 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228663 10808729600 10124 33554432000 4194304 4196468 140721504460784 140651641375152 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40496 KiB

[startup+0.311224 s]*
/proc/loadavg: 2.08 2.00 1.96 7/216 3561
/proc/meminfo: memFree=27887404/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10555476 memory=57976 CPUtime=0.66 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 10681 0 0 0 62 4 0 0 20 0 15 0 95228657 10808807424 14494 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2638869 14494 3047 1 0 2627263 0
[pid=3538/tid=3541] ppid=3534 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) R 3534 3538 3242 0 -1 4202560 5534 0 0 0 27 2 0 0 20 0 15 0 95228657 10808807424 14494 33554432000 4194304 4196468 140721504460784 140652417039024 140652412822685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10555476 memory=290763879498383383 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 14494 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10555476 memory=13994754025002648 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 14494 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 14494 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 14494 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10555476 memory=140687599015552 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) S 3534 3538 3242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651649796208 140652412811906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3552] ppid=3534 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3552/stat : 3552 (java) S 3534 3538 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651648742176 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3554] ppid=3534 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3554/stat : 3554 (java) S 3534 3538 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651647689840 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3556] ppid=3534 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3556/stat : 3556 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651646638160 140652412819355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3557] ppid=3534 vsize=10555476 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/3538/task/3557/stat : 3557 (java) R 3534 3538 3242 0 -1 4202560 1632 0 0 0 11 0 0 0 20 0 15 0 95228663 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651645572720 140652396703860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3558] ppid=3534 vsize=10555476 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/3538/task/3558/stat : 3558 (java) R 3534 3538 3242 0 -1 4202560 946 0 0 0 12 0 0 0 20 0 15 0 95228663 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651644519776 140652397908791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3559] ppid=3534 vsize=10555476 memory=140687599015552 CPUtime=0.12 cores=0,2,4,6
/proc/3538/task/3559/stat : 3559 (java) S 3534 3538 3242 0 -1 1077944384 1206 0 0 0 12 0 0 0 20 0 15 0 95228663 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651643480944 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3560] ppid=3534 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3560/stat : 3560 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651642428384 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3561] ppid=3534 vsize=10555476 memory=140687599015552 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3561/stat : 3561 (java) R 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228663 10808807424 14494 33554432000 4194304 4196468 140721504460784 140651641375152 140652412811906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 57976 KiB

[startup+0.700776 s]
/proc/loadavg: 2.08 2.00 1.96 7/216 3561
/proc/meminfo: memFree=27780856/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10555476 memory=117784 CPUtime=1.89 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 12315 0 0 0 184 5 0 0 20 0 15 0 95228657 10808807424 29446 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2638869 29446 3091 1 0 2627263 0
[pid=3538/tid=3541] ppid=3534 vsize=10555476 memory=1732 CPUtime=0.66 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) R 3534 3538 3242 0 -1 4202560 5790 0 0 0 63 3 0 0 20 0 15 0 95228657 10808807424 29446 33554432000 4194304 4196468 140721504460784 140652417037584 140652395263351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 29446 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10555476 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 29446 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10555476 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 29446 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10555476 memory=796 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 29446 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) S 3534 3538 3242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651649796208 140652412811906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3552] ppid=3534 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3552/stat : 3552 (java) S 3534 3538 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651648742176 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3554] ppid=3534 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3554/stat : 3554 (java) S 3534 3538 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651647689840 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3556] ppid=3534 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3556/stat : 3556 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651646638160 140652412819355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3557] ppid=3534 vsize=10555476 memory=7519159149027546218 CPUtime=0.45 cores=0,2,4,6
/proc/3538/task/3557/stat : 3557 (java) S 3534 3538 3242 0 -1 1077944384 1900 0 0 0 45 0 0 0 20 0 15 0 95228663 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651645586032 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3558] ppid=3534 vsize=10555476 memory=7523071198212214892 CPUtime=0.45 cores=0,2,4,6
/proc/3538/task/3558/stat : 3558 (java) S 3534 3538 3242 0 -1 1077944384 1644 0 0 0 45 0 0 0 20 0 15 0 95228663 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651644533232 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3559] ppid=3534 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/3538/task/3559/stat : 3559 (java) S 3534 3538 3242 0 -1 1077944384 1610 0 0 0 29 0 0 0 20 0 15 0 95228663 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651643480944 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3560] ppid=3534 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3560/stat : 3560 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228663 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651642428384 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3561] ppid=3534 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3561/stat : 3561 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228663 10808807424 29446 33554432000 4194304 4196468 140721504460784 140651641375152 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 117784 KiB

[startup+1.50065 s]
/proc/loadavg: 2.08 2.00 1.96 6/216 3561
/proc/meminfo: memFree=27639948/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10555476 memory=118112 CPUtime=2.77 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 14009 0 0 0 272 5 0 0 20 0 15 0 95228657 10808807424 29528 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2638869 29528 3092 1 0 2627263 0
[pid=3538/tid=3541] ppid=3534 vsize=10555476 memory=8112282956445269571 CPUtime=1.46 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) R 3534 3538 3242 0 -1 4202560 6016 0 0 0 143 3 0 0 20 0 15 0 95228657 10808807424 29528 33554432000 4194304 4196468 140721504460784 140652417039240 140652395788304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10555476 memory=8390361644446492005 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 29528 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10555476 memory=-6352177166831615190 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 29528 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10555476 memory=8514701219931451533 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 29528 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10555476 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 29528 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) S 3534 3538 3242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 29528 33554432000 4194304 4196468 140721504460784 140651649796208 140652412811906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0

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

[startup+445.601 s]
/proc/loadavg: 7.21 5.61 3.62 9/216 3731
/proc/meminfo: memFree=11261788/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10690804 memory=8298132 CPUtime=1512.42 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 306973 0 0 0 150673 569 0 0 20 0 16 0 95228657 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2672701 2074533 3204 1 0 2661057 0
[pid=3538/tid=3541] ppid=3534 vsize=10690804 memory=1160 CPUtime=44.79 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) S 3534 3538 3242 0 -1 1077944384 22346 0 0 0 4453 26 0 0 20 0 16 0 95228657 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652417041440 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10690804 memory=3220 CPUtime=355.63 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 54927 0 0 0 35423 140 0 0 20 0 16 0 95228658 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10690804 memory=8298132 CPUtime=355.69 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 49789 0 0 0 35445 124 0 0 20 0 16 0 95228658 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10690804 memory=1160 CPUtime=356.05 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 41036 0 0 0 35463 142 0 0 20 0 16 0 95228658 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10690804 memory=1436 CPUtime=355.28 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 40664 0 0 0 35403 125 0 0 20 0 16 0 95228658 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10690804 memory=1012 CPUtime=40.33 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) R 3534 3538 3242 0 -1 4202560 78922 0 0 0 4029 4 0 0 20 0 16 0 95228660 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651649794640 140652397797163 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3552] ppid=3534 vsize=10690804 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3552/stat : 3552 (java) S 3534 3538 3242 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651648742240 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3554] ppid=3534 vsize=10690804 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3554/stat : 3554 (java) S 3534 3538 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651647689840 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3556] ppid=3534 vsize=10690804 memory=8612 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3556/stat : 3556 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651646638160 140652412819355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3557] ppid=3534 vsize=10690804 memory=4620 CPUtime=1.88 cores=0,2,4,6
/proc/3538/task/3557/stat : 3557 (java) S 3534 3538 3242 0 -1 1077944384 6254 0 0 0 188 0 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651645585792 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3558] ppid=3534 vsize=10690804 memory=1196 CPUtime=2.02 cores=0,2,4,6
/proc/3538/task/3558/stat : 3558 (java) S 3534 3538 3242 0 -1 1077944384 8164 0 0 0 201 1 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651644533280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3559] ppid=3534 vsize=10690804 memory=1296 CPUtime=0.47 cores=0,2,4,6
/proc/3538/task/3559/stat : 3559 (java) S 3534 3538 3242 0 -1 1077944384 2761 0 0 0 46 1 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651643480992 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3560] ppid=3534 vsize=10690804 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3560/stat : 3560 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651642428384 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3561] ppid=3534 vsize=10690804 memory=1732 CPUtime=0.19 cores=0,2,4,6
/proc/3538/task/3561/stat : 3561 (java) S 3534 3538 3242 0 -1 1077944384 651 0 0 0 10 9 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651641375152 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3730] ppid=3534 vsize=10690804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3730/stat : 3730 (java) S 3534 3538 3242 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95272148 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651638221872 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
Current children cumulated CPU time: 1512.42 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8298132 KiB

[startup+446.401 s]
/proc/loadavg: 7.21 5.61 3.62 6/216 3731
/proc/meminfo: memFree=11261796/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10690804 memory=8298132 CPUtime=1513.22 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 306973 0 0 0 150753 569 0 0 20 0 16 0 95228657 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2672701 2074533 3204 1 0 2661057 0
[pid=3538/tid=3541] ppid=3534 vsize=10690804 memory=796 CPUtime=44.79 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) S 3534 3538 3242 0 -1 1077944384 22346 0 0 0 4453 26 0 0 20 0 16 0 95228657 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652417041440 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10690804 memory=1436 CPUtime=355.63 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 54927 0 0 0 35423 140 0 0 20 0 16 0 95228658 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10690804 memory=1012 CPUtime=355.69 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 49789 0 0 0 35445 124 0 0 20 0 16 0 95228658 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10690804 memory=1712 CPUtime=356.05 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 41036 0 0 0 35463 142 0 0 20 0 16 0 95228658 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10690804 memory=1952 CPUtime=355.28 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 40664 0 0 0 35403 125 0 0 20 0 16 0 95228658 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10690804 memory=8612 CPUtime=41.13 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) R 3534 3538 3242 0 -1 4202560 78922 0 0 0 4109 4 0 0 20 0 16 0 95228660 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651649794640 140652397797163 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3552] ppid=3534 vsize=10690804 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3552/stat : 3552 (java) S 3534 3538 3242 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651648742240 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3554] ppid=3534 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3554/stat : 3554 (java) S 3534 3538 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651647689840 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3556] ppid=3534 vsize=10690804 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3556/stat : 3556 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651646638160 140652412819355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3557] ppid=3534 vsize=10690804 memory=-9001734043636558696 CPUtime=1.88 cores=0,2,4,6
/proc/3538/task/3557/stat : 3557 (java) S 3534 3538 3242 0 -1 1077944384 6254 0 0 0 188 0 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651645585792 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3558] ppid=3534 vsize=10690804 memory=-9181546051567709026 CPUtime=2.02 cores=0,2,4,6
/proc/3538/task/3558/stat : 3558 (java) S 3534 3538 3242 0 -1 1077944384 8164 0 0 0 201 1 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651644533280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3559] ppid=3534 vsize=10690804 memory=2408 CPUtime=0.47 cores=0,2,4,6
/proc/3538/task/3559/stat : 3559 (java) S 3534 3538 3242 0 -1 1077944384 2761 0 0 0 46 1 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651643480992 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3560] ppid=3534 vsize=10690804 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3560/stat : 3560 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651642428384 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3561] ppid=3534 vsize=10690804 memory=1224 CPUtime=0.19 cores=0,2,4,6
/proc/3538/task/3561/stat : 3561 (java) S 3534 3538 3242 0 -1 1077944384 651 0 0 0 10 9 0 0 20 0 16 0 95228663 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651641375152 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3730] ppid=3534 vsize=10690804 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3730/stat : 3730 (java) S 3534 3538 3242 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95272148 10947383296 2074533 33554432000 4194304 4196468 140721504460784 140651638221872 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
Current children cumulated CPU time: 1513.22 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8298132 KiB

[startup+446.601 s]
/proc/loadavg: 7.21 5.61 3.62 6/216 3731
/proc/meminfo: memFree=11261796/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10690804 memory=8298200 CPUtime=1513.42 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 306994 0 0 0 150773 569 0 0 20 0 16 0 95228657 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2672701 2074550 3205 1 0 2661057 0
[pid=3538/tid=3541] ppid=3534 vsize=10690804 memory=8112282956445269571 CPUtime=44.79 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) S 3534 3538 3242 0 -1 1077944384 22346 0 0 0 4453 26 0 0 20 0 16 0 95228657 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652417041440 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10690804 memory=1792 CPUtime=355.63 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 54927 0 0 0 35423 140 0 0 20 0 16 0 95228658 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10690804 memory=648 CPUtime=355.69 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 49789 0 0 0 35445 124 0 0 20 0 16 0 95228658 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10690804 memory=1240 CPUtime=356.05 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 41036 0 0 0 35463 142 0 0 20 0 16 0 95228658 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10690804 memory=960 CPUtime=355.28 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 40664 0 0 0 35403 125 0 0 20 0 16 0 95228658 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10690804 memory=8298132 CPUtime=41.33 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) R 3534 3538 3242 0 -1 4202560 78943 0 0 0 4129 4 0 0 20 0 16 0 95228660 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651649794640 140652397258392 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3552] ppid=3534 vsize=10690804 memory=8393968 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3552/stat : 3552 (java) S 3534 3538 3242 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651648742240 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3554] ppid=3534 vsize=10690804 memory=8298132 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3554/stat : 3554 (java) S 3534 3538 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651647689840 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3556] ppid=3534 vsize=10690804 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3556/stat : 3556 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651646638160 140652412819355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3557] ppid=3534 vsize=10690804 memory=2244 CPUtime=1.88 cores=0,2,4,6
/proc/3538/task/3557/stat : 3557 (java) S 3534 3538 3242 0 -1 1077944384 6254 0 0 0 188 0 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651645585792 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3558] ppid=3534 vsize=10690804 memory=2340 CPUtime=2.02 cores=0,2,4,6
/proc/3538/task/3558/stat : 3558 (java) S 3534 3538 3242 0 -1 1077944384 8164 0 0 0 201 1 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651644533280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3559] ppid=3534 vsize=10690804 memory=932 CPUtime=0.47 cores=0,2,4,6
/proc/3538/task/3559/stat : 3559 (java) S 3534 3538 3242 0 -1 1077944384 2761 0 0 0 46 1 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651643480992 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3560] ppid=3534 vsize=10690804 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3560/stat : 3560 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651642428384 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3561] ppid=3534 vsize=10690804 memory=2244 CPUtime=0.19 cores=0,2,4,6
/proc/3538/task/3561/stat : 3561 (java) S 3534 3538 3242 0 -1 1077944384 651 0 0 0 10 9 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651641375152 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3730] ppid=3534 vsize=10690804 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3730/stat : 3730 (java) S 3534 3538 3242 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95272148 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651638221872 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
Current children cumulated CPU time: 1513.42 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8298200 KiB

[startup+446.701 s]
/proc/loadavg: 7.21 5.61 3.62 6/216 3731
/proc/meminfo: memFree=11261796/32770624 swapFree=67108860/67108860
[pid=3538] ppid=3534 vsize=10690804 memory=8298200 CPUtime=1513.52 cores=0,2,4,6
/proc/3538/stat : 3538 (java) S 3534 3538 3242 0 -1 1077944320 307040 0 0 0 150783 569 0 0 20 0 16 0 95228657 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140721504443328 140652412800759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
/proc/3538/statm: 2672701 2074550 3205 1 0 2661057 0
[pid=3538/tid=3541] ppid=3534 vsize=10690804 memory=8298132 CPUtime=44.79 cores=0,2,4,6
/proc/3538/task/3541/stat : 3541 (java) S 3534 3538 3242 0 -1 1077944384 22346 0 0 0 4453 26 0 0 20 0 16 0 95228657 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652417041440 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3543] ppid=3534 vsize=10690804 memory=8298132 CPUtime=355.63 cores=0,2,4,6
/proc/3538/task/3543/stat : 3543 (java) S 3534 3538 3242 0 -1 1077944384 54927 0 0 0 35423 140 0 0 20 0 16 0 95228658 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652338875280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3544] ppid=3534 vsize=10690804 memory=8298132 CPUtime=355.69 cores=0,2,4,6
/proc/3538/task/3544/stat : 3544 (java) S 3534 3538 3242 0 -1 1077944384 49789 0 0 0 35445 124 0 0 20 0 16 0 95228658 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652337822480 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3545] ppid=3534 vsize=10690804 memory=8298132 CPUtime=356.05 cores=0,2,4,6
/proc/3538/task/3545/stat : 3545 (java) S 3534 3538 3242 0 -1 1077944384 41036 0 0 0 35463 142 0 0 20 0 16 0 95228658 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652336770192 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3546] ppid=3534 vsize=10690804 memory=8298132 CPUtime=355.28 cores=0,2,4,6
/proc/3538/task/3546/stat : 3546 (java) S 3534 3538 3242 0 -1 1077944384 40664 0 0 0 35403 125 0 0 20 0 16 0 95228658 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140652335717392 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3547] ppid=3534 vsize=10690804 memory=8298132 CPUtime=41.43 cores=0,2,4,6
/proc/3538/task/3547/stat : 3547 (java) R 3534 3538 3242 0 -1 4202560 78989 0 0 0 4139 4 0 0 20 0 16 0 95228660 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651649794640 140652397797252 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3552] ppid=3534 vsize=10690804 memory=8298132 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3552/stat : 3552 (java) S 3534 3538 3242 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651648742240 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3554] ppid=3534 vsize=10690804 memory=8298132 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3554/stat : 3554 (java) S 3534 3538 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651647689840 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3556] ppid=3534 vsize=10690804 memory=8298132 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3556/stat : 3556 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651646638160 140652412819355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3557] ppid=3534 vsize=10690804 memory=2208 CPUtime=1.88 cores=0,2,4,6
/proc/3538/task/3557/stat : 3557 (java) S 3534 3538 3242 0 -1 1077944384 6254 0 0 0 188 0 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651645585792 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3558] ppid=3534 vsize=10690804 memory=-7453528518462155811 CPUtime=2.02 cores=0,2,4,6
/proc/3538/task/3558/stat : 3558 (java) S 3534 3538 3242 0 -1 1077944384 8164 0 0 0 201 1 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651644533280 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3559] ppid=3534 vsize=10690804 memory=8298132 CPUtime=0.47 cores=0,2,4,6
/proc/3538/task/3559/stat : 3559 (java) S 3534 3538 3242 0 -1 1077944384 2761 0 0 0 46 1 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651643480992 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3560] ppid=3534 vsize=10690804 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3560/stat : 3560 (java) S 3534 3538 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651642428384 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3561] ppid=3534 vsize=10690804 memory=8298132 CPUtime=0.19 cores=0,2,4,6
/proc/3538/task/3561/stat : 3561 (java) S 3534 3538 3242 0 -1 1077944384 651 0 0 0 10 9 0 0 20 0 16 0 95228663 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651641375152 140652412811906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
[pid=3538/tid=3730] ppid=3534 vsize=10690804 memory=8298132 CPUtime=0 cores=0,2,4,6
/proc/3538/task/3730/stat : 3730 (java) S 3534 3538 3242 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95272148 10947383296 2074550 33554432000 4194304 4196468 140721504460784 140651638221872 140652412810965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140721504466054 140721504466207 140721504466207 140721504468943 0
Current children cumulated CPU time: 1513.52 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8298200 KiB

Child status: 0
Real time (s): 446.784
CPU time (s): 1513.6
CPU user time (s): 1507.86
CPU system time (s): 5.73499
CPU usage (%): 338.777
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8298200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1507.86
system time used= 5.73499
maximum resident set size= 8298496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307448
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24175
involuntary context switches= 29351


# summary of solver processes directly reported to runsolver:
#   pid: 3538
#   total CPU time (s): 1513.6
#   total CPU user time (s): 1507.86
#   total CPU system time (s): 5.73499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.80483 second user time and 4.22739 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 12:36:59
IDJOB=4263038
IDBENCH=123153
IDSOLVER=2651
FILE ID=node149/4263038-1502621477
RUNJOBID= node149-1502620619-3501
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-sko100a.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263038-1502621477/watcher-4263038-1502621477 -o /tmp/evaluation-result-4263038-1502621477/solver-4263038-1502621477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263038-1502621477.xml

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

MD5SUM BENCH= 1913240080a58bfaef30e5e1db7876b5
RANDOM SEED=2131076170

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27964476 kB
MemAvailable:   31972500 kB
Buffers:          249496 kB
Cached:          4032456 kB
SwapCached:            0 kB
Active:          1047080 kB
Inactive:        3289968 kB
Active(anon):      58264 kB
Inactive(anon):    24944 kB
Active(file):     988816 kB
Inactive(file):  3265024 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3424 kB
Writeback:             0 kB
AnonPages:         61292 kB
Mapped:            46556 kB
Shmem:             25224 kB
Slab:             166936 kB
SReclaimable:     140036 kB
SUnreclaim:        26900 kB
KernelStack:        3152 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     355856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 12:44:26