Trace number 4289966

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1790.02 491.634

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-catfood_c18.xml
MD5SUM27271f0787f1d872c0f25c4abe418056
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.34491
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints29
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":49},{"size":1101,"count":7}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":42},{"degree":3,"count":14},{"degree":9,"count":7}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":14},{"arity":7,"count":8},{"arity":14,"count":7}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"ordered","count":1},{"type":"sum","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1537.11/425.75	Jul 22, 2018 1:54:26 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1537.11/425.75	INFO: Runtime exception
1537.11/425.75	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1537.11/425.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:140)
1537.11/425.75		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:598)
1537.11/425.75		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:385)
1537.11/425.75		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1537.11/425.75		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1537.11/425.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1537.11/425.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1537.11/425.75		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1537.11/425.75		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1537.11/425.75		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1537.11/425.75		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1537.11/425.75		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1537.11/425.75		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1537.11/425.75		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1537.11/425.75	Caused by: java.lang.reflect.InvocationTargetException
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		... 16 more
1537.11/425.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		... 20 more
1537.11/425.75	Caused by: java.lang.reflect.InvocationTargetException
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		... 21 more
1537.11/425.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		... 25 more
1537.11/425.75	Caused by: java.lang.reflect.InvocationTargetException
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		... 26 more
1537.11/425.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		... 30 more
1537.11/425.75	Caused by: java.lang.reflect.InvocationTargetException
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		... 31 more
1537.11/425.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		... 35 more
1537.11/425.75	Caused by: java.lang.reflect.InvocationTargetException
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		... 36 more
1537.11/425.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		... 40 more
1537.11/425.75	Caused by: java.lang.reflect.InvocationTargetException
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		... 41 more
1537.11/425.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		... 45 more
1537.11/425.75	Caused by: java.lang.reflect.InvocationTargetException
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		... 46 more
1537.11/425.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1537.11/425.75		... 50 more
1537.11/425.75	Caused by: java.lang.reflect.InvocationTargetException
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1537.11/425.75		... 50 more
1537.11/425.75	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.11/425.75		at java.lang.reflect.Method.invoke(Method.java:498)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1537.11/425.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1537.11/425.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1537.11/425.75	
1676.01/462.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1676.01/462.49	c This is free software under the dual EPL/GNU LGPL licenses.
1676.01/462.49	c See www.sat4j.org for details.
1676.01/462.49	c That software uses the Rhino library from the Mozilla project.
1676.01/462.49	c version 2.3.6-SNAPSHOT
1676.01/462.49	c java.runtime.name	Java(TM) SE Runtime Environment
1676.01/462.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1676.01/462.49	c java.vm.version	25.131-b11
1676.01/462.49	c java.vm.vendor	Oracle Corporation
1676.01/462.49	c sun.arch.data.model	64
1676.01/462.49	c java.version		1.8.0_131
1676.01/462.49	c os.name		Linux
1676.01/462.49	c os.version		3.10.0-514.16.1.el7.x86_64
1676.01/462.49	c os.arch		amd64
1676.01/462.49	c Free memory 		499604488
1676.01/462.49	c Max memory 		7247757312
1676.01/462.49	c Total memory 		504889344
1676.01/462.49	c Number of processors 	4
1676.01/462.49	c c --- Begin Solver configuration ---
1676.01/462.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1676.01/462.49	c Learn all clauses as in MiniSAT
1676.01/462.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1676.01/462.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1676.01/462.49	c No reason simplification
1676.01/462.49	c Glucose 2.1 dynamic restart strategy
1676.01/462.49	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
1676.01/462.49	c timeout=2147483s
1676.01/462.49	c DB Simplification allowed=false
1676.01/462.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1676.01/462.49	c --- End Solver configuration ---
1706.30/470.23	c starts		: 0
1736.35/477.93	c conflicts		: 0
1736.35/477.93	c decisions		: 0
1736.35/477.93	c propagations		: 0
1736.35/477.93	c inspects		: 0
1736.35/477.93	c shortcuts		: 0
1736.35/477.93	c learnt literals	: 0
1736.35/477.93	c learnt binary clauses	: 0
1736.35/477.93	c learnt ternary clauses	: 0
1736.35/477.93	c learnt constraints	: 0
1736.35/477.93	c ignored constraints	: 0
1736.35/477.93	c root simplifications	: 0
1736.35/477.93	c removed literals (reason simplification)	: 0
1736.35/477.93	c reason swapping (by a shorter reason)	: 0
1736.35/477.93	c Calls to reduceDB	: 0
1736.35/477.93	c Number of update (reduction) of LBD	: 0
1736.35/477.93	c Imported unit clauses	: 0
1736.35/477.93	c number of reductions to clauses (during analyze)	: 0
1766.45/485.69	c number of learned constraints concerned by reduction	: 0
1766.45/485.69	Exception in thread "Thread-1" c number of learning phase by resolution	: 0
1789.76/491.59	c number of learning phase by cutting planes	: 0
1789.76/491.59	c number of rounding to 1 operations	: 0
1789.76/491.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1789.76/491.59	c number of reductions of the coefficients by power 2 	: 0
1789.76/491.59	c number of right shift for reduction by power 2 	: 0
1789.76/491.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
1789.76/491.59	c number of ending skipping 	: 0
1789.76/491.59	c number of internal skipping 	: 0
1789.76/491.59	c number of derivation steps 	: 0
1789.76/491.59	c number of skipped derivation steps 	: 0
1789.76/491.59	java.lang.OutOfMemoryError: GC overhead limit exceededc number of remaining unassigned 	: 0
1789.76/491.59	
1789.76/491.59	c number of remaining assigned 	: 0
1789.76/491.59		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1789.76/491.59	c speed (assignments/second)	: 0.0
1789.76/491.59		at java.util.Hashtable.keys(Hashtable.java:257)
1789.76/491.59	c non guided choices	: 0
1789.76/491.59		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1789.76/491.59		at java.util.logging.LogManager.reset(LogManager.java:1327)
1789.76/491.59	s UNKNOWN
1789.76/491.59		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289966-1532216850/watcher-4289966-1532216850 -o /tmp/evaluation-result-4289966-1532216850/solver-4289966-1532216850 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28358 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289966-1532216850.xml 

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

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

solver pid=29192, runsolver pid=29189

[startup+0.100133 s]*
/proc/loadavg: 2.52 1.87 1.95 4/219 29207
/proc/meminfo: memFree=11367372/32770624 swapFree=67108860/67108860
[pid=29192] ppid=29189 vsize=10659012 memory=30088 CPUtime=0.13 cores=0,2,4,6
/proc/29192/stat : 29192 (java) S 29189 29192 26255 0 -1 1077944320 6595 0 0 0 11 2 0 0 20 0 15 0 39248179 10914828288 7522 33554432000 4194304 4196468 140727009436208 140727009418752 140147585928951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
/proc/29192/statm: 2664753 7522 2821 1 0 2627263 0
[pid=29192/tid=29194] ppid=29189 vsize=10659012 memory=-8773748148830243971 CPUtime=0.09 cores=0,2,4,6
/proc/29192/task/29194/stat : 29194 (java) R 29189 29192 26255 0 -1 4202560 4426 0 0 0 8 1 0 0 20 0 15 0 39248179 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147590133616 140147570009438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29195] ppid=29189 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29195/stat : 29195 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248180 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147538549904 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29196] ppid=29189 vsize=10659012 memory=139798146262656 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29196/stat : 29196 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248180 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147537497104 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29197] ppid=29189 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29197/stat : 29197 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248180 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147536444304 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29198] ppid=29189 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29198/stat : 29198 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248180 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147535391504 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10659012 memory=139798146262656 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248182 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147145791856 140147585940098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29200] ppid=29189 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29200/stat : 29200 (java) S 29189 29192 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39248182 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147144737824 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29201] ppid=29189 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29201/stat : 29201 (java) S 29189 29192 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39248182 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147143684976 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29202] ppid=29189 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29202/stat : 29202 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147142633296 140147585947547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29203] ppid=29189 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29203/stat : 29203 (java) S 29189 29192 26255 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 39248185 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147141581680 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29204] ppid=29189 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29204/stat : 29204 (java) R 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147140528880 140147585940098 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29205] ppid=29189 vsize=10659012 memory=139798146262656 CPUtime=0.02 cores=0,2,4,6
/proc/29192/task/29205/stat : 29205 (java) R 29189 29192 26255 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 39248185 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147139476080 140147585940098 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29206] ppid=29189 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29206/stat : 29206 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147138423520 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29207] ppid=29189 vsize=10659012 memory=139798146262656 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29207/stat : 29207 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248185 10914828288 7522 33554432000 4194304 4196468 140727009436208 140147137370800 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.210717 s]*
/proc/loadavg: 2.52 1.87 1.95 3/219 29207
/proc/meminfo: memFree=11356904/32770624 swapFree=67108860/67108860
[pid=29192] ppid=29189 vsize=10659012 memory=41532 CPUtime=0.34 cores=0,2,4,6
/proc/29192/stat : 29192 (java) S 29189 29192 26255 0 -1 1077944320 8039 0 0 0 31 3 0 0 20 0 15 0 39248179 10914828288 10383 33554432000 4194304 4196468 140727009436208 140727009418752 140147585928951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
/proc/29192/statm: 2664753 10383 2985 1 0 2627263 0
[pid=29192/tid=29194] ppid=29189 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29192/task/29194/stat : 29194 (java) R 29189 29192 26255 0 -1 4202560 5012 0 0 0 18 2 0 0 20 0 15 0 39248179 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147590164528 140147215676794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29195] ppid=29189 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29195/stat : 29195 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248180 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147538549904 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29196] ppid=29189 vsize=10659012 memory=288370174297974400 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29196/stat : 29196 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248180 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147537497104 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29197] ppid=29189 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29197/stat : 29197 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248180 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147536444304 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29198] ppid=29189 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29198/stat : 29198 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248180 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147535391504 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10659012 memory=139798146262656 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248182 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147145791856 140147585940098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29200] ppid=29189 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29200/stat : 29200 (java) S 29189 29192 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39248182 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147144737824 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29201] ppid=29189 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29201/stat : 29201 (java) S 29189 29192 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39248182 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147143684976 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29202] ppid=29189 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29202/stat : 29202 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147142633296 140147585947547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29203] ppid=29189 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29192/task/29203/stat : 29203 (java) S 29189 29192 26255 0 -1 1077944384 656 0 0 0 2 0 0 0 20 0 15 0 39248185 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147141581680 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29204] ppid=29189 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29192/task/29204/stat : 29204 (java) S 29189 29192 26255 0 -1 1077944384 315 0 0 0 1 0 0 0 20 0 15 0 39248185 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147140528880 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29205] ppid=29189 vsize=10659012 memory=139798146262656 CPUtime=0.07 cores=0,2,4,6
/proc/29192/task/29205/stat : 29205 (java) R 29189 29192 26255 0 -1 4202560 689 0 0 0 7 0 0 0 20 0 15 0 39248185 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147139476080 140147570009438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29206] ppid=29189 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29206/stat : 29206 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147138423520 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29207] ppid=29189 vsize=10659012 memory=139798146262656 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29207/stat : 29207 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248185 10914828288 10383 33554432000 4194304 4196468 140727009436208 140147137370800 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41532 KiB

[startup+0.310643 s]*
/proc/loadavg: 2.52 1.87 1.95 4/219 29207
/proc/meminfo: memFree=11349336/32770624 swapFree=67108860/67108860
[pid=29192] ppid=29189 vsize=10659088 memory=47280 CPUtime=0.5 cores=0,2,4,6
/proc/29192/stat : 29192 (java) S 29189 29192 26255 0 -1 1077944320 9023 0 0 0 47 3 0 0 20 0 15 0 39248179 10914906112 11820 33554432000 4194304 4196468 140727009436208 140727009418752 140147585928951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
/proc/29192/statm: 2664772 11820 3050 1 0 2627263 0
[pid=29192/tid=29194] ppid=29189 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/29192/task/29194/stat : 29194 (java) R 29189 29192 26255 0 -1 4202560 5809 0 0 0 27 2 0 0 20 0 15 0 39248179 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147590162624 140147585940886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29195] ppid=29189 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29195/stat : 29195 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248180 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147538549904 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29196] ppid=29189 vsize=10659088 memory=288370174297974400 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29196/stat : 29196 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248180 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147537497104 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29197] ppid=29189 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29197/stat : 29197 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248180 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147536444304 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29198] ppid=29189 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29198/stat : 29198 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248180 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147535391504 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10659088 memory=139798146262656 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39248182 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147145791856 140147585940098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29200] ppid=29189 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29200/stat : 29200 (java) S 29189 29192 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39248182 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147144737824 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29201] ppid=29189 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29201/stat : 29201 (java) S 29189 29192 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39248182 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147143684976 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29202] ppid=29189 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29202/stat : 29202 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147142633296 140147585947547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29203] ppid=29189 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29192/task/29203/stat : 29203 (java) S 29189 29192 26255 0 -1 1077944384 762 0 0 0 4 0 0 0 20 0 15 0 39248185 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147141581680 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29204] ppid=29189 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/29192/task/29204/stat : 29204 (java) S 29189 29192 26255 0 -1 1077944384 344 0 0 0 4 0 0 0 20 0 15 0 39248185 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147140528880 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29205] ppid=29189 vsize=10659088 memory=139798146262656 CPUtime=0.11 cores=0,2,4,6
/proc/29192/task/29205/stat : 29205 (java) S 29189 29192 26255 0 -1 1077944384 740 0 0 0 11 0 0 0 20 0 15 0 39248185 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147139476080 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29206] ppid=29189 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29206/stat : 29206 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147138423520 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29207] ppid=29189 vsize=10659088 memory=139798146262656 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29207/stat : 29207 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248185 10914906112 11820 33554432000 4194304 4196468 140727009436208 140147137370800 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47280 KiB

[startup+0.701611 s]
/proc/loadavg: 2.52 1.87 1.95 5/219 29207
/proc/meminfo: memFree=11320488/32770624 swapFree=67108860/67108860
[pid=29192] ppid=29189 vsize=10659088 memory=190920 CPUtime=1.51 cores=0,2,4,6
/proc/29192/stat : 29192 (java) S 29189 29192 26255 0 -1 1077944320 11795 0 0 0 142 9 0 0 20 0 15 0 39248179 10914906112 47730 33554432000 4194304 4196468 140727009436208 140727009418752 140147585928951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
/proc/29192/statm: 2664772 47730 3098 1 0 2627263 0
[pid=29192/tid=29194] ppid=29189 vsize=10659088 memory=1844 CPUtime=0.66 cores=0,2,4,6
/proc/29192/task/29194/stat : 29194 (java) S 29189 29192 26255 0 -1 1077944384 6085 0 0 0 62 4 0 0 20 0 15 0 39248179 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147590162384 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29195] ppid=29189 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29195/stat : 29195 (java) R 29189 29192 26255 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 39248180 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147538549904 140147570956825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29196] ppid=29189 vsize=10659088 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29196/stat : 29196 (java) R 29189 29192 26255 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 15 0 39248180 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147537497104 140147570956816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29197] ppid=29189 vsize=10659088 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29197/stat : 29197 (java) R 29189 29192 26255 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 15 0 39248180 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147536444504 140147570956834 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29198] ppid=29189 vsize=10659088 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29198/stat : 29198 (java) R 29189 29192 26255 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 39248180 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147535389312 140147570956825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10659088 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39248182 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147145790368 140147585939157 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29200] ppid=29189 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29200/stat : 29200 (java) S 29189 29192 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39248182 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147144737824 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29201] ppid=29189 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29201/stat : 29201 (java) S 29189 29192 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39248182 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147143684976 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29202] ppid=29189 vsize=10659088 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29202/stat : 29202 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147142633296 140147585947547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29203] ppid=29189 vsize=10659088 memory=6296683612537770333 CPUtime=0.28 cores=0,2,4,6
/proc/29192/task/29203/stat : 29203 (java) S 29189 29192 26255 0 -1 1077944384 1488 0 0 0 28 0 0 0 20 0 15 0 39248185 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147141581680 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29204] ppid=29189 vsize=10659088 memory=7595725831727968097 CPUtime=0.28 cores=0,2,4,6
/proc/29192/task/29204/stat : 29204 (java) S 29189 29192 26255 0 -1 1077944384 1254 0 0 0 28 0 0 0 20 0 15 0 39248185 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147140528880 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29205] ppid=29189 vsize=10659088 memory=7810487918915055718 CPUtime=0.2 cores=0,2,4,6
/proc/29192/task/29205/stat : 29205 (java) S 29189 29192 26255 0 -1 1077944384 1539 0 0 0 20 0 0 0 20 0 15 0 39248185 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147139476080 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29206] ppid=29189 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29206/stat : 29206 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39248185 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147138423520 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29207] ppid=29189 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29207/stat : 29207 (java) S 29189 29192 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39248185 10914906112 48242 33554432000 4194304 4196468 140727009436208 140147137370800 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 190920 KiB

[startup+1.50161 s]
/proc/loadavg: 2.52 1.87 1.95 6/219 29207
/proc/meminfo: memFree=11074296/32770624 swapFree=67108860/67108860
[pid=29192] ppid=29189 vsize=10659088 memory=559108 CPUtime=3.26 cores=0,2,4,6
/proc/29192/stat : 29192 (java) S 29189 29192 26255 0 -1 1077944320 12728 0 0 0 282 44 0 0 20 0 15 0 39248179 10914906112 139777 33554432000 4194304 4196468 140727009436208 140727009418752 140147585928951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
/proc/29192/statm: 2664772 139777 3128 1 0 2627263 0
[pid=29192/tid=29194] ppid=29189 vsize=10659088 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/29192/task/29194/stat : 29194 (java) S 29189 29192 26255 0 -1 1077944384 6159 0 0 0 107 7 0 0 20 0 15 0 39248179 10914906112 139777 33554432000 4194304 4196468 140727009436208 140147590162320 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29195] ppid=29189 vsize=10659088 memory=-6951259422114956437 CPUtime=0.32 cores=0,2,4,6
/proc/29192/task/29195/stat : 29195 (java) R 29189 29192 26255 0 -1 4202560 205 0 0 0 24 8 0 0 20 0 15 0 39248180 10914906112 139777 33554432000 4194304 4196468 140727009436208 140147538549904 140147579025652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29196] ppid=29189 vsize=10659088 memory=-6509546260019855295 CPUtime=0.32 cores=0,2,4,6
/proc/29192/task/29196/stat : 29196 (java) R 29189 29192 26255 0 -1 4202560 205 0 0 0 24 8 0 0 20 0 15 0 39248180 10914906112 139777 33554432000 4194304 4196468 140727009436208 140147537496992 140147570956825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29197] ppid=29189 vsize=10659088 memory=-7390251449858225344 CPUtime=0.31 cores=0,2,4,6
/proc/29192/task/29197/stat : 29197 (java) R 29189 29192 26255 0 -1 4202560 218 0 0 0 23 8 0 0 20 0 15 0 39248180 10914906112 139777 33554432000 4194304 4196468 140727009436208 140147536444504 140147570956825 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29198] ppid=29189 vsize=10659088 memory=4134692831991786133 CPUtime=0.32 cores=0,2,4,6
/proc/29192/task/29198/stat : 29198 (java) R 29189 29192 26255 0 -1 4202560 211 0 0 0 24 8 0 0 20 0 15 0 39248180 10914906112 139777 33554432000 4194304 4196468 140727009436208 140147535391704 140147579028651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39248182 10914906112 139777 33554432000 4194304 4196468 140727009436208 140147145790368 140147585939157 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0

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

/proc/29192/task/29198/stat : 29198 (java) R 29189 29192 26255 0 -1 4202560 58751 0 0 0 42766 214 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147535391704 140147570626703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10794416 memory=2324 CPUtime=26.45 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 73961 0 0 0 2641 4 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147145790176 140147585939157 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29200] ppid=29189 vsize=10794416 memory=1844 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29200/stat : 29200 (java) S 29189 29192 26255 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147144737888 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29201] ppid=29189 vsize=10794416 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29201/stat : 29201 (java) S 29189 29192 26255 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147143684992 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29202] ppid=29189 vsize=10794416 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29202/stat : 29202 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147142633296 140147585947547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29203] ppid=29189 vsize=10794416 memory=1956 CPUtime=0.29 cores=0,2,4,6
/proc/29192/task/29203/stat : 29203 (java) S 29189 29192 26255 0 -1 1077944384 1933 0 0 0 29 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147141581680 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29204] ppid=29189 vsize=10794416 memory=1204 CPUtime=0.31 cores=0,2,4,6
/proc/29192/task/29204/stat : 29204 (java) S 29189 29192 26255 0 -1 1077944384 1923 0 0 0 31 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147140528880 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29205] ppid=29189 vsize=10794416 memory=1240 CPUtime=0.23 cores=0,2,4,6
/proc/29192/task/29205/stat : 29205 (java) S 29189 29192 26255 0 -1 1077944384 2324 0 0 0 23 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147139476080 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29206] ppid=29189 vsize=10794416 memory=8808 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29206/stat : 29206 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147138423520 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29207] ppid=29189 vsize=10794416 memory=1788 CPUtime=0.29 cores=0,2,4,6
/proc/29192/task/29207/stat : 29207 (java) S 29189 29192 26255 0 -1 1077944384 661 0 0 0 17 12 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147137370800 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29225] ppid=29189 vsize=10794416 memory=644 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29225/stat : 29225 (java) S 29189 29192 26255 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 17 0 39290754 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147134176992 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29226] ppid=29189 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29226/stat : 29226 (java) S 29189 29192 26255 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 39290754 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147133124304 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
Current children cumulated CPU time: 1769.48 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8047712 KiB

[startup+489.602 s]
/proc/loadavg: 4.86 4.19 3.08 6/222 29306
/proc/meminfo: memFree=8381628/32770624 swapFree=67108860/67108860
[pid=29192] ppid=29189 vsize=10794416 memory=8047712 CPUtime=1782.23 cores=0,2,4,6
/proc/29192/stat : 29192 (java) S 29189 29192 26255 0 -1 1077944320 362991 0 0 0 177351 872 0 0 20 0 17 0 39248179 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140727009418752 140147585928951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
/proc/29192/statm: 2698604 2011928 3195 1 0 2661057 0
[pid=29192/tid=29194] ppid=29189 vsize=10794416 memory=4312 CPUtime=22.62 cores=0,2,4,6
/proc/29192/task/29194/stat : 29194 (java) S 29189 29192 26255 0 -1 1077944384 11756 0 0 0 2252 10 0 0 20 0 17 0 39248179 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147590169632 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29195] ppid=29189 vsize=10794416 memory=8047712 CPUtime=432.4 cores=0,2,4,6
/proc/29192/task/29195/stat : 29195 (java) R 29189 29192 26255 0 -1 4202560 64822 0 0 0 43032 208 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147538549792 140147570913952 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29196] ppid=29189 vsize=10794416 memory=8047712 CPUtime=433.92 cores=0,2,4,6
/proc/29192/task/29196/stat : 29196 (java) R 29189 29192 26255 0 -1 4202560 79852 0 0 0 43186 206 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147537497304 140147565955135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29197] ppid=29189 vsize=10794416 memory=8047696 CPUtime=432.61 cores=0,2,4,6
/proc/29192/task/29197/stat : 29197 (java) R 29189 29192 26255 0 -1 4202560 65227 0 0 0 43039 222 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147536444504 140147570879666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29198] ppid=29189 vsize=10794416 memory=8047696 CPUtime=433 cores=0,2,4,6
/proc/29192/task/29198/stat : 29198 (java) R 29189 29192 26255 0 -1 4202560 58851 0 0 0 43086 214 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147535391704 140147570879587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10794416 memory=8047696 CPUtime=26.45 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 73961 0 0 0 2641 4 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147145790176 140147585939157 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29200] ppid=29189 vsize=10794416 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29200/stat : 29200 (java) S 29189 29192 26255 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147144737888 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29201] ppid=29189 vsize=10794416 memory=8047696 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29201/stat : 29201 (java) S 29189 29192 26255 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147143684992 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29202] ppid=29189 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29202/stat : 29202 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147142633296 140147585947547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29203] ppid=29189 vsize=10794416 memory=8047700 CPUtime=0.29 cores=0,2,4,6
/proc/29192/task/29203/stat : 29203 (java) S 29189 29192 26255 0 -1 1077944384 1933 0 0 0 29 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147141581680 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29204] ppid=29189 vsize=10794416 memory=1956 CPUtime=0.31 cores=0,2,4,6
/proc/29192/task/29204/stat : 29204 (java) S 29189 29192 26255 0 -1 1077944384 1923 0 0 0 31 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147140528880 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29205] ppid=29189 vsize=10794416 memory=1204 CPUtime=0.23 cores=0,2,4,6
/proc/29192/task/29205/stat : 29205 (java) S 29189 29192 26255 0 -1 1077944384 2324 0 0 0 23 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147139476080 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29206] ppid=29189 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29206/stat : 29206 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147138423520 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29207] ppid=29189 vsize=10794416 memory=15872 CPUtime=0.3 cores=0,2,4,6
/proc/29192/task/29207/stat : 29207 (java) S 29189 29192 26255 0 -1 1077944384 661 0 0 0 18 12 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147137370800 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29225] ppid=29189 vsize=10794416 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29225/stat : 29225 (java) S 29189 29192 26255 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 17 0 39290754 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147134176992 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29226] ppid=29189 vsize=10794416 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29226/stat : 29226 (java) S 29189 29192 26255 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 39290754 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147133124304 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8047712 KiB

[startup+490.402 s]
/proc/loadavg: 4.86 4.19 3.08 6/222 29306
/proc/meminfo: memFree=8381504/32770624 swapFree=67108860/67108860
[pid=29192] ppid=29189 vsize=10794416 memory=8047712 CPUtime=1785.38 cores=0,2,4,6
/proc/29192/stat : 29192 (java) S 29189 29192 26255 0 -1 1077944320 362991 0 0 0 177666 872 0 0 20 0 17 0 39248179 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140727009418752 140147585928951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
/proc/29192/statm: 2698604 2011928 3195 1 0 2661057 0
[pid=29192/tid=29194] ppid=29189 vsize=10794416 memory=2324 CPUtime=22.62 cores=0,2,4,6
/proc/29192/task/29194/stat : 29194 (java) S 29189 29192 26255 0 -1 1077944384 11756 0 0 0 2252 10 0 0 20 0 17 0 39248179 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147590169632 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29195] ppid=29189 vsize=10794416 memory=8047712 CPUtime=433.18 cores=0,2,4,6
/proc/29192/task/29195/stat : 29195 (java) R 29189 29192 26255 0 -1 4202560 64822 0 0 0 43110 208 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147538550104 140147567538739 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29196] ppid=29189 vsize=10794416 memory=6944656575208382560 CPUtime=434.7 cores=0,2,4,6
/proc/29192/task/29196/stat : 29196 (java) R 29189 29192 26255 0 -1 4202560 79852 0 0 0 43264 206 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147537497304 140147570925565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29197] ppid=29189 vsize=10794416 memory=6791534058613427641 CPUtime=433.41 cores=0,2,4,6
/proc/29192/task/29197/stat : 29197 (java) R 29189 29192 26255 0 -1 4202560 65227 0 0 0 43119 222 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147536444504 140147570925355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29198] ppid=29189 vsize=10794416 memory=251 CPUtime=433.8 cores=0,2,4,6
/proc/29192/task/29198/stat : 29198 (java) R 29189 29192 26255 0 -1 4202560 58851 0 0 0 43166 214 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147535391392 140147570925375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10794416 memory=68 CPUtime=26.45 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 73961 0 0 0 2641 4 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147145790400 140147585939157 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29200] ppid=29189 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29200/stat : 29200 (java) S 29189 29192 26255 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147144737888 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29201] ppid=29189 vsize=10794416 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29201/stat : 29201 (java) S 29189 29192 26255 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147143684992 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29202] ppid=29189 vsize=10794416 memory=13996 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29202/stat : 29202 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147142633296 140147585947547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29203] ppid=29189 vsize=10794416 memory=1296 CPUtime=0.29 cores=0,2,4,6
/proc/29192/task/29203/stat : 29203 (java) S 29189 29192 26255 0 -1 1077944384 1933 0 0 0 29 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147141581680 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29204] ppid=29189 vsize=10794416 memory=2324 CPUtime=0.31 cores=0,2,4,6
/proc/29192/task/29204/stat : 29204 (java) S 29189 29192 26255 0 -1 1077944384 1923 0 0 0 31 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147140528880 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29205] ppid=29189 vsize=10794416 memory=1844 CPUtime=0.23 cores=0,2,4,6
/proc/29192/task/29205/stat : 29205 (java) S 29189 29192 26255 0 -1 1077944384 2324 0 0 0 23 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147139476080 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29206] ppid=29189 vsize=10794416 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29206/stat : 29206 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147138423520 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29207] ppid=29189 vsize=10794416 memory=4096 CPUtime=0.3 cores=0,2,4,6
/proc/29192/task/29207/stat : 29207 (java) S 29189 29192 26255 0 -1 1077944384 661 0 0 0 18 12 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147137370800 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29225] ppid=29189 vsize=10794416 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29225/stat : 29225 (java) S 29189 29192 26255 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 17 0 39290754 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147134176992 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29226] ppid=29189 vsize=10794416 memory=3220 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29226/stat : 29226 (java) S 29189 29192 26255 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 39290754 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147133124304 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
Current children cumulated CPU time: 1785.38 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8047712 KiB

[startup+491.202 s]
/proc/loadavg: 4.86 4.19 3.08 6/222 29306
/proc/meminfo: memFree=8381512/32770624 swapFree=67108860/67108860
[pid=29192] ppid=29189 vsize=10794416 memory=8047712 CPUtime=1788.57 cores=0,2,4,6
/proc/29192/stat : 29192 (java) S 29189 29192 26255 0 -1 1077944320 363110 0 0 0 177985 872 0 0 20 0 17 0 39248179 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140727009418752 140147585928951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
/proc/29192/statm: 2698604 2011928 3195 1 0 2661057 0
[pid=29192/tid=29194] ppid=29189 vsize=10794416 memory=8047696 CPUtime=22.62 cores=0,2,4,6
/proc/29192/task/29194/stat : 29194 (java) S 29189 29192 26255 0 -1 1077944384 11756 0 0 0 2252 10 0 0 20 0 17 0 39248179 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147590169632 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29195] ppid=29189 vsize=10794416 memory=928 CPUtime=433.97 cores=0,2,4,6
/proc/29192/task/29195/stat : 29195 (java) R 29189 29192 26255 0 -1 4202560 64822 0 0 0 43189 208 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147538550104 140147570925296 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29196] ppid=29189 vsize=10794416 memory=2244 CPUtime=435.5 cores=0,2,4,6
/proc/29192/task/29196/stat : 29196 (java) R 29189 29192 26255 0 -1 4202560 79970 0 0 0 43344 206 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147537497304 140147570925332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29197] ppid=29189 vsize=10794416 memory=8047712 CPUtime=434.21 cores=0,2,4,6
/proc/29192/task/29197/stat : 29197 (java) R 29189 29192 26255 0 -1 4202560 65227 0 0 0 43199 222 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147536444504 140147570925303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29198] ppid=29189 vsize=10794416 memory=8047712 CPUtime=434.6 cores=0,2,4,6
/proc/29192/task/29198/stat : 29198 (java) R 29189 29192 26255 0 -1 4202560 58851 0 0 0 43246 214 0 0 20 0 17 0 39248180 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147535391392 140147570386584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29199] ppid=29189 vsize=10794416 memory=8047700 CPUtime=26.45 cores=0,2,4,6
/proc/29192/task/29199/stat : 29199 (java) S 29189 29192 26255 0 -1 1077944384 73961 0 0 0 2641 4 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147145790400 140147585939157 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29200] ppid=29189 vsize=10794416 memory=13996 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29200/stat : 29200 (java) S 29189 29192 26255 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147144737888 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29201] ppid=29189 vsize=10794416 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29201/stat : 29201 (java) S 29189 29192 26255 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 39248182 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147143684992 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29202] ppid=29189 vsize=10794416 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29202/stat : 29202 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147142633296 140147585947547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29203] ppid=29189 vsize=10794416 memory=13996 CPUtime=0.29 cores=0,2,4,6
/proc/29192/task/29203/stat : 29203 (java) S 29189 29192 26255 0 -1 1077944384 1934 0 0 0 29 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147141581440 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29204] ppid=29189 vsize=10794416 memory=1296 CPUtime=0.31 cores=0,2,4,6
/proc/29192/task/29204/stat : 29204 (java) S 29189 29192 26255 0 -1 1077944384 1923 0 0 0 31 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147140528928 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29205] ppid=29189 vsize=10794416 memory=2324 CPUtime=0.23 cores=0,2,4,6
/proc/29192/task/29205/stat : 29205 (java) S 29189 29192 26255 0 -1 1077944384 2324 0 0 0 23 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147139476128 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29206] ppid=29189 vsize=10794416 memory=1844 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29206/stat : 29206 (java) S 29189 29192 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147138423520 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29207] ppid=29189 vsize=10794416 memory=796 CPUtime=0.3 cores=0,2,4,6
/proc/29192/task/29207/stat : 29207 (java) S 29189 29192 26255 0 -1 1077944384 661 0 0 0 18 12 0 0 20 0 17 0 39248185 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147137370800 140147585940098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29225] ppid=29189 vsize=10794416 memory=7380 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29225/stat : 29225 (java) S 29189 29192 26255 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 17 0 39290754 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147134176992 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
[pid=29192/tid=29226] ppid=29189 vsize=10794416 memory=840 CPUtime=0 cores=0,2,4,6
/proc/29192/task/29226/stat : 29226 (java) S 29189 29192 26255 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 39290754 11053481984 2011928 33554432000 4194304 4196468 140727009436208 140147133124304 140147585939157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140727009444977 140727009445129 140727009445129 140727009447887 0
Current children cumulated CPU time: 1788.57 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8047712 KiB

[startup+491.601 s]*
/proc/loadavg: 4.86 4.19 3.08 3/207 29306
/proc/meminfo: memFree=10745084/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 491.634
CPU time (s): 1790.02
CPU user time (s): 1781.25
CPU system time (s): 8.77274
CPU usage (%): 364.096
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8047712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.25
system time used= 8.77274
maximum resident set size= 8047784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363223
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34259
involuntary context switches= 20292


# summary of solver processes directly reported to runsolver:
#   pid: 29192
#   total CPU time (s): 1790.02
#   total CPU user time (s): 1781.25
#   total CPU system time (s): 8.77274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.8741 second user time and 4.91432 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 01:47:30
IDJOB=4289966
IDBENCH=141355
IDSOLVER=2742
FILE ID=node133/4289966-1532216850
RUNJOBID= node133-1532209713-28358
PBS_JOBID= 21018934
Free space on /tmp= 52632 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-catfood_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289966-1532216850/watcher-4289966-1532216850 -o /tmp/evaluation-result-4289966-1532216850/solver-4289966-1532216850 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28358 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289966-1532216850.xml

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

MD5SUM BENCH= 27271f0787f1d872c0f25c4abe418056
RANDOM SEED=582686904

node133.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.24
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.24
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.24
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.24
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:        11384032 kB
MemAvailable:   26150468 kB
Buffers:          218600 kB
Cached:         14627852 kB
SwapCached:            0 kB
Active:          6955944 kB
Inactive:       13723496 kB
Active(anon):    5835980 kB
Inactive(anon):    17024 kB
Active(file):    1119964 kB
Inactive(file): 13706472 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2584 kB
Writeback:             0 kB
AnonPages:       5840164 kB
Mapped:            46928 kB
Shmem:             17056 kB
Slab:             395620 kB
SReclaimable:     368460 kB
SUnreclaim:        27160 kB
KernelStack:        3552 kB
PageTables:        16624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7321960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4689920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52644 MiB
End job on node133 at 2018-07-22 01:55:42