Trace number 4262882

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? (problem) 1520.04 410.853

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-1.xml
MD5SUMb82332625d17a81d2c62c757de216262
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark7.4963198
Satisfiable
(Un)Satisfiability was proved
Number of variables3507
Number of constraints189
Number of domains12
Minimum domain size2
Maximum domain size20
Distribution of domain sizes[{"size":2,"count":334},{"size":3,"count":334},{"size":5,"count":334},{"size":8,"count":167},{"size":9,"count":167},{"size":10,"count":334},{"size":11,"count":167},{"size":12,"count":167},{"size":14,"count":668},{"size":15,"count":334},{"size":18,"count":334},{"size":20,"count":167}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3507}]
Minimum constraint arity21
Maximum constraint arity3340
Distribution of constraint arities[{"arity":21,"count":167},{"arity":167,"count":21},{"arity":3340,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":187}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1414.01/382.53	Aug 13, 2017 1:09:20 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1414.01/382.53	INFO: Runtime exception
1414.01/382.53	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1414.01/382.53		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1414.01/382.53		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:578)
1414.01/382.53		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:481)
1414.01/382.53		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1414.01/382.53		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1414.01/382.53		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1414.01/382.53		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1414.01/382.53		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1414.01/382.53		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1414.01/382.53		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1414.01/382.53		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1414.01/382.53		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1414.01/382.53		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1414.01/382.53		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1414.01/382.53		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1414.01/382.53		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1414.01/382.53		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1414.01/382.53		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1414.01/382.53		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 21 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 25 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 26 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 30 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 31 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 35 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 36 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 40 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 41 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 45 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 46 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 50 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 51 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 55 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 56 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 60 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 61 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 65 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 66 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 70 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 71 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 75 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 76 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 80 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 81 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 85 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 86 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 90 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 91 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		... 95 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		... 96 more
1414.01/382.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1414.01/382.53		... 100 more
1414.01/382.53	Caused by: java.lang.reflect.InvocationTargetException
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1414.01/382.53		... 100 more
1414.01/382.53	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1414.01/382.53		at java.lang.reflect.Method.invoke(Method.java:498)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1414.01/382.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1414.01/382.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1414.01/382.53	
1492.54/403.77	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1492.54/403.77	c This is free software under the dual EPL/GNU LGPL licenses.
1492.54/403.77	c See www.sat4j.org for details.
1492.54/403.77	c That software uses the Rhino library from the Mozilla project.
1492.54/403.77	c version CUSTOM.v20170705
1492.54/403.77	c java.runtime.name	Java(TM) SE Runtime Environment
1492.54/403.77	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1492.54/403.77	c java.vm.version	25.131-b11
1492.54/403.77	c java.vm.vendor	Oracle Corporation
1492.54/403.77	c sun.arch.data.model	64
1492.54/403.77	c java.version		1.8.0_131
1492.54/403.77	c os.name		Linux
1492.54/403.77	c os.version		3.10.0-514.16.1.el7.x86_64
1492.54/403.77	c os.arch		amd64
1492.54/403.77	c Free memory 		499604488
1492.54/403.77	c Max memory 		7247757312
1492.54/403.77	c Total memory 		504889344
1492.54/403.77	c Number of processors 	4
1492.54/403.77	c c --- Begin Solver configuration ---
1492.54/403.77	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1492.54/403.77	c Learn all clauses as in MiniSAT
1492.54/403.77	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1492.54/403.77	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1492.54/403.77	c No reason simplification
1492.54/403.77	c Glucose 2.1 dynamic restart strategy
1492.54/403.77	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
1492.54/403.77	c timeout=2147483s
1492.54/403.77	c DB Simplification allowed=false
1492.54/403.77	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1492.54/403.77	c --- End Solver configuration ---
1519.97/410.80	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1519.97/410.80		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1519.97/410.80		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1519.97/410.80		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1519.97/410.80		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1519.97/410.80		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1519.97/410.80		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1519.97/410.80		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1519.97/410.80		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1519.97/410.80		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (15357 MiB free)
  memory of node 1: 16384 MiB (15135 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262882-1502623061/watcher-4262882-1502623061 -o /tmp/evaluation-result-4262882-1502623061/solver-4262882-1502623061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262882-1502623061.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
Current StackSize limit: 8192 KiB

solver pid=22801, runsolver pid=22798

[startup+0.101646 s]*
/proc/loadavg: 2.00 2.06 2.35 3/209 22809
/proc/meminfo: memFree=31217196/32770624 swapFree=67108776/67108860
[pid=22801] ppid=22798 vsize=10151672 memory=17180 CPUtime=0.02 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22798 22801 7084 0 -1 1077944320 4180 0 0 0 2 0 0 0 20 0 9 0 161958861 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 140728465247392 139851547250423 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
/proc/22801/statm: 2537918 4295 2112 1 0 2527415 0
[pid=22801/tid=22803] ppid=22798 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/22801/task/22803/stat : 22803 (java) R 22798 22801 7084 0 -1 4202560 2824 0 0 0 2 0 0 0 20 0 9 0 161958869 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 139851551486184 139851531330910 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22804] ppid=22798 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22798 22801 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 161958870 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 139851519093776 139851547260629 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10151672 memory=140535936734848 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 161958870 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 139851156937872 139851547260629 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 161958870 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 139851155884816 139851547260629 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 161958870 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 139851154832272 139851547260629 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10151672 memory=140535936734848 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 161958871 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 139851044206832 139851547261570 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 161958872 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 139851043153056 139851547260629 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 161958872 10395312128 4295 18446744073709551615 4194304 4196468 140728465264848 139851042100016 139851547260629 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 17180 KiB

[startup+0.2102 s]*
/proc/loadavg: 2.00 2.06 2.35 3/216 22816
/proc/meminfo: memFree=31209148/32770624 swapFree=67108776/67108860
[pid=22801] ppid=22798 vsize=10553140 memory=29600 CPUtime=0.1 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22798 22801 7084 0 -1 1077944320 5842 0 0 0 9 1 0 0 20 0 15 0 161958861 10806415360 7400 18446744073709551615 4194304 4196468 140728465264848 140728465247392 139851547250423 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
/proc/22801/statm: 2638285 7400 2814 1 0 2627757 0
[pid=22801/tid=22803] ppid=22798 vsize=10553140 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/22801/task/22803/stat : 22803 (java) R 22798 22801 7084 0 -1 4202560 3894 0 0 0 7 1 0 0 20 0 15 0 161958869 10806415360 7532 18446744073709551615 4194304 4196468 140728465264848 139851551438768 139851539930141 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22804] ppid=22798 vsize=10553140 memory=329 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22798 22801 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161958870 10806415360 7532 18446744073709551615 4194304 4196468 140728465264848 139851519093776 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10553140 memory=3834446756051572384 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161958870 10806415360 7532 18446744073709551615 4194304 4196468 140728465264848 139851156937872 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161958870 10806415360 7532 18446744073709551615 4194304 4196468 140728465264848 139851155884816 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161958870 10806415360 7532 18446744073709551615 4194304 4196468 140728465264848 139851154832272 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10554768 memory=140535936734848 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161958871 10808082432 7532 18446744073709551615 4194304 4196468 140728465264848 139851044206832 139851547261570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161958872 10808082432 7532 18446744073709551615 4194304 4196468 140728465264848 139851043153056 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161958872 10808082432 7532 18446744073709551615 4194304 4196468 140728465264848 139851042099952 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22811] ppid=22798 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161958874 10808082432 7532 18446744073709551615 4194304 4196468 140728465264848 139851041048528 139851547269019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22812] ppid=22798 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22798 22801 7084 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 161958874 10808082432 7532 18446744073709551615 4194304 4196468 140728465264848 139851039996656 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22813] ppid=22798 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22798 22801 7084 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 161958874 10808082432 7532 18446744073709551615 4194304 4196468 140728465264848 139851038944112 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22814] ppid=22798 vsize=10554768 memory=140535936734848 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22798 22801 7084 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 161958874 10808082432 7532 18446744073709551615 4194304 4196468 140728465264848 139851037891056 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22815] ppid=22798 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161958874 10808082432 7598 18446744073709551615 4194304 4196468 140728465264848 139851036838752 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22816] ppid=22798 vsize=10554768 memory=140535936734848 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22798 22801 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161958880 10808082432 7598 18446744073709551615 4194304 4196468 140728465264848 139851035785776 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10553140 KiB
Current children cumulated memory: 29600 KiB

[startup+0.313181 s]*
/proc/loadavg: 2.08 2.07 2.36 3/216 22816
/proc/meminfo: memFree=31198304/32770624 swapFree=67108776/67108860
[pid=22801] ppid=22798 vsize=10551156 memory=37012 CPUtime=0.26 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22798 22801 7084 0 -1 1077944320 8561 0 0 0 22 4 0 0 20 0 15 0 161958861 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 140728465247392 139851547250423 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
/proc/22801/statm: 2637789 9253 2876 1 0 2627261 0
[pid=22801/tid=22803] ppid=22798 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/22801/task/22803/stat : 22803 (java) R 22798 22801 7084 0 -1 4202560 6213 0 0 0 15 3 0 0 20 0 15 0 161958869 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851551485456 139851187515728 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22804] ppid=22798 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22798 22801 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161958870 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851519093776 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161958870 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851156937872 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161958870 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851155884816 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161958870 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851154832272 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22798 22801 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161958871 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851044206832 139851547261570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161958872 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851043153056 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161958872 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851042099952 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22811] ppid=22798 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161958874 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851041048528 139851547269019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22812] ppid=22798 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22798 22801 7084 0 -1 1077944384 394 0 0 0 1 0 0 0 20 0 15 0 161958874 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851039996656 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22813] ppid=22798 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22798 22801 7084 0 -1 1077944384 218 0 0 0 1 0 0 0 20 0 15 0 161958874 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851038944112 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22814] ppid=22798 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) R 22798 22801 7084 0 -1 4202560 369 0 0 0 4 0 0 0 20 0 15 0 161958874 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851037891056 139851547271770 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22815] ppid=22798 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161958874 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851036838752 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22816] ppid=22798 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22798 22801 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161958880 10804383744 9253 18446744073709551615 4194304 4196468 140728465264848 139851035785776 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37012 KiB

[startup+0.701189 s]
/proc/loadavg: 2.08 2.07 2.36 6/216 22816
/proc/meminfo: memFree=31186132/32770624 swapFree=67108776/67108860
[pid=22801] ppid=22798 vsize=10551232 memory=327140 CPUtime=1.27 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22798 22801 7084 0 -1 1077944320 14144 0 0 0 116 11 0 0 20 0 15 0 161958861 10804461568 81785 18446744073709551615 4194304 4196468 140728465264848 140728465247392 139851547250423 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
/proc/22801/statm: 2637808 81785 3077 1 0 2627261 0
[pid=22801/tid=22803] ppid=22798 vsize=10551232 memory=1836 CPUtime=0.53 cores=0,2,4,6
/proc/22801/task/22803/stat : 22803 (java) R 22798 22801 7084 0 -1 4202560 7467 0 0 0 46 7 0 0 20 0 15 0 161958869 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851551487424 139851533318542 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22804] ppid=22798 vsize=10551232 memory=796 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22798 22801 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 161958870 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851519093776 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10551232 memory=2 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22798 22801 7084 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 161958870 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851156937872 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22798 22801 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 161958870 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851155884816 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22798 22801 7084 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 161958870 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851154832272 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22798 22801 7084 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 161958871 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851044206832 139851547261570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161958872 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851043153056 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161958872 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851042099952 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22811] ppid=22798 vsize=10551232 memory=40 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161958874 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851041048528 139851547269019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22812] ppid=22798 vsize=10551232 memory=208 CPUtime=0.21 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) R 22798 22801 7084 0 -1 4202560 2342 0 0 0 21 0 0 0 20 0 15 0 161958874 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851039977448 139851527950720 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22813] ppid=22798 vsize=10551232 memory=140535826365473 CPUtime=0.21 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) R 22798 22801 7084 0 -1 4202560 1740 0 0 0 21 0 0 0 20 0 15 0 161958874 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851038924776 139851539539877 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22814] ppid=22798 vsize=10551232 memory=288230600329142066 CPUtime=0.21 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22798 22801 7084 0 -1 1077944384 1010 0 0 0 21 0 0 0 20 0 15 0 161958874 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851037891056 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22815] ppid=22798 vsize=10551232 memory=13849655444265308 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161958874 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851036838752 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22816] ppid=22798 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22798 22801 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161958880 10804461568 81851 18446744073709551615 4194304 4196468 140728465264848 139851035785776 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 327140 KiB

[startup+1.50074 s]
/proc/loadavg: 2.08 2.07 2.36 5/216 22816
/proc/meminfo: memFree=30853692/32770624 swapFree=67108776/67108860
[pid=22801] ppid=22798 vsize=10551232 memory=741996 CPUtime=3.68 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22798 22801 7084 0 -1 1077944320 17728 0 0 0 331 37 0 0 20 0 15 0 161958861 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 140728465247392 139851547250423 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
/proc/22801/statm: 2637808 185499 3096 1 0 2627261 0
[pid=22801/tid=22803] ppid=22798 vsize=10551232 memory=68144 CPUtime=1.14 cores=0,2,4,6
/proc/22801/task/22803/stat : 22803 (java) R 22798 22801 7084 0 -1 4202560 7795 0 0 0 102 12 0 0 20 0 15 0 161958869 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851551455984 139851191066172 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22804] ppid=22798 vsize=10551232 memory=631696 CPUtime=0.2 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22798 22801 7084 0 -1 1077944384 104 0 0 0 15 5 0 0 20 0 15 0 161958870 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851519093776 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10551232 memory=2244 CPUtime=0.19 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22798 22801 7084 0 -1 1077944384 107 0 0 0 14 5 0 0 20 0 15 0 161958870 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851156937872 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10551232 memory=6872598998417432672 CPUtime=0.2 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22798 22801 7084 0 -1 1077944384 112 0 0 0 15 5 0 0 20 0 15 0 161958870 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851155884816 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22798 22801 7084 0 -1 1077944384 95 0 0 0 14 5 0 0 20 0 15 0 161958870 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851154832272 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22798 22801 7084 0 -1 1077944384 550 0 0 0 0 0 0 0 20 0 15 0 161958871 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851044206832 139851547261570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161958872 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851043153120 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 161958872 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851042099952 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22811] ppid=22798 vsize=10551232 memory=97993973848419 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161958874 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851041048528 139851547269019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22812] ppid=22798 vsize=10551232 memory=6656426216303648864 CPUtime=0.71 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22798 22801 7084 0 -1 1077944384 3091 0 0 0 71 0 0 0 20 0 15 0 161958874 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851039996656 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22813] ppid=22798 vsize=10551232 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22798 22801 7084 0 -1 1077944384 3259 0 0 0 69 0 0 0 20 0 15 0 161958874 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851038944112 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22814] ppid=22798 vsize=10551232 memory=8772 CPUtime=0.27 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22798 22801 7084 0 -1 1077944384 1253 0 0 0 27 0 0 0 20 0 15 0 161958874 10804461568 185499 18446744073709551615 4194304 4196468 140728465264848 139851037891056 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0

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

[pid=22801/tid=22804] ppid=22798 vsize=10686560 memory=4872558044660077418 CPUtime=369.41 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) R 22798 22801 7084 0 -1 4202560 53812 0 0 0 36747 194 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851519093360 139851539878631 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10686560 memory=1796 CPUtime=367.94 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) R 22798 22801 7084 0 -1 4202560 112660 0 0 0 36608 186 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851156938072 139851532235664 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10686560 memory=960 CPUtime=367.95 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) R 22798 22801 7084 0 -1 4202560 41235 0 0 0 36585 210 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851155884400 139851539878631 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10686560 memory=1236 CPUtime=367.95 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) R 22798 22801 7084 0 -1 4202560 57433 0 0 0 36603 192 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851154832472 139851528803674 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10686560 memory=-8774313645642428999 CPUtime=20.43 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22798 22801 7084 0 -1 1077944384 72390 0 0 0 2038 5 0 0 20 0 17 0 161958871 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851044205152 139851547260629 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10686560 memory=535100 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 161958872 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851043153120 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10686560 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 161958872 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851042099968 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22811] ppid=22798 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851041048528 139851547269019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22812] ppid=22798 vsize=10686560 memory=3176 CPUtime=1.27 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22798 22801 7084 0 -1 1077944384 9617 0 0 0 126 1 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851039996656 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22813] ppid=22798 vsize=10686560 memory=2160 CPUtime=1.19 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22798 22801 7084 0 -1 1077944384 9509 0 0 0 117 2 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851038944112 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22814] ppid=22798 vsize=10686560 memory=932 CPUtime=0.31 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22798 22801 7084 0 -1 1077944384 2509 0 0 0 31 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851037886928 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22815] ppid=22798 vsize=10686560 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851036838752 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22816] ppid=22798 vsize=10686560 memory=836 CPUtime=0.23 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22798 22801 7084 0 -1 1077944384 822 0 0 0 13 10 0 0 20 0 17 0 161958880 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851035785776 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22830] ppid=22798 vsize=10686560 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22830/stat : 22830 (java) S 22798 22801 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 161997115 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851032633072 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22831] ppid=22798 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22831/stat : 22831 (java) S 22798 22801 7084 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 161997115 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851031580464 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
Current children cumulated CPU time: 1509.21 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8162760 KiB

[startup+409.601 s]
/proc/loadavg: 4.76 4.02 3.15 6/220 22846
/proc/meminfo: memFree=23060028/32770624 swapFree=67108776/67108860
[pid=22801] ppid=22798 vsize=10686560 memory=8162760 CPUtime=1515.47 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22798 22801 7084 0 -1 1077944320 376109 0 0 0 150733 814 0 0 20 0 17 0 161958861 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 140728465247392 139851547250423 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
/proc/22801/statm: 2671640 2040690 3167 1 0 2661055 0
[pid=22801/tid=22803] ppid=22798 vsize=10686560 memory=2460 CPUtime=12.45 cores=0,2,4,6
/proc/22801/task/22803/stat : 22803 (java) S 22798 22801 7084 0 -1 1077944384 14605 0 0 0 1227 18 0 0 20 0 17 0 161958869 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851551491104 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22804] ppid=22798 vsize=10686560 memory=1836 CPUtime=370.97 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) R 22798 22801 7084 0 -1 4202560 53812 0 0 0 36902 195 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851519093976 139851528860260 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10686560 memory=1836 CPUtime=369.53 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) R 22798 22801 7084 0 -1 4202560 112660 0 0 0 36767 186 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851156938072 139851532246804 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10686560 memory=796 CPUtime=369.49 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) R 22798 22801 7084 0 -1 4202560 41235 0 0 0 36739 210 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851155885016 139851532246833 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10686560 memory=5768 CPUtime=369.52 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) R 22798 22801 7084 0 -1 4202560 57433 0 0 0 36760 192 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851154832160 139851532247041 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10686560 memory=988 CPUtime=20.43 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22798 22801 7084 0 -1 1077944384 72390 0 0 0 2038 5 0 0 20 0 17 0 161958871 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851044205376 139851547260629 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10686560 memory=12320 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 161958872 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851043153120 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 161958872 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851042099968 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22811] ppid=22798 vsize=10686560 memory=8162756 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851041048528 139851547269019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22812] ppid=22798 vsize=10686560 memory=3908 CPUtime=1.27 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22798 22801 7084 0 -1 1077944384 9617 0 0 0 126 1 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851039996704 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22813] ppid=22798 vsize=10686560 memory=16444 CPUtime=1.19 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22798 22801 7084 0 -1 1077944384 9509 0 0 0 117 2 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851038943872 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22814] ppid=22798 vsize=10686560 memory=281071652580160 CPUtime=0.31 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22798 22801 7084 0 -1 1077944384 2509 0 0 0 31 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851037886928 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22815] ppid=22798 vsize=10686560 memory=11201814937432 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851036838752 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22816] ppid=22798 vsize=10686560 memory=7380665763249809512 CPUtime=0.24 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22798 22801 7084 0 -1 1077944384 822 0 0 0 14 10 0 0 20 0 17 0 161958880 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851035785776 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22830] ppid=22798 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22830/stat : 22830 (java) S 22798 22801 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 161997115 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851032633072 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22831] ppid=22798 vsize=10686560 memory=4279073127026418240 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22831/stat : 22831 (java) S 22798 22801 7084 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 161997115 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851031580464 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
Current children cumulated CPU time: 1515.47 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8162760 KiB

[startup+410.401 s]
/proc/loadavg: 4.76 4.02 3.15 6/220 22846
/proc/meminfo: memFree=23060028/32770624 swapFree=67108776/67108860
[pid=22801] ppid=22798 vsize=10686560 memory=8162760 CPUtime=1518.63 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22798 22801 7084 0 -1 1077944320 376386 0 0 0 151049 814 0 0 20 0 17 0 161958861 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 140728465247392 139851547250423 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
/proc/22801/statm: 2671640 2040690 3167 1 0 2661055 0
[pid=22801/tid=22803] ppid=22798 vsize=10686560 memory=4600 CPUtime=12.45 cores=0,2,4,6
/proc/22801/task/22803/stat : 22803 (java) S 22798 22801 7084 0 -1 1077944384 14605 0 0 0 1227 18 0 0 20 0 17 0 161958869 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851551491104 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22804] ppid=22798 vsize=10686560 memory=1440 CPUtime=371.76 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) R 22798 22801 7084 0 -1 4202560 53859 0 0 0 36981 195 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851519093584 139851539878631 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10686560 memory=-8774313645642428999 CPUtime=370.32 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) R 22798 22801 7084 0 -1 4202560 112820 0 0 0 36846 186 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851156937680 139851539878631 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10686560 memory=988 CPUtime=370.27 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) R 22798 22801 7084 0 -1 4202560 41305 0 0 0 36817 210 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851155885016 139851531708014 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10686560 memory=12320 CPUtime=370.31 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) R 22798 22801 7084 0 -1 4202560 57433 0 0 0 36839 192 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851154832080 139851539878631 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10686560 memory=1196 CPUtime=20.43 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22798 22801 7084 0 -1 1077944384 72390 0 0 0 2038 5 0 0 20 0 17 0 161958871 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851044205376 139851547260629 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10686560 memory=6667 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 161958872 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851043153120 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10686560 memory=34 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 161958872 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851042099968 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22811] ppid=22798 vsize=10686560 memory=23 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851041048528 139851547269019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22812] ppid=22798 vsize=10686560 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22798 22801 7084 0 -1 1077944384 9617 0 0 0 126 1 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851039996704 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22813] ppid=22798 vsize=10686560 memory=56 CPUtime=1.19 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22798 22801 7084 0 -1 1077944384 9509 0 0 0 117 2 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851038943872 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22814] ppid=22798 vsize=10686560 memory=6944656592455360604 CPUtime=0.31 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22798 22801 7084 0 -1 1077944384 2509 0 0 0 31 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851037886928 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22815] ppid=22798 vsize=10686560 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851036838752 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22816] ppid=22798 vsize=10686560 memory=-3040564339105353098 CPUtime=0.24 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22798 22801 7084 0 -1 1077944384 822 0 0 0 14 10 0 0 20 0 17 0 161958880 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851035785776 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22830] ppid=22798 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22830/stat : 22830 (java) S 22798 22801 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 161997115 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851032633072 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22831] ppid=22798 vsize=10686560 memory=7649399358478627378 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22831/stat : 22831 (java) S 22798 22801 7084 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 161997115 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851031580464 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
Current children cumulated CPU time: 1518.63 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8162760 KiB

[startup+410.801 s]
/proc/loadavg: 4.76 4.02 3.15 6/220 22846
/proc/meminfo: memFree=23060028/32770624 swapFree=67108776/67108860
[pid=22801] ppid=22798 vsize=10686560 memory=8162760 CPUtime=1519.97 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22798 22801 7084 0 -1 1077944320 376386 0 0 0 151183 814 0 0 20 0 17 0 161958861 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 140728465247392 139851547250423 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
/proc/22801/statm: 2671640 2040690 3167 1 0 2661055 0
[pid=22801/tid=22803] ppid=22798 vsize=10686560 memory=8162760 CPUtime=12.45 cores=0,2,4,6
/proc/22801/task/22803/stat : 22803 (java) S 22798 22801 7084 0 -1 1077944384 14605 0 0 0 1227 18 0 0 20 0 17 0 161958869 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851551491104 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22804] ppid=22798 vsize=10686560 memory=-8774313645642428999 CPUtime=372.07 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22798 22801 7084 0 -1 1077944384 53859 0 0 0 37012 195 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851519093776 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22805] ppid=22798 vsize=10686560 memory=4288 CPUtime=370.64 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22798 22801 7084 0 -1 1077944384 112820 0 0 0 36878 186 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851156937872 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22806] ppid=22798 vsize=10686560 memory=2160 CPUtime=370.59 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22798 22801 7084 0 -1 1077944384 41305 0 0 0 36849 210 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851155884816 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22807] ppid=22798 vsize=10686560 memory=8162180 CPUtime=370.63 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22798 22801 7084 0 -1 1077944384 57433 0 0 0 36871 192 0 0 20 0 17 0 161958870 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851154832272 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22808] ppid=22798 vsize=10686560 memory=8162180 CPUtime=20.5 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) R 22798 22801 7084 0 -1 4202560 72390 0 0 0 2045 5 0 0 20 0 17 0 161958871 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851044205376 139851539539883 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22809] ppid=22798 vsize=10686560 memory=13297 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22798 22801 7084 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 161958872 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851043153120 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22810] ppid=22798 vsize=10686560 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22798 22801 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 161958872 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851042099968 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22811] ppid=22798 vsize=10686560 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851041048528 139851547269019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22812] ppid=22798 vsize=10686560 memory=8833 CPUtime=1.27 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22798 22801 7084 0 -1 1077944384 9617 0 0 0 126 1 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851039996704 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22813] ppid=22798 vsize=10686560 memory=4420 CPUtime=1.19 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22798 22801 7084 0 -1 1077944384 9509 0 0 0 117 2 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851038943872 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22814] ppid=22798 vsize=10686560 memory=6628 CPUtime=0.31 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22798 22801 7084 0 -1 1077944384 2509 0 0 0 31 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851037886928 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22815] ppid=22798 vsize=10686560 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22798 22801 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161958874 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851036838752 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22816] ppid=22798 vsize=10686560 memory=2160 CPUtime=0.24 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22798 22801 7084 0 -1 1077944384 822 0 0 0 14 10 0 0 20 0 17 0 161958880 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851035785776 139851547261570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22830] ppid=22798 vsize=10686560 memory=932 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22830/stat : 22830 (java) S 22798 22801 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 161997115 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851032633072 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
[pid=22801/tid=22831] ppid=22798 vsize=10686560 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22831/stat : 22831 (java) S 22798 22801 7084 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 161997115 10943037440 2040690 18446744073709551615 4194304 4196468 140728465264848 139851031580464 139851547260629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22425600 140728465269136 140728465269289 140728465269289 140728465272783 0
Current children cumulated CPU time: 1519.97 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8162760 KiB

Child status: 0
Real time (s): 410.853
CPU time (s): 1520.04
CPU user time (s): 1511.84
CPU system time (s): 8.19112
CPU usage (%): 369.971
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8162760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1511.84
system time used= 8.19112
maximum resident set size= 8162872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31031
involuntary context switches= 17806


# summary of solver processes directly reported to runsolver:
#   pid: 22801
#   total CPU time (s): 1520.04
#   total CPU user time (s): 1511.84
#   total CPU system time (s): 8.19112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.54082 second user time and 4.24044 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:03:16
IDJOB=4262882
IDBENCH=124135
IDSOLVER=2651
FILE ID=node132/4262882-1502623061
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262882-1502623061/watcher-4262882-1502623061 -o /tmp/evaluation-result-4262882-1502623061/solver-4262882-1502623061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262882-1502623061.xml

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

MD5SUM BENCH= b82332625d17a81d2c62c757de216262
RANDOM SEED=271904882

node132.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.74
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.74
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.74
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.74
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:        31225540 kB
MemAvailable:   31452928 kB
Buffers:          224608 kB
Cached:           327132 kB
SwapCached:           84 kB
Active:           986912 kB
Inactive:         152016 kB
Active(anon):     534792 kB
Inactive(anon):   101972 kB
Active(file):     452120 kB
Inactive(file):    50044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1448 kB
Writeback:            16 kB
AnonPages:        587108 kB
Mapped:            75940 kB
Shmem:             49768 kB
Slab:             108732 kB
SReclaimable:      82120 kB
SUnreclaim:        26612 kB
KernelStack:        3552 kB
PageTables:         6496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1137800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 13:10:07