Trace number 4263089

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 17.2449 6.7298598

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-24-03.xml
MD5SUM0635e1aa85568fae2d5bbba2ded3e0a0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67
Best CPU time to get the best result obtained on this benchmark1.50904
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size313
Distribution of domain sizes[{"size":1,"count":1},{"size":313,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":6},{"degree":5,"count":23},{"degree":6,"count":20},{"degree":7,"count":8},{"degree":8,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity35
Distribution of constraint arities[{"arity":2,"count":112},{"arity":27,"count":1},{"arity":28,"count":1},{"arity":31,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

17.21/6.50	Aug 13, 2017 2:08:11 PM org.sat4j.reader.XMLCSP3Reader parseInstance
17.21/6.50	INFO: Runtime exception
17.21/6.50	java.lang.IllegalArgumentException: "ite" is not a valid operator
17.21/6.50		at org.sat4j.csp.intension.EOperator.operator(EOperator.java:92)
17.21/6.50		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:84)
17.21/6.50		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
17.21/6.50		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
17.21/6.50		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
17.21/6.50		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
17.21/6.50		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
17.21/6.50		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
17.21/6.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
17.21/6.50		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
17.21/6.50		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:877)
17.21/6.50		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:677)
17.21/6.50		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:181)
17.21/6.50		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
17.21/6.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
17.21/6.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
17.21/6.50		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
17.21/6.50		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
17.21/6.50		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
17.21/6.50		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
17.21/6.50		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
17.21/6.50		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
17.21/6.50		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
17.21/6.50	
17.22/6.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
17.22/6.70	c This is free software under the dual EPL/GNU LGPL licenses.
17.22/6.70	c See www.sat4j.org for details.
17.22/6.70	c That software uses the Rhino library from the Mozilla project.
17.22/6.70	c version CUSTOM.v20170705
17.22/6.70	c java.runtime.name	Java(TM) SE Runtime Environment
17.22/6.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
17.22/6.70	c java.vm.version	25.131-b11
17.22/6.70	c java.vm.vendor	Oracle Corporation
17.22/6.70	c sun.arch.data.model	64
17.22/6.70	c java.version		1.8.0_131
17.22/6.70	c os.name		Linux
17.22/6.70	c os.version		3.10.0-514.16.1.el7.x86_64
17.22/6.70	c os.arch		amd64
17.22/6.70	c Free memory 		499604488
17.22/6.70	c Max memory 		7247757312
17.22/6.70	c Total memory 		504889344
17.22/6.70	c Number of processors 	4
17.22/6.70	c c --- Begin Solver configuration ---
17.22/6.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
17.22/6.70	c Learn all clauses as in MiniSAT
17.22/6.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
17.22/6.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
17.22/6.70	c No reason simplification
17.22/6.70	c Glucose 2.1 dynamic restart strategy
17.22/6.70	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
17.22/6.70	c timeout=2147483s
17.22/6.70	c DB Simplification allowed=false
17.22/6.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
17.22/6.70	c --- End Solver configuration ---
17.22/6.70	c starts		: 0
17.22/6.70	c conflicts		: 0
17.22/6.70	c decisions		: 0
17.22/6.70	c propagations		: 0
17.22/6.70	c inspects		: 0
17.22/6.70	c shortcuts		: 0
17.22/6.70	c learnt literals	: 0
17.22/6.70	c learnt binary clauses	: 0
17.22/6.70	c learnt ternary clauses	: 0
17.22/6.70	c learnt constraints	: 0
17.22/6.70	c ignored constraints	: 0
17.22/6.70	c root simplifications	: 0
17.22/6.70	c removed literals (reason simplification)	: 0
17.22/6.70	c reason swapping (by a shorter reason)	: 0
17.22/6.70	c Calls to reduceDB	: 0
17.22/6.70	c Number of update (reduction) of LBD	: 0
17.22/6.70	c Imported unit clauses	: 0
17.22/6.70	c number of reductions to clauses (during analyze)	: 0
17.22/6.70	c number of learned constraints concerned by reduction	: 0
17.22/6.70	c number of learning phase by resolution	: 0
17.22/6.70	c number of learning phase by cutting planes	: 0
17.22/6.70	c number of rounding to 1 operations	: 0
17.22/6.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
17.22/6.70	c number of reductions of the coefficients by power 2 	: 0
17.22/6.70	c number of right shift for reduction by power 2 	: 0
17.22/6.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
17.22/6.70	c speed (assignments/second)	: 0.0
17.22/6.70	c non guided choices	0
17.22/6.70	c learnt constraints type 
17.22/6.70	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 (6086 MiB free)
  memory of node 1: 16384 MiB (14261 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263089-1502626943/watcher-4263089-1502626943 -o /tmp/evaluation-result-4263089-1502626943/solver-4263089-1502626943 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263089-1502626943.xml 

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

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

solver pid=13526, runsolver pid=13523

[startup+0.100079 s]*
/proc/loadavg: 4.91 4.56 4.33 7/215 13541
/proc/meminfo: memFree=20817188/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10555400 memory=31068 CPUtime=0.13 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 6826 0 0 0 11 2 0 0 20 0 15 0 95775366 10808729600 7767 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2638850 7767 2817 1 0 2627263 0
[pid=13526/tid=13528] ppid=13523 vsize=10555400 memory=-7254947784588945530 CPUtime=0.09 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) R 13523 13526 6338 0 -1 4202560 4673 0 0 0 8 1 0 0 20 0 15 0 95775367 10808729600 7767 33554432000 4194304 4196468 140723823678192 140150326388560 140150322175382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10555400 memory=5793855676154124729 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808729600 7767 33554432000 4194304 4196468 140723823678192 140150287444368 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10555400 memory=140425144231552 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149927815440 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149926763152 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) S 13523 13526 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95775367 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149925710352 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95775369 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149813922416 140150322174594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13534] ppid=13523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13534/stat : 13534 (java) S 13523 13526 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95775369 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149812868384 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13535] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13535/stat : 13535 (java) S 13523 13526 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95775369 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149811816048 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13536] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13536/stat : 13536 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149810764368 140150322182043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13537] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13537/stat : 13537 (java) S 13523 13526 6338 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 95775372 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149809711216 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13538] ppid=13523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13538/stat : 13538 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149808658416 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13539] ppid=13523 vsize=10555400 memory=140425144231552 CPUtime=0.02 cores=1,3,5,7
/proc/13526/task/13539/stat : 13539 (java) S 13523 13526 6338 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 95775372 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149807606128 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13540] ppid=13523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13540/stat : 13540 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149806553568 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13541] ppid=13523 vsize=10555400 memory=140425144231552 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13541/stat : 13541 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775372 10808729600 7767 33554432000 4194304 4196468 140723823678192 140149805501360 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31068 KiB

[startup+0.210558 s]*
/proc/loadavg: 4.91 4.56 4.33 6/215 13541
/proc/meminfo: memFree=20808752/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10555400 memory=39584 CPUtime=0.29 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 8003 0 0 0 27 2 0 0 20 0 15 0 95775366 10808729600 9896 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2638850 9896 2905 1 0 2627263 0
[pid=13526/tid=13528] ppid=13523 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) R 13523 13526 6338 0 -1 4202560 5253 0 0 0 18 2 0 0 20 0 15 0 95775367 10808729600 9896 33554432000 4194304 4196468 140723823678192 140150326395696 140150322175382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10555400 memory=4211974151349022090 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808729600 9896 33554432000 4194304 4196468 140723823678192 140150287444368 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10555400 memory=140425144231552 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149927815440 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149926763152 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) S 13523 13526 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95775367 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149925710352 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10555400 memory=140425144231552 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95775369 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149813922416 140150322174594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13534] ppid=13523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13534/stat : 13534 (java) S 13523 13526 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95775369 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149812868384 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13535] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13535/stat : 13535 (java) S 13523 13526 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95775369 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149811816048 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13536] ppid=13523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13536/stat : 13536 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149810764368 140150322182043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13537] ppid=13523 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13526/task/13537/stat : 13537 (java) S 13523 13526 6338 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 15 0 95775372 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149809711216 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13538] ppid=13523 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/13526/task/13538/stat : 13538 (java) S 13523 13526 6338 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 15 0 95775372 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149808658416 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13539] ppid=13523 vsize=10555400 memory=140425144231552 CPUtime=0.06 cores=1,3,5,7
/proc/13526/task/13539/stat : 13539 (java) R 13523 13526 6338 0 -1 4202560 786 0 0 0 6 0 0 0 20 0 15 0 95775372 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149807606128 140150322184794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13540] ppid=13523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13540/stat : 13540 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149806553568 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13541] ppid=13523 vsize=10555400 memory=140425144231552 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13541/stat : 13541 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775372 10808729600 9896 33554432000 4194304 4196468 140723823678192 140149805501360 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39584 KiB

[startup+0.310338 s]*
/proc/loadavg: 4.91 4.56 4.33 8/215 13541
/proc/meminfo: memFree=20802300/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10555476 memory=46272 CPUtime=0.52 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 8619 0 0 0 49 3 0 0 20 0 15 0 95775366 10808807424 11568 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2638869 11568 3026 1 0 2627263 0
[pid=13526/tid=13528] ppid=13523 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) R 13523 13526 6338 0 -1 4202560 5611 0 0 0 28 2 0 0 20 0 15 0 95775367 10808807424 11568 33554432000 4194304 4196468 140723823678192 140150326401920 140150322185373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10555476 memory=4211974151349022090 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808807424 11568 33554432000 4194304 4196468 140723823678192 140150287444368 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10555476 memory=140425144233909 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149927815440 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10555476 memory=140425029599954 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775367 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149926763152 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10555476 memory=140425029602767 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) S 13523 13526 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95775367 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149925710352 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10555476 memory=140425144237917 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149813922416 140150322174594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13534] ppid=13523 vsize=10555476 memory=140425029611951 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13534/stat : 13534 (java) S 13523 13526 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149812868384 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13535] ppid=13523 vsize=10555476 memory=280850059214736 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13535/stat : 13535 (java) S 13523 13526 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149811816048 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13536] ppid=13523 vsize=10555476 memory=280850059212432 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13536/stat : 13536 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149810764368 140150322182043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13537] ppid=13523 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13526/task/13537/stat : 13537 (java) R 13523 13526 6338 0 -1 4202560 607 0 0 0 3 0 0 0 20 0 15 0 95775372 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149809701600 140150306560264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13538] ppid=13523 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/13526/task/13538/stat : 13538 (java) S 13523 13526 6338 0 -1 1077944384 153 0 0 0 3 0 0 0 20 0 15 0 95775372 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149808658416 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13539] ppid=13523 vsize=10555476 memory=140425144231552 CPUtime=0.14 cores=1,3,5,7
/proc/13526/task/13539/stat : 13539 (java) R 13523 13526 6338 0 -1 4202560 884 0 0 0 14 0 0 0 20 0 15 0 95775372 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149807601008 140150322175382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13540] ppid=13523 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13540/stat : 13540 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149806553568 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13541] ppid=13523 vsize=10555476 memory=140425144231552 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13541/stat : 13541 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 11568 33554432000 4194304 4196468 140723823678192 140149805501360 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46272 KiB

[startup+0.702713 s]
/proc/loadavg: 4.91 4.56 4.33 8/215 13541
/proc/meminfo: memFree=20735908/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10555476 memory=243228 CPUtime=1.7 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 13238 0 0 0 159 11 0 0 20 0 15 0 95775366 10808807424 60807 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2638869 60807 3094 1 0 2627263 0
[pid=13526/tid=13528] ppid=13523 vsize=10555476 memory=1952 CPUtime=0.6 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) R 13523 13526 6338 0 -1 4202560 5937 0 0 0 56 4 0 0 20 0 15 0 95775367 10808807424 60807 33554432000 4194304 4196468 140723823678192 140150326398784 140149961036356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10555476 memory=5796 CPUtime=0.04 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) S 13523 13526 6338 0 -1 1077944384 20 0 0 0 3 1 0 0 20 0 15 0 95775367 10808807424 60807 33554432000 4194304 4196468 140723823678192 140150287444368 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10555476 memory=4616 CPUtime=0.06 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) S 13523 13526 6338 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 15 0 95775367 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149927815440 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10555476 memory=7523356985603351872 CPUtime=0.06 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) S 13523 13526 6338 0 -1 1077944384 40 0 0 0 5 1 0 0 20 0 15 0 95775367 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149926763152 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10555476 memory=7881696724453321575 CPUtime=0.04 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) S 13523 13526 6338 0 -1 1077944384 29 0 0 0 3 1 0 0 20 0 15 0 95775367 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149925710352 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10555476 memory=7440066780423278672 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149813922416 140150322174594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13534] ppid=13523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13534/stat : 13534 (java) S 13523 13526 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149812868384 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13535] ppid=13523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13535/stat : 13535 (java) S 13523 13526 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149811816048 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13536] ppid=13523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13536/stat : 13536 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149810764368 140150322182043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13537] ppid=13523 vsize=10555476 memory=70 CPUtime=0.31 cores=1,3,5,7
/proc/13526/task/13537/stat : 13537 (java) R 13523 13526 6338 0 -1 4202560 2095 0 0 0 31 0 0 0 20 0 15 0 95775372 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149809692232 140150305649397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13538] ppid=13523 vsize=10555476 memory=3 CPUtime=0.31 cores=1,3,5,7
/proc/13526/task/13538/stat : 13538 (java) R 13523 13526 6338 0 -1 4202560 2505 0 0 0 31 0 0 0 20 0 15 0 95775372 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149808650904 140150301378273 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13539] ppid=13523 vsize=10555476 memory=5976 CPUtime=0.19 cores=1,3,5,7
/proc/13526/task/13539/stat : 13539 (java) R 13523 13526 6338 0 -1 4202560 1128 0 0 0 19 0 0 0 20 0 15 0 95775372 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149807606128 140150300291291 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13540] ppid=13523 vsize=10555476 memory=280850059398640 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13540/stat : 13540 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149806553568 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13541] ppid=13523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13541/stat : 13541 (java) S 13523 13526 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 60807 33554432000 4194304 4196468 140723823678192 140149805501360 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 243228 KiB

[startup+1.50868 s]
/proc/loadavg: 4.91 4.56 4.33 6/215 13541
/proc/meminfo: memFree=20513924/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10555476 memory=585464 CPUtime=3.91 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 15062 0 0 0 348 43 0 0 20 0 15 0 95775366 10808807424 146366 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2638869 146366 3115 1 0 2627263 0
[pid=13526/tid=13528] ppid=13523 vsize=10555476 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) S 13523 13526 6338 0 -1 1077944384 5993 0 0 0 97 5 0 0 20 0 15 0 95775367 10808807424 146366 33554432000 4194304 4196468 140723823678192 140150326400256 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10555476 memory=-6436867105731274081 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) R 13523 13526 6338 0 -1 4202560 428 0 0 0 34 9 0 0 20 0 15 0 95775367 10808807424 146366 33554432000 4194304 4196468 140723823678192 140150287444368 140150306861222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10555476 memory=-6007660418857049897 CPUtime=0.45 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) R 13523 13526 6338 0 -1 4202560 338 0 0 0 36 9 0 0 20 0 15 0 95775367 10808807424 146366 33554432000 4194304 4196468 140723823678192 140149927815024 140150314791655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10555476 memory=-1161699032755887712 CPUtime=0.45 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) R 13523 13526 6338 0 -1 4202560 289 0 0 0 37 8 0 0 20 0 15 0 95775367 10808807424 146366 33554432000 4194304 4196468 140723823678192 140149926763040 140150306861222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10555476 memory=-6305719390639449472 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) R 13523 13526 6338 0 -1 4202560 449 0 0 0 35 8 0 0 20 0 15 0 95775367 10808807424 146366 33554432000 4194304 4196468 140723823678192 140149925710552 140150303759933 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10555476 memory=-6305709512113480832 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 146366 33554432000 4194304 4196468 140723823678192 140149813920736 140150322173653 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0

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

[startup+6.3017 s]
/proc/loadavg: 4.92 4.57 4.34 6/215 13541
/proc/meminfo: memFree=19693564/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10555476 memory=1437656 CPUtime=16.48 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 26353 0 0 0 1533 115 0 0 20 0 15 0 95775366 10808807424 359414 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2638869 359414 3124 1 0 2627263 0
[pid=13526/tid=13528] ppid=13523 vsize=10555476 memory=1238792 CPUtime=2.3 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) S 13523 13526 6338 0 -1 1077944384 7182 0 0 0 221 9 0 0 20 0 15 0 95775367 10808807424 359414 33554432000 4194304 4196468 140723823678192 140150326400192 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10555476 memory=280850059357168 CPUtime=3.01 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) R 13523 13526 6338 0 -1 4202560 1806 0 0 0 276 25 0 0 20 0 15 0 95775367 10808807424 359414 33554432000 4194304 4196468 140723823678192 140150287444368 140150307185568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10555476 memory=0 CPUtime=3.01 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) R 13523 13526 6338 0 -1 4202560 1569 0 0 0 275 26 0 0 20 0 15 0 95775367 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149927815640 140150307191321 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10555476 memory=28164 CPUtime=3.03 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) R 13523 13526 6338 0 -1 4202560 1555 0 0 0 278 25 0 0 20 0 15 0 95775367 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149926763040 140150307185568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10555476 memory=2428 CPUtime=3.01 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) R 13523 13526 6338 0 -1 4202560 1646 0 0 0 277 24 0 0 20 0 15 0 95775367 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149925710352 140150307190866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10555476 memory=1292 CPUtime=0.9 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 4277 0 0 0 90 0 0 0 20 0 15 0 95775369 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149813920928 140150322173653 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13534] ppid=13523 vsize=10555476 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13534/stat : 13534 (java) S 13523 13526 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149812868384 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13535] ppid=13523 vsize=10555476 memory=12064 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13535/stat : 13535 (java) S 13523 13526 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149811816048 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13536] ppid=13523 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13536/stat : 13536 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149810764368 140150322182043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13537] ppid=13523 vsize=10555476 memory=1228 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13537/stat : 13537 (java) S 13523 13526 6338 0 -1 1077944384 2317 0 0 0 43 0 0 0 20 0 15 0 95775372 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149809711216 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13538] ppid=13523 vsize=10555476 memory=1952 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13538/stat : 13538 (java) S 13523 13526 6338 0 -1 1077944384 2531 0 0 0 43 0 0 0 20 0 15 0 95775372 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149808658416 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13539] ppid=13523 vsize=10555476 memory=1099252 CPUtime=0.25 cores=1,3,5,7
/proc/13526/task/13539/stat : 13539 (java) S 13523 13526 6338 0 -1 1077944384 1663 0 0 0 25 0 0 0 20 0 15 0 95775372 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149807606128 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13540] ppid=13523 vsize=10555476 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13540/stat : 13540 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149806553568 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13541] ppid=13523 vsize=10555476 memory=16099256251451951 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13541/stat : 13541 (java) S 13523 13526 6338 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 359414 33554432000 4194304 4196468 140723823678192 140149805501360 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
Current children cumulated CPU time: 16.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 1437656 KiB

[startup+6.72981 s]
# the end of solver process 13526 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.9851 s, system=1.2598 s

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

[startup+6.4017 s]
/proc/loadavg: 4.92 4.57 4.34 6/215 13541
/proc/meminfo: memFree=19693564/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10555476 memory=1516464 CPUtime=16.88 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 26865 0 0 0 1564 124 0 0 20 0 15 0 95775366 10808807424 379116 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2638869 379116 3124 1 0 2627263 0
[pid=13526/tid=13528] ppid=13523 vsize=10555476 memory=7300728970739542608 CPUtime=2.3 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) S 13523 13526 6338 0 -1 1077944384 7182 0 0 0 221 9 0 0 20 0 15 0 95775367 10808807424 379116 33554432000 4194304 4196468 140723823678192 140150326400192 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10555476 memory=6944656592455097440 CPUtime=3.11 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) R 13523 13526 6338 0 -1 4202560 1959 0 0 0 284 27 0 0 20 0 15 0 95775367 10808807424 379116 33554432000 4194304 4196468 140723823678192 140150287444368 140150307185457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10555476 memory=470 CPUtime=3.12 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) R 13523 13526 6338 0 -1 4202560 1702 0 0 0 283 29 0 0 20 0 15 0 95775367 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149927815640 140150306611631 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10555476 memory=280850059704496 CPUtime=3.13 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) R 13523 13526 6338 0 -1 4202560 1675 0 0 0 286 27 0 0 20 0 15 0 95775367 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149926763040 140150307185568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10555476 memory=3605477243983782782 CPUtime=3.1 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) R 13523 13526 6338 0 -1 4202560 1752 0 0 0 284 26 0 0 20 0 15 0 95775367 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149925710352 140150307190294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10555476 memory=6944656592387989600 CPUtime=0.9 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 4277 0 0 0 90 0 0 0 20 0 15 0 95775369 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149813920928 140150322173653 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13534] ppid=13523 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13534/stat : 13534 (java) S 13523 13526 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149812868384 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13535] ppid=13523 vsize=10555476 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13535/stat : 13535 (java) S 13523 13526 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95775369 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149811816048 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13536] ppid=13523 vsize=10555476 memory=1537 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13536/stat : 13536 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149810764368 140150322182043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13537] ppid=13523 vsize=10555476 memory=3473155141856866357 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13537/stat : 13537 (java) S 13523 13526 6338 0 -1 1077944384 2317 0 0 0 43 0 0 0 20 0 15 0 95775372 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149809711216 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13538] ppid=13523 vsize=10555476 memory=1101524 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13538/stat : 13538 (java) S 13523 13526 6338 0 -1 1077944384 2531 0 0 0 43 0 0 0 20 0 15 0 95775372 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149808658416 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13539] ppid=13523 vsize=10555476 memory=2356 CPUtime=0.25 cores=1,3,5,7
/proc/13526/task/13539/stat : 13539 (java) S 13523 13526 6338 0 -1 1077944384 1663 0 0 0 25 0 0 0 20 0 15 0 95775372 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149807606128 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13540] ppid=13523 vsize=10555476 memory=6296143700806424935 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13540/stat : 13540 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149806553568 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13541] ppid=13523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13541/stat : 13541 (java) S 13523 13526 6338 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 95775372 10808807424 379116 33554432000 4194304 4196468 140723823678192 140149805501360 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
Current children cumulated CPU time: 16.88 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 1516464 KiB

[startup+6.60064 s]
/proc/loadavg: 4.92 4.57 4.34 6/215 13541
/proc/meminfo: memFree=19693564/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10688756 memory=1518000 CPUtime=17.22 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 27602 0 0 0 1598 124 0 0 20 0 16 0 95775366 10945286144 379500 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2672189 379500 3176 1 0 2660545 0
[pid=13526/tid=13528] ppid=13523 vsize=10688756 memory=140425029711968 CPUtime=2.33 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) S 13523 13526 6338 0 -1 1077944384 7584 0 0 0 224 9 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140150326404128 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10688756 memory=0 CPUtime=3.18 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) S 13523 13526 6338 0 -1 1077944384 1959 0 0 0 291 27 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140150287444368 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10688756 memory=0 CPUtime=3.19 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) S 13523 13526 6338 0 -1 1077944384 1702 0 0 0 290 29 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149927815440 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10688756 memory=6298394388255823458 CPUtime=3.2 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) S 13523 13526 6338 0 -1 1077944384 1675 0 0 0 293 27 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149926763152 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10688756 memory=7301272206895113583 CPUtime=3.18 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) S 13523 13526 6338 0 -1 1077944384 1752 0 0 0 291 27 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149925710352 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10688756 memory=7740087344751338081 CPUtime=0.9 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 4421 0 0 0 90 0 0 0 20 0 16 0 95775369 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149813922416 140150322174594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13534] ppid=13523 vsize=10688756 memory=7011348500760778584 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13534/stat : 13534 (java) S 13523 13526 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95775369 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149812868384 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13535] ppid=13523 vsize=10688756 memory=7666343086941498728 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13535/stat : 13535 (java) S 13523 13526 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95775369 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149811816048 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13536] ppid=13523 vsize=10688756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13536/stat : 13536 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149810764368 140150322182043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13537] ppid=13523 vsize=10688756 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13537/stat : 13537 (java) S 13523 13526 6338 0 -1 1077944384 2387 0 0 0 43 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149809711216 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13538] ppid=13523 vsize=10688756 memory=280850059585440 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13538/stat : 13538 (java) S 13523 13526 6338 0 -1 1077944384 2586 0 0 0 43 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149808658416 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13539] ppid=13523 vsize=10688756 memory=-6297252152144131264 CPUtime=0.26 cores=1,3,5,7
/proc/13526/task/13539/stat : 13539 (java) S 13523 13526 6338 0 -1 1077944384 1681 0 0 0 26 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149807606128 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13540] ppid=13523 vsize=10688756 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13540/stat : 13540 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149806553568 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13541] ppid=13523 vsize=10688756 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13541/stat : 13541 (java) S 13523 13526 6338 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149805501360 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
Current children cumulated CPU time: 17.22 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 1518000 KiB

[startup+6.70064 s]
/proc/loadavg: 4.92 4.57 4.34 6/215 13541
/proc/meminfo: memFree=19693564/32770624 swapFree=67108860/67108860
[pid=13526] ppid=13523 vsize=10688756 memory=1518000 CPUtime=17.22 cores=1,3,5,7
/proc/13526/stat : 13526 (java) S 13523 13526 6338 0 -1 1077944320 27602 0 0 0 1598 124 0 0 20 0 16 0 95775366 10945286144 379500 33554432000 4194304 4196468 140723823678192 140723823660736 140150322163447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
/proc/13526/statm: 2672189 379500 3176 1 0 2660545 0
[pid=13526/tid=13528] ppid=13523 vsize=10688756 memory=1721 CPUtime=2.33 cores=1,3,5,7
/proc/13526/task/13528/stat : 13528 (java) S 13523 13526 6338 0 -1 1077944384 7584 0 0 0 224 9 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140150326404128 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13529] ppid=13523 vsize=10688756 memory=280850059357168 CPUtime=3.18 cores=1,3,5,7
/proc/13526/task/13529/stat : 13529 (java) S 13523 13526 6338 0 -1 1077944384 1959 0 0 0 291 27 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140150287444368 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13530] ppid=13523 vsize=10688756 memory=0 CPUtime=3.19 cores=1,3,5,7
/proc/13526/task/13530/stat : 13530 (java) S 13523 13526 6338 0 -1 1077944384 1702 0 0 0 290 29 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149927815440 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13531] ppid=13523 vsize=10688756 memory=1099252 CPUtime=3.2 cores=1,3,5,7
/proc/13526/task/13531/stat : 13531 (java) S 13523 13526 6338 0 -1 1077944384 1675 0 0 0 293 27 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149926763152 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13532] ppid=13523 vsize=10688756 memory=288230621803970871 CPUtime=3.18 cores=1,3,5,7
/proc/13526/task/13532/stat : 13532 (java) S 13523 13526 6338 0 -1 1077944384 1752 0 0 0 291 27 0 0 20 0 16 0 95775367 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149925710352 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13533] ppid=13523 vsize=10688756 memory=16099256251451951 CPUtime=0.9 cores=1,3,5,7
/proc/13526/task/13533/stat : 13533 (java) S 13523 13526 6338 0 -1 1077944384 4421 0 0 0 90 0 0 0 20 0 16 0 95775369 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149813922416 140150322174594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13534] ppid=13523 vsize=10688756 memory=28164 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13534/stat : 13534 (java) S 13523 13526 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95775369 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149812868384 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13535] ppid=13523 vsize=10688756 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13535/stat : 13535 (java) S 13523 13526 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95775369 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149811816048 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13536] ppid=13523 vsize=10688756 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13536/stat : 13536 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149810764368 140150322182043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13537] ppid=13523 vsize=10688756 memory=1728 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13537/stat : 13537 (java) S 13523 13526 6338 0 -1 1077944384 2387 0 0 0 43 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149809711216 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13538] ppid=13523 vsize=10688756 memory=12064 CPUtime=0.43 cores=1,3,5,7
/proc/13526/task/13538/stat : 13538 (java) S 13523 13526 6338 0 -1 1077944384 2586 0 0 0 43 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149808658416 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13539] ppid=13523 vsize=10688756 memory=1004 CPUtime=0.26 cores=1,3,5,7
/proc/13526/task/13539/stat : 13539 (java) S 13523 13526 6338 0 -1 1077944384 1681 0 0 0 26 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149807606128 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13540] ppid=13523 vsize=10688756 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13540/stat : 13540 (java) S 13523 13526 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149806553568 140150322173653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
[pid=13526/tid=13541] ppid=13523 vsize=10688756 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/13526/task/13541/stat : 13541 (java) S 13523 13526 6338 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 16 0 95775372 10945286144 379500 33554432000 4194304 4196468 140723823678192 140149805501360 140150322174594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14929920 140723823686790 140723823686943 140723823686943 140723823689679 0
Current children cumulated CPU time: 17.22 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 1518000 KiB

Child status: 0
Real time (s): 6.72986
CPU time (s): 17.2449
CPU user time (s): 15.9851
CPU system time (s): 1.2598
CPU usage (%): 256.245
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 1518000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9851
system time used= 1.2598
maximum resident set size= 1518736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27653
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1806
involuntary context switches= 332


# summary of solver processes directly reported to runsolver:
#   pid: 13526
#   total CPU time (s): 17.2449
#   total CPU user time (s): 15.9851
#   total CPU system time (s): 1.2598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069248 second user time and 0.098798 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 14:08:05
IDJOB=4263089
IDBENCH=128586
IDSOLVER=2651
FILE ID=node148/4263089-1502626943
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61616 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-24-03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263089-1502626943/watcher-4263089-1502626943 -o /tmp/evaluation-result-4263089-1502626943/solver-4263089-1502626943 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263089-1502626943.xml

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

MD5SUM BENCH= 0635e1aa85568fae2d5bbba2ded3e0a0
RANDOM SEED=1670525061

node148.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.19
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.19
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.19
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.19
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:        20836996 kB
MemAvailable:   23919328 kB
Buffers:          195244 kB
Cached:          3176676 kB
SwapCached:            0 kB
Active:          8798028 kB
Inactive:        2686376 kB
Active(anon):    8063752 kB
Inactive(anon):    76916 kB
Active(file):     734276 kB
Inactive(file):  2609460 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:       8174208 kB
Mapped:            54960 kB
Shmem:             25224 kB
Slab:             135596 kB
SReclaimable:     108860 kB
SUnreclaim:        26736 kB
KernelStack:        3808 kB
PageTables:        21120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8607408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8013824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 14:08:12