Trace number 4289982

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1363.61 371.88

General information on the benchmark

NameSumColoring/
SumColoring-myciel7_c18.xml
MD5SUMe6a47a1c7f616b6a479cb76d144f475c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark214
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Number of domains1
Minimum domain size191
Maximum domain size191
Distribution of domain sizes[{"size":191,"count":191}]
Minimum variable degree8
Maximum variable degree96
Distribution of variable degrees[{"degree":8,"count":5},{"degree":9,"count":5},{"degree":10,"count":6},{"degree":11,"count":5},{"degree":12,"count":10},{"degree":13,"count":10},{"degree":14,"count":6},{"degree":15,"count":12},{"degree":16,"count":6},{"degree":17,"count":6},{"degree":18,"count":5},{"degree":19,"count":10},{"degree":20,"count":5},{"degree":21,"count":10},{"degree":22,"count":5},{"degree":23,"count":6},{"degree":24,"count":1},{"degree":25,"count":7},{"degree":26,"count":8},{"degree":27,"count":7},{"degree":29,"count":6},{"degree":33,"count":5},{"degree":34,"count":5},{"degree":35,"count":5},{"degree":37,"count":5},{"degree":41,"count":5},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":45,"count":1},{"degree":46,"count":1},{"degree":47,"count":1},{"degree":48,"count":1},{"degree":49,"count":9},{"degree":65,"count":5},{"degree":81,"count":1},{"degree":89,"count":1},{"degree":93,"count":1},{"degree":95,"count":1},{"degree":96,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2360}]
Number of extensional constraints0
Number of intensional constraints2360
Distribution of constraint types[{"type":"intension","count":2360}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1109.41/305.67	Jul 22, 2018 12:46:58 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1109.41/305.67	INFO: Runtime exception
1109.41/305.67	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1109.41/305.67		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1109.41/305.67		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1109.41/305.67		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1109.41/305.67		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1109.41/305.67		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1109.41/305.67		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1109.41/305.67		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1109.41/305.67		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1109.41/305.67		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1109.41/305.67		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1109.41/305.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1109.41/305.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1109.41/305.67		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1109.41/305.67		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1109.41/305.67		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1109.41/305.67		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1109.41/305.67		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1109.41/305.67		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1109.41/305.67		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1109.41/305.67	Caused by: java.lang.reflect.InvocationTargetException
1109.41/305.67		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1109.41/305.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1109.41/305.67		at java.lang.reflect.Method.invoke(Method.java:498)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1109.41/305.67		... 21 more
1109.41/305.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1109.41/305.67		... 25 more
1109.41/305.67	Caused by: java.lang.reflect.InvocationTargetException
1109.41/305.67		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1109.41/305.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1109.41/305.67		at java.lang.reflect.Method.invoke(Method.java:498)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1109.41/305.67		... 25 more
1109.41/305.67	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:375)
1109.41/305.67		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1109.41/305.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1109.41/305.67		at java.lang.reflect.Method.invoke(Method.java:498)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1109.41/305.67		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1109.41/305.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1109.41/305.67		at java.lang.reflect.Method.invoke(Method.java:498)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1109.41/305.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1109.41/305.67		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1109.41/305.67		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1109.41/305.67		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1109.41/305.67		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1109.41/305.67		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1109.41/305.67		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1109.41/305.67		at org.xcsp.parser.XCallbacks$$Lambda$83/32017212.accept(Unknown Source)
1109.41/305.67		... 13 more
1109.41/305.67	
1183.25/325.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1183.25/325.54	c This is free software under the dual EPL/GNU LGPL licenses.
1183.25/325.54	c See www.sat4j.org for details.
1183.25/325.54	c That software uses the Rhino library from the Mozilla project.
1183.25/325.54	c version 2.3.6-SNAPSHOT
1183.25/325.54	c java.runtime.name	Java(TM) SE Runtime Environment
1183.25/325.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1183.25/325.54	c java.vm.version	25.131-b11
1183.25/325.54	c java.vm.vendor	Oracle Corporation
1183.25/325.54	c sun.arch.data.model	64
1183.25/325.54	c java.version		1.8.0_131
1183.25/325.54	c os.name		Linux
1183.25/325.54	c os.version		3.10.0-514.16.1.el7.x86_64
1183.25/325.54	c os.arch		amd64
1183.25/325.54	c Free memory 		499604488
1183.25/325.54	c Max memory 		7247757312
1183.25/325.54	c Total memory 		504889344
1183.25/325.54	c Number of processors 	4
1183.25/325.54	c c --- Begin Solver configuration ---
1183.25/325.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1183.25/325.54	c Learn all clauses as in MiniSAT
1183.25/325.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1183.25/325.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1183.25/325.54	c No reason simplification
1183.25/325.54	c Glucose 2.1 dynamic restart strategy
1183.25/325.54	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
1183.25/325.54	c timeout=2147483s
1183.25/325.54	c DB Simplification allowed=false
1183.25/325.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1183.25/325.54	c --- End Solver configuration ---
1220.23/334.92	c starts		: 0
1220.23/334.92	c conflicts		: 0
1238.67/339.60	c decisions		: 0
1238.67/339.60	Exception in thread "Thread-1" c propagations		: 0
1256.94/344.26	c inspects		: 0
1293.60/353.58	c shortcuts		: 0
1293.60/353.58	c learnt literals	: 0
1293.60/353.58	c learnt binary clauses	: 0
1293.60/353.58	c learnt ternary clauses	: 0
1293.60/353.58	c learnt constraints	: 0
1293.60/353.58	c ignored constraints	: 0
1293.60/353.58	c root simplifications	: 0
1312.09/358.24	c removed literals (reason simplification)	: 0
1312.09/358.24	c reason swapping (by a shorter reason)	: 0
1312.09/358.24	c Calls to reduceDB	: 0
1312.09/358.24	c Number of update (reduction) of LBD	: 0
1312.09/358.24	c Imported unit clauses	: 0
1312.09/358.24	c number of reductions to clauses (during analyze)	: 0
1312.09/358.24	c number of learned constraints concerned by reduction	: 0
1312.09/358.24	c number of learning phase by resolution	: 0
1312.09/358.24	c number of learning phase by cutting planes	: 0
1312.09/358.24	c number of rounding to 1 operations	: 0
1312.09/358.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1312.09/358.24	c number of reductions of the coefficients by power 2 	: 0
1312.09/358.24	c number of right shift for reduction by power 2 	: 0
1312.09/358.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
1312.09/358.24	c number of ending skipping 	: 0
1312.09/358.24	c number of internal skipping 	: 0
1312.09/358.24	c number of derivation steps 	: 0
1330.51/362.91	c number of skipped derivation steps 	: 0
1330.51/362.91	
1330.51/362.91	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1363.52/371.83	c number of remaining unassigned 	: 0
1363.52/371.83	c number of remaining assigned 	: 0
1363.52/371.83	c speed (assignments/second)	: 0.0
1363.52/371.83	c non guided choices	: 0
1363.52/371.83	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 (8827 MiB free)
  memory of node 1: 16384 MiB (10783 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289982-1532212921/watcher-4289982-1532212921 -o /tmp/evaluation-result-4289982-1532212921/solver-4289982-1532212921 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289982-1532212921.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29070, runsolver pid=29067

[startup+0.100304 s]*
/proc/loadavg: 1.92 2.01 2.04 2/216 29085
/proc/meminfo: memFree=20062528/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10659012 memory=32272 CPUtime=0.12 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 6613 0 0 0 11 1 0 0 20 0 15 0 38855341 10914828288 8068 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2664753 8068 2824 1 0 2627263 0
[pid=29070/tid=29072] ppid=29067 vsize=10659012 memory=-8629632960754388609 CPUtime=0.09 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) R 29067 29070 26151 0 -1 4202560 4461 0 0 0 8 1 0 0 20 0 15 0 38855341 10914828288 8068 33554432000 4194304 4196468 140737090630032 139666205878128 139666201685398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665808791952 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10659012 memory=140278676436608 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665807739152 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665806686864 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) S 29067 29070 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38855342 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665805634064 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10659012 memory=140278676436608 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) S 29067 29070 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38855343 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665761360496 139666201684610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29078] ppid=29067 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29078/stat : 29078 (java) S 29067 29070 26151 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 38855344 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665236550944 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29079] ppid=29067 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29079/stat : 29079 (java) S 29067 29070 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38855344 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665235498608 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29080] ppid=29067 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29080/stat : 29080 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665234446928 139666201692059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29081] ppid=29067 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29081/stat : 29081 (java) S 29067 29070 26151 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 38855346 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665233393776 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29082] ppid=29067 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29082/stat : 29082 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665232340976 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29083] ppid=29067 vsize=10659012 memory=140278676436608 CPUtime=0.01 cores=0,2,4,6
/proc/29070/task/29083/stat : 29083 (java) R 29067 29070 26151 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 38855346 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665231288688 139666201694810 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29084] ppid=29067 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29084/stat : 29084 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665230236128 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29085] ppid=29067 vsize=10659012 memory=140278676436608 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29085/stat : 29085 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855347 10914828288 8068 33554432000 4194304 4196468 140737090630032 139665229183920 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 32272 KiB

[startup+0.210557 s]*
/proc/loadavg: 1.92 2.01 2.04 4/216 29085
/proc/meminfo: memFree=20052456/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10659012 memory=43988 CPUtime=0.33 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 8088 0 0 0 31 2 0 0 20 0 15 0 38855341 10914828288 10997 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2664753 10997 3005 1 0 2627263 0
[pid=29070/tid=29072] ppid=29067 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) R 29067 29070 26151 0 -1 4202560 5047 0 0 0 19 1 0 0 20 0 15 0 38855341 10914828288 10997 33554432000 4194304 4196468 140737090630032 139666205907352 139666185717093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665808791952 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10659012 memory=140278676635307 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665807739152 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665806686864 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) S 29067 29070 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38855342 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665805634064 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10659012 memory=140278676436608 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) S 29067 29070 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38855343 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665761360496 139666201684610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29078] ppid=29067 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29078/stat : 29078 (java) S 29067 29070 26151 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 38855344 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665236550944 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29079] ppid=29067 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29079/stat : 29079 (java) S 29067 29070 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38855344 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665235498608 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29080] ppid=29067 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29080/stat : 29080 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665234446928 139666201692059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29081] ppid=29067 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29070/task/29081/stat : 29081 (java) S 29067 29070 26151 0 -1 1077944384 773 0 0 0 2 0 0 0 20 0 15 0 38855346 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665233393776 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29082] ppid=29067 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29070/task/29082/stat : 29082 (java) S 29067 29070 26151 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 38855346 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665232340976 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29083] ppid=29067 vsize=10659012 memory=140278676436608 CPUtime=0.07 cores=0,2,4,6
/proc/29070/task/29083/stat : 29083 (java) S 29067 29070 26151 0 -1 1077944384 717 0 0 0 7 0 0 0 20 0 15 0 38855346 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665231288688 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29084] ppid=29067 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29084/stat : 29084 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665230236128 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29085] ppid=29067 vsize=10659012 memory=140278676436608 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29085/stat : 29085 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855347 10914828288 10997 33554432000 4194304 4196468 140737090630032 139665229183920 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 43988 KiB

[startup+0.310461 s]*
/proc/loadavg: 1.92 2.01 2.04 6/216 29085
/proc/meminfo: memFree=20040516/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10659088 memory=53804 CPUtime=0.57 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 9552 0 0 0 54 3 0 0 20 0 15 0 38855341 10914906112 13451 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2664772 13451 3070 1 0 2627263 0
[pid=29070/tid=29072] ppid=29067 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) R 29067 29070 26151 0 -1 4202560 5605 0 0 0 28 1 0 0 20 0 15 0 38855341 10914906112 13451 33554432000 4194304 4196468 140737090630032 139666205907936 139666201695389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665808791952 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10659088 memory=140278676635304 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665807739152 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665806686864 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) S 29067 29070 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38855342 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665805634064 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10659088 memory=140278676436608 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) S 29067 29070 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38855343 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665761360496 139666201684610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29078] ppid=29067 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29078/stat : 29078 (java) S 29067 29070 26151 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 38855344 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665236550944 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29079] ppid=29067 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29079/stat : 29079 (java) S 29067 29070 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38855344 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665235498608 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29080] ppid=29067 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29080/stat : 29080 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665234446928 139666201692059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29081] ppid=29067 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/29070/task/29081/stat : 29081 (java) R 29067 29070 26151 0 -1 4202560 1229 0 0 0 6 0 0 0 20 0 15 0 38855346 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665233374792 139666185159477 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29082] ppid=29067 vsize=10659088 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/29070/task/29082/stat : 29082 (java) R 29067 29070 26151 0 -1 4202560 450 0 0 0 6 0 0 0 20 0 15 0 38855346 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665232340976 139666179308112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29083] ppid=29067 vsize=10659088 memory=140278676436608 CPUtime=0.12 cores=0,2,4,6
/proc/29070/task/29083/stat : 29083 (java) R 29067 29070 26151 0 -1 4202560 923 0 0 0 12 0 0 0 20 0 15 0 38855346 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665231288688 139666185753950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29084] ppid=29067 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29084/stat : 29084 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665230236128 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29085] ppid=29067 vsize=10659088 memory=140278676436608 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29085/stat : 29085 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855347 10914906112 13451 33554432000 4194304 4196468 140737090630032 139665229183920 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53804 KiB

[startup+0.700759 s]
/proc/loadavg: 1.92 2.01 2.04 6/216 29085
/proc/meminfo: memFree=20021220/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10659088 memory=174044 CPUtime=1.79 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 11370 0 0 0 174 5 0 0 20 0 15 0 38855341 10914906112 43511 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2664772 43511 3114 1 0 2627263 0
[pid=29070/tid=29072] ppid=29067 vsize=10659088 memory=1836 CPUtime=0.68 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) R 29067 29070 26151 0 -1 4202560 5913 0 0 0 64 4 0 0 20 0 15 0 38855341 10914906112 43511 33554432000 4194304 4196468 140737090630032 139666205906320 139665843215433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10659088 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665808791952 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665807739152 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855342 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665806686864 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) S 29067 29070 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38855342 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665805634064 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10659088 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) S 29067 29070 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38855343 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665761360496 139666201684610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29078] ppid=29067 vsize=10659088 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29078/stat : 29078 (java) S 29067 29070 26151 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 38855344 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665236550944 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29079] ppid=29067 vsize=10659088 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29079/stat : 29079 (java) S 29067 29070 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38855344 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665235498608 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29080] ppid=29067 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29080/stat : 29080 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665234446928 139666201692059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29081] ppid=29067 vsize=10659088 memory=6297835844906604903 CPUtime=0.41 cores=0,2,4,6
/proc/29070/task/29081/stat : 29081 (java) R 29067 29070 26151 0 -1 4202560 1619 0 0 0 41 0 0 0 20 0 15 0 38855346 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665233384608 139666182263290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29082] ppid=29067 vsize=10659088 memory=7597685182856913236 CPUtime=0.36 cores=0,2,4,6
/proc/29070/task/29082/stat : 29082 (java) R 29067 29070 26151 0 -1 4202560 952 0 0 0 36 0 0 0 20 0 15 0 38855346 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665232332304 139666183194914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29083] ppid=29067 vsize=10659088 memory=6148375913274822736 CPUtime=0.31 cores=0,2,4,6
/proc/29070/task/29083/stat : 29083 (java) S 29067 29070 26151 0 -1 1077944384 1535 0 0 0 31 0 0 0 20 0 15 0 38855346 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665231288688 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29084] ppid=29067 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29084/stat : 29084 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38855346 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665230236128 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29085] ppid=29067 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29085/stat : 29085 (java) S 29067 29070 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38855347 10914906112 43511 33554432000 4194304 4196468 140737090630032 139665229183920 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 174044 KiB

[startup+1.50152 s]
/proc/loadavg: 1.92 2.01 2.04 4/216 29085
/proc/meminfo: memFree=19794704/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10659088 memory=570612 CPUtime=3.8 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 12829 0 0 0 340 40 0 0 20 0 15 0 38855341 10914906112 142653 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2664772 142653 3146 1 0 2627263 0
[pid=29070/tid=29072] ppid=29067 vsize=10659088 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) S 29067 29070 26151 0 -1 1077944384 6006 0 0 0 109 5 0 0 20 0 15 0 38855341 10914906112 142653 33554432000 4194304 4196468 140737090630032 139666205910160 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10659088 memory=-6951259422114956437 CPUtime=0.32 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) R 29067 29070 26151 0 -1 4202560 507 0 0 0 25 7 0 0 20 0 15 0 38855342 10914906112 142653 33554432000 4194304 4196468 140737090630032 139665808791336 139666194776442 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10659088 memory=-6509546260019855295 CPUtime=0.31 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) R 29067 29070 26151 0 -1 4202560 180 0 0 0 23 8 0 0 20 0 15 0 38855342 10914906112 142653 33554432000 4194304 4196468 140737090630032 139665807739352 139666180868707 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10659088 memory=-7390251449858225344 CPUtime=0.31 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) R 29067 29070 26151 0 -1 4202560 221 0 0 0 24 7 0 0 20 0 15 0 38855342 10914906112 142653 33554432000 4194304 4196468 140737090630032 139665806687064 139666186695584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10659088 memory=4134692831991786133 CPUtime=0.32 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) R 29067 29070 26151 0 -1 4202560 222 0 0 0 24 8 0 0 20 0 15 0 38855342 10914906112 142653 33554432000 4194304 4196468 140737090630032 139665805633952 139666186695516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) S 29067 29070 26151 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38855343 10914906112 142653 33554432000 4194304 4196468 140737090630032 139665761359008 139666201683669 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0

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

[startup+369.601 s]
/proc/loadavg: 4.88 3.96 2.92 6/217 29093
/proc/meminfo: memFree=11678980/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10794416 memory=7946352 CPUtime=1356.78 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 330798 0 0 0 135055 623 0 0 20 0 16 0 38855341 11053481984 1986588 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2698604 1986588 3214 1 0 2661057 0
[pid=29070/tid=29072] ppid=29067 vsize=10794416 memory=6791534058613427641 CPUtime=13.39 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) S 29067 29070 26151 0 -1 1077944384 14099 0 0 0 1329 10 0 0 20 0 16 0 38855341 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139666205914144 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10794416 memory=1404 CPUtime=329.32 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) S 29067 29070 26151 0 -1 1077944384 52324 0 0 0 32782 150 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665808791760 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10794416 memory=3204 CPUtime=328.98 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) R 29067 29070 26151 0 -1 4202560 82597 0 0 0 32759 139 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665807739272 139666194301671 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10794416 memory=7946352 CPUtime=329.53 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) R 29067 29070 26151 0 -1 4202560 40041 0 0 0 32795 158 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665806687064 139666186669844 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10794416 memory=6791534058613427641 CPUtime=329.44 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) R 29067 29070 26151 0 -1 4202560 60479 0 0 0 32787 157 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665805633872 139666194301671 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10794416 memory=2244 CPUtime=23.61 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) S 29067 29070 26151 0 -1 1077944384 66364 0 0 0 2358 3 0 0 20 0 16 0 38855343 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665761359040 139666201683669 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29078] ppid=29067 vsize=10794416 memory=932 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29078/stat : 29078 (java) S 29067 29070 26151 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 38855344 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665236551008 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29079] ppid=29067 vsize=10794416 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29079/stat : 29079 (java) S 29067 29070 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38855344 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665235498624 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29080] ppid=29067 vsize=10794416 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29080/stat : 29080 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665234446928 139666201692059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29081] ppid=29067 vsize=10794416 memory=2200 CPUtime=1.01 cores=0,2,4,6
/proc/29070/task/29081/stat : 29081 (java) S 29067 29070 26151 0 -1 1077944384 6279 0 0 0 100 1 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665233393824 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29082] ppid=29067 vsize=10794416 memory=7288 CPUtime=0.67 cores=0,2,4,6
/proc/29070/task/29082/stat : 29082 (java) S 29067 29070 26151 0 -1 1077944384 3195 0 0 0 67 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665232340736 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29083] ppid=29067 vsize=10794416 memory=840 CPUtime=0.46 cores=0,2,4,6
/proc/29070/task/29083/stat : 29083 (java) S 29067 29070 26151 0 -1 1077944384 3091 0 0 0 46 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665231288736 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29084] ppid=29067 vsize=10794416 memory=13792 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29084/stat : 29084 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665230236128 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29085] ppid=29067 vsize=10794416 memory=1296 CPUtime=0.29 cores=0,2,4,6
/proc/29070/task/29085/stat : 29085 (java) S 29067 29070 26151 0 -1 1077944384 763 0 0 0 20 9 0 0 20 0 16 0 38855347 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665229183920 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29091] ppid=29067 vsize=10794416 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29091/stat : 29091 (java) S 29067 29070 26151 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 38885908 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665226031072 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
Current children cumulated CPU time: 1356.78 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7946352 KiB

[startup+371.201 s]
/proc/loadavg: 4.89 3.98 2.93 6/217 29093
/proc/meminfo: memFree=11678980/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10794416 memory=7946352 CPUtime=1362.92 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 331134 0 0 0 135666 626 0 0 20 0 16 0 38855341 11053481984 1986588 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2698604 1986588 3214 1 0 2661057 0
[pid=29070/tid=29072] ppid=29067 vsize=10794416 memory=1012 CPUtime=13.39 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) S 29067 29070 26151 0 -1 1077944384 14099 0 0 0 1329 10 0 0 20 0 16 0 38855341 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139666205914144 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10794416 memory=1436 CPUtime=330.82 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) S 29067 29070 26151 0 -1 1077944384 52324 0 0 0 32932 150 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665808791952 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10794416 memory=1232 CPUtime=330.5 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) S 29067 29070 26151 0 -1 1077944384 82597 0 0 0 32910 140 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665807739152 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10794416 memory=8372 CPUtime=331.11 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) S 29067 29070 26151 0 -1 1077944384 40377 0 0 0 32953 158 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665806686864 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10794416 memory=7946416 CPUtime=330.95 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) S 29067 29070 26151 0 -1 1077944384 60479 0 0 0 32937 158 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665805634064 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10794416 memory=7946416 CPUtime=23.62 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) R 29067 29070 26151 0 -1 4202560 66364 0 0 0 2359 3 0 0 20 0 16 0 38855343 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665761359040 139666186669867 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29078] ppid=29067 vsize=10794416 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29078/stat : 29078 (java) S 29067 29070 26151 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 38855344 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665236551008 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29079] ppid=29067 vsize=10794416 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29079/stat : 29079 (java) S 29067 29070 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38855344 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665235498624 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29080] ppid=29067 vsize=10794416 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29080/stat : 29080 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665234446928 139666201692059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29081] ppid=29067 vsize=10794416 memory=792 CPUtime=1.01 cores=0,2,4,6
/proc/29070/task/29081/stat : 29081 (java) S 29067 29070 26151 0 -1 1077944384 6279 0 0 0 100 1 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665233393824 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29082] ppid=29067 vsize=10794416 memory=1952 CPUtime=0.67 cores=0,2,4,6
/proc/29070/task/29082/stat : 29082 (java) S 29067 29070 26151 0 -1 1077944384 3195 0 0 0 67 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665232340736 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29083] ppid=29067 vsize=10794416 memory=5412 CPUtime=0.46 cores=0,2,4,6
/proc/29070/task/29083/stat : 29083 (java) S 29067 29070 26151 0 -1 1077944384 3091 0 0 0 46 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665231288736 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29084] ppid=29067 vsize=10794416 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29084/stat : 29084 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665230236128 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29085] ppid=29067 vsize=10794416 memory=1012 CPUtime=0.29 cores=0,2,4,6
/proc/29070/task/29085/stat : 29085 (java) S 29067 29070 26151 0 -1 1077944384 763 0 0 0 20 9 0 0 20 0 16 0 38855347 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665229183920 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29091] ppid=29067 vsize=10794416 memory=792 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29091/stat : 29091 (java) S 29067 29070 26151 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 38885908 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665226031072 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
Current children cumulated CPU time: 1362.92 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7946352 KiB

[startup+371.601 s]
/proc/loadavg: 4.89 3.98 2.93 6/217 29093
/proc/meminfo: memFree=11678980/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10794416 memory=7946352 CPUtime=1363.32 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 331134 0 0 0 135706 626 0 0 20 0 16 0 38855341 11053481984 1986588 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2698604 1986588 3214 1 0 2661057 0
[pid=29070/tid=29072] ppid=29067 vsize=10794416 memory=932 CPUtime=13.39 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) S 29067 29070 26151 0 -1 1077944384 14099 0 0 0 1329 10 0 0 20 0 16 0 38855341 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139666205914144 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10794416 memory=6791534058613427641 CPUtime=330.82 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) S 29067 29070 26151 0 -1 1077944384 52324 0 0 0 32932 150 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665808791952 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10794416 memory=4124 CPUtime=330.5 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) S 29067 29070 26151 0 -1 1077944384 82597 0 0 0 32910 140 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665807739152 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10794416 memory=2200 CPUtime=331.11 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) S 29067 29070 26151 0 -1 1077944384 40377 0 0 0 32953 158 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665806686864 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10794416 memory=7288 CPUtime=330.95 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) S 29067 29070 26151 0 -1 1077944384 60479 0 0 0 32937 158 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665805634064 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10794416 memory=2580 CPUtime=24.02 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) R 29067 29070 26151 0 -1 4202560 66364 0 0 0 2399 3 0 0 20 0 16 0 38855343 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665761359040 139666186669867 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29078] ppid=29067 vsize=10794416 memory=2660 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29078/stat : 29078 (java) S 29067 29070 26151 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 38855344 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665236551008 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29079] ppid=29067 vsize=10794416 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29079/stat : 29079 (java) S 29067 29070 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38855344 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665235498624 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29080] ppid=29067 vsize=10794416 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29080/stat : 29080 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665234446928 139666201692059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29081] ppid=29067 vsize=10794416 memory=3216 CPUtime=1.01 cores=0,2,4,6
/proc/29070/task/29081/stat : 29081 (java) S 29067 29070 26151 0 -1 1077944384 6279 0 0 0 100 1 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665233393824 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29082] ppid=29067 vsize=10794416 memory=1436 CPUtime=0.67 cores=0,2,4,6
/proc/29070/task/29082/stat : 29082 (java) S 29067 29070 26151 0 -1 1077944384 3195 0 0 0 67 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665232340736 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29083] ppid=29067 vsize=10794416 memory=1200 CPUtime=0.46 cores=0,2,4,6
/proc/29070/task/29083/stat : 29083 (java) S 29067 29070 26151 0 -1 1077944384 3091 0 0 0 46 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665231288736 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29084] ppid=29067 vsize=10794416 memory=7946352 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29084/stat : 29084 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665230236128 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29085] ppid=29067 vsize=10794416 memory=8556 CPUtime=0.29 cores=0,2,4,6
/proc/29070/task/29085/stat : 29085 (java) S 29067 29070 26151 0 -1 1077944384 763 0 0 0 20 9 0 0 20 0 16 0 38855347 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665229183920 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29091] ppid=29067 vsize=10794416 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29091/stat : 29091 (java) S 29067 29070 26151 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 38885908 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665226031072 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
Current children cumulated CPU time: 1363.32 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7946352 KiB

[startup+371.801 s]
/proc/loadavg: 4.89 3.98 2.93 6/217 29093
/proc/meminfo: memFree=11678980/32770624 swapFree=67108860/67108860
[pid=29070] ppid=29067 vsize=10794416 memory=7946352 CPUtime=1363.52 cores=0,2,4,6
/proc/29070/stat : 29070 (java) S 29067 29070 26151 0 -1 1077944320 331262 0 0 0 135726 626 0 0 20 0 16 0 38855341 11053481984 1986588 33554432000 4194304 4196468 140737090630032 140737090612576 139666201673463 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
/proc/29070/statm: 2698604 1986588 3214 1 0 2661057 0
[pid=29070/tid=29072] ppid=29067 vsize=10794416 memory=2400 CPUtime=13.39 cores=0,2,4,6
/proc/29070/task/29072/stat : 29072 (java) S 29067 29070 26151 0 -1 1077944384 14099 0 0 0 1329 10 0 0 20 0 16 0 38855341 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139666205914144 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29073] ppid=29067 vsize=10794416 memory=1836 CPUtime=330.82 cores=0,2,4,6
/proc/29070/task/29073/stat : 29073 (java) S 29067 29070 26151 0 -1 1077944384 52324 0 0 0 32932 150 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665808791952 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29074] ppid=29067 vsize=10794416 memory=12976 CPUtime=330.5 cores=0,2,4,6
/proc/29070/task/29074/stat : 29074 (java) S 29067 29070 26151 0 -1 1077944384 82597 0 0 0 32910 140 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665807739152 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29075] ppid=29067 vsize=10794416 memory=792 CPUtime=331.11 cores=0,2,4,6
/proc/29070/task/29075/stat : 29075 (java) S 29067 29070 26151 0 -1 1077944384 40377 0 0 0 32953 158 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665806686864 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29076] ppid=29067 vsize=10794416 memory=1436 CPUtime=330.95 cores=0,2,4,6
/proc/29070/task/29076/stat : 29076 (java) S 29067 29070 26151 0 -1 1077944384 60479 0 0 0 32937 158 0 0 20 0 16 0 38855342 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665805634064 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29077] ppid=29067 vsize=10794416 memory=1200 CPUtime=24.22 cores=0,2,4,6
/proc/29070/task/29077/stat : 29077 (java) R 29067 29070 26151 0 -1 4202560 66492 0 0 0 2419 3 0 0 20 0 16 0 38855343 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665761359040 139666186669830 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29078] ppid=29067 vsize=10794416 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29078/stat : 29078 (java) S 29067 29070 26151 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 38855344 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665236551008 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29079] ppid=29067 vsize=10794416 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29079/stat : 29079 (java) S 29067 29070 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38855344 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665235498624 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29080] ppid=29067 vsize=10794416 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29080/stat : 29080 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665234446928 139666201692059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29081] ppid=29067 vsize=10794416 memory=1836 CPUtime=1.01 cores=0,2,4,6
/proc/29070/task/29081/stat : 29081 (java) S 29067 29070 26151 0 -1 1077944384 6279 0 0 0 100 1 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665233393824 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29082] ppid=29067 vsize=10794416 memory=65 CPUtime=0.67 cores=0,2,4,6
/proc/29070/task/29082/stat : 29082 (java) S 29067 29070 26151 0 -1 1077944384 3195 0 0 0 67 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665232340736 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29083] ppid=29067 vsize=10794416 memory=4137284780655939955 CPUtime=0.46 cores=0,2,4,6
/proc/29070/task/29083/stat : 29083 (java) S 29067 29070 26151 0 -1 1077944384 3091 0 0 0 46 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665231288736 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29084] ppid=29067 vsize=10794416 memory=-3704326594973231466 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29084/stat : 29084 (java) S 29067 29070 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38855346 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665230236128 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29085] ppid=29067 vsize=10794416 memory=280557063435072 CPUtime=0.29 cores=0,2,4,6
/proc/29070/task/29085/stat : 29085 (java) S 29067 29070 26151 0 -1 1077944384 763 0 0 0 20 9 0 0 20 0 16 0 38855347 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665229183920 139666201684610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
[pid=29070/tid=29091] ppid=29067 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29070/task/29091/stat : 29091 (java) S 29067 29070 26151 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 38885908 11053481984 1986588 33554432000 4194304 4196468 140737090630032 139665226031072 139666201683669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36323328 140737090638961 140737090639113 140737090639113 140737090641871 0
Current children cumulated CPU time: 1363.52 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7946352 KiB

Child status: 0
Real time (s): 371.88
CPU time (s): 1363.61
CPU user time (s): 1357.31
CPU system time (s): 6.30911
CPU usage (%): 366.681
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 7946416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1357.31
system time used= 6.30911
maximum resident set size= 7946472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331348
page faults= 0
swaps= 0
block input operations= 88
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18562
involuntary context switches= 16055


# summary of solver processes directly reported to runsolver:
#   pid: 29070
#   total CPU time (s): 1363.61
#   total CPU user time (s): 1357.31
#   total CPU system time (s): 6.30911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.10069 second user time and 3.79482 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 00:42:02
IDJOB=4289982
IDBENCH=141213
IDSOLVER=2742
FILE ID=node107/4289982-1532212921
RUNJOBID= node107-1532208159-28446
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel7_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289982-1532212921/watcher-4289982-1532212921 -o /tmp/evaluation-result-4289982-1532212921/solver-4289982-1532212921 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289982-1532212921.xml

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

MD5SUM BENCH= e6a47a1c7f616b6a479cb76d144f475c
RANDOM SEED=1246511774

node107.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.40
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.40
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.40
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.40
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:        20081516 kB
MemAvailable:   31708568 kB
Buffers:          225692 kB
Cached:         11554324 kB
SwapCached:            0 kB
Active:          1660928 kB
Inactive:       10406492 kB
Active(anon):     289816 kB
Inactive(anon):    16864 kB
Active(file):    1371112 kB
Inactive(file): 10389628 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2108 kB
Writeback:             0 kB
AnonPages:        293560 kB
Mapped:            46664 kB
Shmem:             17036 kB
Slab:             321600 kB
SReclaimable:     294772 kB
SUnreclaim:        26828 kB
KernelStack:        3792 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1301604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 00:48:14