Trace number 4289771

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? 1461.12 406.1

General information on the benchmark

NameGraphColoring/
GraphColoring-2-fullins-5_c18.xml
MD5SUM7175cc64c8263572fa1d1d1459976d33
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark352.426
Satisfiable
(Un)Satisfiability was proved
Number of variables852
Number of constraints12201
Number of domains1
Minimum domain size852
Maximum domain size852
Distribution of domain sizes[{"size":852,"count":852}]
Minimum variable degree9
Maximum variable degree216
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":10},{"degree":11,"count":10},{"degree":12,"count":24},{"degree":13,"count":14},{"degree":14,"count":28},{"degree":15,"count":20},{"degree":16,"count":40},{"degree":17,"count":26},{"degree":18,"count":52},{"degree":19,"count":24},{"degree":20,"count":52},{"degree":21,"count":10},{"degree":22,"count":20},{"degree":23,"count":24},{"degree":24,"count":48},{"degree":25,"count":18},{"degree":26,"count":36},{"degree":27,"count":20},{"degree":28,"count":40},{"degree":29,"count":16},{"degree":30,"count":32},{"degree":31,"count":32},{"degree":32,"count":64},{"degree":33,"count":4},{"degree":34,"count":8},{"degree":35,"count":4},{"degree":36,"count":8},{"degree":41,"count":4},{"degree":42,"count":8},{"degree":43,"count":8},{"degree":44,"count":16},{"degree":45,"count":8},{"degree":46,"count":16},{"degree":47,"count":16},{"degree":48,"count":32},{"degree":58,"count":4},{"degree":61,"count":4},{"degree":62,"count":8},{"degree":63,"count":8},{"degree":64,"count":16},{"degree":111,"count":4},{"degree":112,"count":8},{"degree":216,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12201}]
Number of extensional constraints0
Number of intensional constraints12201
Distribution of constraint types[{"type":"intension","count":12201}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289771-1532212639/watcher-4289771-1532212639 -o /tmp/evaluation-result-4289771-1532212639/solver-4289771-1532212639 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289771-1532212639.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=27545, runsolver pid=27542

[startup+0.100059 s]*
/proc/loadavg: 2.02 2.02 2.05 3/216 27560
/proc/meminfo: memFree=22953444/32770624 swapFree=67108860/67108860
[pid=27545] ppid=27542 vsize=10659012 memory=30692 CPUtime=0.12 cores=0,2,4,6
/proc/27545/stat : 27545 (java) S 27542 27545 24904 0 -1 1077944320 6743 0 0 0 11 1 0 0 20 0 15 0 38827115 10914828288 7673 33554432000 4194304 4196468 140729789039712 140729789022256 140061039542007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
/proc/27545/statm: 2664753 7673 2828 1 0 2627263 0
[pid=27545/tid=27547] ppid=27542 vsize=10659012 memory=-8773748148829981821 CPUtime=0.09 cores=0,2,4,6
/proc/27545/task/27547/stat : 27547 (java) R 27542 27545 24904 0 -1 4202560 4574 0 0 0 8 1 0 0 20 0 15 0 38827116 10914828288 7673 33554432000 4194304 4196468 140729789039712 140061043746672 140061039553942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27548] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27548/stat : 27548 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060965616656 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27549] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27549/stat : 27549 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060645125264 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27550] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27550/stat : 27550 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060644072208 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27551] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27551/stat : 27551 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060643019664 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27552] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27552/stat : 27552 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827118 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060277012720 140061039553154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27553] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27553/stat : 27553 (java) S 27542 27545 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38827118 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060275958944 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27554] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27554/stat : 27554 (java) S 27542 27545 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38827119 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060274905840 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27555] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27555/stat : 27555 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060273854416 140061039560603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27556] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27556/stat : 27556 (java) S 27542 27545 24904 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060272802544 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27557] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27557/stat : 27557 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060271750000 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27558] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0.02 cores=0,2,4,6
/proc/27545/task/27558/stat : 27558 (java) R 27542 27545 24904 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 15 0 38827121 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060270696944 140061039553942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27559] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27559/stat : 27559 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060269644640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27560] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27560/stat : 27560 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 7673 33554432000 4194304 4196468 140729789039712 140060268591664 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30692 KiB

[startup+0.210532 s]*
/proc/loadavg: 2.02 2.02 2.05 5/216 27560
/proc/meminfo: memFree=22942892/32770624 swapFree=67108860/67108860
[pid=27545] ppid=27542 vsize=10659012 memory=41612 CPUtime=0.33 cores=0,2,4,6
/proc/27545/stat : 27545 (java) S 27542 27545 24904 0 -1 1077944320 8057 0 0 0 31 2 0 0 20 0 15 0 38827115 10914828288 10403 33554432000 4194304 4196468 140729789039712 140729789022256 140061039542007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
/proc/27545/statm: 2664753 10403 2998 1 0 2627263 0
[pid=27545/tid=27547] ppid=27542 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27545/task/27547/stat : 27547 (java) R 27542 27545 24904 0 -1 4202560 5026 0 0 0 19 1 0 0 20 0 15 0 38827116 10914828288 10403 33554432000 4194304 4196468 140729789039712 140061043777680 140061039563933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27548] ppid=27542 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27548/stat : 27548 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060965616656 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27549] ppid=27542 vsize=10659012 memory=288370359903385216 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27549/stat : 27549 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060645125264 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27550] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27550/stat : 27550 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060644072208 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27551] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27551/stat : 27551 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060643019664 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27552] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27552/stat : 27552 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827118 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060277012720 140061039553154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27553] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27553/stat : 27553 (java) S 27542 27545 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38827118 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060275958944 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27554] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27554/stat : 27554 (java) S 27542 27545 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38827119 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060274905840 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27555] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27555/stat : 27555 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060273854416 140061039560603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27556] ppid=27542 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27545/task/27556/stat : 27556 (java) S 27542 27545 24904 0 -1 1077944384 641 0 0 0 2 0 0 0 20 0 15 0 38827121 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060272802544 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27557] ppid=27542 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27545/task/27557/stat : 27557 (java) S 27542 27545 24904 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 15 0 38827121 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060271750000 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27558] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0.07 cores=0,2,4,6
/proc/27545/task/27558/stat : 27558 (java) S 27542 27545 24904 0 -1 1077944384 691 0 0 0 7 0 0 0 20 0 15 0 38827121 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060270696944 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27559] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27559/stat : 27559 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060269644640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27560] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27560/stat : 27560 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 10403 33554432000 4194304 4196468 140729789039712 140060268591664 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41612 KiB

[startup+0.312225 s]*
/proc/loadavg: 2.02 2.02 2.05 5/216 27560
/proc/meminfo: memFree=22928212/32770624 swapFree=67108860/67108860
[pid=27545] ppid=27542 vsize=10659012 memory=55016 CPUtime=0.6 cores=0,2,4,6
/proc/27545/stat : 27545 (java) S 27542 27545 24904 0 -1 1077944320 9776 0 0 0 57 3 0 0 20 0 15 0 38827115 10914828288 13754 33554432000 4194304 4196468 140729789039712 140729789022256 140061039542007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
/proc/27545/statm: 2664753 13754 3042 1 0 2627263 0
[pid=27545/tid=27547] ppid=27542 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/27545/task/27547/stat : 27547 (java) R 27542 27545 24904 0 -1 4202560 5373 0 0 0 28 2 0 0 20 0 15 0 38827116 10914828288 13754 33554432000 4194304 4196468 140729789039712 140061043778224 140061039563933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27548] ppid=27542 vsize=10659012 memory=4294979967 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27548/stat : 27548 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060965616656 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27549] ppid=27542 vsize=10659012 memory=288370359903385216 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27549/stat : 27549 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060645125264 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27550] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27550/stat : 27550 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060644072208 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27551] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27551/stat : 27551 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827117 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060643019664 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27552] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27552/stat : 27552 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827118 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060277012720 140061039553154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27553] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27553/stat : 27553 (java) S 27542 27545 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38827118 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060275958944 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27554] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27554/stat : 27554 (java) S 27542 27545 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38827119 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060274905840 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27555] ppid=27542 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27555/stat : 27555 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060273854416 140061039560603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27556] ppid=27542 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27545/task/27556/stat : 27556 (java) R 27542 27545 24904 0 -1 4202560 1139 0 0 0 7 0 0 0 20 0 15 0 38827121 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060272783560 140061022928626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27557] ppid=27542 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27545/task/27557/stat : 27557 (java) R 27542 27545 24904 0 -1 4202560 885 0 0 0 7 0 0 0 20 0 15 0 38827121 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060271731016 140061020243671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27558] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0.13 cores=0,2,4,6
/proc/27545/task/27558/stat : 27558 (java) R 27542 27545 24904 0 -1 1077944384 1014 0 0 0 13 0 0 0 20 0 15 0 38827121 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060270696944 140061039553154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27559] ppid=27542 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27559/stat : 27559 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060269644640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27560] ppid=27542 vsize=10659012 memory=139983751673472 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27560/stat : 27560 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827121 10914828288 13754 33554432000 4194304 4196468 140729789039712 140060268591664 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55016 KiB

[startup+0.701254 s]
/proc/loadavg: 2.02 2.02 2.05 5/216 27560
/proc/meminfo: memFree=22907488/32770624 swapFree=67108860/67108860
[pid=27545] ppid=27542 vsize=10659088 memory=116388 CPUtime=1.81 cores=0,2,4,6
/proc/27545/stat : 27545 (java) S 27542 27545 24904 0 -1 1077944320 11380 0 0 0 176 5 0 0 20 0 15 0 38827115 10914906112 29097 33554432000 4194304 4196468 140729789039712 140729789022256 140061039542007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
/proc/27545/statm: 2664772 29097 3106 1 0 2627263 0
[pid=27545/tid=27547] ppid=27542 vsize=10659088 memory=8540 CPUtime=0.67 cores=0,2,4,6
/proc/27545/task/27547/stat : 27547 (java) R 27542 27545 24904 0 -1 4202560 5762 0 0 0 64 3 0 0 20 0 15 0 38827116 10914906112 29097 33554432000 4194304 4196468 140729789039712 140061043779920 140060648668743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27548] ppid=27542 vsize=10659088 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27548/stat : 27548 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827117 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060965616656 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27549] ppid=27542 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27549/stat : 27549 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827117 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060645125264 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27550] ppid=27542 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27550/stat : 27550 (java) S 27542 27545 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38827117 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060644072208 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27551] ppid=27542 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27551/stat : 27551 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827117 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060643019664 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27552] ppid=27542 vsize=10659088 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27552/stat : 27552 (java) S 27542 27545 24904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38827118 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060277012720 140061039553154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27553] ppid=27542 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27553/stat : 27553 (java) S 27542 27545 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38827118 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060275958944 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27554] ppid=27542 vsize=10659088 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27554/stat : 27554 (java) S 27542 27545 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38827119 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060274905840 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27555] ppid=27542 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27555/stat : 27555 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060273854416 140061039560603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27556] ppid=27542 vsize=10659088 memory=7013340940837610608 CPUtime=0.41 cores=0,2,4,6
/proc/27545/task/27556/stat : 27556 (java) R 27542 27545 24904 0 -1 4202560 1601 0 0 0 41 0 0 0 20 0 15 0 38827121 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060272788568 140061017958337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27557] ppid=27542 vsize=10659088 memory=6004820471124940137 CPUtime=0.42 cores=0,2,4,6
/proc/27545/task/27557/stat : 27557 (java) R 27542 27545 24904 0 -1 4202560 1267 0 0 0 42 0 0 0 20 0 15 0 38827121 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060271736544 140061017374829 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27558] ppid=27542 vsize=10659088 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/27545/task/27558/stat : 27558 (java) S 27542 27545 24904 0 -1 1077944384 1378 0 0 0 28 0 0 0 20 0 15 0 38827121 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060270696944 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27559] ppid=27542 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27559/stat : 27559 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38827121 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060269644640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27560] ppid=27542 vsize=10659088 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27560/stat : 27560 (java) S 27542 27545 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38827121 10914906112 29097 33554432000 4194304 4196468 140729789039712 140060268591664 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 116388 KiB

[startup+1.50092 s]
/proc/loadavg: 2.02 2.02 2.05 3/216 27560
/proc/meminfo: memFree=22602404/32770624 swapFree=67108860/67108860
[pid=27545] ppid=27542 vsize=10659088 memory=935544 CPUtime=3.51 cores=0,2,4,6
/proc/27545/stat : 27545 (java) S 27542 27545 24904 0 -1 1077944320 14062 0 0 0 312 39 0 0 20 0 15 0 38827115 10914906112 233886 33554432000 4194304 4196468 140729789039712 140729789022256 140061039542007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
/proc/27545/statm: 2664772 233886 3138 1 0 2627263 0
[pid=27545/tid=27547] ppid=27542 vsize=10659088 memory=673596 CPUtime=1.27 cores=0,2,4,6
/proc/27545/task/27547/stat : 27547 (java) R 27542 27545 24904 0 -1 4202560 6603 0 0 0 114 13 0 0 20 0 15 0 38827116 10914906112 233886 33554432000 4194304 4196468 140729789039712 140061043779280 140061025610126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27548] ppid=27542 vsize=10659088 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/27545/task/27548/stat : 27548 (java) S 27542 27545 24904 0 -1 1077944384 254 0 0 0 13 6 0 0 20 0 15 0 38827117 10914906112 233886 33554432000 4194304 4196468 140729789039712 140060965616656 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27549] ppid=27542 vsize=10659088 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27545/task/27549/stat : 27549 (java) S 27542 27545 24904 0 -1 1077944384 264 0 0 0 13 5 0 0 20 0 15 0 38827117 10914906112 233886 33554432000 4194304 4196468 140729789039712 140060645125264 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27550] ppid=27542 vsize=10659088 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27545/task/27550/stat : 27550 (java) S 27542 27545 24904 0 -1 1077944384 421 0 0 0 12 6 0 0 20 0 15 0 38827117 10914906112 233886 33554432000 4194304 4196468 140729789039712 140060644072208 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27551] ppid=27542 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/27545/task/27551/stat : 27551 (java) S 27542 27545 24904 0 -1 1077944384 256 0 0 0 13 6 0 0 20 0 15 0 38827117 10914906112 233886 33554432000 4194304 4196468 140729789039712 140060643019664 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27552] ppid=27542 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27552/stat : 27552 (java) S 27542 27545 24904 0 -1 1077944384 491 0 0 0 0 0 0 0 20 0 15 0 38827118 10914906112 233886 33554432000 4194304 4196468 140729789039712 140060277012720 140061039553154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0

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

/proc/27545/task/27555/stat : 27555 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060273854416 140061039560603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27556] ppid=27542 vsize=10794416 memory=8314516 CPUtime=0.84 cores=0,2,4,6
/proc/27545/task/27556/stat : 27556 (java) S 27542 27545 24904 0 -1 1077944384 2748 0 0 0 84 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060272802304 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27557] ppid=27542 vsize=10794416 memory=8314516 CPUtime=0.86 cores=0,2,4,6
/proc/27545/task/27557/stat : 27557 (java) S 27542 27545 24904 0 -1 1077944384 2684 0 0 0 86 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060271750048 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27558] ppid=27542 vsize=10794416 memory=8314256 CPUtime=0.44 cores=0,2,4,6
/proc/27545/task/27558/stat : 27558 (java) S 27542 27545 24904 0 -1 1077944384 4912 0 0 0 44 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060270692464 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27559] ppid=27542 vsize=10794416 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27559/stat : 27559 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060269644640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27560] ppid=27542 vsize=10794416 memory=8314516 CPUtime=0.26 cores=0,2,4,6
/proc/27545/task/27560/stat : 27560 (java) S 27542 27545 24904 0 -1 1077944384 874 0 0 0 12 14 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060268591664 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27575] ppid=27542 vsize=10794416 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27575/stat : 27575 (java) S 27542 27545 24904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 38865453 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060265438640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27576] ppid=27542 vsize=10794416 memory=8314516 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27576/stat : 27576 (java) S 27542 27545 24904 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 38865453 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060264386624 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
Current children cumulated CPU time: 1448.64 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8314516 KiB

[startup+406.1 s]
# the end of solver process 27545 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1453.45 s, system=7.66945 s

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

[startup+403.201 s]
/proc/loadavg: 4.80 3.86 2.86 6/219 27576
/proc/meminfo: memFree=14704248/32770624 swapFree=67108860/67108860
[pid=27545] ppid=27542 vsize=10794416 memory=8314516 CPUtime=1452.12 cores=0,2,4,6
/proc/27545/stat : 27545 (java) S 27542 27545 24904 0 -1 1077944320 2760807 0 0 0 144458 754 0 0 20 0 17 0 38827115 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140729789022256 140061039542007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
/proc/27545/statm: 2698604 2078629 3210 1 0 2661057 0
[pid=27545/tid=27547] ppid=27542 vsize=10794416 memory=8314516 CPUtime=15.29 cores=0,2,4,6
/proc/27545/task/27547/stat : 27547 (java) S 27542 27545 24904 0 -1 1077944384 23018 0 0 0 1498 31 0 0 20 0 17 0 38827116 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140061043782688 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27548] ppid=27542 vsize=10794416 memory=8314516 CPUtime=351.7 cores=0,2,4,6
/proc/27545/task/27548/stat : 27548 (java) R 27542 27545 24904 0 -1 4202560 1015918 0 0 0 34974 196 0 0 20 0 17 0 38827117 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060965616856 140061024241907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27549] ppid=27542 vsize=10794416 memory=8314516 CPUtime=350.6 cores=0,2,4,6
/proc/27545/task/27549/stat : 27549 (java) R 27542 27545 24904 0 -1 4202560 716927 0 0 0 34884 176 0 0 20 0 17 0 38827117 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060645125384 140061032170215 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27550] ppid=27542 vsize=10794416 memory=8314516 CPUtime=349.65 cores=0,2,4,6
/proc/27545/task/27550/stat : 27550 (java) R 27542 27545 24904 0 -1 4202560 415610 0 0 0 34798 167 0 0 20 0 17 0 38827117 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060644072016 140061032170215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27551] ppid=27542 vsize=10794416 memory=1724 CPUtime=350.02 cores=0,2,4,6
/proc/27545/task/27551/stat : 27551 (java) R 27542 27545 24904 0 -1 4202560 474548 0 0 0 34834 168 0 0 20 0 17 0 38827117 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060643019472 140061032170215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27552] ppid=27542 vsize=10794416 memory=8314516 CPUtime=32.32 cores=0,2,4,6
/proc/27545/task/27552/stat : 27552 (java) S 27542 27545 24904 0 -1 1077944384 101988 0 0 0 3226 6 0 0 20 0 17 0 38827118 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060277011264 140061039552213 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27553] ppid=27542 vsize=10794416 memory=8548 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27553/stat : 27553 (java) S 27542 27545 24904 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 38827118 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060275959008 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27554] ppid=27542 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27554/stat : 27554 (java) S 27542 27545 24904 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 38827119 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060274904848 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27555] ppid=27542 vsize=10794416 memory=13860 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27555/stat : 27555 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060273854416 140061039560603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27556] ppid=27542 vsize=10794416 memory=1296 CPUtime=0.84 cores=0,2,4,6
/proc/27545/task/27556/stat : 27556 (java) S 27542 27545 24904 0 -1 1077944384 2748 0 0 0 84 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060272802304 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27557] ppid=27542 vsize=10794416 memory=2604 CPUtime=0.86 cores=0,2,4,6
/proc/27545/task/27557/stat : 27557 (java) S 27542 27545 24904 0 -1 1077944384 2684 0 0 0 86 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060271750048 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27558] ppid=27542 vsize=10794416 memory=2580 CPUtime=0.44 cores=0,2,4,6
/proc/27545/task/27558/stat : 27558 (java) S 27542 27545 24904 0 -1 1077944384 4912 0 0 0 44 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060270692464 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27559] ppid=27542 vsize=10794416 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27559/stat : 27559 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060269644640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27560] ppid=27542 vsize=10794416 memory=8314516 CPUtime=0.26 cores=0,2,4,6
/proc/27545/task/27560/stat : 27560 (java) S 27542 27545 24904 0 -1 1077944384 874 0 0 0 12 14 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060268591664 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27575] ppid=27542 vsize=10794416 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27575/stat : 27575 (java) S 27542 27545 24904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 38865453 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060265438640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27576] ppid=27542 vsize=10794416 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27576/stat : 27576 (java) S 27542 27545 24904 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 38865453 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060264386624 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
Current children cumulated CPU time: 1452.12 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8314516 KiB

[startup+404.801 s]
/proc/loadavg: 4.80 3.86 2.86 6/219 27576
/proc/meminfo: memFree=14704124/32770624 swapFree=67108860/67108860
[pid=27545] ppid=27542 vsize=10794416 memory=8314516 CPUtime=1458.33 cores=0,2,4,6
/proc/27545/stat : 27545 (java) S 27542 27545 24904 0 -1 1077944320 2760807 0 0 0 145077 756 0 0 20 0 17 0 38827115 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140729789022256 140061039542007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
/proc/27545/statm: 2698604 2078629 3210 1 0 2661057 0
[pid=27545/tid=27547] ppid=27542 vsize=10794416 memory=4126316290023845779 CPUtime=15.29 cores=0,2,4,6
/proc/27545/task/27547/stat : 27547 (java) S 27542 27545 24904 0 -1 1077944384 23018 0 0 0 1498 31 0 0 20 0 17 0 38827116 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140061043782688 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27548] ppid=27542 vsize=10794416 memory=3473455325741607778 CPUtime=353.3 cores=0,2,4,6
/proc/27545/task/27548/stat : 27548 (java) R 27542 27545 24904 0 -1 4202560 1015918 0 0 0 35134 196 0 0 20 0 17 0 38827117 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060965616856 140061024531687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27549] ppid=27542 vsize=10794416 memory=6791534058613427641 CPUtime=352.12 cores=0,2,4,6
/proc/27545/task/27549/stat : 27549 (java) R 27542 27545 24904 0 -1 4202560 716927 0 0 0 35035 177 0 0 20 0 17 0 38827117 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060645125384 140061032170215 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27550] ppid=27542 vsize=10794416 memory=602160 CPUtime=351.2 cores=0,2,4,6
/proc/27545/task/27550/stat : 27550 (java) R 27542 27545 24904 0 -1 4202560 415610 0 0 0 34952 168 0 0 20 0 17 0 38827117 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060644072016 140061032170215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27551] ppid=27542 vsize=10794416 memory=1404 CPUtime=351.56 cores=0,2,4,6
/proc/27545/task/27551/stat : 27551 (java) R 27542 27545 24904 0 -1 4202560 474548 0 0 0 34988 168 0 0 20 0 17 0 38827117 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060643019784 140061032170215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27552] ppid=27542 vsize=10794416 memory=3220 CPUtime=32.32 cores=0,2,4,6
/proc/27545/task/27552/stat : 27552 (java) S 27542 27545 24904 0 -1 1077944384 101988 0 0 0 3226 6 0 0 20 0 17 0 38827118 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060277011264 140061039552213 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27553] ppid=27542 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27553/stat : 27553 (java) S 27542 27545 24904 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 38827118 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060275959008 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27554] ppid=27542 vsize=10794416 memory=13860 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27554/stat : 27554 (java) S 27542 27545 24904 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 38827119 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060274904848 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27555] ppid=27542 vsize=10794416 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27555/stat : 27555 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060273854416 140061039560603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27556] ppid=27542 vsize=10794416 memory=2412 CPUtime=0.84 cores=0,2,4,6
/proc/27545/task/27556/stat : 27556 (java) S 27542 27545 24904 0 -1 1077944384 2748 0 0 0 84 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060272802304 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27557] ppid=27542 vsize=10794416 memory=1724 CPUtime=0.86 cores=0,2,4,6
/proc/27545/task/27557/stat : 27557 (java) S 27542 27545 24904 0 -1 1077944384 2684 0 0 0 86 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060271750048 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27558] ppid=27542 vsize=10794416 memory=1228 CPUtime=0.44 cores=0,2,4,6
/proc/27545/task/27558/stat : 27558 (java) S 27542 27545 24904 0 -1 1077944384 4912 0 0 0 44 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060270692464 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27559] ppid=27542 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27559/stat : 27559 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060269644640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27560] ppid=27542 vsize=10794416 memory=1724 CPUtime=0.26 cores=0,2,4,6
/proc/27545/task/27560/stat : 27560 (java) S 27542 27545 24904 0 -1 1077944384 874 0 0 0 12 14 0 0 20 0 17 0 38827121 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060268591664 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27575] ppid=27542 vsize=10794416 memory=8314516 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27575/stat : 27575 (java) S 27542 27545 24904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 38865453 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060265438640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27576] ppid=27542 vsize=10794416 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27576/stat : 27576 (java) S 27542 27545 24904 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 38865453 11053481984 2078629 33554432000 4194304 4196468 140729789039712 140060264386624 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
Current children cumulated CPU time: 1458.33 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8314516 KiB

[startup+405.601 s]
/proc/loadavg: 4.80 3.86 2.86 6/219 27576
/proc/meminfo: memFree=14704140/32770624 swapFree=67108860/67108860
[pid=27545] ppid=27542 vsize=10794416 memory=8314520 CPUtime=1460.62 cores=0,2,4,6
/proc/27545/stat : 27545 (java) S 27542 27545 24904 0 -1 1077944320 2760981 0 0 0 145305 757 0 0 20 0 17 0 38827115 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140729789022256 140061039542007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
/proc/27545/statm: 2698604 2078630 3210 1 0 2661057 0
[pid=27545/tid=27547] ppid=27542 vsize=10794416 memory=8314516 CPUtime=15.29 cores=0,2,4,6
/proc/27545/task/27547/stat : 27547 (java) S 27542 27545 24904 0 -1 1077944384 23018 0 0 0 1498 31 0 0 20 0 17 0 38827116 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140061043782688 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27548] ppid=27542 vsize=10794416 memory=1296 CPUtime=353.82 cores=0,2,4,6
/proc/27545/task/27548/stat : 27548 (java) S 27542 27545 24904 0 -1 1077944384 1015918 0 0 0 35186 196 0 0 20 0 17 0 38827117 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060965616656 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27549] ppid=27542 vsize=10794416 memory=2412 CPUtime=352.61 cores=0,2,4,6
/proc/27545/task/27549/stat : 27549 (java) S 27542 27545 24904 0 -1 1077944384 716927 0 0 0 35084 177 0 0 20 0 17 0 38827117 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060645125264 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27550] ppid=27542 vsize=10794416 memory=6791534058613427641 CPUtime=351.7 cores=0,2,4,6
/proc/27545/task/27550/stat : 27550 (java) S 27542 27545 24904 0 -1 1077944384 415610 0 0 0 35001 169 0 0 20 0 17 0 38827117 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060644072208 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27551] ppid=27542 vsize=10794416 memory=792 CPUtime=352.05 cores=0,2,4,6
/proc/27545/task/27551/stat : 27551 (java) S 27542 27545 24904 0 -1 1077944384 474548 0 0 0 35037 168 0 0 20 0 17 0 38827117 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060643019664 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27552] ppid=27542 vsize=10794416 memory=1712 CPUtime=32.6 cores=0,2,4,6
/proc/27545/task/27552/stat : 27552 (java) R 27542 27545 24904 0 -1 4202560 102162 0 0 0 3254 6 0 0 20 0 17 0 38827118 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060277011152 140061024538417 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27553] ppid=27542 vsize=10794416 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27553/stat : 27553 (java) S 27542 27545 24904 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 38827118 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060275959008 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27554] ppid=27542 vsize=10794416 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27554/stat : 27554 (java) S 27542 27545 24904 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 38827119 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060274904848 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27555] ppid=27542 vsize=10794416 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27555/stat : 27555 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38827121 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060273854416 140061039560603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27556] ppid=27542 vsize=10794416 memory=4012 CPUtime=0.84 cores=0,2,4,6
/proc/27545/task/27556/stat : 27556 (java) S 27542 27545 24904 0 -1 1077944384 2748 0 0 0 84 0 0 0 20 0 17 0 38827121 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060272802304 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27557] ppid=27542 vsize=10794416 memory=1724 CPUtime=0.86 cores=0,2,4,6
/proc/27545/task/27557/stat : 27557 (java) S 27542 27545 24904 0 -1 1077944384 2684 0 0 0 86 0 0 0 20 0 17 0 38827121 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060271750048 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27558] ppid=27542 vsize=10794416 memory=1228 CPUtime=0.44 cores=0,2,4,6
/proc/27545/task/27558/stat : 27558 (java) S 27542 27545 24904 0 -1 1077944384 4912 0 0 0 44 0 0 0 20 0 17 0 38827121 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060270692464 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27559] ppid=27542 vsize=10794416 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27559/stat : 27559 (java) S 27542 27545 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38827121 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060269644640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27560] ppid=27542 vsize=10794416 memory=1196 CPUtime=0.26 cores=0,2,4,6
/proc/27545/task/27560/stat : 27560 (java) S 27542 27545 24904 0 -1 1077944384 874 0 0 0 12 14 0 0 20 0 17 0 38827121 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060268591664 140061039553154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27575] ppid=27542 vsize=10794416 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27575/stat : 27575 (java) S 27542 27545 24904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 38865453 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060265438640 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
[pid=27545/tid=27576] ppid=27542 vsize=10794416 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/27545/task/27576/stat : 27576 (java) S 27542 27545 24904 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 38865453 11053481984 2078630 33554432000 4194304 4196468 140729789039712 140060264386624 140061039552213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34320384 140729789043825 140729789043977 140729789043977 140729789046735 0
Current children cumulated CPU time: 1460.62 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8314520 KiB

[startup+406.001 s]*
/proc/loadavg: 4.80 3.86 2.86 3/219 27576
/proc/meminfo: memFree=14704140/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): 406.1
CPU time (s): 1461.12
CPU user time (s): 1453.45
CPU system time (s): 7.66945
CPU usage (%): 359.794
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8314520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1453.45
system time used= 7.66944
maximum resident set size= 8314628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2761087
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27529
involuntary context switches= 20587


# summary of solver processes directly reported to runsolver:
#   pid: 27545
#   total CPU time (s): 1461.12
#   total CPU user time (s): 1453.45
#   total CPU system time (s): 7.66945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6451 second user time and 3.82739 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 00:37:19
IDJOB=4289771
IDBENCH=141143
IDSOLVER=2742
FILE ID=node103/4289771-1532212639
RUNJOBID= node103-1532209718-27131
PBS_JOBID= 21018940
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GraphColoring/GraphColoring-2-fullins-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289771-1532212639/watcher-4289771-1532212639 -o /tmp/evaluation-result-4289771-1532212639/solver-4289771-1532212639 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289771-1532212639.xml

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

MD5SUM BENCH= 7175cc64c8263572fa1d1d1459976d33
RANDOM SEED=868897122

node103.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.48
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.48
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.48
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.48
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:        22969880 kB
MemAvailable:   31295648 kB
Buffers:          215332 kB
Cached:          8316500 kB
SwapCached:            0 kB
Active:          1968860 kB
Inactive:        7260396 kB
Active(anon):     700128 kB
Inactive(anon):    16984 kB
Active(file):    1268732 kB
Inactive(file):  7243412 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2860 kB
Writeback:             0 kB
AnonPages:        753104 kB
Mapped:            46852 kB
Shmem:             17036 kB
Slab:             269312 kB
SReclaimable:     242084 kB
SUnreclaim:        27228 kB
KernelStack:        3856 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1280700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    657408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 00:44:05