Trace number 4244127

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? (problem) 1397.95 383.97501

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-15-15.xml
MD5SUM31b93d68041edb8c4e758991fee87633
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.05
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11026
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree198
Maximum variable degree198
Distribution of variable degrees[{"degree":198,"count":225}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":11025},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints11025
Distribution of constraint types[{"type":"intension","count":11025},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1250.02/343.93	Aug 06, 2017 11:29:13 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1250.02/343.93	INFO: Runtime exception
1250.02/343.93	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1250.02/343.93		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1250.02/343.93		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1250.02/343.93		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1250.02/343.93		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1250.02/343.93		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1250.02/343.93		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1250.02/343.93		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1250.02/343.93		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1250.02/343.93		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1250.02/343.93		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1250.02/343.93		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1250.02/343.93		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1250.02/343.93		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1250.02/343.93		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1250.02/343.93		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1250.02/343.93		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1250.02/343.93		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1250.02/343.93		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1250.02/343.93		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1250.02/343.93	Caused by: java.lang.reflect.InvocationTargetException
1250.02/343.93		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1250.02/343.93		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250.02/343.93		at java.lang.reflect.Method.invoke(Method.java:498)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1250.02/343.93		... 21 more
1250.02/343.93	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1250.02/343.93		... 25 more
1250.02/343.93	Caused by: java.lang.reflect.InvocationTargetException
1250.02/343.93		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1250.02/343.93		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250.02/343.93		at java.lang.reflect.Method.invoke(Method.java:498)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1250.02/343.93		... 26 more
1250.02/343.93	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1250.02/343.93		... 30 more
1250.02/343.93	Caused by: java.lang.reflect.InvocationTargetException
1250.02/343.93		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1250.02/343.93		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250.02/343.93		at java.lang.reflect.Method.invoke(Method.java:498)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1250.02/343.93		... 31 more
1250.02/343.93	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1250.02/343.93		... 35 more
1250.02/343.93	Caused by: java.lang.reflect.InvocationTargetException
1250.02/343.93		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1250.02/343.93		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250.02/343.93		at java.lang.reflect.Method.invoke(Method.java:498)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1250.02/343.93		... 35 more
1250.02/343.93	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1250.02/343.93		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1250.02/343.93		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1250.02/343.93		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1250.02/343.93		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1250.02/343.93		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1250.02/343.93		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1250.02/343.93		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1250.02/343.93		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1250.02/343.93		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1250.02/343.93		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1250.02/343.93		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1250.02/343.93		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250.02/343.93		at java.lang.reflect.Method.invoke(Method.java:498)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1250.02/343.93		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1250.02/343.93		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250.02/343.93		at java.lang.reflect.Method.invoke(Method.java:498)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1250.02/343.93		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1250.02/343.93		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250.02/343.93		at java.lang.reflect.Method.invoke(Method.java:498)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1250.02/343.93		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1250.02/343.93		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250.02/343.93		at java.lang.reflect.Method.invoke(Method.java:498)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1250.02/343.93		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1250.02/343.93	
1320.59/363.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1320.59/363.07	c This is free software under the dual EPL/GNU LGPL licenses.
1320.59/363.07	c See www.sat4j.org for details.
1320.59/363.07	c That software uses the Rhino library from the Mozilla project.
1320.59/363.07	c version CUSTOM.v20170705
1320.59/363.07	c java.runtime.name	Java(TM) SE Runtime Environment
1320.59/363.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1320.59/363.07	c java.vm.version	25.131-b11
1320.59/363.07	c java.vm.vendor	Oracle Corporation
1320.59/363.07	c sun.arch.data.model	64
1320.59/363.07	c java.version		1.8.0_131
1320.59/363.07	c os.name		Linux
1320.59/363.07	c os.version		3.10.0-514.16.1.el7.x86_64
1320.59/363.07	c os.arch		amd64
1320.59/363.07	c Free memory 		499604488
1320.59/363.07	c Max memory 		7247757312
1320.59/363.07	c Total memory 		504889344
1320.59/363.07	c Number of processors 	4
1320.59/363.07	c c --- Begin Solver configuration ---
1320.59/363.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1320.59/363.07	c Learn all clauses as in MiniSAT
1320.59/363.07	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1320.59/363.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1320.59/363.07	c No reason simplification
1320.59/363.07	c Glucose 2.1 dynamic restart strategy
1320.59/363.07	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
1320.59/363.07	c timeout=2147483s
1320.59/363.07	c DB Simplification allowed=false
1320.59/363.07	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1320.59/363.07	c --- End Solver configuration ---
1362.13/374.26	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1362.13/374.26		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1362.13/374.26		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1362.13/374.26		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1362.13/374.26		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1362.13/374.26		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1362.13/374.26		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1362.13/374.26		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1362.13/374.26		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1362.13/374.26		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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-4244127-1502055453/watcher-4244127-1502055453 -o /tmp/evaluation-result-4244127-1502055453/solver-4244127-1502055453 -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-4244127-1502055453.xml 

pid=20499
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: 5.00 4.72 3.86 2/200 20502
/proc/meminfo: memFree=29746428/32770624 swapFree=0/344548
[pid=20502] ppid=20499 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20502/stat : 20502 (runsolver) D 20499 20502 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47456244 24240128 107 18446744073709551615 4194304 4338465 140720841248672 140720841246312 139979441349335 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 15798272 140720841257095 140720841257545 140720841257545 140720841261002 0
/proc/20502/statm: 5918 107 53 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 5.00 4.72 3.86 2/200 20502
/proc/meminfo: memFree=29746428/32770624 swapFree=0/344548
[pid=20502] ppid=20499 vsize=30188 CPUtime=0 cores=0,2,4,6
/proc/20502/stat : 20502 (java) R 20499 20502 12906 0 -1 4202496 997 0 0 0 0 0 0 0 20 0 1 0 47456244 30912512 805 18446744073709551615 4194304 4196468 140732263614736 140732263595432 140609635755643 0 0 1 0 0 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 7547 805 605 1 0 159 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30188

[startup+0.20025 s]
/proc/loadavg: 5.00 4.72 3.86 2/200 20502
/proc/meminfo: memFree=29746428/32770624 swapFree=0/344548
[pid=20502] ppid=20499 vsize=10551056 CPUtime=0.05 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 4604 0 0 0 4 1 0 0 20 0 15 0 47456244 10804281344 5638 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2637764 5638 2580 1 0 2627261 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10551056

[startup+0.300265 s]
/proc/loadavg: 5.00 4.72 3.86 2/200 20502
/proc/meminfo: memFree=29746428/32770624 swapFree=0/344548
[pid=20502] ppid=20499 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 8147 0 0 0 19 3 0 0 20 0 15 0 47456244 10804383744 8931 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2637789 8931 2875 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701189 s]
/proc/loadavg: 5.00 4.72 3.86 2/200 20502
/proc/meminfo: memFree=29746428/32770624 swapFree=0/344548
[pid=20502] ppid=20499 vsize=10551232 CPUtime=1.41 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 12918 0 0 0 136 5 0 0 20 0 15 0 47456244 10804461568 26402 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2637808 26402 3059 1 0 2627261 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10551232

[startup+1.50119 s]
/proc/loadavg: 5.00 4.72 3.86 5/215 20517
/proc/meminfo: memFree=29542564/32770624 swapFree=0/344564
[pid=20502] ppid=20499 vsize=10551232 CPUtime=3.48 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 14181 0 0 0 333 15 0 0 20 0 15 0 47456244 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2637808 89879 3104 1 0 2627261 0
[pid=20502/tid=20504] ppid=20499 vsize=10551232 CPUtime=1.27 cores=0,2,4,6
/proc/20502/task/20504/stat : 20504 (java) S 20499 20502 12906 0 -1 1077944384 7598 0 0 0 121 6 0 0 20 0 15 0 47456254 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140609637769024 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20505] ppid=20499 vsize=10551232 CPUtime=0.05 cores=0,2,4,6
/proc/20502/task/20505/stat : 20505 (java) R 20499 20502 12906 0 -1 4202560 136 0 0 0 4 1 0 0 20 0 15 0 47456255 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140609244158352 140609618561561 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20506] ppid=20499 vsize=10551232 CPUtime=0.04 cores=0,2,4,6
/proc/20502/task/20506/stat : 20506 (java) R 20499 20502 12906 0 -1 4202560 107 0 0 0 3 1 0 0 20 0 15 0 47456255 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140609243105552 140609618561561 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20507] ppid=20499 vsize=10551232 CPUtime=0.05 cores=0,2,4,6
/proc/20502/task/20507/stat : 20507 (java) R 20499 20502 12906 0 -1 4202560 162 0 0 0 4 1 0 0 20 0 15 0 47456255 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140609242053264 140609618561561 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20508] ppid=20499 vsize=10551232 CPUtime=0.04 cores=0,2,4,6
/proc/20502/task/20508/stat : 20508 (java) R 20499 20502 12906 0 -1 4202560 74 0 0 0 3 1 0 0 20 0 15 0 47456255 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140609241000664 140609618557742 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20509] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20509/stat : 20509 (java) S 20499 20502 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 47456256 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608875164832 140609633543893 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20510] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20510/stat : 20510 (java) S 20499 20502 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47456257 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608874112352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20511] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20511/stat : 20511 (java) S 20499 20502 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47456257 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608873059952 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20512] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20512/stat : 20512 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47456259 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608872008272 140609633552283 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20513] ppid=20499 vsize=10551232 CPUtime=0.8 cores=0,2,4,6
/proc/20502/task/20513/stat : 20513 (java) S 20499 20502 12906 0 -1 1077944384 1653 0 0 0 80 0 0 0 20 0 15 0 47456259 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608870955120 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20514] ppid=20499 vsize=10551232 CPUtime=0.8 cores=0,2,4,6
/proc/20502/task/20514/stat : 20514 (java) S 20499 20502 12906 0 -1 1077944384 1410 0 0 0 80 0 0 0 20 0 15 0 47456259 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608869902320 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20515] ppid=20499 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/20502/task/20515/stat : 20515 (java) S 20499 20502 12906 0 -1 1077944384 1600 0 0 0 32 0 0 0 20 0 15 0 47456259 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608868850032 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20516] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20516/stat : 20516 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47456260 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608867797472 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20517] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20517/stat : 20517 (java) S 20499 20502 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47456264 10804461568 89879 18446744073709551615 4194304 4196468 140732263614736 140608866745264 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10551232

[startup+3.10118 s]
/proc/loadavg: 5.00 4.72 3.86 6/215 20517
/proc/meminfo: memFree=29090580/32770624 swapFree=0/344564
[pid=20502] ppid=20499 vsize=10551232 CPUtime=8.58 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 15761 0 0 0 800 58 0 0 20 0 15 0 47456244 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2637808 186794 3116 1 0 2627261 0
[pid=20502/tid=20504] ppid=20499 vsize=10551232 CPUtime=1.6 cores=0,2,4,6
/proc/20502/task/20504/stat : 20504 (java) S 20499 20502 12906 0 -1 1077944384 7601 0 0 0 154 6 0 0 20 0 15 0 47456254 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140609637768736 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20505] ppid=20499 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/20502/task/20505/stat : 20505 (java) S 20499 20502 12906 0 -1 1077944384 509 0 0 0 110 12 0 0 20 0 15 0 47456255 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140609244158352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20506] ppid=20499 vsize=10551232 CPUtime=1.21 cores=0,2,4,6
/proc/20502/task/20506/stat : 20506 (java) S 20499 20502 12906 0 -1 1077944384 449 0 0 0 109 12 0 0 20 0 15 0 47456255 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140609243105552 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20507] ppid=20499 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/20502/task/20507/stat : 20507 (java) S 20499 20502 12906 0 -1 1077944384 451 0 0 0 110 12 0 0 20 0 15 0 47456255 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140609242053264 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20508] ppid=20499 vsize=10551232 CPUtime=1.2 cores=0,2,4,6
/proc/20502/task/20508/stat : 20508 (java) S 20499 20502 12906 0 -1 1077944384 459 0 0 0 108 12 0 0 20 0 15 0 47456255 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140609241000464 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20509] ppid=20499 vsize=10551232 CPUtime=0.11 cores=0,2,4,6
/proc/20502/task/20509/stat : 20509 (java) R 20499 20502 12906 0 -1 4202560 235 0 0 0 11 0 0 0 20 0 15 0 47456256 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608875164752 140609618234291 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20510] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20510/stat : 20510 (java) S 20499 20502 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47456257 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608874112352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20511] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20511/stat : 20511 (java) S 20499 20502 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47456257 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608873059952 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20512] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20512/stat : 20512 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47456259 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608872008272 140609633552283 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20513] ppid=20499 vsize=10551232 CPUtime=0.81 cores=0,2,4,6
/proc/20502/task/20513/stat : 20513 (java) S 20499 20502 12906 0 -1 1077944384 1658 0 0 0 81 0 0 0 20 0 15 0 47456259 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608870955120 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20514] ppid=20499 vsize=10551232 CPUtime=0.81 cores=0,2,4,6
/proc/20502/task/20514/stat : 20514 (java) S 20499 20502 12906 0 -1 1077944384 1416 0 0 0 81 0 0 0 20 0 15 0 47456259 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608869902320 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20515] ppid=20499 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/20502/task/20515/stat : 20515 (java) S 20499 20502 12906 0 -1 1077944384 1626 0 0 0 34 0 0 0 20 0 15 0 47456259 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608868850032 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20516] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20516/stat : 20516 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47456260 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608867797472 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20517] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20517/stat : 20517 (java) S 20499 20502 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47456264 10804461568 186794 18446744073709551615 4194304 4196468 140732263614736 140608866745264 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 10551232

[startup+6.30062 s]
/proc/loadavg: 5.00 4.72 3.87 6/215 20517
/proc/meminfo: memFree=28446088/32770624 swapFree=0/344560
[pid=20502] ppid=20499 vsize=10551232 CPUtime=17.61 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 20172 0 0 0 1661 100 0 0 20 0 15 0 47456244 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2637808 327881 3123 1 0 2627261 0
[pid=20502/tid=20504] ppid=20499 vsize=10551232 CPUtime=2.26 cores=0,2,4,6
/proc/20502/task/20504/stat : 20504 (java) S 20499 20502 12906 0 -1 1077944384 8054 0 0 0 216 10 0 0 20 0 15 0 47456254 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140609637767984 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20505] ppid=20499 vsize=10551232 CPUtime=3.12 cores=0,2,4,6
/proc/20502/task/20505/stat : 20505 (java) S 20499 20502 12906 0 -1 1077944384 1791 0 0 0 290 22 0 0 20 0 15 0 47456255 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140609244158352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20506] ppid=20499 vsize=10551232 CPUtime=3.1 cores=0,2,4,6
/proc/20502/task/20506/stat : 20506 (java) S 20499 20502 12906 0 -1 1077944384 732 0 0 0 288 22 0 0 20 0 15 0 47456255 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140609243105552 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20507] ppid=20499 vsize=10551232 CPUtime=3.12 cores=0,2,4,6
/proc/20502/task/20507/stat : 20507 (java) S 20499 20502 12906 0 -1 1077944384 1170 0 0 0 290 22 0 0 20 0 15 0 47456255 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140609242053264 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20508] ppid=20499 vsize=10551232 CPUtime=3.07 cores=0,2,4,6
/proc/20502/task/20508/stat : 20508 (java) S 20499 20502 12906 0 -1 1077944384 1001 0 0 0 286 21 0 0 20 0 15 0 47456255 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140609241000464 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20509] ppid=20499 vsize=10551232 CPUtime=0.75 cores=0,2,4,6
/proc/20502/task/20509/stat : 20509 (java) R 20499 20502 12906 0 -1 4202560 1280 0 0 0 75 0 0 0 20 0 15 0 47456256 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608875164752 140609618234320 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20510] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20510/stat : 20510 (java) S 20499 20502 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47456257 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608874112352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20511] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20511/stat : 20511 (java) S 20499 20502 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47456257 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608873059968 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20512] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20512/stat : 20512 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47456259 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608872008272 140609633552283 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20513] ppid=20499 vsize=10551232 CPUtime=0.87 cores=0,2,4,6
/proc/20502/task/20513/stat : 20513 (java) S 20499 20502 12906 0 -1 1077944384 1667 0 0 0 87 0 0 0 20 0 15 0 47456259 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608870955120 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20514] ppid=20499 vsize=10551232 CPUtime=0.88 cores=0,2,4,6
/proc/20502/task/20514/stat : 20514 (java) S 20499 20502 12906 0 -1 1077944384 1436 0 0 0 88 0 0 0 20 0 15 0 47456259 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608869902320 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20515] ppid=20499 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/20502/task/20515/stat : 20515 (java) S 20499 20502 12906 0 -1 1077944384 1660 0 0 0 36 0 0 0 20 0 15 0 47456259 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608868850032 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20516] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20516/stat : 20516 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47456260 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608867797472 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20517] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20517/stat : 20517 (java) S 20499 20502 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 47456264 10804461568 327881 18446744073709551615 4194304 4196468 140732263614736 140608866745264 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
Current children cumulated CPU time (s) 17.61
Current children cumulated vsize (KiB) 10551232

[startup+12.7012 s]
/proc/loadavg: 4.76 4.68 3.86 6/214 20518
/proc/meminfo: memFree=26454032/32770624 swapFree=0/344552
[pid=20502] ppid=20499 vsize=10551232 CPUtime=35.03 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 32520 0 0 0 3177 326 0 0 20 0 15 0 47456244 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2637808 825416 3124 1 0 2627261 0
[pid=20502/tid=20504] ppid=20499 vsize=10551232 CPUtime=4.3 cores=0,2,4,6
/proc/20502/task/20504/stat : 20504 (java) S 20499 20502 12906 0 -1 1077944384 9794 0 0 0 418 12 0 0 20 0 15 0 47456254 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140609637768832 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20505] ppid=20499 vsize=10551232 CPUtime=6.77 cores=0,2,4,6
/proc/20502/task/20505/stat : 20505 (java) R 20499 20502 12906 0 -1 4202560 3406 0 0 0 598 79 0 0 20 0 15 0 47456255 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140609244158552 140609618529755 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20506] ppid=20499 vsize=10551232 CPUtime=6.72 cores=0,2,4,6
/proc/20502/task/20506/stat : 20506 (java) R 20499 20502 12906 0 -1 4202560 1802 0 0 0 595 77 0 0 20 0 15 0 47456255 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140609243105552 140609618234362 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20507] ppid=20499 vsize=10551232 CPUtime=6.76 cores=0,2,4,6
/proc/20502/task/20507/stat : 20507 (java) R 20499 20502 12906 0 -1 4202560 2766 0 0 0 600 76 0 0 20 0 15 0 47456255 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140609242053264 140609618529658 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20508] ppid=20499 vsize=10551232 CPUtime=6.7 cores=0,2,4,6
/proc/20502/task/20508/stat : 20508 (java) R 20499 20502 12906 0 -1 4202560 2252 0 0 0 593 77 0 0 20 0 15 0 47456255 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140609241000664 140609618529707 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20509] ppid=20499 vsize=10551232 CPUtime=1.44 cores=0,2,4,6
/proc/20502/task/20509/stat : 20509 (java) S 20499 20502 12906 0 -1 1077944384 4411 0 0 0 144 0 0 0 20 0 15 0 47456256 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140608875164864 140609633543893 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20510] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20510/stat : 20510 (java) S 20499 20502 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47456257 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140608874112352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20511] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20511/stat : 20511 (java) S 20499 20502 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47456257 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140608873059968 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20512] ppid=20499 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20512/stat : 20512 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47456259 10804461568 825416 18446744073709551615 4194304 4196468 140732263614736 140608872008272 140609633552283 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0

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

/proc/20502/task/20514/stat : 20514 (java) S 20499 20502 12906 0 -1 1077944384 4213 0 0 0 106 1 0 0 20 0 16 0 47456259 10943037440 2058639 18446744073709551615 4194304 4196468 140732263614736 140608869902080 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20515] ppid=20499 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20502/task/20515/stat : 20515 (java) S 20499 20502 12906 0 -1 1077944384 5023 0 0 0 46 0 0 0 20 0 16 0 47456259 10943037440 2058639 18446744073709551615 4194304 4196468 140732263614736 140608868845408 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20516] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20516/stat : 20516 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456260 10943037440 2058639 18446744073709551615 4194304 4196468 140732263614736 140608867797472 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20517] ppid=20499 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/20502/task/20517/stat : 20517 (java) S 20499 20502 12906 0 -1 1077944384 329 0 0 0 14 17 0 0 20 0 16 0 47456264 10943037440 2058639 18446744073709551615 4194304 4196468 140732263614736 140608866745264 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20533] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20533/stat : 20533 (java) S 20499 20502 12906 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 16 0 47490638 10943037440 2058639 18446744073709551615 4194304 4196468 140732263614736 140608862540432 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
Current children cumulated CPU time (s) 1394.18
Current children cumulated vsize (KiB) 10686560

[startup+383.201 s]
/proc/loadavg: 4.37 4.59 4.09 5/216 20535
/proc/meminfo: memFree=21466308/32770624 swapFree=0/344632
[pid=20502] ppid=20499 vsize=10686560 CPUtime=1397.17 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 187417 0 0 0 138933 784 0 0 20 0 16 0 47456244 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2671640 2058640 3175 1 0 2661055 0
[pid=20502/tid=20504] ppid=20499 vsize=10686560 CPUtime=13.75 cores=0,2,4,6
/proc/20502/task/20504/stat : 20504 (java) S 20499 20502 12906 0 -1 1077944384 18476 0 0 0 1362 13 0 0 20 0 16 0 47456254 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609637774368 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20505] ppid=20499 vsize=10686560 CPUtime=337.99 cores=0,2,4,6
/proc/20502/task/20505/stat : 20505 (java) S 20499 20502 12906 0 -1 1077944384 17202 0 0 0 33604 195 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609244158352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20506] ppid=20499 vsize=10686560 CPUtime=337.31 cores=0,2,4,6
/proc/20502/task/20506/stat : 20506 (java) S 20499 20502 12906 0 -1 1077944384 16158 0 0 0 33550 181 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609243105552 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20507] ppid=20499 vsize=10686560 CPUtime=337.54 cores=0,2,4,6
/proc/20502/task/20507/stat : 20507 (java) S 20499 20502 12906 0 -1 1077944384 16480 0 0 0 33563 191 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609242053264 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20508] ppid=20499 vsize=10686560 CPUtime=338.01 cores=0,2,4,6
/proc/20502/task/20508/stat : 20508 (java) S 20499 20502 12906 0 -1 1077944384 15844 0 0 0 33611 190 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609241000464 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20509] ppid=20499 vsize=10686560 CPUtime=28.75 cores=0,2,4,6
/proc/20502/task/20509/stat : 20509 (java) R 20499 20502 12906 0 -1 4202560 76910 0 0 0 2871 4 0 0 20 0 16 0 47456256 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608875164864 140609618530039 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20510] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20510/stat : 20510 (java) S 20499 20502 12906 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 47456257 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608874112352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20511] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20511/stat : 20511 (java) S 20499 20502 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 47456257 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608873059968 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20512] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20512/stat : 20512 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608872008272 140609633552283 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20513] ppid=20499 vsize=10686560 CPUtime=1.89 cores=0,2,4,6
/proc/20502/task/20513/stat : 20513 (java) S 20499 20502 12906 0 -1 1077944384 15095 0 0 0 188 1 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608870955168 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20514] ppid=20499 vsize=10686560 CPUtime=1.07 cores=0,2,4,6
/proc/20502/task/20514/stat : 20514 (java) S 20499 20502 12906 0 -1 1077944384 4213 0 0 0 106 1 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608869902080 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20515] ppid=20499 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20502/task/20515/stat : 20515 (java) S 20499 20502 12906 0 -1 1077944384 5023 0 0 0 46 0 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608868845408 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20516] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20516/stat : 20516 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456260 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608867797472 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20517] ppid=20499 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/20502/task/20517/stat : 20517 (java) S 20499 20502 12906 0 -1 1077944384 329 0 0 0 14 17 0 0 20 0 16 0 47456264 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608866745264 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20533] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20533/stat : 20533 (java) S 20499 20502 12906 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 16 0 47490638 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608862540432 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
Current children cumulated CPU time (s) 1397.17
Current children cumulated vsize (KiB) 10686560

[startup+383.601 s]
/proc/loadavg: 4.37 4.59 4.09 5/216 20535
/proc/meminfo: memFree=21466308/32770624 swapFree=0/344632
[pid=20502] ppid=20499 vsize=10686560 CPUtime=1397.57 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 187417 0 0 0 138973 784 0 0 20 0 16 0 47456244 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2671640 2058640 3175 1 0 2661055 0
[pid=20502/tid=20504] ppid=20499 vsize=10686560 CPUtime=13.75 cores=0,2,4,6
/proc/20502/task/20504/stat : 20504 (java) S 20499 20502 12906 0 -1 1077944384 18476 0 0 0 1362 13 0 0 20 0 16 0 47456254 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609637774368 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20505] ppid=20499 vsize=10686560 CPUtime=337.99 cores=0,2,4,6
/proc/20502/task/20505/stat : 20505 (java) S 20499 20502 12906 0 -1 1077944384 17202 0 0 0 33604 195 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609244158352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20506] ppid=20499 vsize=10686560 CPUtime=337.31 cores=0,2,4,6
/proc/20502/task/20506/stat : 20506 (java) S 20499 20502 12906 0 -1 1077944384 16158 0 0 0 33550 181 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609243105552 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20507] ppid=20499 vsize=10686560 CPUtime=337.54 cores=0,2,4,6
/proc/20502/task/20507/stat : 20507 (java) S 20499 20502 12906 0 -1 1077944384 16480 0 0 0 33563 191 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609242053264 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20508] ppid=20499 vsize=10686560 CPUtime=338.01 cores=0,2,4,6
/proc/20502/task/20508/stat : 20508 (java) S 20499 20502 12906 0 -1 1077944384 15844 0 0 0 33611 190 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609241000464 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20509] ppid=20499 vsize=10686560 CPUtime=29.15 cores=0,2,4,6
/proc/20502/task/20509/stat : 20509 (java) R 20499 20502 12906 0 -1 4202560 76910 0 0 0 2911 4 0 0 20 0 16 0 47456256 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608875164752 140609618530054 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20510] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20510/stat : 20510 (java) S 20499 20502 12906 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 47456257 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608874112352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20511] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20511/stat : 20511 (java) S 20499 20502 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 47456257 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608873059968 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20512] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20512/stat : 20512 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608872008272 140609633552283 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20513] ppid=20499 vsize=10686560 CPUtime=1.89 cores=0,2,4,6
/proc/20502/task/20513/stat : 20513 (java) S 20499 20502 12906 0 -1 1077944384 15095 0 0 0 188 1 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608870955168 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20514] ppid=20499 vsize=10686560 CPUtime=1.07 cores=0,2,4,6
/proc/20502/task/20514/stat : 20514 (java) S 20499 20502 12906 0 -1 1077944384 4213 0 0 0 106 1 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608869902080 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20515] ppid=20499 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20502/task/20515/stat : 20515 (java) S 20499 20502 12906 0 -1 1077944384 5023 0 0 0 46 0 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608868845408 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20516] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20516/stat : 20516 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456260 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608867797472 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20517] ppid=20499 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/20502/task/20517/stat : 20517 (java) S 20499 20502 12906 0 -1 1077944384 329 0 0 0 14 17 0 0 20 0 16 0 47456264 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608866745264 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20533] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20533/stat : 20533 (java) S 20499 20502 12906 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 16 0 47490638 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608862540432 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
Current children cumulated CPU time (s) 1397.57
Current children cumulated vsize (KiB) 10686560

[startup+383.801 s]
/proc/loadavg: 4.37 4.59 4.09 5/216 20535
/proc/meminfo: memFree=21466308/32770624 swapFree=0/344632
[pid=20502] ppid=20499 vsize=10686560 CPUtime=1397.77 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 187417 0 0 0 138993 784 0 0 20 0 16 0 47456244 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2671640 2058640 3175 1 0 2661055 0
[pid=20502/tid=20504] ppid=20499 vsize=10686560 CPUtime=13.75 cores=0,2,4,6
/proc/20502/task/20504/stat : 20504 (java) S 20499 20502 12906 0 -1 1077944384 18476 0 0 0 1362 13 0 0 20 0 16 0 47456254 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609637774368 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20505] ppid=20499 vsize=10686560 CPUtime=337.99 cores=0,2,4,6
/proc/20502/task/20505/stat : 20505 (java) S 20499 20502 12906 0 -1 1077944384 17202 0 0 0 33604 195 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609244158352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20506] ppid=20499 vsize=10686560 CPUtime=337.31 cores=0,2,4,6
/proc/20502/task/20506/stat : 20506 (java) S 20499 20502 12906 0 -1 1077944384 16158 0 0 0 33550 181 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609243105552 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20507] ppid=20499 vsize=10686560 CPUtime=337.54 cores=0,2,4,6
/proc/20502/task/20507/stat : 20507 (java) S 20499 20502 12906 0 -1 1077944384 16480 0 0 0 33563 191 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609242053264 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20508] ppid=20499 vsize=10686560 CPUtime=338.01 cores=0,2,4,6
/proc/20502/task/20508/stat : 20508 (java) S 20499 20502 12906 0 -1 1077944384 15844 0 0 0 33611 190 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609241000464 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20509] ppid=20499 vsize=10686560 CPUtime=29.35 cores=0,2,4,6
/proc/20502/task/20509/stat : 20509 (java) R 20499 20502 12906 0 -1 4202560 76910 0 0 0 2931 4 0 0 20 0 16 0 47456256 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608875164752 140609617991318 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20510] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20510/stat : 20510 (java) S 20499 20502 12906 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 47456257 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608874112352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20511] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20511/stat : 20511 (java) S 20499 20502 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 47456257 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608873059968 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20512] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20512/stat : 20512 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608872008272 140609633552283 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20513] ppid=20499 vsize=10686560 CPUtime=1.89 cores=0,2,4,6
/proc/20502/task/20513/stat : 20513 (java) S 20499 20502 12906 0 -1 1077944384 15095 0 0 0 188 1 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608870955168 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20514] ppid=20499 vsize=10686560 CPUtime=1.07 cores=0,2,4,6
/proc/20502/task/20514/stat : 20514 (java) S 20499 20502 12906 0 -1 1077944384 4213 0 0 0 106 1 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608869902080 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20515] ppid=20499 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20502/task/20515/stat : 20515 (java) S 20499 20502 12906 0 -1 1077944384 5023 0 0 0 46 0 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608868845408 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20516] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20516/stat : 20516 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456260 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608867797472 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20517] ppid=20499 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/20502/task/20517/stat : 20517 (java) S 20499 20502 12906 0 -1 1077944384 329 0 0 0 14 17 0 0 20 0 16 0 47456264 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608866745264 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20533] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20533/stat : 20533 (java) S 20499 20502 12906 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 16 0 47490638 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608862540432 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
Current children cumulated CPU time (s) 1397.77
Current children cumulated vsize (KiB) 10686560

[startup+383.901 s]
/proc/loadavg: 4.37 4.59 4.09 3/216 20535
/proc/meminfo: memFree=21462212/32770624 swapFree=0/344632
[pid=20502] ppid=20499 vsize=10686560 CPUtime=1397.88 cores=0,2,4,6
/proc/20502/stat : 20502 (java) S 20499 20502 12906 0 -1 1077944320 187417 0 0 0 139004 784 0 0 20 0 16 0 47456244 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140732263597280 140609633533687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
/proc/20502/statm: 2671640 2058640 3175 1 0 2661055 0
[pid=20502/tid=20504] ppid=20499 vsize=10686560 CPUtime=13.75 cores=0,2,4,6
/proc/20502/task/20504/stat : 20504 (java) S 20499 20502 12906 0 -1 1077944384 18476 0 0 0 1362 13 0 0 20 0 16 0 47456254 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609637774368 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20505] ppid=20499 vsize=10686560 CPUtime=337.99 cores=0,2,4,6
/proc/20502/task/20505/stat : 20505 (java) S 20499 20502 12906 0 -1 1077944384 17202 0 0 0 33604 195 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609244158352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20506] ppid=20499 vsize=10686560 CPUtime=337.31 cores=0,2,4,6
/proc/20502/task/20506/stat : 20506 (java) S 20499 20502 12906 0 -1 1077944384 16158 0 0 0 33550 181 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609243105552 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20507] ppid=20499 vsize=10686560 CPUtime=337.54 cores=0,2,4,6
/proc/20502/task/20507/stat : 20507 (java) S 20499 20502 12906 0 -1 1077944384 16480 0 0 0 33563 191 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609242053264 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20508] ppid=20499 vsize=10686560 CPUtime=338.01 cores=0,2,4,6
/proc/20502/task/20508/stat : 20508 (java) S 20499 20502 12906 0 -1 1077944384 15844 0 0 0 33611 190 0 0 20 0 16 0 47456255 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140609241000464 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20509] ppid=20499 vsize=10686560 CPUtime=29.46 cores=0,2,4,6
/proc/20502/task/20509/stat : 20509 (java) R 20499 20502 12906 0 -1 4202560 76910 0 0 0 2942 4 0 0 20 0 16 0 47456256 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608875164752 140609611903848 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20510] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20510/stat : 20510 (java) S 20499 20502 12906 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 47456257 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608874112352 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20511] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20511/stat : 20511 (java) S 20499 20502 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 47456257 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608873059968 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20512] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20512/stat : 20512 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608872008272 140609633552283 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20513] ppid=20499 vsize=10686560 CPUtime=1.89 cores=0,2,4,6
/proc/20502/task/20513/stat : 20513 (java) S 20499 20502 12906 0 -1 1077944384 15095 0 0 0 188 1 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608870955168 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20514] ppid=20499 vsize=10686560 CPUtime=1.07 cores=0,2,4,6
/proc/20502/task/20514/stat : 20514 (java) S 20499 20502 12906 0 -1 1077944384 4213 0 0 0 106 1 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608869902080 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20515] ppid=20499 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20502/task/20515/stat : 20515 (java) S 20499 20502 12906 0 -1 1077944384 5023 0 0 0 46 0 0 0 20 0 16 0 47456259 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608868845408 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20516] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20516/stat : 20516 (java) S 20499 20502 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47456260 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608867797472 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20517] ppid=20499 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/20502/task/20517/stat : 20517 (java) S 20499 20502 12906 0 -1 1077944384 329 0 0 0 14 17 0 0 20 0 16 0 47456264 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608866745264 140609633544834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
[pid=20502/tid=20533] ppid=20499 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20502/task/20533/stat : 20533 (java) S 20499 20502 12906 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 16 0 47490638 10943037440 2058640 18446744073709551615 4194304 4196468 140732263614736 140608862540432 140609633543893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35930112 140732263621045 140732263621198 140732263621198 140732263624655 0
Current children cumulated CPU time (s) 1397.88
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 383.975
CPU time (s): 1397.95
CPU user time (s): 1390.07
CPU system time (s): 7.88123
CPU usage (%): 364.074
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1390.07
system time used= 7.88123
maximum resident set size= 8234676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187464
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17631
involuntary context switches= 12293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.77553 second user time and 2.53071 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:23:36
IDJOB=4244127
IDBENCH=139730
IDSOLVER=2623
FILE ID=node135/4244127-1502055453
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-15-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244127-1502055453/watcher-4244127-1502055453 -o /tmp/evaluation-result-4244127-1502055453/solver-4244127-1502055453 -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-4244127-1502055453.xml

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

MD5SUM BENCH= 31b93d68041edb8c4e758991fee87633
RANDOM SEED=387520005

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:        29746716 kB
MemAvailable:   30160632 kB
Buffers:          205484 kB
Cached:           497084 kB
SwapCached:            0 kB
Active:          2222984 kB
Inactive:         369520 kB
Active(anon):    1890044 kB
Inactive(anon):    24972 kB
Active(file):     332940 kB
Inactive(file):   344548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2264 kB
Writeback:             0 kB
AnonPages:       1900080 kB
Mapped:            50412 kB
Shmem:             25344 kB
Slab:             131588 kB
SReclaimable:     104528 kB
SUnreclaim:        27060 kB
KernelStack:        3792 kB
PageTables:         8528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3461136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1785856 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-06 23:30:00