Trace number 4263223

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 2284.9099 811.08398

General information on the benchmark

NameBibd/Bibd-sc-open/
Bibd-sc-85-085-36-36-15.xml
MD5SUM6283987435144a6b5e9cf918aca30279
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables621350
Number of constraints307191
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":310675}]
Minimum variable degree0
Maximum variable degree87
Distribution of variable degrees[{"degree":0,"count":310675},{"degree":2,"count":303450},{"degree":87,"count":7225}]
Minimum constraint arity3
Maximum constraint arity7225
Distribution of constraint arities[{"arity":3,"count":303450},{"arity":85,"count":3740},{"arity":7225,"count":1}]
Number of extensional constraints0
Number of intensional constraints303450
Distribution of constraint types[{"type":"intension","count":303450},{"type":"lex","count":1},{"type":"sum","count":3740}]
Optimization problemNO
Type of objective

Solver Data

2284.79/810.84	Aug 13, 2017 1:14:13 PM org.sat4j.reader.XMLCSP3Reader parseInstance
2284.79/810.84	INFO: Runtime exception
2284.79/810.84	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
2284.79/810.84		at org.sat4j.csp.constraints3.ComparisonCtrBuilder.buildCtrLex(ComparisonCtrBuilder.java:199)
2284.79/810.84		at org.sat4j.csp.constraints3.ComparisonCtrBuilder.buildCtrLex(ComparisonCtrBuilder.java:158)
2284.79/810.84		at org.sat4j.csp.constraints3.ComparisonCtrBuilder.buildCtrLexMatrix(ComparisonCtrBuilder.java:165)
2284.79/810.84		at org.sat4j.reader.XMLCSP3Reader.buildCtrLexMatrix(XMLCSP3Reader.java:599)
2284.79/810.84		at org.xcsp.parser.loaders.CtrLoaderInteger.lex(CtrLoaderInteger.java:467)
2284.79/810.84		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:148)
2284.79/810.84		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2284.79/810.84		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
2284.79/810.84		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2284.79/810.84		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2284.79/810.84		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2284.79/810.84		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2284.79/810.84		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2284.79/810.84		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2284.79/810.84		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2284.79/810.84		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 18 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 22 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 23 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 27 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 28 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 32 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 33 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 37 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 38 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 42 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 43 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 47 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 48 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 52 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 53 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 57 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 58 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 62 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 63 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 67 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 68 more
2284.79/810.84	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		... 72 more
2284.79/810.84	Caused by: java.lang.reflect.InvocationTargetException
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		... 73 more
2284.79/810.84	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2284.79/810.84		at java.lang.String.toUpperCase(String.java:2753)
2284.79/810.84		at java.lang.String.toUpperCase(String.java:2833)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:89)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2284.79/810.84		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2284.79/810.84		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2284.79/810.84		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2284.79/810.84		at java.lang.reflect.Method.invoke(Method.java:498)
2284.79/810.84	
2284.86/811.04	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2284.86/811.04	c This is free software under the dual EPL/GNU LGPL licenses.
2284.86/811.04	c See www.sat4j.org for details.
2284.86/811.04	c That software uses the Rhino library from the Mozilla project.
2284.86/811.04	c version CUSTOM.v20170705
2284.86/811.04	c java.runtime.name	Java(TM) SE Runtime Environment
2284.86/811.04	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2284.86/811.04	c java.vm.version	25.131-b11
2284.86/811.04	c java.vm.vendor	Oracle Corporation
2284.86/811.04	c sun.arch.data.model	64
2284.86/811.04	c java.version		1.8.0_131
2284.86/811.04	c os.name		Linux
2284.86/811.04	c os.version		3.10.0-514.16.1.el7.x86_64
2284.86/811.04	c os.arch		amd64
2284.86/811.04	c Free memory 		499604488
2284.86/811.04	c Max memory 		7247757312
2284.86/811.04	c Total memory 		504889344
2284.86/811.04	c Number of processors 	4
2284.86/811.04	c c --- Begin Solver configuration ---
2284.86/811.04	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2284.86/811.04	c Learn all clauses as in MiniSAT
2284.86/811.04	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2284.86/811.04	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2284.86/811.04	c No reason simplification
2284.86/811.04	c Glucose 2.1 dynamic restart strategy
2284.86/811.04	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
2284.86/811.04	c timeout=2147483s
2284.86/811.04	c DB Simplification allowed=false
2284.86/811.04	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2284.86/811.04	c --- End Solver configuration ---
2284.86/811.04	c starts		: 0
2284.86/811.04	c conflicts		: 0
2284.86/811.04	c decisions		: 0
2284.86/811.04	c propagations		: 0
2284.86/811.04	c inspects		: 0
2284.86/811.04	c shortcuts		: 0
2284.86/811.04	c learnt literals	: 0
2284.86/811.04	c learnt binary clauses	: 0
2284.86/811.04	c learnt ternary clauses	: 0
2284.86/811.04	c learnt constraints	: 0
2284.86/811.04	c ignored constraints	: 0
2284.86/811.04	c root simplifications	: 0
2284.86/811.04	c removed literals (reason simplification)	: 0
2284.86/811.04	c reason swapping (by a shorter reason)	: 0
2284.86/811.04	c Calls to reduceDB	: 0
2284.86/811.04	c Number of update (reduction) of LBD	: 0
2284.86/811.04	c Imported unit clauses	: 0
2284.86/811.04	c number of reductions to clauses (during analyze)	: 0
2284.86/811.04	c number of learned constraints concerned by reduction	: 0
2284.86/811.04	c number of learning phase by resolution	: 0
2284.86/811.04	c number of learning phase by cutting planes	: 0
2284.86/811.04	c number of rounding to 1 operations	: 0
2284.86/811.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2284.86/811.04	c number of reductions of the coefficients by power 2 	: 0
2284.86/811.04	c number of right shift for reduction by power 2 	: 0
2284.86/811.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
2284.86/811.04	c speed (assignments/second)	: 0.0
2284.86/811.04	c non guided choices	0
2284.86/811.04	c learnt constraints type 
2284.86/811.04	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263223-1502622888/watcher-4263223-1502622888 -o /tmp/evaluation-result-4263223-1502622888/solver-4263223-1502622888 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263223-1502622888.xml 

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

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

solver pid=18685, runsolver pid=18682

[startup+0.100137 s]*
/proc/loadavg: 2.00 2.26 2.68 3/206 18691
/proc/meminfo: memFree=27809620/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10018544 memory=17804 CPUtime=0.01 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 3753 0 0 0 1 0 0 0 20 0 7 0 16171459 10258989056 4451 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2504636 4451 2022 1 0 2494133 0
[pid=18685/tid=18687] ppid=18682 vsize=10018544 memory=7077796292425249400 CPUtime=0.01 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) R 18682 18685 7968 0 -1 4202560 2453 0 0 0 1 0 0 0 20 0 7 0 16171468 10258989056 4451 18446744073709551615 4194304 4196468 140721022562944 140686961953552 140686569582380 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 16171469 10258989056 4451 18446744073709551615 4194304 4196468 140721022562944 140686898747920 140686957721301 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10018544 memory=140076192876160 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 16171469 10258989056 4451 18446744073709551615 4194304 4196468 140721022562944 140686897695376 140686957721301 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 16171469 10258989056 4451 18446744073709551615 4194304 4196468 140721022562944 140686896642320 140686957721301 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 16171469 10258989056 4451 18446744073709551615 4194304 4196468 140721022562944 140686895589776 140686957721301 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 16171470 10258989056 4451 18446744073709551615 4194304 4196468 140721022562944 140686452878064 140686957722242 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 17804 KiB

[startup+0.216276 s]*
/proc/loadavg: 2.00 2.26 2.68 3/215 18700
/proc/meminfo: memFree=27802100/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10551156 memory=27236 CPUtime=0.1 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 5249 0 0 0 9 1 0 0 20 0 15 0 16171459 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2637789 6809 2796 1 0 2627261 0
[pid=18685/tid=18687] ppid=18682 vsize=10551156 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) R 18682 18685 7968 0 -1 4202560 3167 0 0 0 7 0 0 0 20 0 15 0 16171468 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686961946560 140686941791582 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10551156 memory=11918 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686898747920 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10551156 memory=288370452344587904 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686897695376 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686896642320 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686895589776 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10551156 memory=140076192876160 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171470 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686452878064 140686957722242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18693] ppid=18682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18693/stat : 18693 (java) S 18682 18685 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16171471 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686451824288 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18694] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18694/stat : 18694 (java) S 18682 18685 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16171471 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686450771184 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18695] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18695/stat : 18695 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686449719760 140686957729691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18696] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18696/stat : 18696 (java) S 18682 18685 7968 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686448666864 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18697] ppid=18682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18697/stat : 18697 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686447614320 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18698] ppid=18682 vsize=10551156 memory=140076192876160 CPUtime=0.01 cores=1,3,5,7
/proc/18685/task/18698/stat : 18698 (java) S 18682 18685 7968 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 16171473 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686446561264 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18699] ppid=18682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18699/stat : 18699 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686445508960 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18700] ppid=18682 vsize=10551156 memory=140076192876160 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171479 10804383744 6809 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27236 KiB

[startup+0.310381 s]*
/proc/loadavg: 2.00 2.26 2.68 3/215 18700
/proc/meminfo: memFree=27791724/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10551156 memory=36468 CPUtime=0.24 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 8370 0 0 0 22 2 0 0 20 0 15 0 16171459 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2637789 9117 2870 1 0 2627261 0
[pid=18685/tid=18687] ppid=18682 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) R 18682 18685 7968 0 -1 4202560 6052 0 0 0 16 1 0 0 20 0 15 0 16171468 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686961947968 140686941791582 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686898747920 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686897695376 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686896642320 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686895589776 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171470 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686452878064 140686957722242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18693] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18693/stat : 18693 (java) S 18682 18685 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16171471 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686451824288 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18694] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18694/stat : 18694 (java) S 18682 18685 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16171471 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686450771184 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18695] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18695/stat : 18695 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686449719760 140686957729691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18696] ppid=18682 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18685/task/18696/stat : 18696 (java) S 18682 18685 7968 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 15 0 16171473 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686448666864 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18697] ppid=18682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18697/stat : 18697 (java) S 18682 18685 7968 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686447614320 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18698] ppid=18682 vsize=10551156 memory=140076192876160 CPUtime=0.04 cores=1,3,5,7
/proc/18685/task/18698/stat : 18698 (java) S 18682 18685 7968 0 -1 1077944384 386 0 0 0 4 0 0 0 20 0 15 0 16171473 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686446561264 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18699] ppid=18682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18699/stat : 18699 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686445508960 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18700] ppid=18682 vsize=10551156 memory=140076192876160 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171479 10804383744 9117 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36468 KiB

[startup+0.70081 s]
/proc/loadavg: 2.00 2.26 2.68 5/215 18700
/proc/meminfo: memFree=27752220/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10551156 memory=166372 CPUtime=1.11 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 11744 0 0 0 107 4 0 0 20 0 15 0 16171459 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2637789 41593 3007 1 0 2627261 0
[pid=18685/tid=18687] ppid=18682 vsize=10551156 memory=6944656592455097440 CPUtime=0.55 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) R 18682 18685 7968 0 -1 4202560 6226 0 0 0 52 3 0 0 20 0 15 0 16171468 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686961947424 140686957733021 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10551156 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686898747920 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10551156 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686897695376 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10551156 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686896642320 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10551156 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171469 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686895589776 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10551156 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) S 18682 18685 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16171470 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686452878064 140686957722242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18693] ppid=18682 vsize=10551156 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18693/stat : 18693 (java) S 18682 18685 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16171471 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686451824288 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18694] ppid=18682 vsize=10551156 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18694/stat : 18694 (java) S 18682 18685 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16171471 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686450771184 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18695] ppid=18682 vsize=10551156 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18695/stat : 18695 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686449719760 140686957729691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18696] ppid=18682 vsize=10551156 memory=8436 CPUtime=0.21 cores=1,3,5,7
/proc/18685/task/18696/stat : 18696 (java) S 18682 18685 7968 0 -1 1077944384 1521 0 0 0 21 0 0 0 20 0 15 0 16171473 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686448666864 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18697] ppid=18682 vsize=10551156 memory=1236 CPUtime=0.23 cores=1,3,5,7
/proc/18685/task/18697/stat : 18697 (java) S 18682 18685 7968 0 -1 1077944384 1445 0 0 0 23 0 0 0 20 0 15 0 16171473 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686447614320 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18698] ppid=18682 vsize=10551156 memory=640 CPUtime=0.1 cores=1,3,5,7
/proc/18685/task/18698/stat : 18698 (java) S 18682 18685 7968 0 -1 1077944384 1183 0 0 0 10 0 0 0 20 0 15 0 16171473 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686446561264 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18699] ppid=18682 vsize=10551156 memory=15620 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18699/stat : 18699 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686445508960 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18700] ppid=18682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171479 10804383744 41593 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 166372 KiB

[startup+1.50131 s]
/proc/loadavg: 2.00 2.26 2.68 5/215 18700
/proc/meminfo: memFree=27529116/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10551232 memory=558052 CPUtime=2.96 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 14084 0 0 0 258 38 0 0 20 0 15 0 16171459 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2637808 139513 3081 1 0 2627261 0
[pid=18685/tid=18687] ppid=18682 vsize=10551232 memory=398044 CPUtime=1.1 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) S 18682 18685 7968 0 -1 1077944384 7403 0 0 0 105 5 0 0 20 0 15 0 16171468 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686961950272 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10551232 memory=6944656592455097440 CPUtime=0.22 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) R 18682 18685 7968 0 -1 4202560 178 0 0 0 15 7 0 0 20 0 15 0 16171469 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686898747920 140686942737942 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10551232 memory=6943526294502006880 CPUtime=0.22 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) R 18682 18685 7968 0 -1 4202560 126 0 0 0 15 7 0 0 20 0 15 0 16171469 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686897695264 140686939337040 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10551232 memory=6943526294502006880 CPUtime=0.23 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) R 18682 18685 7968 0 -1 4202560 225 0 0 0 16 7 0 0 20 0 15 0 16171469 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686896642520 140686942733216 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10551232 memory=280152126886752 CPUtime=0.22 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) R 18682 18685 7968 0 -1 4202560 311 0 0 0 15 7 0 0 20 0 15 0 16171469 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686895589976 140686942734773 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) S 18682 18685 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 16171470 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686452876576 140686957721301 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18693] ppid=18682 vsize=10551232 memory=280152127155008 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18693/stat : 18693 (java) S 18682 18685 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 16171471 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686451824352 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18694] ppid=18682 vsize=10551232 memory=-6876588628788210059 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18694/stat : 18694 (java) S 18682 18685 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16171471 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686450771184 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18695] ppid=18682 vsize=10551232 memory=-3123010188551861097 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18695/stat : 18695 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686449719760 140686957729691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18696] ppid=18682 vsize=10551232 memory=-6876025511468833693 CPUtime=0.35 cores=1,3,5,7
/proc/18685/task/18696/stat : 18696 (java) S 18682 18685 7968 0 -1 1077944384 1563 0 0 0 35 0 0 0 20 0 15 0 16171473 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686448666864 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18697] ppid=18682 vsize=10551232 memory=8292148131930887879 CPUtime=0.37 cores=1,3,5,7
/proc/18685/task/18697/stat : 18697 (java) S 18682 18685 7968 0 -1 1077944384 1484 0 0 0 37 0 0 0 20 0 15 0 16171473 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686447614320 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18698] ppid=18682 vsize=10551232 memory=5938085514074673232 CPUtime=0.17 cores=1,3,5,7
/proc/18685/task/18698/stat : 18698 (java) S 18682 18685 7968 0 -1 1077944384 1347 0 0 0 17 0 0 0 20 0 15 0 16171473 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686446561264 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18699] ppid=18682 vsize=10551232 memory=5866027920036745299 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18699/stat : 18699 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686445508960 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18700] ppid=18682 vsize=10551232 memory=7379781756572035180 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16171479 10804461568 139513 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0

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

[pid=18685/tid=18700] ppid=18682 vsize=10553280 memory=4124 CPUtime=0.38 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 501 0 0 0 20 18 0 0 20 0 15 0 16171479 10806558720 2094560 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 2269.39 s
Current children cumulated vsize: 10553280 KiB
Current children cumulated memory: 8378240 KiB

[startup+809.601 s]
/proc/loadavg: 7.11 6.37 4.59 9/212 18951
/proc/meminfo: memFree=14857696/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10553280 memory=8378244 CPUtime=2281.96 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 436466 0 0 0 227173 1023 0 0 20 0 15 0 16171459 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2638320 2094561 3145 1 0 2627773 0
[pid=18685/tid=18687] ppid=18682 vsize=10553280 memory=2424 CPUtime=271.27 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) S 18682 18685 7968 0 -1 1077944384 37906 0 0 0 27102 25 0 0 20 0 15 0 16171468 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686961947312 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10553280 memory=1296 CPUtime=492.51 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) R 18682 18685 7968 0 -1 4202560 66666 0 0 0 49019 232 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686898747808 140686942410915 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10553280 memory=-8774313645642428999 CPUtime=491.45 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) R 18682 18685 7968 0 -1 4202560 83099 0 0 0 48886 259 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686897695576 140686942700709 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10553280 memory=6944656575208382560 CPUtime=493.4 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) R 18682 18685 7968 0 -1 4202560 82057 0 0 0 49098 242 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686896642520 140686942168507 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10553280 memory=-4866526899798303339 CPUtime=492.4 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) R 18682 18685 7968 0 -1 4202560 37701 0 0 0 49003 237 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686895589976 140686942411811 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10553280 memory=-8244789505823992975 CPUtime=34.16 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) S 18682 18685 7968 0 -1 1077944384 104860 0 0 0 3408 8 0 0 20 0 15 0 16171470 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686452876608 140686957721301 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18693] ppid=18682 vsize=10553280 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18693/stat : 18693 (java) S 18682 18685 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 16171471 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686451824352 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18694] ppid=18682 vsize=10553280 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18694/stat : 18694 (java) S 18682 18685 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 16171471 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686450771200 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18695] ppid=18682 vsize=10553280 memory=8378100 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18695/stat : 18695 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686449719760 140686957729691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18696] ppid=18682 vsize=10553280 memory=4124 CPUtime=2.88 cores=1,3,5,7
/proc/18685/task/18696/stat : 18696 (java) S 18682 18685 7968 0 -1 1077944384 9069 0 0 0 286 2 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686448666624 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18697] ppid=18682 vsize=10553280 memory=8378104 CPUtime=2.87 cores=1,3,5,7
/proc/18685/task/18697/stat : 18697 (java) S 18682 18685 7968 0 -1 1077944384 9152 0 0 0 286 1 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686447614368 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18698] ppid=18682 vsize=10553280 memory=-8774313645642428999 CPUtime=0.54 cores=1,3,5,7
/proc/18685/task/18698/stat : 18698 (java) S 18682 18685 7968 0 -1 1077944384 4056 0 0 0 53 1 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686446557696 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18699] ppid=18682 vsize=10553280 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18699/stat : 18699 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686445508960 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18700] ppid=18682 vsize=10553280 memory=1228 CPUtime=0.38 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 501 0 0 0 20 18 0 0 20 0 15 0 16171479 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 2281.96 s
Current children cumulated vsize: 10553280 KiB
Current children cumulated memory: 8378244 KiB

[startup+810.401 s]
/proc/loadavg: 7.11 6.37 4.59 9/212 18952
/proc/meminfo: memFree=14857696/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10553280 memory=8378244 CPUtime=2284.39 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 436587 0 0 0 227416 1023 0 0 20 0 15 0 16171459 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2638320 2094561 3145 1 0 2627773 0
[pid=18685/tid=18687] ppid=18682 vsize=10553280 memory=8378240 CPUtime=271.27 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) S 18682 18685 7968 0 -1 1077944384 37906 0 0 0 27102 25 0 0 20 0 15 0 16171468 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686961947312 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10553280 memory=-8774313645642428999 CPUtime=493.04 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) S 18682 18685 7968 0 -1 1077944384 66669 0 0 0 49072 232 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686898747920 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10553280 memory=4304 CPUtime=492 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) S 18682 18685 7968 0 -1 1077944384 83103 0 0 0 48941 259 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686897695376 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10553280 memory=1588 CPUtime=493.95 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) S 18682 18685 7968 0 -1 1077944384 82066 0 0 0 49153 242 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686896642320 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10553280 memory=928 CPUtime=492.95 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) S 18682 18685 7968 0 -1 1077944384 37703 0 0 0 49058 237 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686895589776 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10553280 memory=2164 CPUtime=34.41 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) R 18682 18685 7968 0 -1 4202560 104963 0 0 0 3433 8 0 0 20 0 15 0 16171470 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686452876608 140686942707519 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18693] ppid=18682 vsize=10553280 memory=840 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18693/stat : 18693 (java) S 18682 18685 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 16171471 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686451824352 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18694] ppid=18682 vsize=10553280 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18694/stat : 18694 (java) S 18682 18685 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 16171471 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686450771200 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18695] ppid=18682 vsize=10553280 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18695/stat : 18695 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686449719760 140686957729691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18696] ppid=18682 vsize=10553280 memory=6944656592387989600 CPUtime=2.88 cores=1,3,5,7
/proc/18685/task/18696/stat : 18696 (java) S 18682 18685 7968 0 -1 1077944384 9069 0 0 0 286 2 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686448666624 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18697] ppid=18682 vsize=10553280 memory=4206186544037388384 CPUtime=2.87 cores=1,3,5,7
/proc/18685/task/18697/stat : 18697 (java) S 18682 18685 7968 0 -1 1077944384 9152 0 0 0 286 1 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686447614368 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18698] ppid=18682 vsize=10553280 memory=6944656592455360604 CPUtime=0.54 cores=1,3,5,7
/proc/18685/task/18698/stat : 18698 (java) S 18682 18685 7968 0 -1 1077944384 4056 0 0 0 53 1 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686446557696 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18699] ppid=18682 vsize=10553280 memory=5794560802800096616 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18699/stat : 18699 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686445508960 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18700] ppid=18682 vsize=10553280 memory=56 CPUtime=0.38 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 501 0 0 0 20 18 0 0 20 0 15 0 16171479 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 2284.39 s
Current children cumulated vsize: 10553280 KiB
Current children cumulated memory: 8378244 KiB

[startup+810.801 s]
/proc/loadavg: 7.11 6.37 4.59 9/212 18952
/proc/meminfo: memFree=14857696/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10553280 memory=8378244 CPUtime=2284.79 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 436587 0 0 0 227456 1023 0 0 20 0 15 0 16171459 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2638320 2094561 3145 1 0 2627773 0
[pid=18685/tid=18687] ppid=18682 vsize=10553280 memory=-8774313645642428999 CPUtime=271.27 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) S 18682 18685 7968 0 -1 1077944384 37906 0 0 0 27102 25 0 0 20 0 15 0 16171468 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686961947312 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10553280 memory=288230613214036277 CPUtime=493.04 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) S 18682 18685 7968 0 -1 1077944384 66669 0 0 0 49072 232 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686898747920 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10553280 memory=15816711811106768 CPUtime=492 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) S 18682 18685 7968 0 -1 1077944384 83103 0 0 0 48941 259 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686897695376 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10553280 memory=1156 CPUtime=493.95 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) S 18682 18685 7968 0 -1 1077944384 82066 0 0 0 49153 242 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686896642320 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10553280 memory=3180 CPUtime=492.95 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) S 18682 18685 7968 0 -1 1077944384 37703 0 0 0 49058 237 0 0 20 0 15 0 16171469 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686895589776 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10553280 memory=8378240 CPUtime=34.81 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) R 18682 18685 7968 0 -1 4202560 104963 0 0 0 3473 8 0 0 20 0 15 0 16171470 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686452876608 140686936081275 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18693] ppid=18682 vsize=10553280 memory=302022848351043610 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18693/stat : 18693 (java) S 18682 18685 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 16171471 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686451824352 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18694] ppid=18682 vsize=10553280 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18694/stat : 18694 (java) S 18682 18685 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 16171471 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686450771200 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18695] ppid=18682 vsize=10553280 memory=15816711811106768 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18695/stat : 18695 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686449719760 140686957729691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18696] ppid=18682 vsize=10553280 memory=5520 CPUtime=2.88 cores=1,3,5,7
/proc/18685/task/18696/stat : 18696 (java) S 18682 18685 7968 0 -1 1077944384 9069 0 0 0 286 2 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686448666624 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18697] ppid=18682 vsize=10553280 memory=4612 CPUtime=2.87 cores=1,3,5,7
/proc/18685/task/18697/stat : 18697 (java) S 18682 18685 7968 0 -1 1077944384 9152 0 0 0 286 1 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686447614368 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18698] ppid=18682 vsize=10553280 memory=792 CPUtime=0.54 cores=1,3,5,7
/proc/18685/task/18698/stat : 18698 (java) S 18682 18685 7968 0 -1 1077944384 4056 0 0 0 53 1 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686446557696 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18699] ppid=18682 vsize=10553280 memory=8684 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18699/stat : 18699 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16171473 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686445508960 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18700] ppid=18682 vsize=10553280 memory=1440 CPUtime=0.38 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 501 0 0 0 20 18 0 0 20 0 15 0 16171479 10806558720 2094561 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 2284.79 s
Current children cumulated vsize: 10553280 KiB
Current children cumulated memory: 8378244 KiB

[startup+811.001 s]*
/proc/loadavg: 7.11 6.37 4.59 5/213 18954
/proc/meminfo: memFree=14857796/32770624 swapFree=67108860/67108860
[pid=18685] ppid=18682 vsize=10686560 memory=8379008 CPUtime=2284.86 cores=1,3,5,7
/proc/18685/stat : 18685 (java) S 18682 18685 7968 0 -1 1077944320 437718 0 0 0 227463 1023 0 0 20 0 16 0 16171459 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140721022545488 140686957711095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
/proc/18685/statm: 2671640 2094752 3188 1 0 2661055 0
[pid=18685/tid=18687] ppid=18682 vsize=10686560 memory=-8774313645642428999 CPUtime=271.3 cores=1,3,5,7
/proc/18685/task/18687/stat : 18687 (java) S 18682 18685 7968 0 -1 1077944384 38311 0 0 0 27104 26 0 0 20 0 16 0 16171468 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686961951776 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18688] ppid=18682 vsize=10686560 memory=4126316290023845779 CPUtime=493.04 cores=1,3,5,7
/proc/18685/task/18688/stat : 18688 (java) S 18682 18685 7968 0 -1 1077944384 66669 0 0 0 49072 232 0 0 20 0 16 0 16171469 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686898747920 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18689] ppid=18682 vsize=10686560 memory=-8388958495573027379 CPUtime=492 cores=1,3,5,7
/proc/18685/task/18689/stat : 18689 (java) S 18682 18685 7968 0 -1 1077944384 83103 0 0 0 48941 259 0 0 20 0 16 0 16171469 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686897695376 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18690] ppid=18682 vsize=10686560 memory=-8388958495573027379 CPUtime=493.95 cores=1,3,5,7
/proc/18685/task/18690/stat : 18690 (java) S 18682 18685 7968 0 -1 1077944384 82066 0 0 0 49153 242 0 0 20 0 16 0 16171469 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686896642320 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18691] ppid=18682 vsize=10686560 memory=-4695043397844034411 CPUtime=492.95 cores=1,3,5,7
/proc/18685/task/18691/stat : 18691 (java) S 18682 18685 7968 0 -1 1077944384 37703 0 0 0 49058 237 0 0 20 0 16 0 16171469 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686895589776 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18692] ppid=18682 vsize=10686560 memory=-2026666227646604569 CPUtime=34.83 cores=1,3,5,7
/proc/18685/task/18692/stat : 18692 (java) S 18682 18685 7968 0 -1 1077944384 104964 0 0 0 3475 8 0 0 20 0 16 0 16171470 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686452878064 140686957722242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18693] ppid=18682 vsize=10686560 memory=-2026666227646606628 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18693/stat : 18693 (java) S 18682 18685 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 16171471 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686451824352 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18694] ppid=18682 vsize=10686560 memory=4137282578176515228 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18694/stat : 18694 (java) S 18682 18685 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 16171471 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686450771200 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18695] ppid=18682 vsize=10686560 memory=6944656592455088490 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18695/stat : 18695 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16171473 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686449719760 140686957729691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18696] ppid=18682 vsize=10686560 memory=6944656592455359545 CPUtime=2.89 cores=1,3,5,7
/proc/18685/task/18696/stat : 18696 (java) S 18682 18685 7968 0 -1 1077944384 9241 0 0 0 287 2 0 0 20 0 16 0 16171473 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686448666864 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18697] ppid=18682 vsize=10686560 memory=7679927811743456362 CPUtime=2.88 cores=1,3,5,7
/proc/18685/task/18697/stat : 18697 (java) S 18682 18685 7968 0 -1 1077944384 9453 0 0 0 287 1 0 0 20 0 16 0 16171473 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686447614320 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18698] ppid=18682 vsize=10686560 memory=6944652027076318631 CPUtime=0.55 cores=1,3,5,7
/proc/18685/task/18698/stat : 18698 (java) S 18682 18685 7968 0 -1 1077944384 4259 0 0 0 54 1 0 0 20 0 16 0 16171473 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686446561264 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18699] ppid=18682 vsize=10686560 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18699/stat : 18699 (java) S 18682 18685 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16171473 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686445508960 140686957721301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18700] ppid=18682 vsize=10686560 memory=-7161732098442470212 CPUtime=0.38 cores=1,3,5,7
/proc/18685/task/18700/stat : 18700 (java) S 18682 18685 7968 0 -1 1077944384 501 0 0 0 20 18 0 0 20 0 16 0 16171479 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686444457008 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
[pid=18685/tid=18953] ppid=18682 vsize=10686560 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/18685/task/18953/stat : 18953 (java) S 18682 18685 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 16252544 10943037440 2094752 18446744073709551615 4194304 4196468 140721022562944 140686441305872 140686957722242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140721022566801 140721022566954 140721022566954 140721022570447 0
Current children cumulated CPU time: 2284.86 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8379008 KiB

Child status: 0
Real time (s): 811.084
CPU time (s): 2284.91
CPU user time (s): 2274.64
CPU system time (s): 10.2749
CPU usage (%): 281.711
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8379008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2274.64
system time used= 10.2749
maximum resident set size= 8379176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 437771
page faults= 0
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63364
involuntary context switches= 69707


# summary of solver processes directly reported to runsolver:
#   pid: 18685
#   total CPU time (s): 2284.91
#   total CPU user time (s): 2274.64
#   total CPU system time (s): 10.2749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.5861 second user time and 7.47223 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 13:00:51
IDJOB=4263223
IDBENCH=123924
IDSOLVER=2651
FILE ID=node128/4263223-1502622888
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62012 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sc-open/Bibd-sc-85-085-36-36-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263223-1502622888/watcher-4263223-1502622888 -o /tmp/evaluation-result-4263223-1502622888/solver-4263223-1502622888 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263223-1502622888.xml

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

MD5SUM BENCH= 6283987435144a6b5e9cf918aca30279
RANDOM SEED=1054870532

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27817912 kB
MemAvailable:   28399992 kB
Buffers:          133992 kB
Cached:           736032 kB
SwapCached:            0 kB
Active:          3870940 kB
Inactive:         664900 kB
Active(anon):    3666080 kB
Inactive(anon):    16764 kB
Active(file):     204860 kB
Inactive(file):   648136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             17944 kB
Writeback:             0 kB
AnonPages:       3665816 kB
Mapped:            45592 kB
Shmem:             17116 kB
Slab:             114216 kB
SReclaimable:      89836 kB
SUnreclaim:        24380 kB
KernelStack:        3536 kB
PageTables:        12804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4115172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3379200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62012 MiB
End job on node128 at 2017-08-13 13:14:22