Trace number 4262885

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1292.99 351.72198

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-7.xml
MD5SUM2ebe21d5d08c670f23069b27b9adbcc2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark8.3614998
Satisfiable
(Un)Satisfiability was proved
Number of variables4158
Number of constraints220
Number of domains11
Minimum domain size2
Maximum domain size20
Distribution of domain sizes[{"size":2,"count":792},{"size":3,"count":594},{"size":5,"count":198},{"size":8,"count":198},{"size":11,"count":198},{"size":12,"count":396},{"size":14,"count":396},{"size":17,"count":396},{"size":18,"count":198},{"size":19,"count":594},{"size":20,"count":198}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":4158}]
Minimum constraint arity21
Maximum constraint arity3960
Distribution of constraint arities[{"arity":21,"count":198},{"arity":198,"count":21},{"arity":3960,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":218}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262885-1502623183/watcher-4262885-1502623183 -o /tmp/evaluation-result-4262885-1502623183/solver-4262885-1502623183 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-748 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262885-1502623183.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=1313, runsolver pid=1310


[startup+0.100107 s]*
/proc/loadavg: 2.09 2.08 2.21 4/216 1328
/proc/meminfo: memFree=26292512/32770624 swapFree=67108860/67108860
[pid=1313] ppid=1310 vsize=10555400 memory=29924 CPUtime=0.12 cores=1,3,5,7
/proc/1313/stat : 1313 (java) S 1310 1313 30942 0 -1 1077944320 6546 0 0 0 11 1 0 0 20 0 15 0 95406130 10808729600 7481 33554432000 4194304 4196468 140726213590928 140726213573472 140622047104759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
/proc/1313/statm: 2638850 7481 2817 1 0 2627263 0
[pid=1313/tid=1315] ppid=1310 vsize=10555400 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/1313/task/1315/stat : 1315 (java) R 1310 1313 30942 0 -1 4202560 4381 0 0 0 8 1 0 0 20 0 15 0 95406131 10808729600 7481 33554432000 4194304 4196468 140726213590928 140622051316848 140622047126685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1316] ppid=1310 vsize=10555400 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1316/stat : 1316 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406132 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621999725584 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1317] ppid=1310 vsize=10555400 memory=140412151139937 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1317/stat : 1317 (java) S 1310 1313 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95406132 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621998673040 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1318] ppid=1310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1318/stat : 1318 (java) S 1310 1313 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95406132 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621997619984 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1319] ppid=1310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1319/stat : 1319 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406132 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621996567440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10555400 memory=140412151125632 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406133 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621606639856 140622047115906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1321] ppid=1310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1321/stat : 1321 (java) S 1310 1313 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95406134 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621605586080 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1322] ppid=1310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1322/stat : 1322 (java) S 1310 1313 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95406134 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621604532976 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1323] ppid=1310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1323/stat : 1323 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621603481552 140622047123355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1324] ppid=1310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1324/stat : 1324 (java) S 1310 1313 30942 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 95406136 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621602429680 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1325] ppid=1310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1325/stat : 1325 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621601377136 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1326] ppid=1310 vsize=10555400 memory=140412151125632 CPUtime=0.02 cores=1,3,5,7
/proc/1313/task/1326/stat : 1326 (java) R 1310 1313 30942 0 -1 4202560 382 0 0 0 2 0 0 0 20 0 15 0 95406136 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621600324080 140622026089424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1327] ppid=1310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1327/stat : 1327 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621599271776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1328] ppid=1310 vsize=10555400 memory=140412151125632 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1328/stat : 1328 (java) S 1310 1313 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95406136 10808729600 7481 33554432000 4194304 4196468 140726213590928 140621598218800 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29924 KiB

[startup+0.210658 s]*
/proc/loadavg: 2.09 2.08 2.21 3/216 1328
/proc/meminfo: memFree=26282500/32770624 swapFree=67108860/67108860
[pid=1313] ppid=1310 vsize=10555400 memory=39732 CPUtime=0.3 cores=1,3,5,7
/proc/1313/stat : 1313 (java) S 1310 1313 30942 0 -1 1077944320 8160 0 0 0 28 2 0 0 20 0 15 0 95406130 10808729600 9933 33554432000 4194304 4196468 140726213590928 140726213573472 140622047104759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
/proc/1313/statm: 2638850 9933 2957 1 0 2627263 0
[pid=1313/tid=1315] ppid=1310 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/1313/task/1315/stat : 1315 (java) R 1310 1313 30942 0 -1 4202560 5248 0 0 0 18 1 0 0 20 0 15 0 95406131 10808729600 9933 33554432000 4194304 4196468 140726213590928 140622051339440 140622031185246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1316] ppid=1310 vsize=10555400 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1316/stat : 1316 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406132 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621999725584 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1317] ppid=1310 vsize=10555400 memory=140412151139937 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1317/stat : 1317 (java) S 1310 1313 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95406132 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621998673040 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1318] ppid=1310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1318/stat : 1318 (java) S 1310 1313 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95406132 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621997619984 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1319] ppid=1310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1319/stat : 1319 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406132 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621996567440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10555400 memory=140412151125632 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406133 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621606639856 140622047115906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1321] ppid=1310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1321/stat : 1321 (java) S 1310 1313 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95406134 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621605586080 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1322] ppid=1310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1322/stat : 1322 (java) S 1310 1313 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95406134 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621604532976 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1323] ppid=1310 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1323/stat : 1323 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621603481552 140622047123355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1324] ppid=1310 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1313/task/1324/stat : 1324 (java) S 1310 1313 30942 0 -1 1077944384 541 0 0 0 1 0 0 0 20 0 15 0 95406136 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621602429680 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1325] ppid=1310 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1313/task/1325/stat : 1325 (java) S 1310 1313 30942 0 -1 1077944384 167 0 0 0 1 0 0 0 20 0 15 0 95406136 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621601377136 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1326] ppid=1310 vsize=10555400 memory=140412151125632 CPUtime=0.06 cores=1,3,5,7
/proc/1313/task/1326/stat : 1326 (java) R 1310 1313 30942 0 -1 4202560 867 0 0 0 6 0 0 0 20 0 15 0 95406136 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621600324080 140622047126106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1327] ppid=1310 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1327/stat : 1327 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621599271776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1328] ppid=1310 vsize=10555400 memory=140412151125632 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1328/stat : 1328 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406136 10808729600 9933 33554432000 4194304 4196468 140726213590928 140621598218800 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39732 KiB

[startup+0.310403 s]*
/proc/loadavg: 2.09 2.08 2.21 4/216 1328
/proc/meminfo: memFree=26273628/32770624 swapFree=67108860/67108860
[pid=1313] ppid=1310 vsize=10555476 memory=48376 CPUtime=0.51 cores=1,3,5,7
/proc/1313/stat : 1313 (java) S 1310 1313 30942 0 -1 1077944320 8879 0 0 0 49 2 0 0 20 0 15 0 95406130 10808807424 12094 33554432000 4194304 4196468 140726213590928 140726213573472 140622047104759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
/proc/1313/statm: 2638869 12094 3024 1 0 2627263 0
[pid=1313/tid=1315] ppid=1310 vsize=10555476 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1313/task/1315/stat : 1315 (java) R 1310 1313 30942 0 -1 4202560 5693 0 0 0 28 1 0 0 20 0 15 0 95406131 10808807424 12162 33554432000 4194304 4196468 140726213590928 140622051337664 140622031148389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1316] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1316/stat : 1316 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406132 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621999725584 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1317] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1317/stat : 1317 (java) S 1310 1313 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95406132 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621998673040 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1318] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1318/stat : 1318 (java) S 1310 1313 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95406132 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621997619984 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1319] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1319/stat : 1319 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406132 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621996567440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10555476 memory=280824020882672 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406133 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621606639856 140622047115906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1321] ppid=1310 vsize=10555476 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1321/stat : 1321 (java) S 1310 1313 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95406134 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621605586080 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1322] ppid=1310 vsize=10555476 memory=280824161583472 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1322/stat : 1322 (java) S 1310 1313 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95406134 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621604532976 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1323] ppid=1310 vsize=10555476 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1323/stat : 1323 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621603481552 140622047123355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1324] ppid=1310 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1313/task/1324/stat : 1324 (java) S 1310 1313 30942 0 -1 1077944384 653 0 0 0 5 0 0 0 20 0 15 0 95406136 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621602429680 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1325] ppid=1310 vsize=10555476 memory=49 CPUtime=0.04 cores=1,3,5,7
/proc/1313/task/1325/stat : 1325 (java) R 1310 1313 30942 0 -1 1077944384 232 0 0 0 4 0 0 0 20 0 15 0 95406136 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621601377136 140622047115906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1326] ppid=1310 vsize=10555476 memory=280824020841312 CPUtime=0.12 cores=1,3,5,7
/proc/1313/task/1326/stat : 1326 (java) R 1310 1313 30942 0 -1 4202560 952 0 0 0 12 0 0 0 20 0 15 0 95406136 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621600319840 140622031352070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1327] ppid=1310 vsize=10555476 memory=280824020738856 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1327/stat : 1327 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621599271776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1328] ppid=1310 vsize=10555476 memory=12 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1328/stat : 1328 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406136 10808807424 12162 33554432000 4194304 4196468 140726213590928 140621598218800 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48376 KiB

[startup+0.711475 s]
/proc/loadavg: 2.09 2.08 2.21 5/216 1328
/proc/meminfo: memFree=26094716/32770624 swapFree=67108860/67108860
[pid=1313] ppid=1310 vsize=10555476 memory=598352 CPUtime=1.68 cores=1,3,5,7
/proc/1313/stat : 1313 (java) S 1310 1313 30942 0 -1 1077944320 14125 0 0 0 153 15 0 0 20 0 15 0 95406130 10808807424 149588 33554432000 4194304 4196468 140726213590928 140726213573472 140622047104759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
/proc/1313/statm: 2638869 149588 3107 1 0 2627263 0
[pid=1313/tid=1315] ppid=1310 vsize=10555476 memory=1 CPUtime=0.63 cores=1,3,5,7
/proc/1313/task/1315/stat : 1315 (java) S 1310 1313 30942 0 -1 1077944384 6022 0 0 0 54 9 0 0 20 0 15 0 95406131 10808807424 149588 33554432000 4194304 4196468 140726213590928 140622051341728 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1316] ppid=1310 vsize=10555476 memory=414 CPUtime=0.01 cores=1,3,5,7
/proc/1313/task/1316/stat : 1316 (java) R 1310 1313 30942 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 95406132 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621999725584 140622047114965 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1317] ppid=1310 vsize=10555476 memory=55 CPUtime=0.03 cores=1,3,5,7
/proc/1313/task/1317/stat : 1317 (java) R 1310 1313 30942 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 15 0 95406132 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621998673240 140622032131961 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1318] ppid=1310 vsize=10555476 memory=280824020798240 CPUtime=0.04 cores=1,3,5,7
/proc/1313/task/1318/stat : 1318 (java) R 1310 1313 30942 0 -1 4202560 37 0 0 0 3 1 0 0 20 0 15 0 95406132 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621997619984 140622032132178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1319] ppid=1310 vsize=10555476 memory=3472468708238139232 CPUtime=0.02 cores=1,3,5,7
/proc/1313/task/1319/stat : 1319 (java) R 1310 1313 30942 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 15 0 95406132 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621996567440 140622031552720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10555476 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) S 1310 1313 30942 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 95406133 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621606638368 140622047114965 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1321] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1321/stat : 1321 (java) S 1310 1313 30942 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95406134 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621605586080 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1322] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1322/stat : 1322 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95406134 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621604532976 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1323] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1323/stat : 1323 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621603481552 140622047123355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1324] ppid=1310 vsize=10555476 memory=-7091624348563251104 CPUtime=0.34 cores=1,3,5,7
/proc/1313/task/1324/stat : 1324 (java) R 1310 1313 30942 0 -1 4202560 2892 0 0 0 34 0 0 0 20 0 15 0 95406136 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621602415560 140622026364452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1325] ppid=1310 vsize=10555476 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/1313/task/1325/stat : 1325 (java) S 1310 1313 30942 0 -1 1077944384 2347 0 0 0 32 0 0 0 20 0 15 0 95406136 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621601362128 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1326] ppid=1310 vsize=10555476 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/1313/task/1326/stat : 1326 (java) S 1310 1313 30942 0 -1 1077944384 1168 0 0 0 21 0 0 0 20 0 15 0 95406136 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621600324080 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1327] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1327/stat : 1327 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95406136 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621599271776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1328] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1328/stat : 1328 (java) S 1310 1313 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95406136 10808807424 149588 33554432000 4194304 4196468 140726213590928 140621598218800 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 598352 KiB

[startup+1.50074 s]
/proc/loadavg: 2.09 2.08 2.21 3/216 1328
/proc/meminfo: memFree=25721000/32770624 swapFree=67108860/67108860
[pid=1313] ppid=1310 vsize=10555476 memory=825308 CPUtime=4.14 cores=1,3,5,7
/proc/1313/stat : 1313 (java) S 1310 1313 30942 0 -1 1077944320 15362 0 0 0 370 44 0 0 20 0 15 0 95406130 10808807424 206327 33554432000 4194304 4196468 140726213590928 140726213573472 140622047104759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
/proc/1313/statm: 2638869 206327 3122 1 0 2627263 0
[pid=1313/tid=1315] ppid=1310 vsize=10555476 memory=7090988413152880236 CPUtime=1.16 cores=1,3,5,7
/proc/1313/task/1315/stat : 1315 (java) R 1310 1313 30942 0 -1 4202560 6111 0 0 0 107 9 0 0 20 0 15 0 95406131 10808807424 206327 33554432000 4194304 4196468 140726213590928 140622051248848 140622033172844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1316] ppid=1310 vsize=10555476 memory=5793975931049693799 CPUtime=0.26 cores=1,3,5,7
/proc/1313/task/1316/stat : 1316 (java) S 1310 1313 30942 0 -1 1077944384 127 0 0 0 19 7 0 0 20 0 15 0 95406132 10808807424 206327 33554432000 4194304 4196468 140726213590928 140621999725584 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1317] ppid=1310 vsize=10555476 memory=8 CPUtime=0.29 cores=1,3,5,7
/proc/1313/task/1317/stat : 1317 (java) S 1310 1313 30942 0 -1 1077944384 145 0 0 0 21 8 0 0 20 0 15 0 95406132 10808807424 206327 33554432000 4194304 4196468 140726213590928 140621998673040 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1318] ppid=1310 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/1313/task/1318/stat : 1318 (java) S 1310 1313 30942 0 -1 1077944384 144 0 0 0 22 8 0 0 20 0 15 0 95406132 10808807424 206327 33554432000 4194304 4196468 140726213590928 140621997619984 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1319] ppid=1310 vsize=10555476 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/1313/task/1319/stat : 1319 (java) S 1310 1313 30942 0 -1 1077944384 142 0 0 0 21 7 0 0 20 0 15 0 95406132 10808807424 206327 33554432000 4194304 4196468 140726213590928 140621996567440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) S 1310 1313 30942 0 -1 1077944384 573 0 0 0 0 0 0 0 20 0 15 0 95406133 10808807424 206327 33554432000 4194304 4196468 140726213590928 140621606639856 140622047115906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0

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

/proc/1313/task/1319/stat : 1319 (java) R 1310 1313 30942 0 -1 4202560 372108 0 0 0 31073 187 0 0 20 0 17 0 95406132 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621996567248 140622039732967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10690804 memory=1228 CPUtime=19.18 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) S 1310 1313 30942 0 -1 1077944384 68717 0 0 0 1914 4 0 0 20 0 17 0 95406133 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621606638400 140622047114965 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1321] ppid=1310 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1321/stat : 1321 (java) S 1310 1313 30942 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95406134 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621605586048 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1322] ppid=1310 vsize=10690804 memory=27488 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1322/stat : 1322 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95406134 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621604532976 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1323] ppid=1310 vsize=10690804 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1323/stat : 1323 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621603481552 140622047123355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1324] ppid=1310 vsize=10690804 memory=2428 CPUtime=1.53 cores=1,3,5,7
/proc/1313/task/1324/stat : 1324 (java) S 1310 1313 30942 0 -1 1077944384 8356 0 0 0 152 1 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621602429776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1325] ppid=1310 vsize=10690804 memory=8112282956445269571 CPUtime=0.95 cores=1,3,5,7
/proc/1313/task/1325/stat : 1325 (java) S 1310 1313 30942 0 -1 1077944384 5735 0 0 0 94 1 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621601377232 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1326] ppid=1310 vsize=10690804 memory=1944 CPUtime=0.29 cores=1,3,5,7
/proc/1313/task/1326/stat : 1326 (java) S 1310 1313 30942 0 -1 1077944384 2443 0 0 0 29 0 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621600323840 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1327] ppid=1310 vsize=10690804 memory=8334280 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1327/stat : 1327 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621599271776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1328] ppid=1310 vsize=10690804 memory=1228 CPUtime=0.24 cores=1,3,5,7
/proc/1313/task/1328/stat : 1328 (java) S 1310 1313 30942 0 -1 1077944384 847 0 0 0 15 9 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621598218800 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1343] ppid=1310 vsize=10690804 memory=5428 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1343/stat : 1343 (java) S 1310 1313 30942 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 95438956 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621595065776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1344] ppid=1310 vsize=10690804 memory=4624 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1344/stat : 1344 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95438956 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621594011280 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
Current children cumulated CPU time: 1283.67 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8334280 KiB

[startup+350.401 s]
/proc/loadavg: 4.95 3.98 3.01 6/219 1344
/proc/meminfo: memFree=17756440/32770624 swapFree=67108860/67108860
[pid=1313] ppid=1310 vsize=10690804 memory=8334280 CPUtime=1289.86 cores=1,3,5,7
/proc/1313/stat : 1313 (java) S 1310 1313 30942 0 -1 1077944320 1237407 0 0 0 128229 757 0 0 20 0 17 0 95406130 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140726213573472 140622047104759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
/proc/1313/statm: 2672701 2083570 3189 1 0 2661057 0
[pid=1313/tid=1315] ppid=1310 vsize=10690804 memory=4108 CPUtime=12.5 cores=1,3,5,7
/proc/1313/task/1315/stat : 1315 (java) S 1310 1313 30942 0 -1 1077944384 14932 0 0 0 1230 20 0 0 20 0 17 0 95406131 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140622051345440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1316] ppid=1310 vsize=10690804 memory=27488 CPUtime=313.74 cores=1,3,5,7
/proc/1313/task/1316/stat : 1316 (java) R 1310 1313 30942 0 -1 4202560 251280 0 0 0 31200 174 0 0 20 0 17 0 95406132 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621999725704 140622039732967 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1317] ppid=1310 vsize=10690804 memory=8112282956445269571 CPUtime=313.52 cores=1,3,5,7
/proc/1313/task/1317/stat : 1317 (java) R 1310 1313 30942 0 -1 4202560 292643 0 0 0 31163 189 0 0 20 0 17 0 95406132 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621998673240 140622028714425 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1318] ppid=1310 vsize=10690804 memory=6760 CPUtime=313.66 cores=1,3,5,7
/proc/1313/task/1318/stat : 1318 (java) R 1310 1313 30942 0 -1 4202560 218904 0 0 0 31193 173 0 0 20 0 17 0 95406132 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621997620104 140622039732967 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1319] ppid=1310 vsize=10690804 memory=840 CPUtime=314.14 cores=1,3,5,7
/proc/1313/task/1319/stat : 1319 (java) R 1310 1313 30942 0 -1 4202560 372108 0 0 0 31226 188 0 0 20 0 17 0 95406132 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621996567248 140622039732967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10690804 memory=1692 CPUtime=19.18 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) S 1310 1313 30942 0 -1 1077944384 68717 0 0 0 1914 4 0 0 20 0 17 0 95406133 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621606638400 140622047114965 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1321] ppid=1310 vsize=10690804 memory=912 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1321/stat : 1321 (java) S 1310 1313 30942 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95406134 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621605586048 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1322] ppid=1310 vsize=10690804 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1322/stat : 1322 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95406134 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621604532976 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1323] ppid=1310 vsize=10690804 memory=27488 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1323/stat : 1323 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621603481552 140622047123355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1324] ppid=1310 vsize=10690804 memory=1292 CPUtime=1.53 cores=1,3,5,7
/proc/1313/task/1324/stat : 1324 (java) S 1310 1313 30942 0 -1 1077944384 8356 0 0 0 152 1 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621602429776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1325] ppid=1310 vsize=10690804 memory=2428 CPUtime=0.95 cores=1,3,5,7
/proc/1313/task/1325/stat : 1325 (java) S 1310 1313 30942 0 -1 1077944384 5735 0 0 0 94 1 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621601377232 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1326] ppid=1310 vsize=10690804 memory=1732 CPUtime=0.29 cores=1,3,5,7
/proc/1313/task/1326/stat : 1326 (java) S 1310 1313 30942 0 -1 1077944384 2443 0 0 0 29 0 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621600323840 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1327] ppid=1310 vsize=10690804 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1327/stat : 1327 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621599271776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1328] ppid=1310 vsize=10690804 memory=1700 CPUtime=0.24 cores=1,3,5,7
/proc/1313/task/1328/stat : 1328 (java) S 1310 1313 30942 0 -1 1077944384 847 0 0 0 15 9 0 0 20 0 17 0 95406136 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621598218800 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1343] ppid=1310 vsize=10690804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1343/stat : 1343 (java) S 1310 1313 30942 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 95438956 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621595065776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1344] ppid=1310 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1344/stat : 1344 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95438956 10947383296 2083570 33554432000 4194304 4196468 140726213590928 140621594011280 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
Current children cumulated CPU time: 1289.86 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8334280 KiB

[startup+351.201 s]
/proc/loadavg: 4.95 3.98 3.01 6/219 1344
/proc/meminfo: memFree=17756440/32770624 swapFree=67108860/67108860
[pid=1313] ppid=1310 vsize=10690804 memory=8334292 CPUtime=1292.46 cores=1,3,5,7
/proc/1313/stat : 1313 (java) S 1310 1313 30942 0 -1 1077944320 1237535 0 0 0 128488 758 0 0 20 0 17 0 95406130 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140726213573472 140622047104759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
/proc/1313/statm: 2672701 2083573 3189 1 0 2661057 0
[pid=1313/tid=1315] ppid=1310 vsize=10690804 memory=8334280 CPUtime=12.5 cores=1,3,5,7
/proc/1313/task/1315/stat : 1315 (java) S 1310 1313 30942 0 -1 1077944384 14932 0 0 0 1230 20 0 0 20 0 17 0 95406131 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140622051345440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1316] ppid=1310 vsize=10690804 memory=8112282956445269571 CPUtime=314.35 cores=1,3,5,7
/proc/1313/task/1316/stat : 1316 (java) S 1310 1313 30942 0 -1 1077944384 251280 0 0 0 31260 175 0 0 20 0 17 0 95406132 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621999725584 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1317] ppid=1310 vsize=10690804 memory=3244 CPUtime=314.15 cores=1,3,5,7
/proc/1313/task/1317/stat : 1317 (java) S 1310 1313 30942 0 -1 1077944384 292643 0 0 0 31226 189 0 0 20 0 17 0 95406132 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621998673040 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1318] ppid=1310 vsize=10690804 memory=1024348 CPUtime=314.25 cores=1,3,5,7
/proc/1313/task/1318/stat : 1318 (java) S 1310 1313 30942 0 -1 1077944384 218904 0 0 0 31252 173 0 0 20 0 17 0 95406132 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621997619984 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1319] ppid=1310 vsize=10690804 memory=1160 CPUtime=314.75 cores=1,3,5,7
/proc/1313/task/1319/stat : 1319 (java) S 1310 1313 30942 0 -1 1077944384 372108 0 0 0 31287 188 0 0 20 0 17 0 95406132 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621996567440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10690804 memory=3216 CPUtime=19.35 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) R 1310 1313 30942 0 -1 4202560 68845 0 0 0 1931 4 0 0 20 0 17 0 95406133 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621606638400 140622032101140 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1321] ppid=1310 vsize=10690804 memory=8334280 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1321/stat : 1321 (java) S 1310 1313 30942 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95406134 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621605586048 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1322] ppid=1310 vsize=10690804 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1322/stat : 1322 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95406134 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621604532976 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1323] ppid=1310 vsize=10690804 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1323/stat : 1323 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621603481552 140622047123355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1324] ppid=1310 vsize=10690804 memory=27488 CPUtime=1.53 cores=1,3,5,7
/proc/1313/task/1324/stat : 1324 (java) S 1310 1313 30942 0 -1 1077944384 8356 0 0 0 152 1 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621602429776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1325] ppid=1310 vsize=10690804 memory=1292 CPUtime=0.95 cores=1,3,5,7
/proc/1313/task/1325/stat : 1325 (java) S 1310 1313 30942 0 -1 1077944384 5735 0 0 0 94 1 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621601377232 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1326] ppid=1310 vsize=10690804 memory=2428 CPUtime=0.29 cores=1,3,5,7
/proc/1313/task/1326/stat : 1326 (java) S 1310 1313 30942 0 -1 1077944384 2443 0 0 0 29 0 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621600323840 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1327] ppid=1310 vsize=10690804 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1327/stat : 1327 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621599271776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1328] ppid=1310 vsize=10690804 memory=1944 CPUtime=0.24 cores=1,3,5,7
/proc/1313/task/1328/stat : 1328 (java) S 1310 1313 30942 0 -1 1077944384 847 0 0 0 15 9 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621598218800 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1343] ppid=1310 vsize=10690804 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1343/stat : 1343 (java) S 1310 1313 30942 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 95438956 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621595065776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1344] ppid=1310 vsize=10690804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1344/stat : 1344 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95438956 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621594011280 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
Current children cumulated CPU time: 1292.46 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8334292 KiB

[startup+351.601 s]
/proc/loadavg: 4.95 3.98 3.01 6/219 1344
/proc/meminfo: memFree=17756440/32770624 swapFree=67108860/67108860
[pid=1313] ppid=1310 vsize=10690804 memory=8334292 CPUtime=1292.86 cores=1,3,5,7
/proc/1313/stat : 1313 (java) S 1310 1313 30942 0 -1 1077944320 1237535 0 0 0 128528 758 0 0 20 0 17 0 95406130 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140726213573472 140622047104759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
/proc/1313/statm: 2672701 2083573 3189 1 0 2661057 0
[pid=1313/tid=1315] ppid=1310 vsize=10690804 memory=8112282956445269571 CPUtime=12.5 cores=1,3,5,7
/proc/1313/task/1315/stat : 1315 (java) S 1310 1313 30942 0 -1 1077944384 14932 0 0 0 1230 20 0 0 20 0 17 0 95406131 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140622051345440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1316] ppid=1310 vsize=10690804 memory=2560 CPUtime=314.35 cores=1,3,5,7
/proc/1313/task/1316/stat : 1316 (java) S 1310 1313 30942 0 -1 1077944384 251280 0 0 0 31260 175 0 0 20 0 17 0 95406132 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621999725584 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1317] ppid=1310 vsize=10690804 memory=16444 CPUtime=314.15 cores=1,3,5,7
/proc/1313/task/1317/stat : 1317 (java) S 1310 1313 30942 0 -1 1077944384 292643 0 0 0 31226 189 0 0 20 0 17 0 95406132 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621998673040 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1318] ppid=1310 vsize=10690804 memory=4052 CPUtime=314.25 cores=1,3,5,7
/proc/1313/task/1318/stat : 1318 (java) S 1310 1313 30942 0 -1 1077944384 218904 0 0 0 31252 173 0 0 20 0 17 0 95406132 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621997619984 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1319] ppid=1310 vsize=10690804 memory=15624 CPUtime=314.75 cores=1,3,5,7
/proc/1313/task/1319/stat : 1319 (java) S 1310 1313 30942 0 -1 1077944384 372108 0 0 0 31287 188 0 0 20 0 17 0 95406132 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621996567440 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1320] ppid=1310 vsize=10690804 memory=1236 CPUtime=19.75 cores=1,3,5,7
/proc/1313/task/1320/stat : 1320 (java) R 1310 1313 30942 0 -1 4202560 68845 0 0 0 1971 4 0 0 20 0 17 0 95406133 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621606638400 140622031562350 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1321] ppid=1310 vsize=10690804 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1321/stat : 1321 (java) S 1310 1313 30942 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95406134 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621605586048 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1322] ppid=1310 vsize=10690804 memory=640 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1322/stat : 1322 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95406134 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621604532976 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1323] ppid=1310 vsize=10690804 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1323/stat : 1323 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621603481552 140622047123355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1324] ppid=1310 vsize=10690804 memory=1160 CPUtime=1.53 cores=1,3,5,7
/proc/1313/task/1324/stat : 1324 (java) S 1310 1313 30942 0 -1 1077944384 8356 0 0 0 152 1 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621602429776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1325] ppid=1310 vsize=10690804 memory=8334280 CPUtime=0.95 cores=1,3,5,7
/proc/1313/task/1325/stat : 1325 (java) S 1310 1313 30942 0 -1 1077944384 5735 0 0 0 94 1 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621601377232 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1326] ppid=1310 vsize=10690804 memory=10588 CPUtime=0.29 cores=1,3,5,7
/proc/1313/task/1326/stat : 1326 (java) S 1310 1313 30942 0 -1 1077944384 2443 0 0 0 29 0 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621600323840 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1327] ppid=1310 vsize=10690804 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1327/stat : 1327 (java) S 1310 1313 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621599271776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1328] ppid=1310 vsize=10690804 memory=15872 CPUtime=0.24 cores=1,3,5,7
/proc/1313/task/1328/stat : 1328 (java) S 1310 1313 30942 0 -1 1077944384 847 0 0 0 15 9 0 0 20 0 17 0 95406136 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621598218800 140622047115906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1343] ppid=1310 vsize=10690804 memory=2628 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1343/stat : 1343 (java) S 1310 1313 30942 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 95438956 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621595065776 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
[pid=1313/tid=1344] ppid=1310 vsize=10690804 memory=2560 CPUtime=0 cores=1,3,5,7
/proc/1313/task/1344/stat : 1344 (java) S 1310 1313 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95438956 10947383296 2083573 33554432000 4194304 4196468 140726213590928 140621594011280 140622047114965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29495296 140726213596294 140726213596447 140726213596447 140726213599183 0
Current children cumulated CPU time: 1292.86 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8334292 KiB

[startup+351.712 s]*
/proc/loadavg: 4.95 3.98 3.01 3/204 1344
/proc/meminfo: memFree=25743596/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): 351.722
CPU time (s): 1292.99
CPU user time (s): 1285.35
CPU system time (s): 7.64226
CPU usage (%): 367.618
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8341180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1285.35
system time used= 7.64226
maximum resident set size= 8341180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1237608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24815
involuntary context switches= 14871


# summary of solver processes directly reported to runsolver:
#   pid: 1313
#   total CPU time (s): 1292.99
#   total CPU user time (s): 1285.35
#   total CPU system time (s): 7.64226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07339 second user time and 3.50962 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 13:05:25
IDJOB=4262885
IDBENCH=124179
IDSOLVER=2651
FILE ID=node114/4262885-1502623183
RUNJOBID= node114-1502619125-748
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

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

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

MD5SUM BENCH= 2ebe21d5d08c670f23069b27b9adbcc2
RANDOM SEED=920680739

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26310668 kB
MemAvailable:   31193112 kB
Buffers:          147040 kB
Cached:          5025708 kB
SwapCached:            0 kB
Active:          1180448 kB
Inactive:        4845660 kB
Active(anon):     856108 kB
Inactive(anon):    25036 kB
Active(file):     324340 kB
Inactive(file):  4820624 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:        859364 kB
Mapped:            55088 kB
Shmem:             25224 kB
Slab:             131692 kB
SReclaimable:     106632 kB
SUnreclaim:        25060 kB
KernelStack:        3552 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2210888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 13:11:16