Trace number 4263338

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1925.0601 522.58899

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-15-ext06.xml
MD5SUMaf3f6bb9b1ca00becd13f0e7ebc5af3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.343201
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints47
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":223},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":45},{"arity":225,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

1922.92/521.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1924.96/522.34		at java.util.HashMap.newNode(HashMap.java:1742)
1924.96/522.34		at java.util.HashMap.putVal(HashMap.java:630)
1924.96/522.34		at java.util.HashMap.put(HashMap.java:611)
1924.96/522.34		at java.util.HashSet.add(HashSet.java:219)
1924.96/522.34		at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
1924.96/522.34		at org.sat4j.csp.intension.OperatorExpression.<init>(OperatorExpression.java:39)
1924.96/522.34		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:102)
1924.96/522.34		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1924.96/522.34		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1924.96/522.34		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1924.96/522.34		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1924.96/522.34		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1924.96/522.34		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
1924.96/522.35		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
1924.96/522.35		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1924.96/522.35		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1924.96/522.35		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1924.96/522.35		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1924.96/522.35		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1924.96/522.35		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1924.96/522.35		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1924.96/522.35		at org.xcsp.parser.XCallbacks$$Lambda$72/1047503754.accept(Unknown Source)
1924.96/522.35		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1924.96/522.35		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1924.96/522.35		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1924.96/522.35		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
1924.96/522.35		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
1924.96/522.35		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1924.96/522.35		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1924.96/522.35		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1924.96/522.35		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1924.96/522.35		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1925.02/522.55	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1925.02/522.55	c This is free software under the dual EPL/GNU LGPL licenses.
1925.02/522.55	c See www.sat4j.org for details.
1925.02/522.55	c That software uses the Rhino library from the Mozilla project.
1925.02/522.55	c version CUSTOM.v20170705
1925.02/522.55	c java.runtime.name	Java(TM) SE Runtime Environment
1925.02/522.55	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1925.02/522.55	c java.vm.version	25.131-b11
1925.02/522.55	c java.vm.vendor	Oracle Corporation
1925.02/522.55	c sun.arch.data.model	64
1925.02/522.55	c java.version		1.8.0_131
1925.02/522.55	c os.name		Linux
1925.02/522.55	c os.version		3.10.0-514.16.1.el7.x86_64
1925.02/522.55	c os.arch		amd64
1925.02/522.55	c Free memory 		499604488
1925.02/522.55	c Max memory 		7247757312
1925.02/522.55	c Total memory 		504889344
1925.02/522.55	c Number of processors 	4
1925.02/522.55	c c --- Begin Solver configuration ---
1925.02/522.55	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1925.02/522.55	c Learn all clauses as in MiniSAT
1925.02/522.55	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1925.02/522.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1925.02/522.55	c No reason simplification
1925.02/522.55	c Glucose 2.1 dynamic restart strategy
1925.02/522.55	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
1925.02/522.55	c timeout=2147483s
1925.02/522.55	c DB Simplification allowed=false
1925.02/522.55	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1925.02/522.55	c --- End Solver configuration ---
1925.02/522.55	c starts		: 0
1925.02/522.55	c conflicts		: 0
1925.02/522.55	c decisions		: 0
1925.02/522.55	c propagations		: 0
1925.02/522.55	c inspects		: 0
1925.02/522.55	c shortcuts		: 0
1925.02/522.55	c learnt literals	: 0
1925.02/522.55	c learnt binary clauses	: 0
1925.02/522.55	c learnt ternary clauses	: 0
1925.02/522.55	c learnt constraints	: 0
1925.02/522.55	c ignored constraints	: 0
1925.02/522.55	c root simplifications	: 0
1925.02/522.55	c removed literals (reason simplification)	: 0
1925.02/522.55	c reason swapping (by a shorter reason)	: 0
1925.02/522.55	c Calls to reduceDB	: 0
1925.02/522.55	c Number of update (reduction) of LBD	: 0
1925.02/522.55	c Imported unit clauses	: 0
1925.02/522.55	c number of reductions to clauses (during analyze)	: 0
1925.02/522.55	c number of learned constraints concerned by reduction	: 0
1925.02/522.55	c number of learning phase by resolution	: 0
1925.02/522.55	c number of learning phase by cutting planes	: 0
1925.02/522.55	c number of rounding to 1 operations	: 0
1925.02/522.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1925.02/522.55	c number of reductions of the coefficients by power 2 	: 0
1925.02/522.55	c number of right shift for reduction by power 2 	: 0
1925.02/522.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
1925.02/522.55	c speed (assignments/second)	: 0.0
1925.02/522.55	c non guided choices	0
1925.02/522.55	c learnt constraints type 
1925.02/522.55	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 (13342 MiB free)
  memory of node 1: 16384 MiB (10093 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263338-1502632078/watcher-4263338-1502632078 -o /tmp/evaluation-result-4263338-1502632078/solver-4263338-1502632078 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263338-1502632078.xml 

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

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

solver pid=5375, runsolver pid=5372

[startup+0.10432 s]*
/proc/loadavg: 1.91 2.08 2.64 4/217 5390
/proc/meminfo: memFree=23979260/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10555400 memory=30476 CPUtime=0.13 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 6682 0 0 0 11 2 0 0 20 0 15 0 96288802 10808729600 7619 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2638850 7619 2823 1 0 2627263 0
[pid=5375/tid=5377] ppid=5372 vsize=10555400 memory=-8536114020776506560 CPUtime=0.09 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) R 5372 5375 3242 0 -1 4202560 4528 0 0 0 8 1 0 0 20 0 15 0 96288803 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733944990368 139733940790429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733877459216 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733876406672 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733545904656 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) S 5372 5375 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733544852112 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) S 5372 5375 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96288805 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733432531440 139733940779650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5383] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5383/stat : 5383 (java) S 5372 5375 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96288806 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733431477664 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5384] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5384/stat : 5384 (java) S 5372 5375 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96288806 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733430425072 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5385] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5385/stat : 5385 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733429373648 139733940787099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5386] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5386/stat : 5386 (java) S 5372 5375 3242 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 96288808 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733428320240 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5387] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5387/stat : 5387 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733427267696 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5388] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0.02 cores=0,2,4,6
/proc/5375/task/5388/stat : 5388 (java) S 5372 5375 3242 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 96288808 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733426215152 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5389] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5389/stat : 5389 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733425162848 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5390] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5390/stat : 5390 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288809 10808729600 7619 33554432000 4194304 4196468 140724537260560 139733424110384 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30476 KiB

[startup+0.212733 s]*
/proc/loadavg: 1.91 2.08 2.64 4/217 5390
/proc/meminfo: memFree=23969084/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10555400 memory=45340 CPUtime=0.31 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 7888 0 0 0 29 2 0 0 20 0 15 0 96288802 10808729600 11335 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2638850 11335 2964 1 0 2627263 0
[pid=5375/tid=5377] ppid=5372 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) R 5372 5375 3242 0 -1 4202560 5013 0 0 0 19 1 0 0 20 0 15 0 96288803 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733944980272 139733940790429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733877459216 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10555400 memory=139695915043857 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733876406672 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733545904656 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) S 5372 5375 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733544852112 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) S 5372 5375 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96288805 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733432531440 139733940779650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5383] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5383/stat : 5383 (java) S 5372 5375 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96288806 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733431477664 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5384] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5384/stat : 5384 (java) S 5372 5375 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96288806 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733430425072 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5385] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5385/stat : 5385 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733429373648 139733940787099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5386] ppid=5372 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5375/task/5386/stat : 5386 (java) S 5372 5375 3242 0 -1 1077944384 828 0 0 0 3 0 0 0 20 0 15 0 96288808 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733428320240 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5387] ppid=5372 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5375/task/5387/stat : 5387 (java) S 5372 5375 3242 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 96288808 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733427267696 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5388] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0.05 cores=0,2,4,6
/proc/5375/task/5388/stat : 5388 (java) S 5372 5375 3242 0 -1 1077944384 479 0 0 0 5 0 0 0 20 0 15 0 96288808 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733426215152 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5389] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5389/stat : 5389 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733425162848 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5390] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5390/stat : 5390 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288809 10808729600 11335 33554432000 4194304 4196468 140724537260560 139733424110384 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 45340 KiB

[startup+0.310462 s]*
/proc/loadavg: 1.91 2.08 2.64 3/217 5390
/proc/meminfo: memFree=23898584/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10555400 memory=117840 CPUtime=0.43 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 8148 0 0 0 38 5 0 0 20 0 15 0 96288802 10808729600 29460 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2638850 29460 2974 1 0 2627263 0
[pid=5375/tid=5377] ppid=5372 vsize=10555400 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) R 5372 5375 3242 0 -1 4202560 5049 0 0 0 26 4 0 0 20 0 15 0 96288803 10808729600 29460 33554432000 4194304 4196468 140724537260560 139733945003744 139733557633239 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10555400 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 29460 33554432000 4194304 4196468 140724537260560 139733877459216 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10555400 memory=14557803232917144 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 29460 33554432000 4194304 4196468 140724537260560 139733876406672 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733545904656 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) S 5372 5375 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96288804 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733544852112 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) S 5372 5375 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96288805 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733432531440 139733940779650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5383] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5383/stat : 5383 (java) S 5372 5375 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96288806 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733431477664 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5384] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5384/stat : 5384 (java) S 5372 5375 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96288806 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733430425072 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5385] ppid=5372 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5385/stat : 5385 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733429373648 139733940787099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5386] ppid=5372 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5375/task/5386/stat : 5386 (java) S 5372 5375 3242 0 -1 1077944384 831 0 0 0 3 0 0 0 20 0 15 0 96288808 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733428320240 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5387] ppid=5372 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5375/task/5387/stat : 5387 (java) S 5372 5375 3242 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 15 0 96288808 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733427267696 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5388] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0.06 cores=0,2,4,6
/proc/5375/task/5388/stat : 5388 (java) S 5372 5375 3242 0 -1 1077944384 681 0 0 0 6 0 0 0 20 0 15 0 96288808 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733426215152 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5389] ppid=5372 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5389/stat : 5389 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733425162848 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5390] ppid=5372 vsize=10555400 memory=139695915038336 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5390/stat : 5390 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288809 10808729600 29972 33554432000 4194304 4196468 140724537260560 139733424110384 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 117840 KiB

[startup+0.700816 s]
/proc/loadavg: 1.91 2.08 2.64 3/217 5390
/proc/meminfo: memFree=23723268/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10555476 memory=586268 CPUtime=1.13 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 9590 0 0 0 90 23 0 0 20 0 15 0 96288802 10808807424 146567 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2638869 146567 3066 1 0 2627263 0
[pid=5375/tid=5377] ppid=5372 vsize=10555476 memory=1732 CPUtime=0.62 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) R 5372 5375 3242 0 -1 4202560 5962 0 0 0 53 9 0 0 20 0 15 0 96288803 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733945003416 139733558752034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10555476 memory=1224 CPUtime=0.05 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) S 5372 5375 3242 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 15 0 96288804 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733877459216 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10555476 memory=12032 CPUtime=0.05 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) S 5372 5375 3242 0 -1 1077944384 44 0 0 0 2 3 0 0 20 0 15 0 96288804 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733876406672 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10555476 memory=5792 CPUtime=0.05 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) S 5372 5375 3242 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 15 0 96288804 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733545904656 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10555476 memory=796 CPUtime=0.05 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) S 5372 5375 3242 0 -1 1077944384 59 0 0 0 2 3 0 0 20 0 15 0 96288804 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733544852112 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) S 5372 5375 3242 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96288805 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733432531440 139733940779650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5383] ppid=5372 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5383/stat : 5383 (java) S 5372 5375 3242 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 96288806 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733431477664 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5384] ppid=5372 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5384/stat : 5384 (java) S 5372 5375 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96288806 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733430425072 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5385] ppid=5372 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5385/stat : 5385 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733429373648 139733940787099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5386] ppid=5372 vsize=10555476 memory=7519159149027546218 CPUtime=0.08 cores=0,2,4,6
/proc/5375/task/5386/stat : 5386 (java) S 5372 5375 3242 0 -1 1077944384 861 0 0 0 8 0 0 0 20 0 15 0 96288808 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733428320240 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5387] ppid=5372 vsize=10555476 memory=7523071198212214892 CPUtime=0.06 cores=0,2,4,6
/proc/5375/task/5387/stat : 5387 (java) S 5372 5375 3242 0 -1 1077944384 316 0 0 0 6 0 0 0 20 0 15 0 96288808 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733427267696 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5388] ppid=5372 vsize=10555476 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5375/task/5388/stat : 5388 (java) S 5372 5375 3242 0 -1 1077944384 788 0 0 0 13 0 0 0 20 0 15 0 96288808 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733426215152 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5389] ppid=5372 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5389/stat : 5389 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733425162848 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5390] ppid=5372 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5390/stat : 5390 (java) S 5372 5375 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96288809 10808807424 146567 33554432000 4194304 4196468 140724537260560 139733424110384 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 586268 KiB

[startup+1.5007 s]
/proc/loadavg: 1.91 2.08 2.64 3/217 5390
/proc/meminfo: memFree=23423020/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10555476 memory=628512 CPUtime=2.33 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 10630 0 0 0 208 25 0 0 20 0 15 0 96288802 10808807424 157128 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2638869 157128 3086 1 0 2627263 0
[pid=5375/tid=5377] ppid=5372 vsize=10555476 memory=8112282956445269571 CPUtime=1.26 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) R 5372 5375 3242 0 -1 4202560 5964 0 0 0 117 9 0 0 20 0 15 0 96288803 10808807424 157128 33554432000 4194304 4196468 140724537260560 139733945006080 139733558752026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10555476 memory=-8754540793456063680 CPUtime=0.18 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) S 5372 5375 3242 0 -1 1077944384 476 0 0 0 15 3 0 0 20 0 15 0 96288804 10808807424 157128 33554432000 4194304 4196468 140724537260560 139733877459216 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10555476 memory=-2843869621055772062 CPUtime=0.16 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) S 5372 5375 3242 0 -1 1077944384 61 0 0 0 13 3 0 0 20 0 15 0 96288804 10808807424 157128 33554432000 4194304 4196468 140724537260560 139733876406672 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10555476 memory=5450919713671312938 CPUtime=0.18 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) S 5372 5375 3242 0 -1 1077944384 72 0 0 0 15 3 0 0 20 0 15 0 96288804 10808807424 157128 33554432000 4194304 4196468 140724537260560 139733545904656 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10555476 memory=7005738693937936738 CPUtime=0.17 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) S 5372 5375 3242 0 -1 1077944384 86 0 0 0 14 3 0 0 20 0 15 0 96288804 10808807424 157128 33554432000 4194304 4196468 140724537260560 139733544852112 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10555476 memory=-7165351541977658656 CPUtime=0.02 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) S 5372 5375 3242 0 -1 1077944384 626 0 0 0 2 0 0 0 20 0 15 0 96288805 10808807424 157128 33554432000 4194304 4196468 140724537260560 139733432531440 139733940779650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0

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

[startup+462.301 s]
/proc/loadavg: 5.35 4.32 3.46 6/216 5404
/proc/meminfo: memFree=15281016/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10555476 memory=8311428 CPUtime=1692.45 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 190835 0 0 0 168398 847 0 0 20 0 15 0 96288802 10808807424 2077857 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2638869 2077857 3156 1 0 2627263 0
[pid=5375/tid=5377] ppid=5372 vsize=10555476 memory=8112282956445269571 CPUtime=36.23 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) S 5372 5375 3242 0 -1 1077944384 13995 0 0 0 3602 21 0 0 20 0 15 0 96288803 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733945005504 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10555476 memory=8311428 CPUtime=412.02 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) R 5372 5375 3242 0 -1 4202560 16168 0 0 0 40991 211 0 0 20 0 15 0 96288804 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733877459416 139733925765167 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10555476 memory=8311428 CPUtime=412.96 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) R 5372 5375 3242 0 -1 4202560 17714 0 0 0 41101 195 0 0 20 0 15 0 96288804 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733876406480 139733933396711 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10555476 memory=8311428 CPUtime=411.4 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) R 5372 5375 3242 0 -1 4202560 14574 0 0 0 40941 199 0 0 20 0 15 0 96288804 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733545904464 139733933396711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10555476 memory=8311428 CPUtime=412.9 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) R 5372 5375 3242 0 -1 4202560 16889 0 0 0 41082 208 0 0 20 0 15 0 96288804 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733544852312 139733933396711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10555476 memory=8311428 CPUtime=3.56 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) S 5372 5375 3242 0 -1 1077944384 89774 0 0 0 351 5 0 0 20 0 15 0 96288805 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733432529984 139733940778709 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5383] ppid=5372 vsize=10555476 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5383/stat : 5383 (java) S 5372 5375 3242 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 96288806 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733431477728 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5384] ppid=5372 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5384/stat : 5384 (java) S 5372 5375 3242 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 96288806 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733430425088 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5385] ppid=5372 vsize=10555476 memory=8311428 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5385/stat : 5385 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733429373648 139733940787099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5386] ppid=5372 vsize=10555476 memory=4144 CPUtime=1.45 cores=0,2,4,6
/proc/5375/task/5386/stat : 5386 (java) S 5372 5375 3242 0 -1 1077944384 10009 0 0 0 144 1 0 0 20 0 15 0 96288808 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733428320288 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5387] ppid=5372 vsize=10555476 memory=8311428 CPUtime=1.33 cores=0,2,4,6
/proc/5375/task/5387/stat : 5387 (java) S 5372 5375 3242 0 -1 1077944384 7170 0 0 0 132 1 0 0 20 0 15 0 96288808 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733427267456 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5388] ppid=5372 vsize=10555476 memory=1976 CPUtime=0.3 cores=0,2,4,6
/proc/5375/task/5388/stat : 5388 (java) S 5372 5375 3242 0 -1 1077944384 2601 0 0 0 30 0 0 0 20 0 15 0 96288808 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733426215200 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5389] ppid=5372 vsize=10555476 memory=8311404 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5389/stat : 5389 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733425162848 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5390] ppid=5372 vsize=10555476 memory=8311396 CPUtime=0.22 cores=0,2,4,6
/proc/5375/task/5390/stat : 5390 (java) S 5372 5375 3242 0 -1 1077944384 513 0 0 0 13 9 0 0 20 0 15 0 96288809 10808807424 2077857 33554432000 4194304 4196468 140724537260560 139733424110384 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
Current children cumulated CPU time: 1692.45 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8311428 KiB

[startup+522.301 s]
/proc/loadavg: 5.05 4.42 3.54 6/216 5405
/proc/meminfo: memFree=15280596/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10555476 memory=8311456 CPUtime=1924.96 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 213426 0 0 0 191601 895 0 0 20 0 15 0 96288802 10808807424 2077864 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2638869 2077864 3156 1 0 2627263 0
[pid=5375/tid=5377] ppid=5372 vsize=10555476 memory=8311452 CPUtime=36.23 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) S 5372 5375 3242 0 -1 1077944384 14103 0 0 0 3602 21 0 0 20 0 15 0 96288803 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733945007728 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10555476 memory=8311456 CPUtime=469.94 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) S 5372 5375 3242 0 -1 1077944384 17910 0 0 0 46770 224 0 0 20 0 15 0 96288804 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733877459216 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10555476 memory=0 CPUtime=470.78 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) S 5372 5375 3242 0 -1 1077944384 18088 0 0 0 46871 207 0 0 20 0 15 0 96288804 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733876406672 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10555476 memory=28232 CPUtime=469.45 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) S 5372 5375 3242 0 -1 1077944384 16007 0 0 0 46736 209 0 0 20 0 15 0 96288804 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733545904656 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10555476 memory=0 CPUtime=471.16 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) S 5372 5375 3242 0 -1 1077944384 18397 0 0 0 46897 219 0 0 20 0 15 0 96288804 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733544852112 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10555476 memory=8311440 CPUtime=3.98 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) R 5372 5375 3242 0 -1 4202560 107128 0 0 0 392 6 0 0 20 0 15 0 96288805 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733432529984 139733925764913 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5383] ppid=5372 vsize=10555476 memory=8311456 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5383/stat : 5383 (java) S 5372 5375 3242 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96288806 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733431477728 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5384] ppid=5372 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5384/stat : 5384 (java) S 5372 5375 3242 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 96288806 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733430425088 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5385] ppid=5372 vsize=10555476 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5385/stat : 5385 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733429373648 139733940787099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5386] ppid=5372 vsize=10555476 memory=8311448 CPUtime=1.45 cores=0,2,4,6
/proc/5375/task/5386/stat : 5386 (java) S 5372 5375 3242 0 -1 1077944384 10014 0 0 0 144 1 0 0 20 0 15 0 96288808 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733428320240 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5387] ppid=5372 vsize=10555476 memory=8311448 CPUtime=1.33 cores=0,2,4,6
/proc/5375/task/5387/stat : 5387 (java) S 5372 5375 3242 0 -1 1077944384 7187 0 0 0 132 1 0 0 20 0 15 0 96288808 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733427267696 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5388] ppid=5372 vsize=10555476 memory=2408 CPUtime=0.3 cores=0,2,4,6
/proc/5375/task/5388/stat : 5388 (java) S 5372 5375 3242 0 -1 1077944384 2606 0 0 0 30 0 0 0 20 0 15 0 96288808 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733426215152 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5389] ppid=5372 vsize=10555476 memory=8311452 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5389/stat : 5389 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96288808 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733425162848 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5390] ppid=5372 vsize=10555476 memory=8311452 CPUtime=0.24 cores=0,2,4,6
/proc/5375/task/5390/stat : 5390 (java) S 5372 5375 3242 0 -1 1077944384 556 0 0 0 15 9 0 0 20 0 15 0 96288809 10808807424 2077864 33554432000 4194304 4196468 140724537260560 139733424110384 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
Current children cumulated CPU time: 1924.96 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8311456 KiB

[startup+522.589 s]
# the end of solver process 5375 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1916.07 s, system=8.98951 s

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

[startup+522.401 s]
/proc/loadavg: 5.05 4.42 3.54 6/216 5405
/proc/meminfo: memFree=15280596/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10688604 memory=6177896 CPUtime=1925.02 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 213575 0 0 0 191606 896 0 0 20 0 16 0 96288802 10945130496 1544474 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2672151 1544474 3159 1 0 2660545 0
[pid=5375/tid=5377] ppid=5372 vsize=10688604 memory=8112282956445269571 CPUtime=36.23 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) S 5372 5375 3242 0 -1 1077944384 14119 0 0 0 3602 21 0 0 20 0 16 0 96288803 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733945009184 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10688604 memory=139695757738880 CPUtime=469.94 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) S 5372 5375 3242 0 -1 1077944384 17910 0 0 0 46770 224 0 0 20 0 16 0 96288804 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733877459216 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10688604 memory=0 CPUtime=470.78 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) S 5372 5375 3242 0 -1 1077944384 18088 0 0 0 46871 207 0 0 20 0 16 0 96288804 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733876406672 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10688604 memory=8311452 CPUtime=469.45 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) S 5372 5375 3242 0 -1 1077944384 16007 0 0 0 46736 209 0 0 20 0 16 0 96288804 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733545904656 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10688604 memory=8112282956445269571 CPUtime=471.16 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) S 5372 5375 3242 0 -1 1077944384 18397 0 0 0 46897 219 0 0 20 0 16 0 96288804 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733544852112 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10688604 memory=1572 CPUtime=4.03 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) S 5372 5375 3242 0 -1 1077944384 107128 0 0 0 396 7 0 0 20 0 16 0 96288805 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733432531440 139733940779650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5383] ppid=5372 vsize=10688604 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5383/stat : 5383 (java) S 5372 5375 3242 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 96288806 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733431477728 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5384] ppid=5372 vsize=10688604 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5384/stat : 5384 (java) S 5372 5375 3242 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 96288806 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733430425088 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5385] ppid=5372 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5385/stat : 5385 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733429373648 139733940787099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5386] ppid=5372 vsize=10688604 memory=1296 CPUtime=1.45 cores=0,2,4,6
/proc/5375/task/5386/stat : 5386 (java) S 5372 5375 3242 0 -1 1077944384 10014 0 0 0 144 1 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733428320240 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5387] ppid=5372 vsize=10688604 memory=2408 CPUtime=1.33 cores=0,2,4,6
/proc/5375/task/5387/stat : 5387 (java) S 5372 5375 3242 0 -1 1077944384 7187 0 0 0 132 1 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733427267696 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5388] ppid=5372 vsize=10688604 memory=1732 CPUtime=0.31 cores=0,2,4,6
/proc/5375/task/5388/stat : 5388 (java) S 5372 5375 3242 0 -1 1077944384 2665 0 0 0 31 0 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733426215152 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5389] ppid=5372 vsize=10688604 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5389/stat : 5389 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733425162848 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5390] ppid=5372 vsize=10688604 memory=12032 CPUtime=0.24 cores=0,2,4,6
/proc/5375/task/5390/stat : 5390 (java) S 5372 5375 3242 0 -1 1077944384 556 0 0 0 15 9 0 0 20 0 16 0 96288809 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733424110384 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
Current children cumulated CPU time: 1925.02 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 6177896 KiB

[startup+522.501 s]
/proc/loadavg: 5.05 4.42 3.54 6/216 5405
/proc/meminfo: memFree=15280596/32770624 swapFree=67108860/67108860
[pid=5375] ppid=5372 vsize=10688604 memory=6177896 CPUtime=1925.02 cores=0,2,4,6
/proc/5375/stat : 5375 (java) S 5372 5375 3242 0 -1 1077944320 213575 0 0 0 191606 896 0 0 20 0 16 0 96288802 10945130496 1544474 33554432000 4194304 4196468 140724537260560 140724537243104 139733940768503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
/proc/5375/statm: 2672151 1544474 3159 1 0 2660545 0
[pid=5375/tid=5377] ppid=5372 vsize=10688604 memory=8311452 CPUtime=36.23 cores=0,2,4,6
/proc/5375/task/5377/stat : 5377 (java) S 5372 5375 3242 0 -1 1077944384 14119 0 0 0 3602 21 0 0 20 0 16 0 96288803 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733945009184 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5378] ppid=5372 vsize=10688604 memory=8311456 CPUtime=469.94 cores=0,2,4,6
/proc/5375/task/5378/stat : 5378 (java) S 5372 5375 3242 0 -1 1077944384 17910 0 0 0 46770 224 0 0 20 0 16 0 96288804 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733877459216 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5379] ppid=5372 vsize=10688604 memory=0 CPUtime=470.78 cores=0,2,4,6
/proc/5375/task/5379/stat : 5379 (java) S 5372 5375 3242 0 -1 1077944384 18088 0 0 0 46871 207 0 0 20 0 16 0 96288804 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733876406672 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5380] ppid=5372 vsize=10688604 memory=28232 CPUtime=469.45 cores=0,2,4,6
/proc/5375/task/5380/stat : 5380 (java) S 5372 5375 3242 0 -1 1077944384 16007 0 0 0 46736 209 0 0 20 0 16 0 96288804 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733545904656 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5381] ppid=5372 vsize=10688604 memory=8311440 CPUtime=471.16 cores=0,2,4,6
/proc/5375/task/5381/stat : 5381 (java) S 5372 5375 3242 0 -1 1077944384 18397 0 0 0 46897 219 0 0 20 0 16 0 96288804 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733544852112 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5382] ppid=5372 vsize=10688604 memory=8311456 CPUtime=4.03 cores=0,2,4,6
/proc/5375/task/5382/stat : 5382 (java) S 5372 5375 3242 0 -1 1077944384 107128 0 0 0 396 7 0 0 20 0 16 0 96288805 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733432531440 139733940779650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5383] ppid=5372 vsize=10688604 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5383/stat : 5383 (java) S 5372 5375 3242 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 96288806 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733431477728 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5384] ppid=5372 vsize=10688604 memory=8311452 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5384/stat : 5384 (java) S 5372 5375 3242 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 96288806 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733430425088 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5385] ppid=5372 vsize=10688604 memory=8311452 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5385/stat : 5385 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733429373648 139733940787099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5386] ppid=5372 vsize=10688604 memory=1224 CPUtime=1.45 cores=0,2,4,6
/proc/5375/task/5386/stat : 5386 (java) S 5372 5375 3242 0 -1 1077944384 10014 0 0 0 144 1 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733428320240 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5387] ppid=5372 vsize=10688604 memory=12032 CPUtime=1.33 cores=0,2,4,6
/proc/5375/task/5387/stat : 5387 (java) S 5372 5375 3242 0 -1 1077944384 7187 0 0 0 132 1 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733427267696 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5388] ppid=5372 vsize=10688604 memory=8311448 CPUtime=0.31 cores=0,2,4,6
/proc/5375/task/5388/stat : 5388 (java) S 5372 5375 3242 0 -1 1077944384 2665 0 0 0 31 0 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733426215152 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5389] ppid=5372 vsize=10688604 memory=8311448 CPUtime=0 cores=0,2,4,6
/proc/5375/task/5389/stat : 5389 (java) S 5372 5375 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96288808 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733425162848 139733940778709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
[pid=5375/tid=5390] ppid=5372 vsize=10688604 memory=2408 CPUtime=0.24 cores=0,2,4,6
/proc/5375/task/5390/stat : 5390 (java) S 5372 5375 3242 0 -1 1077944384 556 0 0 0 15 9 0 0 20 0 16 0 96288809 10945130496 1544474 33554432000 4194304 4196468 140724537260560 139733424110384 139733940779650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30900224 140724537267334 140724537267487 140724537267487 140724537270223 0
Current children cumulated CPU time: 1925.02 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 6177896 KiB

Child status: 1
Real time (s): 522.589
CPU time (s): 1925.06
CPU user time (s): 1916.07
CPU system time (s): 8.98951
CPU usage (%): 368.369
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8311456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1916.07
system time used= 8.98951
maximum resident set size= 8311456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49548
involuntary context switches= 32146


# summary of solver processes directly reported to runsolver:
#   pid: 5375
#   total CPU time (s): 1925.06
#   total CPU user time (s): 1916.07
#   total CPU system time (s): 8.98951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.16254 second user time and 5.07449 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 15:33:41
IDJOB=4263338
IDBENCH=134616
IDSOLVER=2651
FILE ID=node149/4263338-1502632078
RUNJOBID= node149-1502620619-3501
PBS_JOBID= 20628307
Free space on /tmp= 61892 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263338-1502632078/watcher-4263338-1502632078 -o /tmp/evaluation-result-4263338-1502632078/solver-4263338-1502632078 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263338-1502632078.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=351498598

node149.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.43
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.43
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.43
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.43
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:        23997784 kB
MemAvailable:   28060496 kB
Buffers:          256356 kB
Cached:          4079996 kB
SwapCached:            0 kB
Active:          4998116 kB
Inactive:        3299408 kB
Active(anon):    3964136 kB
Inactive(anon):    24944 kB
Active(file):    1033980 kB
Inactive(file):  3274464 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43916 kB
Writeback:             0 kB
AnonPages:       3967576 kB
Mapped:            55424 kB
Shmem:             25224 kB
Slab:             166932 kB
SReclaimable:     140208 kB
SUnreclaim:        26724 kB
KernelStack:        3552 kB
PageTables:        12840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4456688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3317760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 15:42:23