Trace number 4262933

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 2017-07-05? 1229.55 343.14301

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark230
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262933-1502625736/watcher-4262933-1502625736 -o /tmp/evaluation-result-4262933-1502625736/solver-4262933-1502625736 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262933-1502625736.xml 

running on 4 cores: 1,3,5,7

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=9211, runsolver pid=9208
Current StackSize limit: 8192 KiB


[startup+0.103831 s]*
/proc/loadavg: 4.47 4.51 3.77 4/217 9226
/proc/meminfo: memFree=28037852/32770624 swapFree=67108860/67108860
[pid=9211] ppid=9208 vsize=10555400 memory=31356 CPUtime=0.13 cores=1,3,5,7
/proc/9211/stat : 9211 (java) S 9208 9211 2539 0 -1 1077944320 6372 0 0 0 11 2 0 0 20 0 15 0 95661946 10808729600 7839 33554432000 4194304 4196468 140726619111808 140726619094352 140429888929527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
/proc/9211/statm: 2638850 7839 2819 1 0 2627263 0
[pid=9211/tid=9213] ppid=9208 vsize=10555400 memory=-8196701287824659301 CPUtime=0.09 cores=1,3,5,7
/proc/9211/task/9213/stat : 9213 (java) R 9208 9211 2539 0 -1 4202560 4235 0 0 0 8 1 0 0 20 0 15 0 95661946 10808729600 7839 33554432000 4194304 4196468 140726619111808 140429893162256 140429888951453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9214] ppid=9208 vsize=10555400 memory=5793855414218664377 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808729600 7839 33554432000 4194304 4196468 140726619111808 140429815003920 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9215] ppid=9208 vsize=10555400 memory=140163208771200 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808729600 7839 33554432000 4194304 4196468 140726619111808 140429813951376 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9216] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808729600 7839 33554432000 4194304 4196468 140726619111808 140429812898832 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9217] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661947 10808729600 7839 33554432000 4194304 4196468 140726619111808 140429811846288 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9218] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661949 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428992006128 140429888940674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9219] ppid=9208 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95661949 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428990952352 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9220] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95661949 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428787573744 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9221] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661951 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428786522320 140429888948123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9222] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 2539 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 95661951 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428785469936 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9223] ppid=9208 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661951 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428784417392 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9224] ppid=9208 vsize=10555400 memory=140163208771200 CPUtime=0.02 cores=1,3,5,7
/proc/9211/task/9224/stat : 9224 (java) R 9208 9211 2539 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 95661951 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428783364848 140429888950874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9225] ppid=9208 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661952 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428782312544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9226] ppid=9208 vsize=10555400 memory=140163208771200 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661952 10808729600 7839 33554432000 4194304 4196468 140726619111808 140428781259056 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31356 KiB

[startup+0.212686 s]*
/proc/loadavg: 4.47 4.51 3.77 5/217 9226
/proc/meminfo: memFree=28029732/32770624 swapFree=67108860/67108860
[pid=9211] ppid=9208 vsize=10555400 memory=39692 CPUtime=0.34 cores=1,3,5,7
/proc/9211/stat : 9211 (java) S 9208 9211 2539 0 -1 1077944320 7530 0 0 0 31 3 0 0 20 0 15 0 95661946 10808729600 9923 33554432000 4194304 4196468 140726619111808 140726619094352 140429888929527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
/proc/9211/statm: 2638850 9923 2997 1 0 2627263 0
[pid=9211/tid=9213] ppid=9208 vsize=10555400 memory=-3103912127665269909 CPUtime=0.19 cores=1,3,5,7
/proc/9211/task/9213/stat : 9213 (java) R 9208 9211 2539 0 -1 4202560 4525 0 0 0 18 1 0 0 20 0 15 0 95661946 10808729600 10501 33554432000 4194304 4196468 140726619111808 140429893165440 140429475480278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9214] ppid=9208 vsize=10555400 memory=4211973889413561738 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808729600 10501 33554432000 4194304 4196468 140726619111808 140429815003920 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9215] ppid=9208 vsize=10555400 memory=140163208771200 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808729600 10501 33554432000 4194304 4196468 140726619111808 140429813951376 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9216] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808729600 10501 33554432000 4194304 4196468 140726619111808 140429812898832 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9217] ppid=9208 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661947 10808729600 10501 33554432000 4194304 4196468 140726619111808 140429811846288 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9218] ppid=9208 vsize=10555400 memory=140163208771200 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661949 10808729600 10501 33554432000 4194304 4196468 140726619111808 140428992006128 140429888940674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9219] ppid=9208 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95661949 10808729600 10501 33554432000 4194304 4196468 140726619111808 140428990952352 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9220] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95661949 10808729600 10501 33554432000 4194304 4196468 140726619111808 140428787573744 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9221] ppid=9208 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661951 10808729600 10567 33554432000 4194304 4196468 140726619111808 140428786522320 140429888948123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9222] ppid=9208 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9211/task/9222/stat : 9222 (java) R 9208 9211 2539 0 -1 4202560 691 0 0 0 3 0 0 0 20 0 15 0 95661951 10808729600 10567 33554432000 4194304 4196468 140726619111808 140428785458288 140429873326206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9223] ppid=9208 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9211/task/9223/stat : 9223 (java) R 9208 9211 2539 0 -1 1077944384 187 0 0 0 2 0 0 0 20 0 15 0 95661951 10808729600 10567 33554432000 4194304 4196468 140726619111808 140428784417392 140429888940674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9224] ppid=9208 vsize=10555400 memory=140163208771200 CPUtime=0.07 cores=1,3,5,7
/proc/9211/task/9224/stat : 9224 (java) R 9208 9211 2539 0 -1 4202560 871 0 0 0 7 0 0 0 20 0 15 0 95661951 10808729600 10567 33554432000 4194304 4196468 140726619111808 140428783360792 140429867890463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9225] ppid=9208 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661952 10808729600 10567 33554432000 4194304 4196468 140726619111808 140428782312544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9226] ppid=9208 vsize=10555400 memory=140163208771200 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661952 10808729600 10567 33554432000 4194304 4196468 140726619111808 140428781259056 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39692 KiB

[startup+0.311166 s]*
/proc/loadavg: 4.47 4.51 3.77 5/217 9226
/proc/meminfo: memFree=28015900/32770624 swapFree=67108860/67108860
[pid=9211] ppid=9208 vsize=10555476 memory=54156 CPUtime=0.66 cores=1,3,5,7
/proc/9211/stat : 9211 (java) S 9208 9211 2539 0 -1 1077944320 9784 0 0 0 63 3 0 0 20 0 15 0 95661946 10808807424 13539 33554432000 4194304 4196468 140726619111808 140726619094352 140429888929527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
/proc/9211/statm: 2638869 13539 3045 1 0 2627263 0
[pid=9211/tid=9213] ppid=9208 vsize=10555476 memory=7377246124687064083 CPUtime=0.3 cores=1,3,5,7
/proc/9211/task/9213/stat : 9213 (java) R 9208 9211 2539 0 -1 4202560 5061 0 0 0 28 2 0 0 20 0 15 0 95661946 10808807424 13539 33554432000 4194304 4196468 140726619111808 140429893161136 140429873010014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9214] ppid=9208 vsize=10555476 memory=4211973889413561738 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808807424 13539 33554432000 4194304 4196468 140726619111808 140429815003920 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9215] ppid=9208 vsize=10555476 memory=140163208773544 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808807424 13539 33554432000 4194304 4196468 140726619111808 140429813951376 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9216] ppid=9208 vsize=10555476 memory=140163103699963 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808807424 13539 33554432000 4194304 4196468 140726619111808 140429812898832 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9217] ppid=9208 vsize=10555476 memory=140163103706575 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661947 10808807424 13539 33554432000 4194304 4196468 140726619111808 140429811846288 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9218] ppid=9208 vsize=10555476 memory=140163208773766 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 2539 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95661949 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428992006128 140429888940674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9219] ppid=9208 vsize=10555476 memory=140163103715759 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95661949 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428990952352 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9220] ppid=9208 vsize=10555476 memory=280326207422352 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95661949 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428787573744 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9221] ppid=9208 vsize=10555476 memory=280326207420048 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661951 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428786522320 140429888948123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9222] ppid=9208 vsize=10555476 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 2539 0 -1 1077944384 1437 0 0 0 11 0 0 0 20 0 15 0 95661951 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428785469936 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9223] ppid=9208 vsize=10555476 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/9211/task/9223/stat : 9223 (java) R 9208 9211 2539 0 -1 4202560 682 0 0 0 11 0 0 0 20 0 15 0 95661951 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428784416496 140429873851343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9224] ppid=9208 vsize=10555476 memory=140163208771200 CPUtime=0.12 cores=1,3,5,7
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 2539 0 -1 1077944384 1244 0 0 0 12 0 0 0 20 0 15 0 95661951 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428783364848 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9225] ppid=9208 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661952 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428782312544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9226] ppid=9208 vsize=10555476 memory=140163208771200 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661952 10808807424 13539 33554432000 4194304 4196468 140726619111808 140428781259056 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 54156 KiB

[startup+0.703557 s]
/proc/loadavg: 4.47 4.51 3.77 5/217 9226
/proc/meminfo: memFree=27986052/32770624 swapFree=67108860/67108860
[pid=9211] ppid=9208 vsize=10555476 memory=129844 CPUtime=1.82 cores=1,3,5,7
/proc/9211/stat : 9211 (java) S 9208 9211 2539 0 -1 1077944320 11311 0 0 0 177 5 0 0 20 0 15 0 95661946 10808807424 32461 33554432000 4194304 4196468 140726619111808 140726619094352 140429888929527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
/proc/9211/statm: 2638869 32461 3091 1 0 2627263 0
[pid=9211/tid=9213] ppid=9208 vsize=10555476 memory=1424 CPUtime=0.67 cores=1,3,5,7
/proc/9211/task/9213/stat : 9213 (java) R 9208 9211 2539 0 -1 4202560 5479 0 0 0 64 3 0 0 20 0 15 0 95661946 10808807424 32461 33554432000 4194304 4196468 140726619111808 140429893160160 140429479118855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9214] ppid=9208 vsize=10555476 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808807424 32461 33554432000 4194304 4196468 140726619111808 140429815003920 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9215] ppid=9208 vsize=10555476 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808807424 32461 33554432000 4194304 4196468 140726619111808 140429813951376 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9216] ppid=9208 vsize=10555476 memory=7518026621751089000 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661947 10808807424 32461 33554432000 4194304 4196468 140726619111808 140429812898832 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9217] ppid=9208 vsize=10555476 memory=7667212701838435409 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661947 10808807424 32461 33554432000 4194304 4196468 140726619111808 140429811846288 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9218] ppid=9208 vsize=10555476 memory=6293050847276651881 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 2539 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95661949 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428992006128 140429888940674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9219] ppid=9208 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95661949 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428990952352 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9220] ppid=9208 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95661949 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428787573744 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9221] ppid=9208 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661951 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428786522320 140429888948123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9222] ppid=9208 vsize=10555476 memory=49 CPUtime=0.42 cores=1,3,5,7
/proc/9211/task/9222/stat : 9222 (java) R 9208 9211 2539 0 -1 4202560 1737 0 0 0 42 0 0 0 20 0 15 0 95661951 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428785469936 140429870452427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9223] ppid=9208 vsize=10555476 memory=3 CPUtime=0.41 cores=1,3,5,7
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 2539 0 -1 1077944384 1166 0 0 0 41 0 0 0 20 0 15 0 95661951 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428784417392 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9224] ppid=9208 vsize=10555476 memory=5169 CPUtime=0.28 cores=1,3,5,7
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 2539 0 -1 1077944384 1559 0 0 0 28 0 0 0 20 0 15 0 95661951 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428783364848 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9225] ppid=9208 vsize=10555476 memory=280326207606256 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661952 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428782312544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9226] ppid=9208 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661952 10808807424 32461 33554432000 4194304 4196468 140726619111808 140428781259056 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 129844 KiB

[startup+1.50116 s]
/proc/loadavg: 4.47 4.51 3.77 5/217 9226
/proc/meminfo: memFree=27859080/32770624 swapFree=67108860/67108860
[pid=9211] ppid=9208 vsize=10555476 memory=453436 CPUtime=3.69 cores=1,3,5,7
/proc/9211/stat : 9211 (java) S 9208 9211 2539 0 -1 1077944320 12279 0 0 0 340 29 0 0 20 0 15 0 95661946 10808807424 113359 33554432000 4194304 4196468 140726619111808 140726619094352 140429888929527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
/proc/9211/statm: 2638869 113359 3120 1 0 2627263 0
[pid=9211/tid=9213] ppid=9208 vsize=10555476 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/9211/task/9213/stat : 9213 (java) S 9208 9211 2539 0 -1 1077944384 5615 0 0 0 122 5 0 0 20 0 15 0 95661946 10808807424 113359 33554432000 4194304 4196468 140726619111808 140429893160544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9214] ppid=9208 vsize=10555476 memory=-6079718012894977833 CPUtime=0.17 cores=1,3,5,7
/proc/9211/task/9214/stat : 9214 (java) R 9208 9211 2539 0 -1 4202560 151 0 0 0 12 5 0 0 20 0 15 0 95661947 10808807424 113359 33554432000 4194304 4196468 140726619111808 140429815004120 140429873957401 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9215] ppid=9208 vsize=10555476 memory=9050718597761761453 CPUtime=0.18 cores=1,3,5,7
/proc/9211/task/9215/stat : 9215 (java) R 9208 9211 2539 0 -1 4202560 178 0 0 0 13 5 0 0 20 0 15 0 95661947 10808807424 113359 33554432000 4194304 4196468 140726619111808 140429813951376 140429882029227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9216] ppid=9208 vsize=10555476 memory=-6305717200088163456 CPUtime=0.18 cores=1,3,5,7
/proc/9211/task/9216/stat : 9216 (java) R 9208 9211 2539 0 -1 4202560 185 0 0 0 13 5 0 0 20 0 15 0 95661947 10808807424 113359 33554432000 4194304 4196468 140726619111808 140429812898832 140429873957401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9217] ppid=9208 vsize=10555476 memory=4946531957831211648 CPUtime=0.17 cores=1,3,5,7
/proc/9211/task/9217/stat : 9217 (java) R 9208 9211 2539 0 -1 4202560 147 0 0 0 12 5 0 0 20 0 15 0 95661947 10808807424 113359 33554432000 4194304 4196468 140726619111808 140429811846288 140429873957401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9218] ppid=9208 vsize=10555476 memory=-2897801490638248215 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 2539 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95661949 10808807424 113359 33554432000 4194304 4196468 140726619111808 140428992004640 140429888939733 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0

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

/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428786522320 140429888948123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9222] ppid=9208 vsize=10690804 memory=8211748 CPUtime=0.73 cores=1,3,5,7
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 2539 0 -1 1077944384 2914 0 0 0 73 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428785469984 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9223] ppid=9208 vsize=10690804 memory=8211748 CPUtime=0.75 cores=1,3,5,7
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 2539 0 -1 1077944384 2115 0 0 0 75 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428784417152 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9224] ppid=9208 vsize=10690804 memory=8211748 CPUtime=0.39 cores=1,3,5,7
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 2539 0 -1 1077944384 3548 0 0 0 39 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428783360720 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9225] ppid=9208 vsize=10690804 memory=261 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95661952 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428782312544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9226] ppid=9208 vsize=10690804 memory=8211748 CPUtime=0.28 cores=1,3,5,7
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 2539 0 -1 1077944384 568 0 0 0 11 17 0 0 20 0 17 0 95661952 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428781259056 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9240] ppid=9208 vsize=10690804 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9240/stat : 9240 (java) S 9208 9211 2539 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 95694341 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428778106032 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9241] ppid=9208 vsize=10690804 memory=27564 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9241/stat : 9241 (java) S 9208 9211 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95694341 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428777054256 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
Current children cumulated CPU time: 1228.7 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8211748 KiB

[startup+343.143 s]
# the end of solver process 9211 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1223.49 s, system=6.06123 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+342.401 s]
/proc/loadavg: 4.39 4.45 3.96 6/219 9241
/proc/meminfo: memFree=19344712/32770624 swapFree=67108860/67108860
[pid=9211] ppid=9208 vsize=10690804 memory=8211748 CPUtime=1228.8 cores=1,3,5,7
/proc/9211/stat : 9211 (java) S 9208 9211 2539 0 -1 1077944320 165098 0 0 0 122278 602 0 0 20 0 17 0 95661946 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140726619094352 140429888929527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
/proc/9211/statm: 2672701 2052937 3186 1 0 2661057 0
[pid=9211/tid=9213] ppid=9208 vsize=10690804 memory=8211748 CPUtime=13.87 cores=1,3,5,7
/proc/9211/task/9213/stat : 9213 (java) S 9208 9211 2539 0 -1 1077944384 13151 0 0 0 1377 10 0 0 20 0 17 0 95661946 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429893170208 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9214] ppid=9208 vsize=10690804 memory=8211748 CPUtime=295.43 cores=1,3,5,7
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 2539 0 -1 1077944384 19462 0 0 0 29391 152 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429815003920 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9215] ppid=9208 vsize=10690804 memory=27564 CPUtime=295.77 cores=1,3,5,7
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 2539 0 -1 1077944384 22385 0 0 0 29422 155 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429813951376 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9216] ppid=9208 vsize=10690804 memory=1296 CPUtime=295.8 cores=1,3,5,7
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 2539 0 -1 1077944384 21830 0 0 0 29448 132 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429812898832 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9217] ppid=9208 vsize=10690804 memory=8211748 CPUtime=295.92 cores=1,3,5,7
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 2539 0 -1 1077944384 19279 0 0 0 29451 141 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429811846288 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9218] ppid=9208 vsize=10690804 memory=4136 CPUtime=29.78 cores=1,3,5,7
/proc/9211/task/9218/stat : 9218 (java) R 9208 9211 2539 0 -1 4202560 58439 0 0 0 2973 5 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428992004672 140429873925951 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9219] ppid=9208 vsize=10690804 memory=4051732 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 2539 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428990952320 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9220] ppid=9208 vsize=10690804 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428787573760 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9221] ppid=9208 vsize=10690804 memory=3104 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428786522320 140429888948123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9222] ppid=9208 vsize=10690804 memory=1387 CPUtime=0.73 cores=1,3,5,7
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 2539 0 -1 1077944384 2914 0 0 0 73 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428785469984 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9223] ppid=9208 vsize=10690804 memory=28866 CPUtime=0.75 cores=1,3,5,7
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 2539 0 -1 1077944384 2115 0 0 0 75 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428784417152 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9224] ppid=9208 vsize=10690804 memory=28907 CPUtime=0.39 cores=1,3,5,7
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 2539 0 -1 1077944384 3548 0 0 0 39 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428783360720 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9225] ppid=9208 vsize=10690804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95661952 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428782312544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9226] ppid=9208 vsize=10690804 memory=5672 CPUtime=0.28 cores=1,3,5,7
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 2539 0 -1 1077944384 568 0 0 0 11 17 0 0 20 0 17 0 95661952 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428781259056 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9240] ppid=9208 vsize=10690804 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9240/stat : 9240 (java) S 9208 9211 2539 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 95694341 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428778106032 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9241] ppid=9208 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9241/stat : 9241 (java) S 9208 9211 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95694341 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428777054256 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
Current children cumulated CPU time: 1228.8 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8211748 KiB

[startup+342.801 s]
/proc/loadavg: 4.39 4.45 3.96 6/219 9241
/proc/meminfo: memFree=19344712/32770624 swapFree=67108860/67108860
[pid=9211] ppid=9208 vsize=10690804 memory=8211748 CPUtime=1229.2 cores=1,3,5,7
/proc/9211/stat : 9211 (java) S 9208 9211 2539 0 -1 1077944320 165098 0 0 0 122318 602 0 0 20 0 17 0 95661946 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140726619094352 140429888929527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
/proc/9211/statm: 2672701 2052937 3186 1 0 2661057 0
[pid=9211/tid=9213] ppid=9208 vsize=10690804 memory=1200 CPUtime=13.87 cores=1,3,5,7
/proc/9211/task/9213/stat : 9213 (java) S 9208 9211 2539 0 -1 1077944384 13151 0 0 0 1377 10 0 0 20 0 17 0 95661946 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429893170208 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9214] ppid=9208 vsize=10690804 memory=15876 CPUtime=295.43 cores=1,3,5,7
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 2539 0 -1 1077944384 19462 0 0 0 29391 152 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429815003920 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9215] ppid=9208 vsize=10690804 memory=16236 CPUtime=295.77 cores=1,3,5,7
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 2539 0 -1 1077944384 22385 0 0 0 29422 155 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429813951376 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9216] ppid=9208 vsize=10690804 memory=4044 CPUtime=295.8 cores=1,3,5,7
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 2539 0 -1 1077944384 21830 0 0 0 29448 132 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429812898832 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9217] ppid=9208 vsize=10690804 memory=8211748 CPUtime=295.92 cores=1,3,5,7
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 2539 0 -1 1077944384 19279 0 0 0 29451 141 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429811846288 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9218] ppid=9208 vsize=10690804 memory=1424 CPUtime=30.18 cores=1,3,5,7
/proc/9211/task/9218/stat : 9218 (java) R 9208 9211 2539 0 -1 4202560 58439 0 0 0 3013 5 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428992004672 140429873387130 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9219] ppid=9208 vsize=10690804 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 2539 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428990952320 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9220] ppid=9208 vsize=10690804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428787573760 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9221] ppid=9208 vsize=10690804 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428786522320 140429888948123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9222] ppid=9208 vsize=10690804 memory=1224 CPUtime=0.73 cores=1,3,5,7
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 2539 0 -1 1077944384 2914 0 0 0 73 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428785469984 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9223] ppid=9208 vsize=10690804 memory=16204 CPUtime=0.75 cores=1,3,5,7
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 2539 0 -1 1077944384 2115 0 0 0 75 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428784417152 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9224] ppid=9208 vsize=10690804 memory=1232 CPUtime=0.39 cores=1,3,5,7
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 2539 0 -1 1077944384 3548 0 0 0 39 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428783360720 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9225] ppid=9208 vsize=10690804 memory=648 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95661952 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428782312544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9226] ppid=9208 vsize=10690804 memory=1796 CPUtime=0.28 cores=1,3,5,7
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 2539 0 -1 1077944384 568 0 0 0 11 17 0 0 20 0 17 0 95661952 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428781259056 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9240] ppid=9208 vsize=10690804 memory=956 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9240/stat : 9240 (java) S 9208 9211 2539 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 95694341 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428778106032 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9241] ppid=9208 vsize=10690804 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9241/stat : 9241 (java) S 9208 9211 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95694341 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428777054256 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
Current children cumulated CPU time: 1229.2 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8211748 KiB

[startup+343.001 s]*
/proc/loadavg: 4.39 4.45 3.96 3/219 9241
/proc/meminfo: memFree=19344712/32770624 swapFree=67108860/67108860
[pid=9211] ppid=9208 vsize=10690804 memory=8211748 CPUtime=1229.41 cores=1,3,5,7
/proc/9211/stat : 9211 (java) S 9208 9211 2539 0 -1 1077944320 165098 0 0 0 122339 602 0 0 20 0 17 0 95661946 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140726619094352 140429888929527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
/proc/9211/statm: 2672701 2052937 3186 1 0 2661057 0
[pid=9211/tid=9213] ppid=9208 vsize=10690804 memory=8112282956445269571 CPUtime=13.87 cores=1,3,5,7
/proc/9211/task/9213/stat : 9213 (java) S 9208 9211 2539 0 -1 1077944384 13151 0 0 0 1377 10 0 0 20 0 17 0 95661946 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429893170208 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9214] ppid=9208 vsize=10690804 memory=4126316290023845779 CPUtime=295.43 cores=1,3,5,7
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 2539 0 -1 1077944384 19462 0 0 0 29391 152 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429815003920 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9215] ppid=9208 vsize=10690804 memory=288230621803970871 CPUtime=295.77 cores=1,3,5,7
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 2539 0 -1 1077944384 22385 0 0 0 29422 155 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429813951376 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9216] ppid=9208 vsize=10690804 memory=16097070113098297 CPUtime=295.8 cores=1,3,5,7
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 2539 0 -1 1077944384 21830 0 0 0 29448 132 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429812898832 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9217] ppid=9208 vsize=10690804 memory=2404 CPUtime=295.92 cores=1,3,5,7
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 2539 0 -1 1077944384 19279 0 0 0 29451 141 0 0 20 0 17 0 95661947 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140429811846288 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9218] ppid=9208 vsize=10690804 memory=1732 CPUtime=30.39 cores=1,3,5,7
/proc/9211/task/9218/stat : 9218 (java) R 9208 9211 2539 0 -1 4202560 58439 0 0 0 3034 5 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428992004672 140429873926036 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9219] ppid=9208 vsize=10690804 memory=796 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 2539 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428990952320 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9220] ppid=9208 vsize=10690804 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95661949 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428787573760 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9221] ppid=9208 vsize=10690804 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428786522320 140429888948123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9222] ppid=9208 vsize=10690804 memory=1424 CPUtime=0.73 cores=1,3,5,7
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 2539 0 -1 1077944384 2914 0 0 0 73 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428785469984 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9223] ppid=9208 vsize=10690804 memory=8560 CPUtime=0.75 cores=1,3,5,7
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 2539 0 -1 1077944384 2115 0 0 0 75 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428784417152 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9224] ppid=9208 vsize=10690804 memory=1724 CPUtime=0.39 cores=1,3,5,7
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 2539 0 -1 1077944384 3548 0 0 0 39 0 0 0 20 0 17 0 95661951 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428783360720 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9225] ppid=9208 vsize=10690804 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95661952 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428782312544 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9226] ppid=9208 vsize=10690804 memory=1224 CPUtime=0.28 cores=1,3,5,7
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 2539 0 -1 1077944384 568 0 0 0 11 17 0 0 20 0 17 0 95661952 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428781259056 140429888940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9240] ppid=9208 vsize=10690804 memory=5672 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9240/stat : 9240 (java) S 9208 9211 2539 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 95694341 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428778106032 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
[pid=9211/tid=9241] ppid=9208 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9211/task/9241/stat : 9241 (java) S 9208 9211 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95694341 10947383296 2052937 33554432000 4194304 4196468 140726619111808 140428777054256 140429888939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140726619120774 140726619120927 140726619120927 140726619123663 0
Current children cumulated CPU time: 1229.41 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8211748 KiB

[startup+343.11 s]*
/proc/loadavg: 4.39 4.45 3.96 3/204 9241
/proc/meminfo: memFree=19971836/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): 343.143
CPU time (s): 1229.55
CPU user time (s): 1223.49
CPU system time (s): 6.06123
CPU usage (%): 358.32
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8211748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1223.49
system time used= 6.06123
maximum resident set size= 8212052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16738
involuntary context switches= 12579


# summary of solver processes directly reported to runsolver:
#   pid: 9211
#   total CPU time (s): 1229.55
#   total CPU user time (s): 1223.49
#   total CPU system time (s): 6.06123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.06284 second user time and 3.48368 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 13:47:58
IDJOB=4262933
IDBENCH=126240
IDSOLVER=2651
FILE ID=node102/4262933-1502625736
RUNJOBID= node102-1502621242-8488
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-17-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262933-1502625736/watcher-4262933-1502625736 -o /tmp/evaluation-result-4262933-1502625736/solver-4262933-1502625736 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262933-1502625736.xml

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=301962500

node102.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.35
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.35
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.35
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.35
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:        28058432 kB
MemAvailable:   28438400 kB
Buffers:          103892 kB
Cached:           560784 kB
SwapCached:            0 kB
Active:          4123696 kB
Inactive:         137664 kB
Active(anon):    3549296 kB
Inactive(anon):    75432 kB
Active(file):     574400 kB
Inactive(file):    62232 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1984 kB
Writeback:             4 kB
AnonPages:       3603244 kB
Mapped:            55004 kB
Shmem:             25228 kB
Slab:             144564 kB
SReclaimable:     118340 kB
SUnreclaim:        26224 kB
KernelStack:        3536 kB
PageTables:        11748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4898576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3471360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 13:53:41