Trace number 4244003

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 801.52698 234.728

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-46.xml
MD5SUM6af071621bab6d4e45a1e2acc37440b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables2116
Number of constraints15180
Number of domains1
Minimum domain size1035
Maximum domain size1035
Distribution of domain sizes[{"size":1035,"count":1035}]
Minimum variable degree0
Maximum variable degree45
Distribution of variable degrees[{"degree":0,"count":1081},{"degree":45,"count":1035}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":15180}]
Number of extensional constraints0
Number of intensional constraints15180
Distribution of constraint types[{"type":"intension","count":15180}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

725.86/214.25	Aug 07, 2017 10:54:54 AM org.sat4j.reader.XMLCSP3Reader parseInstance
725.86/214.25	INFO: Runtime exception
725.86/214.25	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
725.86/214.25		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
725.86/214.25		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
725.86/214.25		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
725.86/214.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
725.86/214.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
725.86/214.25		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
725.86/214.25		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
725.86/214.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
725.86/214.25		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
725.86/214.25		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
725.86/214.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
725.86/214.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
725.86/214.25		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
725.86/214.25		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
725.86/214.25		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
725.86/214.25		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
725.86/214.25		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
725.86/214.25		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
725.86/214.25		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
725.86/214.25	Caused by: java.lang.reflect.InvocationTargetException
725.86/214.25		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
725.86/214.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
725.86/214.25		at java.lang.reflect.Method.invoke(Method.java:498)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
725.86/214.25		... 21 more
725.86/214.25	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
725.86/214.25		... 25 more
725.86/214.25	Caused by: java.lang.reflect.InvocationTargetException
725.86/214.25		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
725.86/214.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
725.86/214.25		at java.lang.reflect.Method.invoke(Method.java:498)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
725.86/214.25		... 26 more
725.86/214.25	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
725.86/214.25		... 30 more
725.86/214.25	Caused by: java.lang.reflect.InvocationTargetException
725.86/214.25		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
725.86/214.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
725.86/214.25		at java.lang.reflect.Method.invoke(Method.java:498)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
725.86/214.25		... 31 more
725.86/214.25	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
725.86/214.25		... 35 more
725.86/214.25	Caused by: java.lang.reflect.InvocationTargetException
725.86/214.25		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
725.86/214.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
725.86/214.25		at java.lang.reflect.Method.invoke(Method.java:498)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
725.86/214.25		... 35 more
725.86/214.25	Caused by: java.lang.OutOfMemoryError: Java heap space
725.86/214.25		at org.sat4j.core.Vec.ensure(Vec.java:176)
725.86/214.25		at org.sat4j.core.Vec.push(Vec.java:183)
725.86/214.25		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
725.86/214.25		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:55)
725.86/214.25		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:82)
725.86/214.25		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
725.86/214.25		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
725.86/214.25		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
725.86/214.25		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
725.86/214.25		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
725.86/214.25		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
725.86/214.25		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
725.86/214.25		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
725.86/214.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
725.86/214.25		at java.lang.reflect.Method.invoke(Method.java:498)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
725.86/214.25		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
725.86/214.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
725.86/214.25		at java.lang.reflect.Method.invoke(Method.java:498)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
725.86/214.25		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
725.86/214.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
725.86/214.25		at java.lang.reflect.Method.invoke(Method.java:498)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
725.86/214.25		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
725.86/214.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
725.86/214.25		at java.lang.reflect.Method.invoke(Method.java:498)
725.86/214.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
725.86/214.25	
801.39/234.62	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
801.39/234.62	c This is free software under the dual EPL/GNU LGPL licenses.
801.39/234.62	c See www.sat4j.org for details.
801.39/234.62	c That software uses the Rhino library from the Mozilla project.
801.39/234.62	c version CUSTOM.v20170705
801.39/234.62	c java.runtime.name	Java(TM) SE Runtime Environment
801.39/234.62	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
801.39/234.62	c java.vm.version	25.131-b11
801.39/234.62	c java.vm.vendor	Oracle Corporation
801.39/234.62	c sun.arch.data.model	64
801.39/234.62	c java.version		1.8.0_131
801.39/234.62	c os.name		Linux
801.39/234.62	c os.version		3.10.0-514.16.1.el7.x86_64
801.39/234.62	c os.arch		amd64
801.39/234.62	c Free memory 		499604488
801.39/234.62	c Max memory 		7247757312
801.39/234.62	c Total memory 		504889344
801.39/234.62	c Number of processors 	4
801.39/234.62	c c --- Begin Solver configuration ---
801.39/234.62	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
801.39/234.62	c Learn all clauses as in MiniSAT
801.39/234.62	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
801.39/234.62	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
801.39/234.62	c No reason simplification
801.39/234.62	c Glucose 2.1 dynamic restart strategy
801.39/234.62	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
801.39/234.62	c timeout=2147483s
801.39/234.62	c DB Simplification allowed=false
801.39/234.62	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
801.39/234.62	c --- End Solver configuration ---
801.39/234.62	c starts		: 0
801.39/234.62	c conflicts		: 0
801.39/234.62	c decisions		: 0
801.39/234.62	c propagations		: 0
801.39/234.62	c inspects		: 0
801.39/234.62	c shortcuts		: 0
801.39/234.62	c learnt literals	: 0
801.39/234.62	c learnt binary clauses	: 0
801.39/234.62	c learnt ternary clauses	: 0
801.39/234.62	c learnt constraints	: 0
801.39/234.62	c ignored constraints	: 0
801.39/234.62	c root simplifications	: 0
801.39/234.62	c removed literals (reason simplification)	: 0
801.39/234.62	c reason swapping (by a shorter reason)	: 0
801.39/234.62	c Calls to reduceDB	: 0
801.39/234.62	c Number of update (reduction) of LBD	: 0
801.39/234.62	c Imported unit clauses	: 0
801.39/234.62	c number of reductions to clauses (during analyze)	: 0
801.39/234.62	c number of learned constraints concerned by reduction	: 0
801.39/234.62	c number of learning phase by resolution	: 0
801.39/234.62	c number of learning phase by cutting planes	: 0
801.39/234.62	c number of rounding to 1 operations	: 0
801.39/234.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
801.39/234.62	c number of reductions of the coefficients by power 2 	: 0
801.39/234.62	c number of right shift for reduction by power 2 	: 0
801.39/234.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
801.39/234.62	c speed (assignments/second)	: 0.0
801.39/234.62	c non guided choices	0
801.39/234.62	c learnt constraints type 
801.39/234.62	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-4244003-1502096725/watcher-4244003-1502096725 -o /tmp/evaluation-result-4244003-1502096725/solver-4244003-1502096725 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244003-1502096725.xml 

pid=29409
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.01 6.75 5.38 6/203 29412
/proc/meminfo: memFree=23234352/32770624 swapFree=0/363828
[pid=29412] ppid=29409 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/29412/stat : 29412 (runsolver) D 29409 29412 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 51583392 24240128 107 18446744073709551615 4194304 4338465 140731227587984 140731227585624 139831003640535 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 31383552 140731227594887 140731227595337 140731227595337 140731227598794 0
/proc/29412/statm: 5918 107 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 7.01 6.75 5.38 6/203 29412
/proc/meminfo: memFree=23234352/32770624 swapFree=0/363828
[pid=29412] ppid=29409 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/29412/stat : 29412 (runsolver) D 29409 29412 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 51583392 24240128 107 18446744073709551615 4194304 4338465 140731227587984 140731227585624 139831003640535 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 31383552 140731227594887 140731227595337 140731227595337 140731227598794 0
/proc/29412/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200319 s]
/proc/loadavg: 7.01 6.75 5.38 6/203 29412
/proc/meminfo: memFree=23234352/32770624 swapFree=0/363828
[pid=29412] ppid=29409 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 4630 0 0 0 5 0 0 0 20 0 14 0 51583392 10736119808 5959 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2621123 5959 2578 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.301766 s]
/proc/loadavg: 7.01 6.75 5.38 6/203 29412
/proc/meminfo: memFree=23234352/32770624 swapFree=0/363828
[pid=29412] ppid=29409 vsize=10551156 CPUtime=0.19 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 8047 0 0 0 17 2 0 0 20 0 15 0 51583392 10804383744 8033 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2637789 8033 2861 1 0 2627261 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10551156

[startup+0.701047 s]
/proc/loadavg: 7.01 6.75 5.38 6/203 29412
/proc/meminfo: memFree=23234352/32770624 swapFree=0/363828
[pid=29412] ppid=29409 vsize=10551232 CPUtime=1.36 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 12602 0 0 0 132 4 0 0 20 0 15 0 51583392 10804461568 23259 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2637808 23259 3052 1 0 2627261 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10551232

[startup+1.501 s]
/proc/loadavg: 7.01 6.75 5.38 8/218 29427
/proc/meminfo: memFree=23018632/32770624 swapFree=0/364120
[pid=29412] ppid=29409 vsize=10551232 CPUtime=3.41 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 15330 0 0 0 311 30 0 0 20 0 15 0 51583392 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2637808 171398 3095 1 0 2627261 0
[pid=29412/tid=29414] ppid=29409 vsize=10551232 CPUtime=1.15 cores=0,2,4,6
/proc/29412/task/29414/stat : 29414 (java) R 29409 29412 12906 0 -1 4202560 7853 0 0 0 106 9 0 0 20 0 15 0 51583403 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140561839147000 140561820977556 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29415] ppid=29409 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/29412/task/29415/stat : 29415 (java) S 29409 29412 12906 0 -1 1077944384 298 0 0 0 11 4 0 0 20 0 15 0 51583404 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140561445890704 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29416] ppid=29409 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) S 29409 29412 12906 0 -1 1077944384 279 0 0 0 11 4 0 0 20 0 15 0 51583404 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140561444837904 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29417] ppid=29409 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/29412/task/29417/stat : 29417 (java) S 29409 29412 12906 0 -1 1077944384 152 0 0 0 11 4 0 0 20 0 15 0 51583404 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140561443785104 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29418] ppid=29409 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/29412/task/29418/stat : 29418 (java) S 29409 29412 12906 0 -1 1077944384 285 0 0 0 12 4 0 0 20 0 15 0 51583404 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140561442732304 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29419] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29419/stat : 29419 (java) S 29409 29412 12906 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 15 0 51583405 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140561398831984 140561834920578 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29420] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29420/stat : 29420 (java) S 29409 29412 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51583406 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140561397778016 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29421] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29421/stat : 29421 (java) S 29409 29412 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51583406 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140561396725104 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29422] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29422/stat : 29422 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51583408 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140560938559824 140561834928027 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29423] ppid=29409 vsize=10551232 CPUtime=0.65 cores=0,2,4,6
/proc/29412/task/29423/stat : 29423 (java) S 29409 29412 12906 0 -1 1077944384 1631 0 0 0 65 0 0 0 20 0 15 0 51583408 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140560937507184 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29424] ppid=29409 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/29412/task/29424/stat : 29424 (java) S 29409 29412 12906 0 -1 1077944384 1418 0 0 0 62 0 0 0 20 0 15 0 51583408 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140560936454384 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29425] ppid=29409 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/29412/task/29425/stat : 29425 (java) S 29409 29412 12906 0 -1 1077944384 1561 0 0 0 30 1 0 0 20 0 15 0 51583408 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140560935401584 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29426] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29426/stat : 29426 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51583408 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140560934349024 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29427] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29427/stat : 29427 (java) S 29409 29412 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51583414 10804461568 171398 18446744073709551615 4194304 4196468 140737126590240 140560933297328 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 10551232

[startup+3.10084 s]
/proc/loadavg: 7.01 6.75 5.38 6/218 29427
/proc/meminfo: memFree=21893740/32770624 swapFree=0/364120
[pid=29412] ppid=29409 vsize=10551232 CPUtime=6.04 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 18733 0 0 0 512 92 0 0 20 0 15 0 51583392 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2637808 623303 3095 1 0 2627261 0
[pid=29412/tid=29414] ppid=29409 vsize=10551232 CPUtime=2.39 cores=0,2,4,6
/proc/29412/task/29414/stat : 29414 (java) R 29409 29412 12906 0 -1 4202560 9556 0 0 0 210 29 0 0 20 0 15 0 51583403 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140561839146544 140561820977536 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29415] ppid=29409 vsize=10551232 CPUtime=0.5 cores=0,2,4,6
/proc/29412/task/29415/stat : 29415 (java) S 29409 29412 12906 0 -1 1077944384 510 0 0 0 35 15 0 0 20 0 15 0 51583404 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140561445890704 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29416] ppid=29409 vsize=10551232 CPUtime=0.48 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) S 29409 29412 12906 0 -1 1077944384 499 0 0 0 35 13 0 0 20 0 15 0 51583404 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140561444837904 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29417] ppid=29409 vsize=10551232 CPUtime=0.49 cores=0,2,4,6
/proc/29412/task/29417/stat : 29417 (java) S 29409 29412 12906 0 -1 1077944384 421 0 0 0 34 15 0 0 20 0 15 0 51583404 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140561443785104 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29418] ppid=29409 vsize=10551232 CPUtime=0.5 cores=0,2,4,6
/proc/29412/task/29418/stat : 29418 (java) S 29409 29412 12906 0 -1 1077944384 543 0 0 0 36 14 0 0 20 0 15 0 51583404 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140561442732304 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29419] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29419/stat : 29419 (java) S 29409 29412 12906 0 -1 1077944384 1236 0 0 0 0 0 0 0 20 0 15 0 51583405 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140561398831984 140561834920578 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29420] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29420/stat : 29420 (java) S 29409 29412 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51583406 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140561397778016 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29421] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29421/stat : 29421 (java) S 29409 29412 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51583406 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140561396725104 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29422] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29422/stat : 29422 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51583408 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140560938559824 140561834928027 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29423] ppid=29409 vsize=10551232 CPUtime=0.65 cores=0,2,4,6
/proc/29412/task/29423/stat : 29423 (java) S 29409 29412 12906 0 -1 1077944384 1631 0 0 0 65 0 0 0 20 0 15 0 51583408 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140560937507184 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29424] ppid=29409 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/29412/task/29424/stat : 29424 (java) S 29409 29412 12906 0 -1 1077944384 1418 0 0 0 62 0 0 0 20 0 15 0 51583408 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140560936454384 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29425] ppid=29409 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/29412/task/29425/stat : 29425 (java) S 29409 29412 12906 0 -1 1077944384 1563 0 0 0 30 1 0 0 20 0 15 0 51583408 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140560935401584 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29426] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29426/stat : 29426 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51583408 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140560934349024 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29427] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29427/stat : 29427 (java) S 29409 29412 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51583414 10804461568 623303 18446744073709551615 4194304 4196468 140737126590240 140560933297328 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 10551232

[startup+6.30059 s]
/proc/loadavg: 6.61 6.67 5.36 8/218 29427
/proc/meminfo: memFree=19777108/32770624 swapFree=0/364120
[pid=29412] ppid=29409 vsize=10551232 CPUtime=14.06 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 126778 0 0 0 1252 154 0 0 20 0 15 0 51583392 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2637808 888115 3104 1 0 2627261 0
[pid=29412/tid=29414] ppid=29409 vsize=10551232 CPUtime=4.14 cores=0,2,4,6
/proc/29412/task/29414/stat : 29414 (java) S 29409 29412 12906 0 -1 1077944384 10036 0 0 0 380 34 0 0 20 0 15 0 51583403 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140561839138592 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29415] ppid=29409 vsize=10551232 CPUtime=1.95 cores=0,2,4,6
/proc/29412/task/29415/stat : 29415 (java) R 29409 29412 12906 0 -1 4202560 25862 0 0 0 167 28 0 0 20 0 15 0 51583404 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140561445890600 140561827537639 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29416] ppid=29409 vsize=10551232 CPUtime=1.94 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) R 29409 29412 12906 0 -1 4202560 26324 0 0 0 166 28 0 0 20 0 15 0 51583404 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140561444838104 140561819860036 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29417] ppid=29409 vsize=10551232 CPUtime=1.95 cores=0,2,4,6
/proc/29412/task/29417/stat : 29417 (java) R 29409 29412 12906 0 -1 4202560 27157 0 0 0 164 31 0 0 20 0 15 0 51583404 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140561443785000 140561827537639 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29418] ppid=29409 vsize=10551232 CPUtime=1.94 cores=0,2,4,6
/proc/29412/task/29418/stat : 29418 (java) R 29409 29412 12906 0 -1 4202560 30054 0 0 0 166 28 0 0 20 0 15 0 51583404 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140561442731888 140561827537639 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29419] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29419/stat : 29419 (java) S 29409 29412 12906 0 -1 1077944384 1242 0 0 0 0 0 0 0 20 0 15 0 51583405 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140561398830304 140561834919637 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29420] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29420/stat : 29420 (java) S 29409 29412 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51583406 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140561397778016 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29421] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29421/stat : 29421 (java) S 29409 29412 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51583406 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140561396725104 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29422] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29422/stat : 29422 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51583408 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140560938559824 140561834928027 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29423] ppid=29409 vsize=10551232 CPUtime=0.88 cores=0,2,4,6
/proc/29412/task/29423/stat : 29423 (java) S 29409 29412 12906 0 -1 1077944384 1663 0 0 0 88 0 0 0 20 0 15 0 51583408 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140560937507184 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29424] ppid=29409 vsize=10551232 CPUtime=0.85 cores=0,2,4,6
/proc/29412/task/29424/stat : 29424 (java) S 29409 29412 12906 0 -1 1077944384 1454 0 0 0 85 0 0 0 20 0 15 0 51583408 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140560936454384 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29425] ppid=29409 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/29412/task/29425/stat : 29425 (java) S 29409 29412 12906 0 -1 1077944384 1602 0 0 0 33 1 0 0 20 0 15 0 51583408 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140560935401584 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29426] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29426/stat : 29426 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51583408 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140560934349024 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29427] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29427/stat : 29427 (java) S 29409 29412 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 51583414 10804461568 888115 18446744073709551615 4194304 4196468 140737126590240 140560933297328 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 6.48 6.64 5.36 9/219 29429
/proc/meminfo: memFree=19411100/32770624 swapFree=0/364116
[pid=29412] ppid=29409 vsize=10551232 CPUtime=27.14 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 322321 0 0 0 2465 249 0 0 20 0 15 0 51583392 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2637808 1103177 3115 1 0 2627261 0
[pid=29412/tid=29414] ppid=29409 vsize=10551232 CPUtime=6.97 cores=0,2,4,6
/proc/29412/task/29414/stat : 29414 (java) S 29409 29412 12906 0 -1 1077944384 13784 0 0 0 663 34 0 0 20 0 15 0 51583403 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140561839145056 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29415] ppid=29409 vsize=10551232 CPUtime=4.15 cores=0,2,4,6
/proc/29412/task/29415/stat : 29415 (java) R 29409 29412 12906 0 -1 4202560 71059 0 0 0 364 51 0 0 20 0 15 0 51583404 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140561445889992 140561827626394 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29416] ppid=29409 vsize=10551232 CPUtime=4.18 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) D 29409 29412 12906 0 -1 4202560 69572 0 0 0 367 51 0 0 20 0 15 0 51583404 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140561444837528 140561819937305 0 4 1 16800974 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29417] ppid=29409 vsize=10551232 CPUtime=4.17 cores=0,2,4,6
/proc/29412/task/29417/stat : 29417 (java) S 29409 29412 12906 0 -1 1077944384 76768 0 0 0 362 55 0 0 20 0 15 0 51583404 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140561443784480 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29418] ppid=29409 vsize=10551232 CPUtime=4.18 cores=0,2,4,6
/proc/29412/task/29418/stat : 29418 (java) S 29409 29412 12906 0 -1 1077944384 79059 0 0 0 365 53 0 0 20 0 15 0 51583404 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140561442731680 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29419] ppid=29409 vsize=10551232 CPUtime=1.33 cores=0,2,4,6
/proc/29412/task/29419/stat : 29419 (java) S 29409 29412 12906 0 -1 1077944384 5532 0 0 0 133 0 0 0 20 0 15 0 51583405 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140561398830496 140561834919637 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29420] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29420/stat : 29420 (java) S 29409 29412 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 51583406 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140561397778016 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29421] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29421/stat : 29421 (java) S 29409 29412 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 51583406 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140561396725104 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29422] ppid=29409 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29422/stat : 29422 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51583408 10804461568 1103177 18446744073709551615 4194304 4196468 140737126590240 140560938559824 140561834928027 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0

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

/proc/29412/task/29414/stat : 29414 (java) S 29409 29412 12906 0 -1 1077944384 25759 0 0 0 1533 35 0 0 20 0 17 0 51583403 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140561839150112 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29415] ppid=29409 vsize=10686560 CPUtime=187.44 cores=0,2,4,6
/proc/29412/task/29415/stat : 29415 (java) R 29409 29412 12906 0 -1 4202560 693421 0 0 0 18596 148 0 0 20 0 17 0 51583404 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140561445890512 140561827537639 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29416] ppid=29409 vsize=10686560 CPUtime=186.8 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) R 29409 29412 12906 0 -1 4202560 594689 0 0 0 18524 156 0 0 20 0 17 0 51583404 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140561444838024 140561827537639 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29417] ppid=29409 vsize=10686560 CPUtime=186.96 cores=0,2,4,6
/proc/29412/task/29417/stat : 29417 (java) R 29409 29412 12906 0 -1 4202560 607939 0 0 0 18552 144 0 0 20 0 17 0 51583404 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140561443784912 140561827537639 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29418] ppid=29409 vsize=10686560 CPUtime=187.48 cores=0,2,4,6
/proc/29412/task/29418/stat : 29418 (java) R 29409 29412 12906 0 -1 4202560 610380 0 0 0 18612 136 0 0 20 0 17 0 51583404 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140561442732192 140561819905832 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29419] ppid=29409 vsize=10686560 CPUtime=26.66 cores=0,2,4,6
/proc/29412/task/29419/stat : 29419 (java) S 29409 29412 12906 0 -1 1077944384 52692 0 0 0 2662 4 0 0 20 0 17 0 51583405 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140561398830528 140561834919637 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29420] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29420/stat : 29420 (java) S 29409 29412 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51583406 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140561397778016 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29421] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29421/stat : 29421 (java) S 29409 29412 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 51583406 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140561396724224 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29422] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29422/stat : 29422 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51583408 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140560938559824 140561834928027 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29423] ppid=29409 vsize=10686560 CPUtime=0.95 cores=0,2,4,6
/proc/29412/task/29423/stat : 29423 (java) S 29409 29412 12906 0 -1 1077944384 2948 0 0 0 95 0 0 0 20 0 17 0 51583408 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140560937507232 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29424] ppid=29409 vsize=10686560 CPUtime=0.91 cores=0,2,4,6
/proc/29412/task/29424/stat : 29424 (java) S 29409 29412 12906 0 -1 1077944384 2262 0 0 0 91 0 0 0 20 0 17 0 51583408 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140560936454144 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29425] ppid=29409 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/29412/task/29425/stat : 29425 (java) S 29409 29412 12906 0 -1 1077944384 3170 0 0 0 37 1 0 0 20 0 17 0 51583408 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140560935396352 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29426] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29426/stat : 29426 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51583408 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140560934349024 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29427] ppid=29409 vsize=10686560 CPUtime=0.09 cores=0,2,4,6
/proc/29412/task/29427/stat : 29427 (java) S 29409 29412 12906 0 -1 1077944384 288 0 0 0 4 5 0 0 20 0 17 0 51583414 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140560933297328 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29514] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29514/stat : 29514 (java) S 29409 29412 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 51604817 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140560930144048 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29515] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29515/stat : 29515 (java) S 29409 29412 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51604817 10943037440 2072471 18446744073709551615 4194304 4196468 140737126590240 140560929091952 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
Current children cumulated CPU time (s) 793.44
Current children cumulated vsize (KiB) 10686560

[startup+233.601 s]
/proc/loadavg: 6.65 6.50 5.56 9/216 29515
/proc/meminfo: memFree=14948124/32770624 swapFree=0/364180
[pid=29412] ppid=29409 vsize=10686560 CPUtime=799.65 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 2595307 0 0 0 79334 631 0 0 20 0 17 0 51583392 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2671640 2072472 3160 1 0 2661055 0
[pid=29412/tid=29414] ppid=29409 vsize=10686560 CPUtime=15.68 cores=0,2,4,6
/proc/29412/task/29414/stat : 29414 (java) S 29409 29412 12906 0 -1 1077944384 25759 0 0 0 1533 35 0 0 20 0 17 0 51583403 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561839150112 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29415] ppid=29409 vsize=10686560 CPUtime=188.98 cores=0,2,4,6
/proc/29412/task/29415/stat : 29415 (java) R 29409 29412 12906 0 -1 4202560 693421 0 0 0 18750 148 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561445890512 140561827537639 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29416] ppid=29409 vsize=10686560 CPUtime=188.32 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) R 29409 29412 12906 0 -1 4202560 594689 0 0 0 18675 157 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561444838024 140561827537639 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29417] ppid=29409 vsize=10686560 CPUtime=188.5 cores=0,2,4,6
/proc/29412/task/29417/stat : 29417 (java) R 29409 29412 12906 0 -1 4202560 607939 0 0 0 18706 144 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561443784912 140561827537639 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29418] ppid=29409 vsize=10686560 CPUtime=189.08 cores=0,2,4,6
/proc/29412/task/29418/stat : 29418 (java) R 29409 29412 12906 0 -1 4202560 610669 0 0 0 18772 136 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561442732192 140561819899133 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29419] ppid=29409 vsize=10686560 CPUtime=26.66 cores=0,2,4,6
/proc/29412/task/29419/stat : 29419 (java) S 29409 29412 12906 0 -1 1077944384 52692 0 0 0 2662 4 0 0 20 0 17 0 51583405 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561398830528 140561834919637 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29420] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29420/stat : 29420 (java) S 29409 29412 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51583406 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561397778016 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29421] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29421/stat : 29421 (java) S 29409 29412 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 51583406 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561396724224 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29422] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29422/stat : 29422 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560938559824 140561834928027 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29423] ppid=29409 vsize=10686560 CPUtime=0.95 cores=0,2,4,6
/proc/29412/task/29423/stat : 29423 (java) S 29409 29412 12906 0 -1 1077944384 2948 0 0 0 95 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560937507232 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29424] ppid=29409 vsize=10686560 CPUtime=0.91 cores=0,2,4,6
/proc/29412/task/29424/stat : 29424 (java) S 29409 29412 12906 0 -1 1077944384 2262 0 0 0 91 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560936454144 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29425] ppid=29409 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/29412/task/29425/stat : 29425 (java) S 29409 29412 12906 0 -1 1077944384 3170 0 0 0 37 1 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560935396352 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29426] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29426/stat : 29426 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560934349024 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29427] ppid=29409 vsize=10686560 CPUtime=0.09 cores=0,2,4,6
/proc/29412/task/29427/stat : 29427 (java) S 29409 29412 12906 0 -1 1077944384 288 0 0 0 4 5 0 0 20 0 17 0 51583414 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560933297328 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29514] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29514/stat : 29514 (java) S 29409 29412 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 51604817 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560930144048 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29515] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29515/stat : 29515 (java) S 29409 29412 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51604817 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560929091952 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
Current children cumulated CPU time (s) 799.65
Current children cumulated vsize (KiB) 10686560

[startup+234.407 s]
/proc/loadavg: 6.52 6.47 5.55 6/216 29515
/proc/meminfo: memFree=14948124/32770624 swapFree=0/364180
[pid=29412] ppid=29409 vsize=10686560 CPUtime=801.2 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 2595307 0 0 0 79488 632 0 0 20 0 17 0 51583392 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2671640 2072472 3160 1 0 2661055 0
[pid=29412/tid=29414] ppid=29409 vsize=10686560 CPUtime=15.68 cores=0,2,4,6
/proc/29412/task/29414/stat : 29414 (java) S 29409 29412 12906 0 -1 1077944384 25759 0 0 0 1533 35 0 0 20 0 17 0 51583403 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561839150112 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29415] ppid=29409 vsize=10686560 CPUtime=189.22 cores=0,2,4,6
/proc/29412/task/29415/stat : 29415 (java) S 29409 29412 12906 0 -1 1077944384 693421 0 0 0 18774 148 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561445890704 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29416] ppid=29409 vsize=10686560 CPUtime=188.57 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) S 29409 29412 12906 0 -1 1077944384 594689 0 0 0 18700 157 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561444837904 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29417] ppid=29409 vsize=10686560 CPUtime=188.76 cores=0,2,4,6
/proc/29412/task/29417/stat : 29417 (java) S 29409 29412 12906 0 -1 1077944384 607939 0 0 0 18731 145 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561443785104 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29418] ppid=29409 vsize=10686560 CPUtime=189.34 cores=0,2,4,6
/proc/29412/task/29418/stat : 29418 (java) S 29409 29412 12906 0 -1 1077944384 610669 0 0 0 18798 136 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561442732304 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29419] ppid=29409 vsize=10686560 CPUtime=27.21 cores=0,2,4,6
/proc/29412/task/29419/stat : 29419 (java) R 29409 29412 12906 0 -1 4202560 52692 0 0 0 2717 4 0 0 20 0 17 0 51583405 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561398830416 140561819905984 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29420] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29420/stat : 29420 (java) S 29409 29412 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51583406 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561397778016 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29421] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29421/stat : 29421 (java) S 29409 29412 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 51583406 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561396724224 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29422] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29422/stat : 29422 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560938559824 140561834928027 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29423] ppid=29409 vsize=10686560 CPUtime=0.95 cores=0,2,4,6
/proc/29412/task/29423/stat : 29423 (java) S 29409 29412 12906 0 -1 1077944384 2948 0 0 0 95 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560937507232 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29424] ppid=29409 vsize=10686560 CPUtime=0.91 cores=0,2,4,6
/proc/29412/task/29424/stat : 29424 (java) S 29409 29412 12906 0 -1 1077944384 2262 0 0 0 91 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560936454144 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29425] ppid=29409 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/29412/task/29425/stat : 29425 (java) S 29409 29412 12906 0 -1 1077944384 3170 0 0 0 37 1 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560935396352 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29426] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29426/stat : 29426 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560934349024 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29427] ppid=29409 vsize=10686560 CPUtime=0.09 cores=0,2,4,6
/proc/29412/task/29427/stat : 29427 (java) S 29409 29412 12906 0 -1 1077944384 288 0 0 0 4 5 0 0 20 0 17 0 51583414 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560933297328 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29514] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29514/stat : 29514 (java) S 29409 29412 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 51604817 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560930144048 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29515] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29515/stat : 29515 (java) S 29409 29412 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51604817 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560929091952 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
Current children cumulated CPU time (s) 801.2
Current children cumulated vsize (KiB) 10686560

[startup+234.601 s]
/proc/loadavg: 6.52 6.47 5.55 6/216 29515
/proc/meminfo: memFree=14948124/32770624 swapFree=0/364180
[pid=29412] ppid=29409 vsize=10686560 CPUtime=801.39 cores=0,2,4,6
/proc/29412/stat : 29412 (java) S 29409 29412 12906 0 -1 1077944320 2595307 0 0 0 79507 632 0 0 20 0 17 0 51583392 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140737126572784 140561834909431 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
/proc/29412/statm: 2671640 2072472 3160 1 0 2661055 0
[pid=29412/tid=29414] ppid=29409 vsize=10686560 CPUtime=15.68 cores=0,2,4,6
/proc/29412/task/29414/stat : 29414 (java) S 29409 29412 12906 0 -1 1077944384 25759 0 0 0 1533 35 0 0 20 0 17 0 51583403 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561839150112 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29415] ppid=29409 vsize=10686560 CPUtime=189.22 cores=0,2,4,6
/proc/29412/task/29415/stat : 29415 (java) S 29409 29412 12906 0 -1 1077944384 693421 0 0 0 18774 148 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561445890704 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29416] ppid=29409 vsize=10686560 CPUtime=188.57 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) S 29409 29412 12906 0 -1 1077944384 594689 0 0 0 18700 157 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561444837904 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29417] ppid=29409 vsize=10686560 CPUtime=188.76 cores=0,2,4,6
/proc/29412/task/29417/stat : 29417 (java) S 29409 29412 12906 0 -1 1077944384 607939 0 0 0 18731 145 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561443785104 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29418] ppid=29409 vsize=10686560 CPUtime=189.34 cores=0,2,4,6
/proc/29412/task/29418/stat : 29418 (java) S 29409 29412 12906 0 -1 1077944384 610669 0 0 0 18798 136 0 0 20 0 17 0 51583404 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561442732304 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29419] ppid=29409 vsize=10686560 CPUtime=27.41 cores=0,2,4,6
/proc/29412/task/29419/stat : 29419 (java) R 29409 29412 12906 0 -1 4202560 52692 0 0 0 2737 4 0 0 20 0 17 0 51583405 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561398830416 140561813279606 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29420] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29420/stat : 29420 (java) S 29409 29412 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51583406 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561397778016 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29421] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29421/stat : 29421 (java) S 29409 29412 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 51583406 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140561396724224 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29422] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29422/stat : 29422 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560938559824 140561834928027 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29423] ppid=29409 vsize=10686560 CPUtime=0.95 cores=0,2,4,6
/proc/29412/task/29423/stat : 29423 (java) S 29409 29412 12906 0 -1 1077944384 2948 0 0 0 95 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560937507232 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29424] ppid=29409 vsize=10686560 CPUtime=0.91 cores=0,2,4,6
/proc/29412/task/29424/stat : 29424 (java) S 29409 29412 12906 0 -1 1077944384 2262 0 0 0 91 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560936454144 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29425] ppid=29409 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/29412/task/29425/stat : 29425 (java) S 29409 29412 12906 0 -1 1077944384 3170 0 0 0 37 1 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560935396352 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29426] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29426/stat : 29426 (java) S 29409 29412 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51583408 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560934349024 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29427] ppid=29409 vsize=10686560 CPUtime=0.09 cores=0,2,4,6
/proc/29412/task/29427/stat : 29427 (java) S 29409 29412 12906 0 -1 1077944384 288 0 0 0 4 5 0 0 20 0 17 0 51583414 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560933297328 140561834920578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29514] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29514/stat : 29514 (java) S 29409 29412 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 51604817 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560930144048 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
[pid=29412/tid=29515] ppid=29409 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29412/task/29515/stat : 29515 (java) S 29409 29412 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51604817 10943037440 2072472 18446744073709551615 4194304 4196468 140737126590240 140560929091952 140561834919637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140737126597045 140737126597198 140737126597198 140737126600655 0
Current children cumulated CPU time (s) 801.39
Current children cumulated vsize (KiB) 10686560

[startup+234.701 s]
/proc/loadavg: 6.52 6.47 5.55 6/216 29515
/proc/meminfo: memFree=14948124/32770624 swapFree=0/364180
[pid=29412] ppid=29409 vsize=0 CPUtime=801.49 cores=0,2,4,6
/proc/29412/stat : 29412 (java) Z 29409 29412 12906 0 -1 4227084 2595349 0 0 0 79510 639 0 0 20 0 2 0 51583392 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 0 0 0 0 0 0 0 0
/proc/29412/statm: 0 0 0 0 0 0 0
[pid=29412/tid=29416] ppid=29409 vsize=0 CPUtime=188.64 cores=0,2,4,6
/proc/29412/task/29416/stat : 29416 (java) R 29409 29412 12906 0 -1 4203588 594689 0 0 0 18700 164 0 0 20 0 2 0 51583404 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 801.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 234.728
CPU time (s): 801.527
CPU user time (s): 795.102
CPU system time (s): 6.42524
CPU usage (%): 341.47
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 795.102
system time used= 6.42524
maximum resident set size= 8290076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2595349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18898
involuntary context switches= 15332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12169 second user time and 1.50383 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:51:27
IDJOB=4244003
IDBENCH=140591
IDSOLVER=2623
FILE ID=node135/4244003-1502096725
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 6af071621bab6d4e45a1e2acc37440b7
RANDOM SEED=593049361

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:        23234652 kB
MemAvailable:   23684108 kB
Buffers:          224024 kB
Cached:           514080 kB
SwapCached:            0 kB
Active:          8698880 kB
Inactive:         388800 kB
Active(anon):    8350188 kB
Inactive(anon):    24972 kB
Active(file):     348692 kB
Inactive(file):   363828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             4 kB
AnonPages:       8349876 kB
Mapped:            52576 kB
Shmem:             25344 kB
Slab:             132168 kB
SReclaimable:     105540 kB
SUnreclaim:        26628 kB
KernelStack:        3552 kB
PageTables:        21668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8622184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7520256 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= 62024 MiB
End job on node135 at 2017-08-07 10:55:22