Trace number 4263477

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1699.29 459.91101

General information on the benchmark

NamePrimes/
Primes-m1-p30/Primes-30-60-3-1.xml
MD5SUM6306de3e407159e9ecd102c48acf4c13
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0088759996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size112
Maximum domain size112
Distribution of domain sizes[{"size":112,"count":87}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":13},{"degree":1,"count":23},{"degree":2,"count":26},{"degree":3,"count":21},{"degree":4,"count":10},{"degree":5,"count":5},{"degree":6,"count":2}]
Minimum constraint arity3
Maximum constraint arity4
Distribution of constraint arities[{"arity":3,"count":25},{"arity":4,"count":35}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14122 MiB free)
  memory of node 1: 16384 MiB (4284 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263477-1502629501/watcher-4263477-1502629501 -o /tmp/evaluation-result-4263477-1502629501/solver-4263477-1502629501 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263477-1502629501.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 4.94 4.05 3.06 7/216 2817
/proc/meminfo: memFree=18828756/32770624 swapFree=67108860/67108860
[pid=2802] ppid=2799 vsize=10555400 memory=31072 CPUtime=0.13 cores=0,2,4,6
/proc/2802/stat : 2802 (java) S 2799 2802 30942 0 -1 1077944320 6368 0 0 0 11 2 0 0 20 0 15 0 96037973 10808729600 7768 33554432000 4194304 4196468 140733966237504 140733966220048 140589126266615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
/proc/2802/statm: 2638850 7768 2767 1 0 2627263 0
[pid=2802/tid=2804] ppid=2799 vsize=10555400 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/2802/task/2804/stat : 2804 (java) R 2799 2802 30942 0 -1 4202560 4225 0 0 0 8 1 0 0 20 0 15 0 96037974 10808729600 7768 33554432000 4194304 4196468 140733966237504 140589130488128 140589126288541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2805] ppid=2799 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2805/stat : 2805 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037974 10808729600 7768 33554432000 4194304 4196468 140733966237504 140589052341136 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2806] ppid=2799 vsize=10555400 memory=288370840336434816 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2806/stat : 2806 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037974 10808729600 7768 33554432000 4194304 4196468 140733966237504 140589051288336 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2807] ppid=2799 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2807/stat : 2807 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037974 10808729600 7768 33554432000 4194304 4196468 140733966237504 140589050236048 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2808] ppid=2799 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2808/stat : 2808 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037974 10808729600 7768 33554432000 4194304 4196468 140733966237504 140589049183248 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10555400 memory=140464184723072 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037976 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588617762928 140589126277762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2810] ppid=2799 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2810/stat : 2810 (java) S 2799 2802 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96037976 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588616708896 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2811] ppid=2799 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2811/stat : 2811 (java) S 2799 2802 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96037977 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588615656560 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2812] ppid=2799 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2812/stat : 2812 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588614604880 140589126285211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2813] ppid=2799 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2813/stat : 2813 (java) S 2799 2802 30942 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588613552752 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2814] ppid=2799 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2814/stat : 2814 (java) S 2799 2802 30942 0 -1 1077944384 386 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588612499952 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2815] ppid=2799 vsize=10555400 memory=140464184723072 CPUtime=0.01 cores=0,2,4,6
/proc/2802/task/2815/stat : 2815 (java) R 2799 2802 30942 0 -1 4202560 368 0 0 0 1 0 0 0 20 0 15 0 96037979 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588611447664 140589104820224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2816] ppid=2799 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2816/stat : 2816 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588610395104 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2817] ppid=2799 vsize=10555400 memory=140464184723072 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2817/stat : 2817 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 7768 33554432000 4194304 4196468 140733966237504 140588609341872 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31072 KiB

[startup+0.210698 s]*
/proc/loadavg: 4.94 4.05 3.06 6/216 2817
/proc/meminfo: memFree=18820420/32770624 swapFree=67108860/67108860
[pid=2802] ppid=2799 vsize=10555400 memory=39656 CPUtime=0.29 cores=0,2,4,6
/proc/2802/stat : 2802 (java) S 2799 2802 30942 0 -1 1077944320 7497 0 0 0 27 2 0 0 20 0 15 0 96037973 10808729600 9914 33554432000 4194304 4196468 140733966237504 140733966220048 140589126266615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
/proc/2802/statm: 2638850 9914 2910 1 0 2627263 0
[pid=2802/tid=2804] ppid=2799 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2802/task/2804/stat : 2804 (java) R 2799 2802 30942 0 -1 4202560 4698 0 0 0 18 1 0 0 20 0 15 0 96037974 10808729600 9914 33554432000 4194304 4196468 140733966237504 140589130501440 140589126278550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2805] ppid=2799 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2805/stat : 2805 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037974 10808729600 9914 33554432000 4194304 4196468 140733966237504 140589052341136 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2806] ppid=2799 vsize=10555400 memory=288370840336434816 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2806/stat : 2806 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037974 10808729600 9914 33554432000 4194304 4196468 140733966237504 140589051288336 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2807] ppid=2799 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2807/stat : 2807 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037974 10808729600 9925 33554432000 4194304 4196468 140733966237504 140589050236048 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2808] ppid=2799 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2808/stat : 2808 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037974 10808729600 9925 33554432000 4194304 4196468 140733966237504 140589049183248 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10555400 memory=140464184723072 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037976 10808729600 9925 33554432000 4194304 4196468 140733966237504 140588617762928 140589126277762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2810] ppid=2799 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2810/stat : 2810 (java) S 2799 2802 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96037976 10808729600 9925 33554432000 4194304 4196468 140733966237504 140588616708896 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2811] ppid=2799 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2811/stat : 2811 (java) S 2799 2802 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96037977 10808729600 9925 33554432000 4194304 4196468 140733966237504 140588615656560 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2812] ppid=2799 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2812/stat : 2812 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 9925 33554432000 4194304 4196468 140733966237504 140588614604880 140589126285211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2813] ppid=2799 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2813/stat : 2813 (java) S 2799 2802 30942 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 9925 33554432000 4194304 4196468 140733966237504 140588613552752 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2814] ppid=2799 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2802/task/2814/stat : 2814 (java) S 2799 2802 30942 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 15 0 96037979 10808729600 9925 33554432000 4194304 4196468 140733966237504 140588612499952 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2815] ppid=2799 vsize=10555400 memory=140464184723072 CPUtime=0.06 cores=0,2,4,6
/proc/2802/task/2815/stat : 2815 (java) R 2799 2802 30942 0 -1 4202560 851 0 0 0 6 0 0 0 20 0 15 0 96037979 10808729600 9925 33554432000 4194304 4196468 140733966237504 140588611447664 140589118503742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2816] ppid=2799 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2816/stat : 2816 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 9928 33554432000 4194304 4196468 140733966237504 140588610395104 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2817] ppid=2799 vsize=10555400 memory=140464184723072 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2817/stat : 2817 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037979 10808729600 9928 33554432000 4194304 4196468 140733966237504 140588609341872 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39656 KiB

[startup+0.310456 s]*
/proc/loadavg: 4.94 4.05 3.06 9/216 2817
/proc/meminfo: memFree=18814224/32770624 swapFree=67108860/67108860
[pid=2802] ppid=2799 vsize=10555476 memory=45908 CPUtime=0.51 cores=0,2,4,6
/proc/2802/stat : 2802 (java) S 2799 2802 30942 0 -1 1077944320 8087 0 0 0 48 3 0 0 20 0 15 0 96037973 10808807424 11477 33554432000 4194304 4196468 140733966237504 140733966220048 140589126266615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
/proc/2802/statm: 2638869 11477 3011 1 0 2627263 0
[pid=2802/tid=2804] ppid=2799 vsize=10555476 memory=280928173916480 CPUtime=0.3 cores=0,2,4,6
/proc/2802/task/2804/stat : 2804 (java) R 2799 2802 30942 0 -1 4202560 5029 0 0 0 28 2 0 0 20 0 15 0 96037974 10808807424 11537 33554432000 4194304 4196468 140733966237504 140589130505112 140589126288541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2805] ppid=2799 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2805/stat : 2805 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037974 10808807424 11537 33554432000 4194304 4196468 140733966237504 140589052341136 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2806] ppid=2799 vsize=10555476 memory=280928271670880 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2806/stat : 2806 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037974 10808807424 11537 33554432000 4194304 4196468 140733966237504 140589051288336 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2807] ppid=2799 vsize=10555476 memory=280928173893328 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2807/stat : 2807 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037974 10808807424 11537 33554432000 4194304 4196468 140733966237504 140589050236048 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2808] ppid=2799 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2808/stat : 2808 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037974 10808807424 11537 33554432000 4194304 4196468 140733966237504 140589049183248 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10555476 memory=280928271677792 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) S 2799 2802 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037976 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588617762928 140589126277762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2810] ppid=2799 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2810/stat : 2810 (java) S 2799 2802 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96037976 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588616708896 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2811] ppid=2799 vsize=10555476 memory=2110814694060740 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2811/stat : 2811 (java) S 2799 2802 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96037977 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588615656560 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2812] ppid=2799 vsize=10555476 memory=2110814693952324 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2812/stat : 2812 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037979 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588614604880 140589126285211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2813] ppid=2799 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2802/task/2813/stat : 2813 (java) S 2799 2802 30942 0 -1 1077944384 181 0 0 0 2 0 0 0 20 0 15 0 96037979 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588613552752 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2814] ppid=2799 vsize=10555476 memory=2272 CPUtime=0.03 cores=0,2,4,6
/proc/2802/task/2814/stat : 2814 (java) S 2799 2802 30942 0 -1 1077944384 552 0 0 0 3 0 0 0 20 0 15 0 96037979 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588612499952 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2815] ppid=2799 vsize=10555476 memory=140468479690367 CPUtime=0.13 cores=0,2,4,6
/proc/2802/task/2815/stat : 2815 (java) R 2799 2802 30942 0 -1 4202560 969 0 0 0 13 0 0 0 20 0 15 0 96037979 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588611447664 140589126278550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2816] ppid=2799 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2816/stat : 2816 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037979 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588610395104 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2817] ppid=2799 vsize=10555476 memory=140464184723072 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2817/stat : 2817 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037979 10808807424 11537 33554432000 4194304 4196468 140733966237504 140588609341872 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45908 KiB

[startup+0.700783 s]
/proc/loadavg: 4.94 4.05 3.06 8/216 2817
/proc/meminfo: memFree=18748324/32770624 swapFree=67108860/67108860
[pid=2802] ppid=2799 vsize=10555476 memory=221148 CPUtime=1.49 cores=0,2,4,6
/proc/2802/stat : 2802 (java) S 2799 2802 30942 0 -1 1077944320 10172 0 0 0 138 11 0 0 20 0 15 0 96037973 10808807424 55287 33554432000 4194304 4196468 140733966237504 140733966220048 140589126266615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
/proc/2802/statm: 2638869 55287 3070 1 0 2627263 0
[pid=2802/tid=2804] ppid=2799 vsize=10555476 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/2802/task/2804/stat : 2804 (java) S 2799 2802 30942 0 -1 1077944384 5295 0 0 0 59 4 0 0 20 0 15 0 96037974 10808807424 55287 33554432000 4194304 4196468 140733966237504 140589130496288 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2805] ppid=2799 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2802/task/2805/stat : 2805 (java) R 2799 2802 30942 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 15 0 96037974 10808807424 55287 33554432000 4194304 4196468 140733966237504 140589052341136 140589119366279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2806] ppid=2799 vsize=10555476 memory=55 CPUtime=0.04 cores=0,2,4,6
/proc/2802/task/2806/stat : 2806 (java) R 2799 2802 30942 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 15 0 96037974 10808807424 55287 33554432000 4194304 4196468 140733966237504 140589051288336 140589107914197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2807] ppid=2799 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2802/task/2807/stat : 2807 (java) R 2799 2802 30942 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 15 0 96037974 10808807424 55287 33554432000 4194304 4196468 140733966237504 140589050236048 140589107892486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2808] ppid=2799 vsize=10555476 memory=2276 CPUtime=0.04 cores=0,2,4,6
/proc/2802/task/2808/stat : 2808 (java) R 2799 2802 30942 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 15 0 96037974 10808807424 55287 33554432000 4194304 4196468 140733966237504 140589049183448 140589111293738 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) S 2799 2802 30942 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96037976 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588617761440 140589126276821 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2810] ppid=2799 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2810/stat : 2810 (java) S 2799 2802 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96037976 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588616708896 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2811] ppid=2799 vsize=10555476 memory=19697 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2811/stat : 2811 (java) S 2799 2802 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96037977 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588615656560 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2812] ppid=2799 vsize=10555476 memory=280928173770816 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2812/stat : 2812 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037979 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588614604880 140589126285211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2813] ppid=2799 vsize=10555476 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/2802/task/2813/stat : 2813 (java) S 2799 2802 30942 0 -1 1077944384 939 0 0 0 22 0 0 0 20 0 15 0 96037979 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588613552752 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2814] ppid=2799 vsize=10555476 memory=280928173753796 CPUtime=0.23 cores=0,2,4,6
/proc/2802/task/2814/stat : 2814 (java) S 2799 2802 30942 0 -1 1077944384 1343 0 0 0 23 0 0 0 20 0 15 0 96037979 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588612499952 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2815] ppid=2799 vsize=10555476 memory=4639080695680094308 CPUtime=0.17 cores=0,2,4,6
/proc/2802/task/2815/stat : 2815 (java) S 2799 2802 30942 0 -1 1077944384 1098 0 0 0 17 0 0 0 20 0 15 0 96037979 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588611447664 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2816] ppid=2799 vsize=10555476 memory=7660742144744843625 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2816/stat : 2816 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037979 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588610395104 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2817] ppid=2799 vsize=10555476 memory=2816 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2817/stat : 2817 (java) S 2799 2802 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037979 10808807424 55287 33554432000 4194304 4196468 140733966237504 140588609341872 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 221148 KiB

[startup+1.50079 s]
/proc/loadavg: 4.94 4.05 3.06 9/216 2817
/proc/meminfo: memFree=18547320/32770624 swapFree=67108860/67108860
[pid=2802] ppid=2799 vsize=10555476 memory=439844 CPUtime=2.72 cores=0,2,4,6
/proc/2802/stat : 2802 (java) S 2799 2802 30942 0 -1 1077944320 10822 0 0 0 249 23 0 0 20 0 15 0 96037973 10808807424 109961 33554432000 4194304 4196468 140733966237504 140733966220048 140589126266615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
/proc/2802/statm: 2638869 109961 3107 1 0 2627263 0
[pid=2802/tid=2804] ppid=2799 vsize=10555476 memory=280928174155744 CPUtime=1.28 cores=0,2,4,6
/proc/2802/task/2804/stat : 2804 (java) S 2799 2802 30942 0 -1 1077944384 5359 0 0 0 123 5 0 0 20 0 15 0 96037974 10808807424 109961 33554432000 4194304 4196468 140733966237504 140589130498432 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2805] ppid=2799 vsize=10555476 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/2802/task/2805/stat : 2805 (java) R 2799 2802 30942 0 -1 4202560 150 0 0 0 15 4 0 0 20 0 15 0 96037974 10808807424 109961 33554432000 4194304 4196468 140733966237504 140589052341336 140589111293897 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2806] ppid=2799 vsize=10555476 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/2802/task/2806/stat : 2806 (java) R 2799 2802 30942 0 -1 4202560 177 0 0 0 14 4 0 0 20 0 15 0 96037974 10808807424 109961 33554432000 4194304 4196468 140733966237504 140589051288336 140589111294518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2807] ppid=2799 vsize=10555476 memory=280928173955232 CPUtime=0.18 cores=0,2,4,6
/proc/2802/task/2807/stat : 2807 (java) R 2799 2802 30942 0 -1 4202560 144 0 0 0 15 3 0 0 20 0 15 0 96037974 10808807424 109961 33554432000 4194304 4196468 140733966237504 140589050236048 140589111294399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2808] ppid=2799 vsize=10555476 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/2802/task/2808/stat : 2808 (java) R 2799 2802 30942 0 -1 4202560 153 0 0 0 13 3 0 0 20 0 15 0 96037974 10808807424 109961 33554432000 4194304 4196468 140733966237504 140589049183248 140589111293759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10555476 memory=3416837 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) S 2799 2802 30942 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96037976 10808807424 109961 33554432000 4194304 4196468 140733966237504 140588617761440 140589126276821 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0

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

/proc/2802/task/2808/stat : 2808 (java) R 2799 2802 30942 0 -1 4202560 79364 0 0 0 41049 238 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589049183448 140589109443184 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10688756 memory=1732 CPUtime=16.64 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) S 2799 2802 30942 0 -1 1077944384 62771 0 0 0 1660 4 0 0 20 0 17 0 96037976 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588617761248 140589126276821 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2810] ppid=2799 vsize=10688756 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2810/stat : 2810 (java) S 2799 2802 30942 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96037976 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588616708960 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2811] ppid=2799 vsize=10688756 memory=8324984 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2811/stat : 2811 (java) S 2799 2802 30942 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 96037977 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588615656576 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2812] ppid=2799 vsize=10688756 memory=912 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2812/stat : 2812 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588614604880 140589126285211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2813] ppid=2799 vsize=10688756 memory=3832 CPUtime=0.49 cores=0,2,4,6
/proc/2802/task/2813/stat : 2813 (java) S 2799 2802 30942 0 -1 1077944384 2278 0 0 0 49 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588613552800 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2814] ppid=2799 vsize=10688756 memory=8112282956445269571 CPUtime=0.52 cores=0,2,4,6
/proc/2802/task/2814/stat : 2814 (java) S 2799 2802 30942 0 -1 1077944384 2827 0 0 0 52 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588612499712 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2815] ppid=2799 vsize=10688756 memory=1700 CPUtime=0.24 cores=0,2,4,6
/proc/2802/task/2815/stat : 2815 (java) S 2799 2802 30942 0 -1 1077944384 4147 0 0 0 24 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588611447712 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2816] ppid=2799 vsize=10688756 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2816/stat : 2816 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588610395104 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2817] ppid=2799 vsize=10688756 memory=5428 CPUtime=0.18 cores=0,2,4,6
/proc/2802/task/2817/stat : 2817 (java) S 2799 2802 30942 0 -1 1077944384 643 0 0 0 11 7 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588609341872 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2902] ppid=2799 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2902/stat : 2902 (java) S 2799 2802 30942 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 96080766 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588608286064 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2903] ppid=2799 vsize=10688756 memory=-7522837415797432224 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2903/stat : 2903 (java) S 2799 2802 30942 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96080766 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588607234224 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
Current children cumulated CPU time: 1690.51 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8324988 KiB

[startup+459.201 s]
/proc/loadavg: 4.73 5.31 4.20 6/218 2904
/proc/meminfo: memFree=18559488/32770624 swapFree=67108860/67108860
[pid=2802] ppid=2799 vsize=10688756 memory=8324988 CPUtime=1696.85 cores=0,2,4,6
/proc/2802/stat : 2802 (java) S 2799 2802 30942 0 -1 1077944320 398190 0 0 0 168733 952 0 0 20 0 17 0 96037973 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140733966220048 140589126266615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
/proc/2802/statm: 2672189 2081247 3173 1 0 2660545 0
[pid=2802/tid=2804] ppid=2799 vsize=10688756 memory=8324984 CPUtime=19.53 cores=0,2,4,6
/proc/2802/task/2804/stat : 2804 (java) S 2799 2802 30942 0 -1 1077944384 17101 0 0 0 1943 10 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589130507296 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2805] ppid=2799 vsize=10688756 memory=8324988 CPUtime=416.12 cores=0,2,4,6
/proc/2802/task/2805/stat : 2805 (java) R 2799 2802 30942 0 -1 4202560 72117 0 0 0 41389 223 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589052341336 140589111263251 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2806] ppid=2799 vsize=10688756 memory=4624 CPUtime=413.31 cores=0,2,4,6
/proc/2802/task/2806/stat : 2806 (java) R 2799 2802 30942 0 -1 4202560 71587 0 0 0 41086 245 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589051288536 140589111263235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2807] ppid=2799 vsize=10688756 memory=8324988 CPUtime=415.25 cores=0,2,4,6
/proc/2802/task/2807/stat : 2807 (java) R 2799 2802 30942 0 -1 4202560 83849 0 0 0 41301 224 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589050235856 140589118894823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2808] ppid=2799 vsize=10688756 memory=27628 CPUtime=414.46 cores=0,2,4,6
/proc/2802/task/2808/stat : 2808 (java) R 2799 2802 30942 0 -1 4202560 79364 0 0 0 41208 238 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589049183136 140589110965488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10688756 memory=1292 CPUtime=16.64 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) S 2799 2802 30942 0 -1 1077944384 62772 0 0 0 1660 4 0 0 20 0 17 0 96037976 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588617761472 140589126276821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2810] ppid=2799 vsize=10688756 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2810/stat : 2810 (java) S 2799 2802 30942 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96037976 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588616708960 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2811] ppid=2799 vsize=10688756 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2811/stat : 2811 (java) S 2799 2802 30942 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 96037977 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588615656576 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2812] ppid=2799 vsize=10688756 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2812/stat : 2812 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588614604880 140589126285211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2813] ppid=2799 vsize=10688756 memory=1700 CPUtime=0.49 cores=0,2,4,6
/proc/2802/task/2813/stat : 2813 (java) S 2799 2802 30942 0 -1 1077944384 2278 0 0 0 49 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588613552800 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2814] ppid=2799 vsize=10688756 memory=1228 CPUtime=0.52 cores=0,2,4,6
/proc/2802/task/2814/stat : 2814 (java) S 2799 2802 30942 0 -1 1077944384 2827 0 0 0 52 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588612499712 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2815] ppid=2799 vsize=10688756 memory=5428 CPUtime=0.24 cores=0,2,4,6
/proc/2802/task/2815/stat : 2815 (java) S 2799 2802 30942 0 -1 1077944384 4147 0 0 0 24 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588611447712 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2816] ppid=2799 vsize=10688756 memory=4624 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2816/stat : 2816 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588610395104 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2817] ppid=2799 vsize=10688756 memory=1424 CPUtime=0.18 cores=0,2,4,6
/proc/2802/task/2817/stat : 2817 (java) S 2799 2802 30942 0 -1 1077944384 643 0 0 0 11 7 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588609341872 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2902] ppid=2799 vsize=10688756 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2902/stat : 2902 (java) S 2799 2802 30942 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 96080766 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588608286064 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2903] ppid=2799 vsize=10688756 memory=8324988 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2903/stat : 2903 (java) S 2799 2802 30942 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96080766 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588607234224 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
Current children cumulated CPU time: 1696.85 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8324988 KiB

[startup+459.601 s]
/proc/loadavg: 4.73 5.31 4.20 6/218 2904
/proc/meminfo: memFree=18559488/32770624 swapFree=67108860/67108860
[pid=2802] ppid=2799 vsize=10688756 memory=8324988 CPUtime=1698.41 cores=0,2,4,6
/proc/2802/stat : 2802 (java) S 2799 2802 30942 0 -1 1077944320 398282 0 0 0 168889 952 0 0 20 0 17 0 96037973 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140733966220048 140589126266615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
/proc/2802/statm: 2672189 2081247 3173 1 0 2660545 0
[pid=2802/tid=2804] ppid=2799 vsize=10688756 memory=10588 CPUtime=19.53 cores=0,2,4,6
/proc/2802/task/2804/stat : 2804 (java) S 2799 2802 30942 0 -1 1077944384 17101 0 0 0 1943 10 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589130507296 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2805] ppid=2799 vsize=10688756 memory=1204 CPUtime=416.51 cores=0,2,4,6
/proc/2802/task/2805/stat : 2805 (java) R 2799 2802 30942 0 -1 4202560 72117 0 0 0 41428 223 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589052341256 140589118894823 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2806] ppid=2799 vsize=10688756 memory=15872 CPUtime=413.7 cores=0,2,4,6
/proc/2802/task/2806/stat : 2806 (java) R 2799 2802 30942 0 -1 4202560 71587 0 0 0 41125 245 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589051288144 140589118894823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2807] ppid=2799 vsize=10688756 memory=2816 CPUtime=415.63 cores=0,2,4,6
/proc/2802/task/2807/stat : 2807 (java) R 2799 2802 30942 0 -1 4202560 83849 0 0 0 41339 224 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589050235856 140589118894823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2808] ppid=2799 vsize=10688756 memory=2836 CPUtime=414.86 cores=0,2,4,6
/proc/2802/task/2808/stat : 2808 (java) R 2799 2802 30942 0 -1 4202560 79457 0 0 0 41248 238 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589049183136 140589110724246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10688756 memory=16444 CPUtime=16.64 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) S 2799 2802 30942 0 -1 1077944384 62772 0 0 0 1660 4 0 0 20 0 17 0 96037976 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588617761472 140589126276821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2810] ppid=2799 vsize=10688756 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2810/stat : 2810 (java) S 2799 2802 30942 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96037976 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588616708960 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2811] ppid=2799 vsize=10688756 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2811/stat : 2811 (java) S 2799 2802 30942 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 96037977 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588615656576 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2812] ppid=2799 vsize=10688756 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2812/stat : 2812 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588614604880 140589126285211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2813] ppid=2799 vsize=10688756 memory=1228 CPUtime=0.49 cores=0,2,4,6
/proc/2802/task/2813/stat : 2813 (java) S 2799 2802 30942 0 -1 1077944384 2278 0 0 0 49 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588613552800 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2814] ppid=2799 vsize=10688756 memory=5428 CPUtime=0.52 cores=0,2,4,6
/proc/2802/task/2814/stat : 2814 (java) S 2799 2802 30942 0 -1 1077944384 2827 0 0 0 52 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588612499712 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2815] ppid=2799 vsize=10688756 memory=4624 CPUtime=0.24 cores=0,2,4,6
/proc/2802/task/2815/stat : 2815 (java) S 2799 2802 30942 0 -1 1077944384 4147 0 0 0 24 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588611447712 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2816] ppid=2799 vsize=10688756 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2816/stat : 2816 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588610395104 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2817] ppid=2799 vsize=10688756 memory=13056 CPUtime=0.18 cores=0,2,4,6
/proc/2802/task/2817/stat : 2817 (java) S 2799 2802 30942 0 -1 1077944384 643 0 0 0 11 7 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588609341872 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2902] ppid=2799 vsize=10688756 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2902/stat : 2902 (java) S 2799 2802 30942 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 96080766 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588608286064 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2903] ppid=2799 vsize=10688756 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2903/stat : 2903 (java) S 2799 2802 30942 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96080766 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588607234224 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
Current children cumulated CPU time: 1698.41 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8324988 KiB

[startup+459.812 s]
/proc/loadavg: 4.73 5.31 4.20 6/218 2904
/proc/meminfo: memFree=18559488/32770624 swapFree=67108860/67108860
[pid=2802] ppid=2799 vsize=10688756 memory=8324988 CPUtime=1699.19 cores=0,2,4,6
/proc/2802/stat : 2802 (java) S 2799 2802 30942 0 -1 1077944320 398371 0 0 0 168967 952 0 0 20 0 17 0 96037973 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140733966220048 140589126266615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
/proc/2802/statm: 2672189 2081247 3173 1 0 2660545 0
[pid=2802/tid=2804] ppid=2799 vsize=10688756 memory=1204 CPUtime=19.53 cores=0,2,4,6
/proc/2802/task/2804/stat : 2804 (java) S 2799 2802 30942 0 -1 1077944384 17101 0 0 0 1943 10 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589130507296 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2805] ppid=2799 vsize=10688756 memory=15872 CPUtime=416.7 cores=0,2,4,6
/proc/2802/task/2805/stat : 2805 (java) S 2799 2802 30942 0 -1 1077944384 72117 0 0 0 41447 223 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589052341136 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2806] ppid=2799 vsize=10688756 memory=4052 CPUtime=413.89 cores=0,2,4,6
/proc/2802/task/2806/stat : 2806 (java) S 2799 2802 30942 0 -1 1077944384 71587 0 0 0 41144 245 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589051288336 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2807] ppid=2799 vsize=10688756 memory=15688 CPUtime=415.82 cores=0,2,4,6
/proc/2802/task/2807/stat : 2807 (java) S 2799 2802 30942 0 -1 1077944384 83849 0 0 0 41358 224 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589050236048 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2808] ppid=2799 vsize=10688756 memory=1236 CPUtime=415.06 cores=0,2,4,6
/proc/2802/task/2808/stat : 2808 (java) S 2799 2802 30942 0 -1 1077944384 79545 0 0 0 41268 238 0 0 20 0 17 0 96037974 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140589049183248 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2809] ppid=2799 vsize=10688756 memory=1792 CPUtime=16.66 cores=0,2,4,6
/proc/2802/task/2809/stat : 2809 (java) R 2799 2802 30942 0 -1 4202560 62772 0 0 0 1662 4 0 0 20 0 17 0 96037976 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588617761360 140589111263022 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2810] ppid=2799 vsize=10688756 memory=640 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2810/stat : 2810 (java) S 2799 2802 30942 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96037976 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588616708960 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2811] ppid=2799 vsize=10688756 memory=956 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2811/stat : 2811 (java) S 2799 2802 30942 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 96037977 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588615656576 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2812] ppid=2799 vsize=10688756 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2812/stat : 2812 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588614604880 140589126285211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2813] ppid=2799 vsize=10688756 memory=1576 CPUtime=0.49 cores=0,2,4,6
/proc/2802/task/2813/stat : 2813 (java) S 2799 2802 30942 0 -1 1077944384 2278 0 0 0 49 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588613552800 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2814] ppid=2799 vsize=10688756 memory=932 CPUtime=0.52 cores=0,2,4,6
/proc/2802/task/2814/stat : 2814 (java) S 2799 2802 30942 0 -1 1077944384 2827 0 0 0 52 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588612499712 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2815] ppid=2799 vsize=10688756 memory=2236 CPUtime=0.24 cores=0,2,4,6
/proc/2802/task/2815/stat : 2815 (java) S 2799 2802 30942 0 -1 1077944384 4147 0 0 0 24 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588611447712 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2816] ppid=2799 vsize=10688756 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2816/stat : 2816 (java) S 2799 2802 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588610395104 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2817] ppid=2799 vsize=10688756 memory=2200 CPUtime=0.18 cores=0,2,4,6
/proc/2802/task/2817/stat : 2817 (java) S 2799 2802 30942 0 -1 1077944384 643 0 0 0 11 7 0 0 20 0 17 0 96037979 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588609341872 140589126277762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2902] ppid=2799 vsize=10688756 memory=6760 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2902/stat : 2902 (java) S 2799 2802 30942 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 96080766 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588608286064 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
[pid=2802/tid=2903] ppid=2799 vsize=10688756 memory=840 CPUtime=0 cores=0,2,4,6
/proc/2802/task/2903/stat : 2903 (java) S 2799 2802 30942 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96080766 10945286144 2081247 33554432000 4194304 4196468 140733966237504 140588607234224 140589126276821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21577728 140733966242950 140733966243103 140733966243103 140733966245839 0
Current children cumulated CPU time: 1699.19 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8324988 KiB

[startup+459.901 s]*
/proc/loadavg: 4.73 5.31 4.20 3/203 2905
/proc/meminfo: memFree=26887352/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 459.911
CPU time (s): 1699.29
CPU user time (s): 1689.72
CPU system time (s): 9.5699
CPU usage (%): 369.482
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8324988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1689.72
system time used= 9.5699
maximum resident set size= 8325332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36666
involuntary context switches= 34692


# summary of solver processes directly reported to runsolver:
#   pid: 2802
#   total CPU time (s): 1699.29
#   total CPU user time (s): 1689.72
#   total CPU system time (s): 9.5699

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.78801 second user time and 4.58314 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 14:50:43
IDJOB=4263477
IDBENCH=133355
IDSOLVER=2651
FILE ID=node114/4263477-1502629501
RUNJOBID= node114-1502619125-747
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Primes/Primes-m1-p30/Primes-30-60-3-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263477-1502629501/watcher-4263477-1502629501 -o /tmp/evaluation-result-4263477-1502629501/solver-4263477-1502629501 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263477-1502629501.xml

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

MD5SUM BENCH= 6306de3e407159e9ecd102c48acf4c13
RANDOM SEED=851923180

node114.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18849788 kB
MemAvailable:   23739244 kB
Buffers:          152012 kB
Cached:          5027936 kB
SwapCached:            0 kB
Active:          8622308 kB
Inactive:        4851624 kB
Active(anon):    8297080 kB
Inactive(anon):    25036 kB
Active(file):     325228 kB
Inactive(file):  4826588 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       8300796 kB
Mapped:            55128 kB
Shmem:             25224 kB
Slab:             132136 kB
SReclaimable:     106952 kB
SUnreclaim:        25184 kB
KernelStack:        3520 kB
PageTables:        21028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7972864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 14:58:23