Trace number 4243863

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1681.02 460.32199

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex07180.xml
MD5SUMe350026a89cfa709a4f565894b0c8a5a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.92453498
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243863-1502100596/watcher-4243863-1502100596 -o /tmp/evaluation-result-4243863-1502100596/solver-4243863-1502100596 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243863-1502100596.xml 

pid=30517
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.20 6.97 5.31 5/199 30520
/proc/meminfo: memFree=23242620/32770624 swapFree=0/365840
[pid=30520] ppid=30517 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30520/stat : 30520 (runsolver) D 30517 30520 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 51970582 24240128 106 18446744073709551615 4194304 4338465 140732977817296 140732977814936 140249408029399 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 9232384 140732977819783 140732977820233 140732977820233 140732977823690 0
/proc/30520/statm: 5918 106 53 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 7.20 6.97 5.31 5/199 30520
/proc/meminfo: memFree=23242620/32770624 swapFree=0/365840
[pid=30520] ppid=30517 vsize=356952 CPUtime=0 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 1739 0 0 0 0 0 0 0 20 0 2 0 51970582 365518848 1900 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 89238 1900 1052 1 0 79208 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200311 s]
/proc/loadavg: 7.20 6.97 5.31 5/199 30520
/proc/meminfo: memFree=23242620/32770624 swapFree=0/365840
[pid=30520] ppid=30517 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 4800 0 0 0 4 1 0 0 20 0 14 0 51970582 10736119808 5843 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2621123 5843 2573 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.305234 s]
/proc/loadavg: 7.20 6.97 5.31 5/199 30520
/proc/meminfo: memFree=23242620/32770624 swapFree=0/365840
[pid=30520] ppid=30517 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 8167 0 0 0 19 3 0 0 20 0 15 0 51970582 10804383744 8946 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2637789 8946 2868 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.700241 s]
/proc/loadavg: 7.20 6.97 5.31 5/199 30520
/proc/meminfo: memFree=23242620/32770624 swapFree=0/365840
[pid=30520] ppid=30517 vsize=10551232 CPUtime=1.28 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 13242 0 0 0 123 5 0 0 20 0 15 0 51970582 10804461568 30235 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2637808 30235 3055 1 0 2627261 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 10551232

[startup+1.5007 s]
/proc/loadavg: 7.20 6.97 5.31 8/214 30535
/proc/meminfo: memFree=23003588/32770624 swapFree=0/365624
[pid=30520] ppid=30517 vsize=10551232 CPUtime=3.22 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 15241 0 0 0 286 36 0 0 20 0 15 0 51970582 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2637808 178529 3091 1 0 2627261 0
[pid=30520/tid=30522] ppid=30517 vsize=10551232 CPUtime=1.11 cores=1,3,5,7
/proc/30520/task/30522/stat : 30522 (java) R 30517 30520 12906 0 -1 4202560 7867 0 0 0 102 9 0 0 20 0 15 0 51970592 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476845798512 140476827629966 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30523] ppid=30517 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/30520/task/30523/stat : 30523 (java) S 30517 30520 12906 0 -1 1077944384 242 0 0 0 16 6 0 0 20 0 15 0 51970593 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476771982480 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30524] ppid=30517 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/30520/task/30524/stat : 30524 (java) S 30517 30520 12906 0 -1 1077944384 175 0 0 0 16 5 0 0 20 0 15 0 51970593 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476451646480 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30525] ppid=30517 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/30520/task/30525/stat : 30525 (java) S 30517 30520 12906 0 -1 1077944384 337 0 0 0 15 6 0 0 20 0 15 0 51970593 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476450593680 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30526] ppid=30517 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) S 30517 30520 12906 0 -1 1077944384 302 0 0 0 16 6 0 0 20 0 15 0 51970593 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476449540880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30527] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30527/stat : 30527 (java) S 30517 30520 12906 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 51970594 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476338149744 140476841572994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30528] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30528/stat : 30528 (java) S 30517 30520 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51970594 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476337095712 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30529] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30529/stat : 30529 (java) S 30517 30520 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51970595 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476336042864 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30530] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30530/stat : 30530 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51970597 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476334991184 140476841580443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30531] ppid=30517 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/30520/task/30531/stat : 30531 (java) S 30517 30520 12906 0 -1 1077944384 1901 0 0 0 45 0 0 0 20 0 15 0 51970597 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476333939568 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30532] ppid=30517 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/30520/task/30532/stat : 30532 (java) S 30517 30520 12906 0 -1 1077944384 1176 0 0 0 45 0 0 0 20 0 15 0 51970597 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476332886768 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30533] ppid=30517 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/30520/task/30533/stat : 30533 (java) R 30517 30520 12906 0 -1 4202560 1676 0 0 0 28 0 0 0 20 0 15 0 51970597 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476331833968 140476841583194 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30534] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30534/stat : 30534 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51970597 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476330781408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30535] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30535/stat : 30535 (java) S 30517 30520 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51970603 10804461568 178529 18446744073709551615 4194304 4196468 140727812687328 140476329728688 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 10551232

[startup+3.10064 s]
/proc/loadavg: 7.20 6.97 5.31 6/214 30535
/proc/meminfo: memFree=21759596/32770624 swapFree=0/365624
[pid=30520] ppid=30517 vsize=10551232 CPUtime=7.01 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 19908 0 0 0 601 100 0 0 20 0 15 0 51970582 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2637808 647395 3093 1 0 2627261 0
[pid=30520/tid=30522] ppid=30517 vsize=10551232 CPUtime=1.97 cores=1,3,5,7
/proc/30520/task/30522/stat : 30522 (java) S 30517 30520 12906 0 -1 1077944384 8873 0 0 0 170 27 0 0 20 0 15 0 51970592 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476845798736 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30523] ppid=30517 vsize=10551232 CPUtime=0.94 cores=1,3,5,7
/proc/30520/task/30523/stat : 30523 (java) R 30517 30520 12906 0 -1 4202560 498 0 0 0 77 17 0 0 20 0 15 0 51970593 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476771982376 140476834190055 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30524] ppid=30517 vsize=10551232 CPUtime=0.94 cores=1,3,5,7
/proc/30520/task/30524/stat : 30524 (java) R 30517 30520 12906 0 -1 4202560 1125 0 0 0 77 17 0 0 20 0 15 0 51970593 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476451646680 140476826016024 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30525] ppid=30517 vsize=10551232 CPUtime=0.93 cores=1,3,5,7
/proc/30520/task/30525/stat : 30525 (java) R 30517 30520 12906 0 -1 4202560 594 0 0 0 76 17 0 0 20 0 15 0 51970593 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476450593568 140476826259599 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30526] ppid=30517 vsize=10551232 CPUtime=0.93 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) R 30517 30520 12906 0 -1 4202560 1453 0 0 0 77 16 0 0 20 0 15 0 51970593 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476449541080 140476826259486 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30527] ppid=30517 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/30520/task/30527/stat : 30527 (java) S 30517 30520 12906 0 -1 1077944384 1235 0 0 0 1 0 0 0 20 0 15 0 51970594 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476338148064 140476841572053 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30528] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30528/stat : 30528 (java) S 30517 30520 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51970594 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476337095712 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30529] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30529/stat : 30529 (java) S 30517 30520 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51970595 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476336042864 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30530] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30530/stat : 30530 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51970597 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476334991184 140476841580443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30531] ppid=30517 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/30520/task/30531/stat : 30531 (java) S 30517 30520 12906 0 -1 1077944384 1904 0 0 0 45 0 0 0 20 0 15 0 51970597 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476333939568 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30532] ppid=30517 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/30520/task/30532/stat : 30532 (java) S 30517 30520 12906 0 -1 1077944384 1176 0 0 0 45 0 0 0 20 0 15 0 51970597 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476332886768 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30533] ppid=30517 vsize=10551232 CPUtime=0.29 cores=1,3,5,7
/proc/30520/task/30533/stat : 30533 (java) S 30517 30520 12906 0 -1 1077944384 1694 0 0 0 29 0 0 0 20 0 15 0 51970597 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476331833968 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30534] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30534/stat : 30534 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51970597 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476330781408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30535] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30535/stat : 30535 (java) S 30517 30520 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51970603 10804461568 647395 18446744073709551615 4194304 4196468 140727812687328 140476329728688 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 10551232

[startup+6.30119 s]
/proc/loadavg: 7.19 6.97 5.31 6/214 30535
/proc/meminfo: memFree=20540956/32770624 swapFree=0/365628
[pid=30520] ppid=30517 vsize=10551232 CPUtime=13.81 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 31859 0 0 0 1228 153 0 0 20 0 15 0 51970582 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2637808 812416 3114 1 0 2627261 0
[pid=30520/tid=30522] ppid=30517 vsize=10551232 CPUtime=3.57 cores=1,3,5,7
/proc/30520/task/30522/stat : 30522 (java) S 30517 30520 12906 0 -1 1077944384 10976 0 0 0 328 29 0 0 20 0 15 0 51970592 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476845782512 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30523] ppid=30517 vsize=10551232 CPUtime=2.02 cores=1,3,5,7
/proc/30520/task/30523/stat : 30523 (java) R 30517 30520 12906 0 -1 4202560 3942 0 0 0 173 29 0 0 20 0 15 0 51970593 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476771982680 140476826512441 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30524] ppid=30517 vsize=10551232 CPUtime=2.03 cores=1,3,5,7
/proc/30520/task/30524/stat : 30524 (java) R 30517 30520 12906 0 -1 4202560 3204 0 0 0 173 30 0 0 20 0 15 0 51970593 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476451646480 140476826259486 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30525] ppid=30517 vsize=10551232 CPUtime=2.02 cores=1,3,5,7
/proc/30520/task/30525/stat : 30525 (java) R 30517 30520 12906 0 -1 4202560 2653 0 0 0 172 30 0 0 20 0 15 0 51970593 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476450593880 140476821587968 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30526] ppid=30517 vsize=10551232 CPUtime=2.03 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) R 30517 30520 12906 0 -1 4202560 3233 0 0 0 174 29 0 0 20 0 15 0 51970593 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476449540880 140476826512940 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30527] ppid=30517 vsize=10551232 CPUtime=0.5 cores=1,3,5,7
/proc/30520/task/30527/stat : 30527 (java) S 30517 30520 12906 0 -1 1077944384 1547 0 0 0 50 0 0 0 20 0 15 0 51970594 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476338148064 140476841572053 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30528] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30528/stat : 30528 (java) S 30517 30520 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51970594 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476337095776 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30529] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30529/stat : 30529 (java) S 30517 30520 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51970595 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476336042880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30530] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30530/stat : 30530 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51970597 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476334991184 140476841580443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30531] ppid=30517 vsize=10551232 CPUtime=0.57 cores=1,3,5,7
/proc/30520/task/30531/stat : 30531 (java) S 30517 30520 12906 0 -1 1077944384 1929 0 0 0 57 0 0 0 20 0 15 0 51970597 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476333939568 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30532] ppid=30517 vsize=10551232 CPUtime=0.65 cores=1,3,5,7
/proc/30520/task/30532/stat : 30532 (java) S 30517 30520 12906 0 -1 1077944384 1274 0 0 0 65 0 0 0 20 0 15 0 51970597 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476332886768 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30533] ppid=30517 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/30520/task/30533/stat : 30533 (java) S 30517 30520 12906 0 -1 1077944384 1743 0 0 0 31 0 0 0 20 0 15 0 51970597 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476331833968 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30534] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30534/stat : 30534 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51970597 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476330781408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30535] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30535/stat : 30535 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51970603 10804461568 812416 18446744073709551615 4194304 4196468 140727812687328 140476329728688 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 7.25 6.99 5.33 6/214 30535
/proc/meminfo: memFree=19990756/32770624 swapFree=0/365628
[pid=30520] ppid=30517 vsize=10551232 CPUtime=28.55 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 45169 0 0 0 2699 156 0 0 20 0 15 0 51970582 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2637808 814155 3114 1 0 2627261 0
[pid=30520/tid=30522] ppid=30517 vsize=10551232 CPUtime=6.46 cores=1,3,5,7
/proc/30520/task/30522/stat : 30522 (java) R 30517 30520 12906 0 -1 4202560 16833 0 0 0 616 30 0 0 20 0 15 0 51970592 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476845780224 140476455120941 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30523] ppid=30517 vsize=10551232 CPUtime=4.8 cores=1,3,5,7
/proc/30520/task/30523/stat : 30523 (java) S 30517 30520 12906 0 -1 1077944384 4760 0 0 0 450 30 0 0 20 0 15 0 51970593 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476771982480 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30524] ppid=30517 vsize=10551232 CPUtime=4.82 cores=1,3,5,7
/proc/30520/task/30524/stat : 30524 (java) S 30517 30520 12906 0 -1 1077944384 3787 0 0 0 452 30 0 0 20 0 15 0 51970593 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476451646480 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30525] ppid=30517 vsize=10551232 CPUtime=4.78 cores=1,3,5,7
/proc/30520/task/30525/stat : 30525 (java) S 30517 30520 12906 0 -1 1077944384 3040 0 0 0 447 31 0 0 20 0 15 0 51970593 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476450593680 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30526] ppid=30517 vsize=10551232 CPUtime=4.86 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) S 30517 30520 12906 0 -1 1077944384 3845 0 0 0 456 30 0 0 20 0 15 0 51970593 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476449540880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30527] ppid=30517 vsize=10551232 CPUtime=1.18 cores=1,3,5,7
/proc/30520/task/30527/stat : 30527 (java) S 30517 30520 12906 0 -1 1077944384 5540 0 0 0 118 0 0 0 20 0 15 0 51970594 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476338149744 140476841572994 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30528] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30528/stat : 30528 (java) S 30517 30520 12906 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 51970594 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476337095776 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30529] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30529/stat : 30529 (java) S 30517 30520 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 51970595 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476336042880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30530] ppid=30517 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30530/stat : 30530 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51970597 10804461568 814155 18446744073709551615 4194304 4196468 140727812687328 140476334991184 140476841580443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0

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


[startup+457.601 s]
/proc/loadavg: 7.49 7.27 6.07 9/215 30666
/proc/meminfo: memFree=14928348/32770624 swapFree=0/365844
[pid=30520] ppid=30517 vsize=10686560 CPUtime=1672.59 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 2601053 0 0 0 166408 851 0 0 20 0 16 0 51970582 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2671640 2072453 3159 1 0 2661055 0
[pid=30520/tid=30522] ppid=30517 vsize=10686560 CPUtime=17.73 cores=1,3,5,7
/proc/30520/task/30522/stat : 30522 (java) S 30517 30520 12906 0 -1 1077944384 34308 0 0 0 1741 32 0 0 20 0 16 0 51970592 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476845802528 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30523] ppid=30517 vsize=10686560 CPUtime=409.01 cores=1,3,5,7
/proc/30520/task/30523/stat : 30523 (java) R 30517 30520 12906 0 -1 4202560 907672 0 0 0 40723 178 0 0 20 0 16 0 51970593 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476771982288 140476834190055 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30524] ppid=30517 vsize=10686560 CPUtime=407.1 cores=1,3,5,7
/proc/30520/task/30524/stat : 30524 (java) R 30517 30520 12906 0 -1 4202560 603497 0 0 0 40498 212 0 0 20 0 16 0 51970593 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476451646600 140476834190055 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30525] ppid=30517 vsize=10686560 CPUtime=406.75 cores=1,3,5,7
/proc/30520/task/30525/stat : 30525 (java) R 30517 30520 12906 0 -1 4202560 591894 0 0 0 40464 211 0 0 20 0 16 0 51970593 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476450593880 140476826019417 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30526] ppid=30517 vsize=10686560 CPUtime=405.53 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) R 30517 30520 12906 0 -1 4202560 366246 0 0 0 40350 203 0 0 20 0 16 0 51970593 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476449540688 140476834190055 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30527] ppid=30517 vsize=10686560 CPUtime=24.62 cores=1,3,5,7
/proc/30520/task/30527/stat : 30527 (java) S 30517 30520 12906 0 -1 1077944384 88696 0 0 0 2457 5 0 0 20 0 16 0 51970594 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476338148288 140476841572053 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30528] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30528/stat : 30528 (java) S 30517 30520 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 51970594 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476337095776 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30529] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30529/stat : 30529 (java) S 30517 30520 12906 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 51970595 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476336042880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30530] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30530/stat : 30530 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476334991184 140476841580443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30531] ppid=30517 vsize=10686560 CPUtime=0.6 cores=1,3,5,7
/proc/30520/task/30531/stat : 30531 (java) S 30517 30520 12906 0 -1 1077944384 2950 0 0 0 60 0 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476333939328 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30532] ppid=30517 vsize=10686560 CPUtime=0.65 cores=1,3,5,7
/proc/30520/task/30532/stat : 30532 (java) S 30517 30520 12906 0 -1 1077944384 1327 0 0 0 65 0 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476332886816 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30533] ppid=30517 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/30520/task/30533/stat : 30533 (java) S 30517 30520 12906 0 -1 1077944384 2626 0 0 0 33 1 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476331834016 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30534] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30534/stat : 30534 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476330781408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30535] ppid=30517 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/30520/task/30535/stat : 30535 (java) S 30517 30520 12906 0 -1 1077944384 349 0 0 0 9 6 0 0 20 0 16 0 51970603 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476329728688 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30665] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30665/stat : 30665 (java) S 30517 30520 12906 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 52014664 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476326575408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
Current children cumulated CPU time (s) 1672.59
Current children cumulated vsize (KiB) 10686560

[startup+459.201 s]
/proc/loadavg: 7.53 7.28 6.08 9/215 30666
/proc/meminfo: memFree=14928348/32770624 swapFree=0/365844
[pid=30520] ppid=30517 vsize=10686560 CPUtime=1678.77 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 2601053 0 0 0 167024 853 0 0 20 0 16 0 51970582 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2671640 2072453 3159 1 0 2661055 0
[pid=30520/tid=30522] ppid=30517 vsize=10686560 CPUtime=17.73 cores=1,3,5,7
/proc/30520/task/30522/stat : 30522 (java) S 30517 30520 12906 0 -1 1077944384 34308 0 0 0 1741 32 0 0 20 0 16 0 51970592 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476845802528 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30523] ppid=30517 vsize=10686560 CPUtime=410.54 cores=1,3,5,7
/proc/30520/task/30523/stat : 30523 (java) R 30517 30520 12906 0 -1 4202560 907672 0 0 0 40875 179 0 0 20 0 16 0 51970593 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476771982600 140476834190055 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30524] ppid=30517 vsize=10686560 CPUtime=408.63 cores=1,3,5,7
/proc/30520/task/30524/stat : 30524 (java) R 30517 30520 12906 0 -1 4202560 603497 0 0 0 40650 213 0 0 20 0 16 0 51970593 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476451646288 140476834190055 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30525] ppid=30517 vsize=10686560 CPUtime=408.34 cores=1,3,5,7
/proc/30520/task/30525/stat : 30525 (java) R 30517 30520 12906 0 -1 4202560 591894 0 0 0 40623 211 0 0 20 0 16 0 51970593 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476450593880 140476826558192 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30526] ppid=30517 vsize=10686560 CPUtime=407.06 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) R 30517 30520 12906 0 -1 4202560 366246 0 0 0 40502 204 0 0 20 0 16 0 51970593 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476449541000 140476834190055 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30527] ppid=30517 vsize=10686560 CPUtime=24.62 cores=1,3,5,7
/proc/30520/task/30527/stat : 30527 (java) S 30517 30520 12906 0 -1 1077944384 88696 0 0 0 2457 5 0 0 20 0 16 0 51970594 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476338148288 140476841572053 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30528] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30528/stat : 30528 (java) S 30517 30520 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 51970594 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476337095776 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30529] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30529/stat : 30529 (java) S 30517 30520 12906 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 51970595 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476336042880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30530] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30530/stat : 30530 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476334991184 140476841580443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30531] ppid=30517 vsize=10686560 CPUtime=0.6 cores=1,3,5,7
/proc/30520/task/30531/stat : 30531 (java) S 30517 30520 12906 0 -1 1077944384 2950 0 0 0 60 0 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476333939328 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30532] ppid=30517 vsize=10686560 CPUtime=0.65 cores=1,3,5,7
/proc/30520/task/30532/stat : 30532 (java) S 30517 30520 12906 0 -1 1077944384 1327 0 0 0 65 0 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476332886816 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30533] ppid=30517 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/30520/task/30533/stat : 30533 (java) S 30517 30520 12906 0 -1 1077944384 2626 0 0 0 33 1 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476331834016 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30534] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30534/stat : 30534 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51970597 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476330781408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30535] ppid=30517 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/30520/task/30535/stat : 30535 (java) S 30517 30520 12906 0 -1 1077944384 349 0 0 0 9 6 0 0 20 0 16 0 51970603 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476329728688 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30665] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30665/stat : 30665 (java) S 30517 30520 12906 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 52014664 10943037440 2072453 18446744073709551615 4194304 4196468 140727812687328 140476326575408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
Current children cumulated CPU time (s) 1678.77
Current children cumulated vsize (KiB) 10686560

[startup+460.001 s]
/proc/loadavg: 7.53 7.28 6.08 6/215 30666
/proc/meminfo: memFree=14928348/32770624 swapFree=0/365844
[pid=30520] ppid=30517 vsize=10686560 CPUtime=1680.69 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 2602099 0 0 0 167215 854 0 0 20 0 16 0 51970582 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2671640 2072457 3159 1 0 2661055 0
[pid=30520/tid=30522] ppid=30517 vsize=10686560 CPUtime=17.73 cores=1,3,5,7
/proc/30520/task/30522/stat : 30522 (java) S 30517 30520 12906 0 -1 1077944384 34308 0 0 0 1741 32 0 0 20 0 16 0 51970592 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476845802528 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30523] ppid=30517 vsize=10686560 CPUtime=410.91 cores=1,3,5,7
/proc/30520/task/30523/stat : 30523 (java) S 30517 30520 12906 0 -1 1077944384 907672 0 0 0 40912 179 0 0 20 0 16 0 51970593 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476771982480 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30524] ppid=30517 vsize=10686560 CPUtime=409 cores=1,3,5,7
/proc/30520/task/30524/stat : 30524 (java) S 30517 30520 12906 0 -1 1077944384 603497 0 0 0 40687 213 0 0 20 0 16 0 51970593 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476451646480 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30525] ppid=30517 vsize=10686560 CPUtime=408.73 cores=1,3,5,7
/proc/30520/task/30525/stat : 30525 (java) S 30517 30520 12906 0 -1 1077944384 591894 0 0 0 40662 211 0 0 20 0 16 0 51970593 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476450593680 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30526] ppid=30517 vsize=10686560 CPUtime=407.43 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) S 30517 30520 12906 0 -1 1077944384 366246 0 0 0 40539 204 0 0 20 0 16 0 51970593 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476449540880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30527] ppid=30517 vsize=10686560 CPUtime=25.04 cores=1,3,5,7
/proc/30520/task/30527/stat : 30527 (java) R 30517 30520 12906 0 -1 4202560 89742 0 0 0 2499 5 0 0 20 0 16 0 51970594 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476338148288 140476826558251 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30528] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30528/stat : 30528 (java) S 30517 30520 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 51970594 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476337095776 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30529] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30529/stat : 30529 (java) S 30517 30520 12906 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 51970595 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476336042880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30530] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30530/stat : 30530 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476334991184 140476841580443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30531] ppid=30517 vsize=10686560 CPUtime=0.6 cores=1,3,5,7
/proc/30520/task/30531/stat : 30531 (java) S 30517 30520 12906 0 -1 1077944384 2950 0 0 0 60 0 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476333939328 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30532] ppid=30517 vsize=10686560 CPUtime=0.65 cores=1,3,5,7
/proc/30520/task/30532/stat : 30532 (java) S 30517 30520 12906 0 -1 1077944384 1327 0 0 0 65 0 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476332886816 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30533] ppid=30517 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/30520/task/30533/stat : 30533 (java) S 30517 30520 12906 0 -1 1077944384 2626 0 0 0 33 1 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476331834016 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30534] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30534/stat : 30534 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476330781408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30535] ppid=30517 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/30520/task/30535/stat : 30535 (java) S 30517 30520 12906 0 -1 1077944384 349 0 0 0 9 6 0 0 20 0 16 0 51970603 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476329728688 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30665] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30665/stat : 30665 (java) S 30517 30520 12906 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 52014664 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476326575408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
Current children cumulated CPU time (s) 1680.69
Current children cumulated vsize (KiB) 10686560

[startup+460.201 s]
/proc/loadavg: 7.53 7.28 6.08 6/215 30666
/proc/meminfo: memFree=14928348/32770624 swapFree=0/365844
[pid=30520] ppid=30517 vsize=10686560 CPUtime=1680.89 cores=1,3,5,7
/proc/30520/stat : 30520 (java) S 30517 30520 12906 0 -1 1077944320 2602099 0 0 0 167235 854 0 0 20 0 16 0 51970582 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140727812669872 140476841561847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
/proc/30520/statm: 2671640 2072457 3159 1 0 2661055 0
[pid=30520/tid=30522] ppid=30517 vsize=10686560 CPUtime=17.73 cores=1,3,5,7
/proc/30520/task/30522/stat : 30522 (java) S 30517 30520 12906 0 -1 1077944384 34308 0 0 0 1741 32 0 0 20 0 16 0 51970592 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476845802528 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30523] ppid=30517 vsize=10686560 CPUtime=410.91 cores=1,3,5,7
/proc/30520/task/30523/stat : 30523 (java) S 30517 30520 12906 0 -1 1077944384 907672 0 0 0 40912 179 0 0 20 0 16 0 51970593 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476771982480 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30524] ppid=30517 vsize=10686560 CPUtime=409 cores=1,3,5,7
/proc/30520/task/30524/stat : 30524 (java) S 30517 30520 12906 0 -1 1077944384 603497 0 0 0 40687 213 0 0 20 0 16 0 51970593 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476451646480 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30525] ppid=30517 vsize=10686560 CPUtime=408.73 cores=1,3,5,7
/proc/30520/task/30525/stat : 30525 (java) S 30517 30520 12906 0 -1 1077944384 591894 0 0 0 40662 211 0 0 20 0 16 0 51970593 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476450593680 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30526] ppid=30517 vsize=10686560 CPUtime=407.43 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) S 30517 30520 12906 0 -1 1077944384 366246 0 0 0 40539 204 0 0 20 0 16 0 51970593 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476449540880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30527] ppid=30517 vsize=10686560 CPUtime=25.24 cores=1,3,5,7
/proc/30520/task/30527/stat : 30527 (java) R 30517 30520 12906 0 -1 4202560 89742 0 0 0 2519 5 0 0 20 0 16 0 51970594 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476338148288 140476826019478 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30528] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30528/stat : 30528 (java) S 30517 30520 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 51970594 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476337095776 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30529] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30529/stat : 30529 (java) S 30517 30520 12906 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 51970595 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476336042880 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30530] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30530/stat : 30530 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476334991184 140476841580443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30531] ppid=30517 vsize=10686560 CPUtime=0.6 cores=1,3,5,7
/proc/30520/task/30531/stat : 30531 (java) S 30517 30520 12906 0 -1 1077944384 2950 0 0 0 60 0 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476333939328 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30532] ppid=30517 vsize=10686560 CPUtime=0.65 cores=1,3,5,7
/proc/30520/task/30532/stat : 30532 (java) S 30517 30520 12906 0 -1 1077944384 1327 0 0 0 65 0 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476332886816 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30533] ppid=30517 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/30520/task/30533/stat : 30533 (java) S 30517 30520 12906 0 -1 1077944384 2626 0 0 0 33 1 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476331834016 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30534] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30534/stat : 30534 (java) S 30517 30520 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51970597 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476330781408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30535] ppid=30517 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/30520/task/30535/stat : 30535 (java) S 30517 30520 12906 0 -1 1077944384 349 0 0 0 9 6 0 0 20 0 16 0 51970603 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476329728688 140476841572994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
[pid=30520/tid=30665] ppid=30517 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30520/task/30665/stat : 30665 (java) S 30517 30520 12906 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 52014664 10943037440 2072457 18446744073709551615 4194304 4196468 140727812687328 140476326575408 140476841572053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140727812690357 140727812690510 140727812690510 140727812693967 0
Current children cumulated CPU time (s) 1680.89
Current children cumulated vsize (KiB) 10686560

[startup+460.301 s]
/proc/loadavg: 7.53 7.28 6.08 6/215 30666
/proc/meminfo: memFree=14928348/32770624 swapFree=0/365844
[pid=30520] ppid=30517 vsize=0 CPUtime=1680.99 cores=1,3,5,7
/proc/30520/stat : 30520 (java) Z 30517 30520 12906 0 -1 4227084 2604925 0 0 0 167240 859 0 0 20 0 2 0 51970582 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/30520/statm: 0 0 0 0 0 0 0
[pid=30520/tid=30526] ppid=30517 vsize=0 CPUtime=407.48 cores=1,3,5,7
/proc/30520/task/30526/stat : 30526 (java) R 30517 30520 12906 0 -1 4203588 366246 0 0 0 40539 209 0 0 20 0 2 0 51970593 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1680.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 460.322
CPU time (s): 1681.02
CPU user time (s): 1672.4
CPU system time (s): 8.61698
CPU usage (%): 365.183
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1672.4
system time used= 8.61698
maximum resident set size= 8289988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2604925
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39380
involuntary context switches= 47483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.24978 second user time and 2.88603 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 11:55:59
IDJOB=4243863
IDBENCH=140859
IDSOLVER=2623
FILE ID=node135/4243863-1502100596
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex07180.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243863-1502100596/watcher-4243863-1502100596 -o /tmp/evaluation-result-4243863-1502100596/solver-4243863-1502100596 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243863-1502100596.xml

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

MD5SUM BENCH= e350026a89cfa709a4f565894b0c8a5a
RANDOM SEED=1255087767

node135.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.21
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.21
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.21
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.21
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:        23242620 kB
MemAvailable:   23695436 kB
Buffers:          225600 kB
Cached:           515096 kB
SwapCached:            0 kB
Active:          8693204 kB
Inactive:         390812 kB
Active(anon):    8343284 kB
Inactive(anon):    24972 kB
Active(file):     349920 kB
Inactive(file):   365840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1960 kB
Writeback:             4 kB
AnonPages:       8342984 kB
Mapped:            51492 kB
Shmem:             25344 kB
Slab:             132328 kB
SReclaimable:     105780 kB
SUnreclaim:        26548 kB
KernelStack:        3488 kB
PageTables:        21000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8617136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7383040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 12:03:40