Trace number 4243513

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
R1: sat4j-CSP 2017-07-05? 1515.59 257.872

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-ste36c.xml
MD5SUMd05a87fa530094a27b230f4f9ca3d0a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4280744
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables1332
Number of constraints631
Number of domains2
Minimum domain size36
Maximum domain size44
Distribution of domain sizes[{"size":36,"count":36},{"size":44,"count":630}]
Minimum variable degree0
Maximum variable degree36
Distribution of variable degrees[{"degree":0,"count":666},{"degree":2,"count":630},{"degree":36,"count":36}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":630},{"arity":36,"count":1}]
Number of extensional constraints630
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":630},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243513-1500673269/watcher-4243513-1500673269 -o /tmp/evaluation-result-4243513-1500673269/solver-4243513-1500673269 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500670262-5465 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243513-1500673269.xml 

pid=6789
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.07 2.32 4/263 6792
/proc/meminfo: memFree=29097728/32770624 swapFree=5932/31036
[pid=6792] ppid=6789 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 2144 0 0 0 0 0 0 0 20 0 2 0 2595248 8550137856 2376 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2087436 2376 1197 1 0 2076347 0
[pid=6792/tid=6793] ppid=6789 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) R 6789 6792 2461 0 -1 4202560 913 0 0 0 0 0 0 0 20 0 2 0 2595249 8550137856 2442 33554432000 4194304 4196468 140735049902560 140460512700832 140460501642865 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0

[startup+0.100132 s]
/proc/loadavg: 2.00 2.07 2.32 4/263 6792
/proc/meminfo: memFree=29097728/32770624 swapFree=5932/31036
[pid=6792] ppid=6789 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 4960 0 0 0 8 1 0 0 20 0 20 0 2595248 11162169344 6036 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725139 6036 2623 1 0 2713552 0
[pid=6792/tid=6793] ppid=6789 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) R 6789 6792 2461 0 -1 4202560 3034 0 0 0 7 1 0 0 20 0 20 0 2595249 11162169344 6036 33554432000 4194304 4196468 140735049902560 140460512690688 140460508470678 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200559 s]
/proc/loadavg: 2.00 2.07 2.32 4/263 6792
/proc/meminfo: memFree=29097728/32770624 swapFree=5932/31036
[pid=6792] ppid=6789 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 6995 0 0 0 23 2 0 0 20 0 20 0 2595248 11162169344 7797 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725139 7797 2861 1 0 2713552 0
[pid=6792/tid=6793] ppid=6789 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) R 6789 6792 2461 0 -1 4202560 4692 0 0 0 16 1 0 0 20 0 20 0 2595249 11162169344 7797 33554432000 4194304 4196468 140735049902560 140460512682256 140460508480669 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300433 s]
/proc/loadavg: 2.00 2.07 2.32 4/263 6792
/proc/meminfo: memFree=29097728/32770624 swapFree=5932/31036
[pid=6792] ppid=6789 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 8284 0 0 0 39 3 0 0 20 0 20 0 2595248 11162169344 9938 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725139 9938 2954 1 0 2713552 0
[pid=6792/tid=6793] ppid=6789 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) R 6789 6792 2461 0 -1 4202560 5350 0 0 0 26 2 0 0 20 0 20 0 2595249 11162169344 9938 33554432000 4194304 4196468 140735049902560 140460512692400 140460144274564 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700355 s]
/proc/loadavg: 2.00 2.07 2.32 4/263 6792
/proc/meminfo: memFree=29097728/32770624 swapFree=5932/31036
[pid=6792] ppid=6789 vsize=10900632 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 12121 0 0 0 166 9 0 0 20 0 20 0 2595248 11162247168 46951 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725158 46951 3104 1 0 2713552 0
[pid=6792/tid=6793] ppid=6789 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) R 6789 6792 2461 0 -1 4202560 5954 0 0 0 62 4 0 0 20 0 20 0 2595249 11162247168 46951 33554432000 4194304 4196468 140735049902560 140460512695840 140460144346368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 10900632

[startup+1.50113 s]
/proc/loadavg: 2.00 2.07 2.32 7/283 6812
/proc/meminfo: memFree=28878072/32770624 swapFree=5932/31416
[pid=6792] ppid=6789 vsize=10900632 CPUtime=5.14 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 25939 0 0 0 495 19 0 0 20 0 20 0 2595248 11162247168 87897 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725158 87897 3128 1 0 2713552 0
[pid=6792/tid=6793] ppid=6789 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) R 6789 6792 2461 0 -1 4202560 6039 0 0 0 137 6 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460512691608 140460148668089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6794] ppid=6789 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6794/stat : 6794 (java) S 6789 6792 2461 0 -1 1077944384 60 0 0 0 1 1 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460465011856 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6796] ppid=6789 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6796/stat : 6796 (java) S 6789 6792 2461 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460113714192 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6797] ppid=6789 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6797/stat : 6797 (java) S 6789 6792 2461 0 -1 1077944384 48 0 0 0 1 1 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460112661392 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6798] ppid=6789 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6798/stat : 6798 (java) S 6789 6792 2461 0 -1 1077944384 45 0 0 0 0 1 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460111608592 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6799] ppid=6789 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6799/stat : 6799 (java) S 6789 6792 2461 0 -1 1077944384 76 0 0 0 2 1 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460110555792 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6800] ppid=6789 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6800/stat : 6800 (java) S 6789 6792 2461 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460109502992 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6801] ppid=6789 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6801/stat : 6801 (java) S 6789 6792 2461 0 -1 1077944384 73 0 0 0 2 1 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460108450192 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6802] ppid=6789 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6802/stat : 6802 (java) S 6789 6792 2461 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 20 0 2595249 11162247168 87897 33554432000 4194304 4196468 140735049902560 140460107397392 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6803] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6803/stat : 6803 (java) S 6789 6792 2461 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2595252 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459849505648 140460508469890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6804] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6804/stat : 6804 (java) S 6789 6792 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2595252 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459848451680 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6805] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6805/stat : 6805 (java) S 6789 6792 2461 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2595253 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459847398784 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6806] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6806/stat : 6806 (java) S 6789 6792 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2595256 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459846347088 140460508477339 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6807] ppid=6789 vsize=10900632 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6807/stat : 6807 (java) R 6789 6792 2461 0 -1 4202560 4236 0 0 0 100 1 0 0 20 0 20 0 2595256 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459845279408 140460489978824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6808] ppid=6789 vsize=10900632 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6808/stat : 6808 (java) R 6789 6792 2461 0 -1 4202560 6830 0 0 0 98 1 0 0 20 0 20 0 2595256 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459844234136 140460486877320 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6809] ppid=6789 vsize=10900632 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6809/stat : 6809 (java) R 6789 6792 2461 0 -1 4202560 4585 0 0 0 103 1 0 0 20 0 20 0 2595256 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459843174872 140460491845862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6810] ppid=6789 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6810/stat : 6810 (java) S 6789 6792 2461 0 -1 1077944384 2391 0 0 0 43 0 0 0 20 0 20 0 2595256 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459842136048 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6811] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6811/stat : 6811 (java) S 6789 6792 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2595257 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459841084512 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6812] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6812/stat : 6812 (java) S 6789 6792 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2595257 11162247168 87897 33554432000 4194304 4196468 140735049902560 140459840031792 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 10900632

[startup+3.10197 s]
/proc/loadavg: 2.00 2.07 2.32 3/283 6812
/proc/meminfo: memFree=28566244/32770624 swapFree=5932/31416
[pid=6792] ppid=6789 vsize=10900632 CPUtime=9.49 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 28565 0 0 0 827 122 0 0 20 0 20 0 2595248 11162247168 211649 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725158 211649 3143 1 0 2713552 0
[pid=6792/tid=6793] ppid=6789 vsize=10900632 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) S 6789 6792 2461 0 -1 1077944384 6518 0 0 0 258 10 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460512692208 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6794] ppid=6789 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6794/stat : 6794 (java) R 6789 6792 2461 0 -1 4202560 213 0 0 0 22 14 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460465011744 140460493486617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6796] ppid=6789 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6796/stat : 6796 (java) R 6789 6792 2461 0 -1 4202560 212 0 0 0 21 14 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460113714392 140460493486617 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6797] ppid=6789 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6797/stat : 6797 (java) R 6789 6792 2461 0 -1 4202560 421 0 0 0 24 12 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460112661592 140460493486162 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6798] ppid=6789 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6798/stat : 6798 (java) R 6789 6792 2461 0 -1 4202560 344 0 0 0 17 13 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460111608792 140460493482897 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6799] ppid=6789 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6799/stat : 6799 (java) R 6789 6792 2461 0 -1 4202560 244 0 0 0 21 14 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460110555992 140460490084628 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6800] ppid=6789 vsize=10900632 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6800/stat : 6800 (java) R 6789 6792 2461 0 -1 4202560 187 0 0 0 21 13 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460109503192 140460493485866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6801] ppid=6789 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6801/stat : 6801 (java) R 6789 6792 2461 0 -1 4202560 220 0 0 0 24 12 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460108450392 140460487653966 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6802] ppid=6789 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6802/stat : 6802 (java) R 6789 6792 2461 0 -1 4202560 183 0 0 0 18 12 0 0 20 0 20 0 2595249 11162247168 211649 33554432000 4194304 4196468 140735049902560 140460107397592 140460493482467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6803] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6803/stat : 6803 (java) S 6789 6792 2461 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 2595252 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459849504160 140460508468949 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6804] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6804/stat : 6804 (java) S 6789 6792 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2595252 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459848451680 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6805] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6805/stat : 6805 (java) S 6789 6792 2461 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2595253 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459847398784 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6806] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6806/stat : 6806 (java) S 6789 6792 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2595256 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459846347088 140460508477339 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6807] ppid=6789 vsize=10900632 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6807/stat : 6807 (java) S 6789 6792 2461 0 -1 1077944384 4265 0 0 0 114 1 0 0 20 0 20 0 2595256 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459845294448 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6808] ppid=6789 vsize=10900632 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6808/stat : 6808 (java) S 6789 6792 2461 0 -1 1077944384 6833 0 0 0 109 1 0 0 20 0 20 0 2595256 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459844241648 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6809] ppid=6789 vsize=10900632 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6809/stat : 6809 (java) S 6789 6792 2461 0 -1 1077944384 4936 0 0 0 126 1 0 0 20 0 20 0 2595256 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459843188848 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6810] ppid=6789 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6810/stat : 6810 (java) S 6789 6792 2461 0 -1 1077944384 2415 0 0 0 45 0 0 0 20 0 20 0 2595256 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459842136048 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6811] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6811/stat : 6811 (java) S 6789 6792 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2595257 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459841084512 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6812] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6812/stat : 6812 (java) S 6789 6792 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2595257 11162247168 211649 33554432000 4194304 4196468 140735049902560 140459840031792 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 10900632

[startup+6.31046 s]
/proc/loadavg: 2.08 2.09 2.32 3/283 6812
/proc/meminfo: memFree=28056024/32770624 swapFree=5932/31428
[pid=6792] ppid=6789 vsize=10900632 CPUtime=18.74 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 33825 0 0 0 1691 183 0 0 20 0 20 0 2595248 11162247168 303283 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725158 303283 3159 1 0 2713552 0
[pid=6792/tid=6793] ppid=6789 vsize=10900632 CPUtime=4.53 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) S 6789 6792 2461 0 -1 1077944384 7759 0 0 0 441 12 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460512692720 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6794] ppid=6789 vsize=10900632 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6794/stat : 6794 (java) R 6789 6792 2461 0 -1 4202560 1157 0 0 0 97 20 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460465012056 140460493486617 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6796] ppid=6789 vsize=10900632 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6796/stat : 6796 (java) R 6789 6792 2461 0 -1 4202560 350 0 0 0 94 21 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460113714392 140460493486617 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6797] ppid=6789 vsize=10900632 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6797/stat : 6797 (java) R 6789 6792 2461 0 -1 4202560 764 0 0 0 96 20 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460112661592 140460493486617 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6798] ppid=6789 vsize=10900632 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6798/stat : 6798 (java) R 6789 6792 2461 0 -1 4202560 908 0 0 0 92 19 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460111608792 140460501558590 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6799] ppid=6789 vsize=10900632 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6799/stat : 6799 (java) R 6789 6792 2461 0 -1 4202560 836 0 0 0 93 22 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460110555680 140460493486617 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6800] ppid=6789 vsize=10900632 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6800/stat : 6800 (java) R 6789 6792 2461 0 -1 4202560 500 0 0 0 92 21 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460109503192 140460493486617 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6801] ppid=6789 vsize=10900632 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6801/stat : 6801 (java) R 6789 6792 2461 0 -1 4202560 392 0 0 0 99 19 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460108450392 140460493486617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6802] ppid=6789 vsize=10900632 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6802/stat : 6802 (java) R 6789 6792 2461 0 -1 4202560 346 0 0 0 92 20 0 0 20 0 20 0 2595249 11162247168 303283 33554432000 4194304 4196468 140735049902560 140460107397592 140460493486617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6803] ppid=6789 vsize=10900632 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6803/stat : 6803 (java) S 6789 6792 2461 0 -1 1077944384 958 0 0 0 52 0 0 0 20 0 20 0 2595252 11162247168 303283 33554432000 4194304 4196468 140735049902560 140459849504160 140460508468949 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6804] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6804/stat : 6804 (java) S 6789 6792 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2595252 11162247168 303283 33554432000 4194304 4196468 140735049902560 140459848451680 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6805] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6805/stat : 6805 (java) S 6789 6792 2461 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2595253 11162247168 303283 33554432000 4194304 4196468 140735049902560 140459847398784 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6806] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=6792/tid=6801] ppid=6789 vsize=10900632 CPUtime=179.13 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6801/stat : 6801 (java) R 6789 6792 2461 0 -1 4202560 49852 0 0 0 17639 274 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460108450312 140460501086951 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6802] ppid=6789 vsize=10900632 CPUtime=179.06 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6802/stat : 6802 (java) R 6789 6792 2461 0 -1 4202560 39639 0 0 0 17626 280 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460107397512 140460501086951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6803] ppid=6789 vsize=10900632 CPUtime=28.28 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6803/stat : 6803 (java) S 6789 6792 2461 0 -1 1077944384 46932 0 0 0 2825 3 0 0 20 0 20 0 2595252 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459849504208 140460508468949 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6804] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6804/stat : 6804 (java) S 6789 6792 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2595252 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459848451680 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6805] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6805/stat : 6805 (java) S 6789 6792 2461 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2595253 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459847398784 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6806] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6806/stat : 6806 (java) S 6789 6792 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459846347088 140460508477339 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6807] ppid=6789 vsize=10900632 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6807/stat : 6807 (java) S 6789 6792 2461 0 -1 1077944384 4607 0 0 0 131 1 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459845294496 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6808] ppid=6789 vsize=10900632 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6808/stat : 6808 (java) S 6789 6792 2461 0 -1 1077944384 7175 0 0 0 122 1 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459844241696 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6809] ppid=6789 vsize=10900632 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6809/stat : 6809 (java) S 6789 6792 2461 0 -1 1077944384 5372 0 0 0 139 1 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459843188608 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6810] ppid=6789 vsize=10900632 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6810/stat : 6810 (java) S 6789 6792 2461 0 -1 1077944384 3383 0 0 0 47 0 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459842136096 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6811] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6811/stat : 6811 (java) S 6789 6792 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2595257 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459841084512 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6812] ppid=6789 vsize=10900632 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6812/stat : 6812 (java) S 6789 6792 2461 0 -1 1077944384 632 0 0 0 7 3 0 0 20 0 20 0 2595257 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459840031792 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 1511.11
Current children cumulated vsize (KiB) 10900632

[startup+256.801 s]
/proc/loadavg: 6.86 4.50 3.23 10/282 6816
/proc/meminfo: memFree=19752920/32770624 swapFree=5932/31688
[pid=6792] ppid=6789 vsize=10900632 CPUtime=1514.82 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 533493 0 0 0 149215 2267 0 0 20 0 20 0 2595248 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725158 2079722 3160 1 0 2713552 0
[pid=6792/tid=6793] ppid=6789 vsize=10900632 CPUtime=44.39 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) S 6789 6792 2461 0 -1 1077944384 19852 0 0 0 4423 16 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460512691216 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6794] ppid=6789 vsize=10900632 CPUtime=179.58 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6794/stat : 6794 (java) S 6789 6792 2461 0 -1 1077944384 65226 0 0 0 17672 286 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460465011856 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6796] ppid=6789 vsize=10900632 CPUtime=179.87 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6796/stat : 6796 (java) S 6789 6792 2461 0 -1 1077944384 65173 0 0 0 17727 260 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460113714192 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6797] ppid=6789 vsize=10900632 CPUtime=179.5 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6797/stat : 6797 (java) S 6789 6792 2461 0 -1 1077944384 61716 0 0 0 17664 286 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460112661392 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6798] ppid=6789 vsize=10900632 CPUtime=179.93 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6798/stat : 6798 (java) S 6789 6792 2461 0 -1 1077944384 49946 0 0 0 17719 274 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460111608592 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6799] ppid=6789 vsize=10900632 CPUtime=179.46 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6799/stat : 6799 (java) S 6789 6792 2461 0 -1 1077944384 60329 0 0 0 17667 279 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460110555792 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6800] ppid=6789 vsize=10900632 CPUtime=179.73 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6800/stat : 6800 (java) S 6789 6792 2461 0 -1 1077944384 52292 0 0 0 17677 296 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460109502992 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6801] ppid=6789 vsize=10900632 CPUtime=179.56 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6801/stat : 6801 (java) S 6789 6792 2461 0 -1 1077944384 49852 0 0 0 17682 274 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460108450192 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6802] ppid=6789 vsize=10900632 CPUtime=179.5 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6802/stat : 6802 (java) S 6789 6792 2461 0 -1 1077944384 39639 0 0 0 17669 281 0 0 20 0 20 0 2595249 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140460107397392 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6803] ppid=6789 vsize=10900632 CPUtime=28.64 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6803/stat : 6803 (java) R 6789 6792 2461 0 -1 4202560 46932 0 0 0 2861 3 0 0 20 0 20 0 2595252 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459849504096 140460492916334 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6804] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6804/stat : 6804 (java) S 6789 6792 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2595252 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459848451680 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6805] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6805/stat : 6805 (java) S 6789 6792 2461 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2595253 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459847398784 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6806] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6806/stat : 6806 (java) S 6789 6792 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459846347088 140460508477339 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6807] ppid=6789 vsize=10900632 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6807/stat : 6807 (java) S 6789 6792 2461 0 -1 1077944384 4607 0 0 0 131 1 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459845294496 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6808] ppid=6789 vsize=10900632 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6808/stat : 6808 (java) S 6789 6792 2461 0 -1 1077944384 7175 0 0 0 122 1 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459844241696 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6809] ppid=6789 vsize=10900632 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6809/stat : 6809 (java) S 6789 6792 2461 0 -1 1077944384 5372 0 0 0 139 1 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459843188608 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6810] ppid=6789 vsize=10900632 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6810/stat : 6810 (java) S 6789 6792 2461 0 -1 1077944384 3383 0 0 0 47 0 0 0 20 0 20 0 2595256 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459842136096 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6811] ppid=6789 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6811/stat : 6811 (java) S 6789 6792 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2595257 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459841084512 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6812] ppid=6789 vsize=10900632 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6812/stat : 6812 (java) S 6789 6792 2461 0 -1 1077944384 632 0 0 0 7 3 0 0 20 0 20 0 2595257 11162247168 2079722 33554432000 4194304 4196468 140735049902560 140459840031792 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 1514.82
Current children cumulated vsize (KiB) 10900632

[startup+257.601 s]
/proc/loadavg: 6.86 4.50 3.23 3/282 6816
/proc/meminfo: memFree=19752920/32770624 swapFree=5932/31688
[pid=6792] ppid=6789 vsize=10902832 CPUtime=1515.51 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 534075 0 4 0 149283 2268 0 0 20 0 20 0 2595248 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2725708 2079914 3203 1 0 2714064 0
[pid=6792/tid=6793] ppid=6789 vsize=10902832 CPUtime=44.43 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) R 6789 6792 2461 0 -1 4202560 20249 0 4 0 4426 17 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460512692992 140460492539230 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6794] ppid=6789 vsize=10902832 CPUtime=179.58 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6794/stat : 6794 (java) S 6789 6792 2461 0 -1 1077944384 65226 0 0 0 17672 286 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460465011856 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6796] ppid=6789 vsize=10902832 CPUtime=179.87 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6796/stat : 6796 (java) S 6789 6792 2461 0 -1 1077944384 65173 0 0 0 17727 260 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460113714192 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6797] ppid=6789 vsize=10902832 CPUtime=179.5 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6797/stat : 6797 (java) S 6789 6792 2461 0 -1 1077944384 61716 0 0 0 17664 286 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460112661392 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6798] ppid=6789 vsize=10902832 CPUtime=179.93 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6798/stat : 6798 (java) S 6789 6792 2461 0 -1 1077944384 49946 0 0 0 17719 274 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460111608592 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6799] ppid=6789 vsize=10902832 CPUtime=179.46 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6799/stat : 6799 (java) S 6789 6792 2461 0 -1 1077944384 60329 0 0 0 17667 279 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460110555792 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6800] ppid=6789 vsize=10902832 CPUtime=179.73 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6800/stat : 6800 (java) S 6789 6792 2461 0 -1 1077944384 52292 0 0 0 17677 296 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460109502992 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6801] ppid=6789 vsize=10902832 CPUtime=179.56 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6801/stat : 6801 (java) S 6789 6792 2461 0 -1 1077944384 49852 0 0 0 17682 274 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460108450192 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6802] ppid=6789 vsize=10902832 CPUtime=179.5 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6802/stat : 6802 (java) S 6789 6792 2461 0 -1 1077944384 39639 0 0 0 17669 281 0 0 20 0 20 0 2595249 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140460107397392 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6803] ppid=6789 vsize=10902832 CPUtime=29.27 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6803/stat : 6803 (java) S 6789 6792 2461 0 -1 1077944384 46949 0 0 0 2924 3 0 0 20 0 20 0 2595252 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459849505648 140460508469890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6804] ppid=6789 vsize=10902832 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6804/stat : 6804 (java) S 6789 6792 2461 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 2595252 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459848451680 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6805] ppid=6789 vsize=10902832 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6805/stat : 6805 (java) S 6789 6792 2461 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2595253 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459847398784 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6806] ppid=6789 vsize=10902832 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6806/stat : 6806 (java) S 6789 6792 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2595256 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459846347088 140460508477339 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6807] ppid=6789 vsize=10902832 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6807/stat : 6807 (java) S 6789 6792 2461 0 -1 1077944384 4607 0 0 0 131 1 0 0 20 0 20 0 2595256 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459845294448 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6808] ppid=6789 vsize=10902832 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6808/stat : 6808 (java) S 6789 6792 2461 0 -1 1077944384 7175 0 0 0 122 1 0 0 20 0 20 0 2595256 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459844241648 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6809] ppid=6789 vsize=10902832 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6809/stat : 6809 (java) S 6789 6792 2461 0 -1 1077944384 5372 0 0 0 140 1 0 0 20 0 20 0 2595256 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459843188848 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6810] ppid=6789 vsize=10902832 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6810/stat : 6810 (java) S 6789 6792 2461 0 -1 1077944384 3551 0 0 0 49 1 0 0 20 0 20 0 2595256 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459842136048 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6811] ppid=6789 vsize=10902832 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6811/stat : 6811 (java) S 6789 6792 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2595257 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459841084512 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6812] ppid=6789 vsize=10902832 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6812/stat : 6812 (java) S 6789 6792 2461 0 -1 1077944384 632 0 0 0 7 3 0 0 20 0 20 0 2595257 11164499968 2079914 33554432000 4194304 4196468 140735049902560 140459840031792 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 1515.51
Current children cumulated vsize (KiB) 10902832

[startup+257.801 s]
/proc/loadavg: 6.86 4.50 3.23 3/282 6816
/proc/meminfo: memFree=19752920/32770624 swapFree=5932/31688
[pid=6792] ppid=6789 vsize=11035960 CPUtime=1515.52 cores=0,2,4,6,8,10,12,14
/proc/6792/stat : 6792 (java) S 6789 6792 2461 0 -1 1077944320 534164 0 4 0 149284 2268 0 0 20 0 21 0 2595248 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140735049885104 140460508458743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
/proc/6792/statm: 2758990 2079958 3205 1 0 2747346 0
[pid=6792/tid=6793] ppid=6789 vsize=11035960 CPUtime=44.44 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6793/stat : 6793 (java) S 6789 6792 2461 0 -1 1077944384 20285 0 4 0 4427 17 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460512699424 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6794] ppid=6789 vsize=11035960 CPUtime=179.58 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6794/stat : 6794 (java) S 6789 6792 2461 0 -1 1077944384 65226 0 0 0 17672 286 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460465011856 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6796] ppid=6789 vsize=11035960 CPUtime=179.87 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6796/stat : 6796 (java) S 6789 6792 2461 0 -1 1077944384 65173 0 0 0 17727 260 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460113714192 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6797] ppid=6789 vsize=11035960 CPUtime=179.5 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6797/stat : 6797 (java) S 6789 6792 2461 0 -1 1077944384 61716 0 0 0 17664 286 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460112661392 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6798] ppid=6789 vsize=11035960 CPUtime=179.93 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6798/stat : 6798 (java) S 6789 6792 2461 0 -1 1077944384 49946 0 0 0 17719 274 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460111608592 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6799] ppid=6789 vsize=11035960 CPUtime=179.46 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6799/stat : 6799 (java) S 6789 6792 2461 0 -1 1077944384 60329 0 0 0 17667 279 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460110555792 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6800] ppid=6789 vsize=11035960 CPUtime=179.73 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6800/stat : 6800 (java) S 6789 6792 2461 0 -1 1077944384 52292 0 0 0 17677 296 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460109502992 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6801] ppid=6789 vsize=11035960 CPUtime=179.56 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6801/stat : 6801 (java) S 6789 6792 2461 0 -1 1077944384 49852 0 0 0 17682 274 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460108450192 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6802] ppid=6789 vsize=11035960 CPUtime=179.5 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6802/stat : 6802 (java) S 6789 6792 2461 0 -1 1077944384 39639 0 0 0 17669 281 0 0 20 0 21 0 2595249 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140460107397392 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6803] ppid=6789 vsize=11035960 CPUtime=29.27 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6803/stat : 6803 (java) S 6789 6792 2461 0 -1 1077944384 46949 0 0 0 2924 3 0 0 20 0 21 0 2595252 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459849505648 140460508469890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6804] ppid=6789 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6804/stat : 6804 (java) S 6789 6792 2461 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 2595252 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459848451680 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6805] ppid=6789 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6805/stat : 6805 (java) S 6789 6792 2461 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2595253 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459847398784 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6806] ppid=6789 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6806/stat : 6806 (java) S 6789 6792 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2595256 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459846347088 140460508477339 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6807] ppid=6789 vsize=11035960 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6807/stat : 6807 (java) S 6789 6792 2461 0 -1 1077944384 4607 0 0 0 131 1 0 0 20 0 21 0 2595256 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459845294448 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6808] ppid=6789 vsize=11035960 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6808/stat : 6808 (java) S 6789 6792 2461 0 -1 1077944384 7175 0 0 0 122 1 0 0 20 0 21 0 2595256 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459844241648 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6809] ppid=6789 vsize=11035960 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6809/stat : 6809 (java) S 6789 6792 2461 0 -1 1077944384 5372 0 0 0 140 1 0 0 20 0 21 0 2595256 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459843188848 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6810] ppid=6789 vsize=11035960 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6810/stat : 6810 (java) S 6789 6792 2461 0 -1 1077944384 3554 0 0 0 49 1 0 0 20 0 21 0 2595256 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459842136048 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6811] ppid=6789 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6811/stat : 6811 (java) S 6789 6792 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2595257 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459841084512 140460508468949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
[pid=6792/tid=6812] ppid=6789 vsize=11035960 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/6792/task/6812/stat : 6812 (java) S 6789 6792 2461 0 -1 1077944384 632 0 0 0 7 3 0 0 20 0 21 0 2595257 11300823040 2079958 33554432000 4194304 4196468 140735049902560 140459840031792 140460508469890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23252992 140735049909419 140735049909572 140735049909572 140735049912271 0
Current children cumulated CPU time (s) 1515.52
Current children cumulated vsize (KiB) 11035960

Child status: 0
Real time (s): 257.872
CPU time (s): 1515.59
CPU user time (s): 1492.84
CPU system time (s): 22.7439
CPU usage (%): 587.728
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1492.84
system time used= 22.7439
maximum resident set size= 8320224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534227
page faults= 4
swaps= 0
block input operations= 4968
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35776
involuntary context switches= 116009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.16887 second user time and 2.53019 second system time

The end

Launcher Data

Begin job on node121 at 2017-07-21 23:41:09
IDJOB=4243513
IDBENCH=123151
IDSOLVER=2623
FILE ID=node121/4243513-1500673269
RUNJOBID= node121-1500670262-5465
PBS_JOBID= 20623298
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-ste36c.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243513-1500673269/watcher-4243513-1500673269 -o /tmp/evaluation-result-4243513-1500673269/solver-4243513-1500673269 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500670262-5465 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243513-1500673269.xml

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

MD5SUM BENCH= d05a87fa530094a27b230f4f9ca3d0a8
RANDOM SEED=1596132496

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29098100 kB
MemAvailable:   28997344 kB
Buffers:           43796 kB
Cached:           120768 kB
SwapCached:            0 kB
Active:          3179636 kB
Inactive:          92864 kB
Active(anon):    3057768 kB
Inactive(anon):    61828 kB
Active(file):     121868 kB
Inactive(file):    31036 kB
Unevictable:        5932 kB
Mlocked:            5932 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1528 kB
Writeback:             0 kB
AnonPages:       3113520 kB
Mapped:            41524 kB
Shmem:              8840 kB
Slab:              84060 kB
SReclaimable:      52008 kB
SUnreclaim:        32052 kB
KernelStack:        4512 kB
PageTables:        11212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4532516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2940928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61980 MiB
End job on node121 at 2017-07-21 23:45:27