Trace number 4302171

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 259.182 84.2308

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-4-0_c18.xml
MD5SUM04f92f5fbe642378aecc464c78b62b37
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

227.65/75.82	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
227.65/75.82	c This is free software under the dual EPL/GNU LGPL licenses.
227.65/75.82	c See www.sat4j.org for details.
227.65/75.82	c That software uses the Rhino library from the Mozilla project.
227.65/75.82	c version 2.3.6-SNAPSHOT
227.65/75.82	c java.runtime.name	Java(TM) SE Runtime Environment
227.65/75.82	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
227.65/75.82	c java.vm.version	25.131-b11
227.65/75.82	c java.vm.vendor	Oracle Corporation
227.65/75.82	c sun.arch.data.model	64
227.65/75.82	c java.version		1.8.0_131
227.65/75.82	c os.name		Linux
227.65/75.82	c os.version		3.10.0-514.16.1.el7.x86_64
227.65/75.82	c os.arch		amd64
227.65/75.82	c Free memory 		499604488
227.65/75.82	c Max memory 		7247757312
227.65/75.82	c Total memory 		504889344
227.65/75.82	c Number of processors 	4
227.65/75.82	c c --- Begin Solver configuration ---
227.65/75.82	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
227.65/75.82	c Learn all clauses as in MiniSAT
227.65/75.82	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
227.65/75.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
227.65/75.82	c No reason simplification
227.65/75.82	c Glucose 2.1 dynamic restart strategy
227.65/75.82	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
227.65/75.82	c timeout=2147483s
227.65/75.82	c DB Simplification allowed=false
227.65/75.82	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
227.65/75.82	c --- End Solver configuration ---
227.65/75.82	c constraints type 
227.65/75.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 44844
227.65/75.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3016093
227.65/75.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40954264
227.65/75.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 50214
227.65/75.82	c 44065415 constraints processed.

Verifier Data

One s line expected

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 (6159 MiB free)
  memory of node 1: 16384 MiB (13272 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302171-1532888045/watcher-4302171-1532888045 -o /tmp/evaluation-result-4302171-1532888045/solver-4302171-1532888045 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302171-1532888045.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 3.57 2.68 2.45 5/215 32525
/proc/meminfo: memFree=19879880/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10659012 memory=30984 CPUtime=0.12 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 6819 0 0 0 11 1 0 0 20 0 15 0 106367723 10914828288 7746 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2664753 7746 2841 1 0 2627263 0
[pid=32510/tid=32512] ppid=32507 vsize=10659012 memory=-8773748148829851002 CPUtime=0.09 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) R 32507 32510 22004 0 -1 4202560 4655 0 0 0 8 1 0 0 20 0 15 0 106367724 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471860018144 140471855816086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471808424336 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471807371536 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471806319248 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471459043856 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367726 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471415626352 140471855815298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32518] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106367726 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471414572320 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32519] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106367727 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471413519984 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32520] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471412468304 140471855822747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32521] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 22004 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471411415152 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32522] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 22004 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471410362352 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32523] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0.02 cores=1,3,5,7
/proc/32510/task/32523/stat : 32523 (java) R 32507 32510 22004 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 15 0 106367729 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471409310064 140471848142836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32524] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471408257504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32525] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 7746 33554432000 4194304 4196468 140735633437664 140471407205296 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30984 KiB

[startup+0.210407 s]*
/proc/loadavg: 3.57 2.68 2.45 5/215 32525
/proc/meminfo: memFree=19870396/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10659012 memory=41640 CPUtime=0.33 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 8102 0 0 0 31 2 0 0 20 0 15 0 106367723 10914828288 10410 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2664753 10410 3003 1 0 2627263 0
[pid=32510/tid=32512] ppid=32507 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) R 32507 32510 22004 0 -1 4202560 5044 0 0 0 19 1 0 0 20 0 15 0 106367724 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471860040416 140471855816086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471808424336 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10659012 memory=139624269098661 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471807371536 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471806319248 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471459043856 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367726 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471415626352 140471855815298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32518] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106367726 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471414572320 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32519] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106367727 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471413519984 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32520] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471412468304 140471855822747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32521] ppid=32507 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 22004 0 -1 1077944384 657 0 0 0 2 0 0 0 20 0 15 0 106367729 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471411415152 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32522] ppid=32507 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 22004 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 15 0 106367729 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471410362352 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32523] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0.08 cores=1,3,5,7
/proc/32510/task/32523/stat : 32523 (java) R 32507 32510 22004 0 -1 4202560 647 0 0 0 8 0 0 0 20 0 15 0 106367729 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471409310064 140471834345473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32524] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471408257504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32525] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 10410 33554432000 4194304 4196468 140735633437664 140471407205296 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41640 KiB

[startup+0.31097 s]*
/proc/loadavg: 3.57 2.68 2.45 8/215 32525
/proc/meminfo: memFree=19854268/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10659012 memory=55280 CPUtime=0.6 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 9851 0 0 0 58 2 0 0 20 0 15 0 106367723 10914828288 13820 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2664753 13820 3037 1 0 2627263 0
[pid=32510/tid=32512] ppid=32507 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) R 32507 32510 22004 0 -1 4202560 5385 0 0 0 29 1 0 0 20 0 15 0 106367724 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471860040160 140471855826077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10659012 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471808424336 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10659012 memory=139624269558813 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471807371536 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471806319248 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367725 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471459043856 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367726 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471415626352 140471855815298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32518] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106367726 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471414572320 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32519] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106367727 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471413519984 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32520] ppid=32507 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471412468304 140471855822747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32521] ppid=32507 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32510/task/32521/stat : 32521 (java) R 32507 32510 22004 0 -1 4202560 1192 0 0 0 7 0 0 0 20 0 15 0 106367729 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471411396168 140471839714560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32522] ppid=32507 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32510/task/32522/stat : 32522 (java) R 32507 32510 22004 0 -1 4202560 912 0 0 0 7 0 0 0 20 0 15 0 106367729 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471410344072 140471841826900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32523] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0.13 cores=1,3,5,7
/proc/32510/task/32523/stat : 32523 (java) R 32507 32510 22004 0 -1 1077944384 994 0 0 0 13 0 0 0 20 0 15 0 106367729 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471409310064 140471855815298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32524] ppid=32507 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471408257504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32525] ppid=32507 vsize=10659012 memory=139624268920448 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367729 10914828288 13820 33554432000 4194304 4196468 140735633437664 140471407205296 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55280 KiB

[startup+0.700752 s]
/proc/loadavg: 3.77 2.74 2.47 8/215 32525
/proc/meminfo: memFree=19798708/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10659088 memory=154064 CPUtime=1.88 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 11768 0 0 0 184 4 0 0 20 0 15 0 106367723 10914906112 38516 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2664772 38516 3107 1 0 2627263 0
[pid=32510/tid=32512] ppid=32507 vsize=10659088 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) R 32507 32510 22004 0 -1 4202560 5883 0 0 0 64 3 0 0 20 0 15 0 106367724 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471860039296 140471488853863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367725 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471808424336 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367725 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471807371536 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367725 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471806319248 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106367725 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471459043856 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106367726 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471415626352 140471855815298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32518] ppid=32507 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106367726 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471414572320 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32519] ppid=32507 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106367727 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471413519984 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32520] ppid=32507 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471412468304 140471855822747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32521] ppid=32507 vsize=10659088 memory=7590935255203861604 CPUtime=0.45 cores=1,3,5,7
/proc/32510/task/32521/stat : 32521 (java) R 32507 32510 22004 0 -1 4202560 1685 0 0 0 45 0 0 0 20 0 15 0 106367729 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471411395088 140471833399617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32522] ppid=32507 vsize=10659088 memory=5788647689011156329 CPUtime=0.44 cores=1,3,5,7
/proc/32510/task/32522/stat : 32522 (java) R 32507 32510 22004 0 -1 4202560 1525 0 0 0 44 0 0 0 20 0 15 0 106367729 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471410350496 140471840921318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32523] ppid=32507 vsize=10659088 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 22004 0 -1 1077944384 1304 0 0 0 29 0 0 0 20 0 15 0 106367729 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471409310064 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32524] ppid=32507 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471408257504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32525] ppid=32507 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106367729 10914906112 38516 33554432000 4194304 4196468 140735633437664 140471407205296 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 154064 KiB

[startup+1.50098 s]
/proc/loadavg: 3.77 2.74 2.47 9/215 32525
/proc/meminfo: memFree=19712572/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10659088 memory=623252 CPUtime=4.45 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 15771 0 0 0 424 21 0 0 20 0 15 0 106367723 10914906112 155813 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2664772 155813 3154 1 0 2627263 0
[pid=32510/tid=32512] ppid=32507 vsize=10659088 memory=6791534058613427641 CPUtime=1.35 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) R 32507 32510 22004 0 -1 4202560 6649 0 0 0 126 9 0 0 20 0 15 0 106367724 10914906112 155813 33554432000 4194304 4196468 140735633437664 140471860041168 140471490743517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10659088 memory=-6951259422114956437 CPUtime=0.08 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 22004 0 -1 1077944384 231 0 0 0 6 2 0 0 20 0 15 0 106367725 10914906112 155813 33554432000 4194304 4196468 140735633437664 140471808424336 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10659088 memory=-6509546260019855295 CPUtime=0.08 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 22004 0 -1 1077944384 67 0 0 0 6 2 0 0 20 0 15 0 106367725 10914906112 155813 33554432000 4194304 4196468 140735633437664 140471807371536 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10659088 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 22004 0 -1 1077944384 173 0 0 0 6 2 0 0 20 0 15 0 106367725 10914906112 155813 33554432000 4194304 4196468 140735633437664 140471806319248 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10659088 memory=4134692831991786133 CPUtime=0.1 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 22004 0 -1 1077944384 81 0 0 0 7 3 0 0 20 0 15 0 106367725 10914906112 155813 33554432000 4194304 4196468 140735633437664 140471459043856 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 22004 0 -1 1077944384 466 0 0 0 0 0 0 0 20 0 15 0 106367726 10914906112 155813 33554432000 4194304 4196468 140735633437664 140471415626352 140471855815298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0

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


[startup+84.2308 s]
# the end of solver process 32510 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.176 s, system=5.00632 s

Solver just ended.
Dumping a history of the last processes samples

[startup+83.201 s]
/proc/loadavg: 4.79 3.36 2.71 7/216 32602
/proc/meminfo: memFree=11452244/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10661136 memory=8447192 CPUtime=256.7 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 1897608 0 0 0 25181 489 0 0 20 0 15 0 106367723 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2665284 2111798 3188 1 0 2627775 0
[pid=32510/tid=32512] ppid=32507 vsize=10661136 memory=4028 CPUtime=14 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 22004 0 -1 1077944384 21841 0 0 0 1359 41 0 0 20 0 15 0 106367724 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471860043504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10661136 memory=30312 CPUtime=55.06 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) R 32507 32510 22004 0 -1 4202560 435666 0 0 0 5394 112 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471808424224 140471840261536 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10661136 memory=1296 CPUtime=55.06 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) R 32507 32510 22004 0 -1 4202560 503314 0 0 0 5395 111 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471807371656 140471840800607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10661136 memory=6791534058613427641 CPUtime=55.23 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) R 32507 32510 22004 0 -1 4202560 329846 0 0 0 5417 106 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471806319448 140471840793804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10661136 memory=30312 CPUtime=55.09 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) R 32507 32510 22004 0 -1 4202560 546597 0 0 0 5400 109 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471459044056 140471837413927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10661136 memory=1296 CPUtime=13.25 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 22004 0 -1 1077944384 34801 0 0 0 1322 3 0 0 20 0 15 0 106367726 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471415624896 140471855814357 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32518] ppid=32507 vsize=10661136 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 22004 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 106367726 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471414572384 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32519] ppid=32507 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 106367727 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471413520000 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32520] ppid=32507 vsize=10661136 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471412467952 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32521] ppid=32507 vsize=10661136 memory=6628 CPUtime=4.23 cores=1,3,5,7
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 22004 0 -1 1077944384 8193 0 0 0 422 1 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471411415200 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32522] ppid=32507 vsize=10661136 memory=8836 CPUtime=3.94 cores=1,3,5,7
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 22004 0 -1 1077944384 9950 0 0 0 392 2 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471410362400 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32523] ppid=32507 vsize=10661136 memory=6791534058613427641 CPUtime=0.74 cores=1,3,5,7
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 22004 0 -1 1077944384 4920 0 0 0 73 1 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471409309824 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32524] ppid=32507 vsize=10661136 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471408257504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32525] ppid=32507 vsize=10661136 memory=18248 CPUtime=0.04 cores=1,3,5,7
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 22004 0 -1 1077944384 1094 0 0 0 2 2 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471407205296 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
Current children cumulated CPU time: 256.7 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8447192 KiB

[startup+83.601 s]
/proc/loadavg: 4.79 3.36 2.71 7/216 32602
/proc/meminfo: memFree=11452244/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10661136 memory=8447192 CPUtime=258.3 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 1897609 0 0 0 25341 489 0 0 20 0 15 0 106367723 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2665284 2111798 3188 1 0 2627775 0
[pid=32510/tid=32512] ppid=32507 vsize=10661136 memory=3 CPUtime=14 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 22004 0 -1 1077944384 21841 0 0 0 1359 41 0 0 20 0 15 0 106367724 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471860043504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10661136 memory=0 CPUtime=55.46 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) R 32507 32510 22004 0 -1 4202560 435666 0 0 0 5434 112 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471808424224 140471840800555 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10661136 memory=4 CPUtime=55.46 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) R 32507 32510 22004 0 -1 4202560 503314 0 0 0 5435 111 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471807371656 140471840505168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10661136 memory=2424 CPUtime=55.63 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) R 32507 32510 22004 0 -1 4202560 329846 0 0 0 5457 106 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471806319448 140471840504755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10661136 memory=1840 CPUtime=55.49 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) R 32507 32510 22004 0 -1 4202560 546598 0 0 0 5440 109 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471459044056 140471840261771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10661136 memory=1004 CPUtime=13.25 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 22004 0 -1 1077944384 34801 0 0 0 1322 3 0 0 20 0 15 0 106367726 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471415624896 140471855814357 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32518] ppid=32507 vsize=10661136 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 22004 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 106367726 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471414572384 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32519] ppid=32507 vsize=10661136 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 106367727 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471413520000 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32520] ppid=32507 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471412467952 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32521] ppid=32507 vsize=10661136 memory=1228 CPUtime=4.23 cores=1,3,5,7
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 22004 0 -1 1077944384 8193 0 0 0 422 1 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471411415200 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32522] ppid=32507 vsize=10661136 memory=8447188 CPUtime=3.94 cores=1,3,5,7
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 22004 0 -1 1077944384 9950 0 0 0 392 2 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471410362400 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32523] ppid=32507 vsize=10661136 memory=15542903384575324 CPUtime=0.74 cores=1,3,5,7
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 22004 0 -1 1077944384 4920 0 0 0 73 1 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471409309824 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32524] ppid=32507 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471408257504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32525] ppid=32507 vsize=10661136 memory=-6440005983084617513 CPUtime=0.04 cores=1,3,5,7
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 22004 0 -1 1077944384 1094 0 0 0 2 2 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471407205296 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
Current children cumulated CPU time: 258.3 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8447192 KiB

[startup+84.0007 s]*
/proc/loadavg: 4.79 3.36 2.71 3/216 32602
/proc/meminfo: memFree=11452136/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10661136 memory=8447192 CPUtime=258.96 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 1897609 0 0 0 25407 489 0 0 20 0 15 0 106367723 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2665284 2111798 3188 1 0 2627775 0
[pid=32510/tid=32512] ppid=32507 vsize=10661136 memory=6791534058613427641 CPUtime=14 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 22004 0 -1 1077944384 21841 0 0 0 1359 41 0 0 20 0 15 0 106367724 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471860043504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10661136 memory=139659451596597 CPUtime=55.54 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 22004 0 -1 1077944384 435666 0 0 0 5442 112 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471808424336 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10661136 memory=288230583149279418 CPUtime=55.54 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 22004 0 -1 1077944384 503314 0 0 0 5443 111 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471807371536 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10661136 memory=14417003460971207 CPUtime=55.71 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 22004 0 -1 1077944384 329846 0 0 0 5465 106 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471806319248 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10661136 memory=2200 CPUtime=55.57 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 22004 0 -1 1077944384 546598 0 0 0 5448 109 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471459043856 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10661136 memory=279248304603376 CPUtime=13.57 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) R 32507 32510 22004 0 -1 4202560 34801 0 0 0 1354 3 0 0 20 0 15 0 106367726 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471415624784 140471840800552 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32518] ppid=32507 vsize=10661136 memory=22100 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 22004 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 106367726 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471414572384 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32519] ppid=32507 vsize=10661136 memory=22997 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 106367727 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471413520000 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32520] ppid=32507 vsize=10661136 memory=6127763059183496513 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471412467952 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32521] ppid=32507 vsize=10661136 memory=8168213 CPUtime=4.23 cores=1,3,5,7
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 22004 0 -1 1077944384 8193 0 0 0 422 1 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471411415200 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32522] ppid=32507 vsize=10661136 memory=6127763059183492097 CPUtime=3.94 cores=1,3,5,7
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 22004 0 -1 1077944384 9950 0 0 0 392 2 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471410362400 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32523] ppid=32507 vsize=10661136 memory=21761 CPUtime=0.74 cores=1,3,5,7
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 22004 0 -1 1077944384 4920 0 0 0 73 1 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471409309824 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32524] ppid=32507 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471408257504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32525] ppid=32507 vsize=10661136 memory=1296 CPUtime=0.04 cores=1,3,5,7
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 22004 0 -1 1077944384 1094 0 0 0 2 2 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471407205296 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
Current children cumulated CPU time: 258.96 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8447192 KiB

[startup+84.1102 s]
/proc/loadavg: 4.79 3.36 2.71 3/216 32602
/proc/meminfo: memFree=11452136/32770624 swapFree=67108860/67108860
[pid=32510] ppid=32507 vsize=10661136 memory=8447192 CPUtime=259.06 cores=1,3,5,7
/proc/32510/stat : 32510 (java) S 32507 32510 22004 0 -1 1077944320 1897609 0 0 0 25417 489 0 0 20 0 15 0 106367723 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140735633420208 140471855804151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
/proc/32510/statm: 2665284 2111798 3188 1 0 2627775 0
[pid=32510/tid=32512] ppid=32507 vsize=10661136 memory=8447192 CPUtime=14 cores=1,3,5,7
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 22004 0 -1 1077944384 21841 0 0 0 1359 41 0 0 20 0 15 0 106367724 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471860043504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32513] ppid=32507 vsize=10661136 memory=8447192 CPUtime=55.54 cores=1,3,5,7
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 22004 0 -1 1077944384 435666 0 0 0 5442 112 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471808424336 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32514] ppid=32507 vsize=10661136 memory=8447188 CPUtime=55.54 cores=1,3,5,7
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 22004 0 -1 1077944384 503314 0 0 0 5443 111 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471807371536 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32515] ppid=32507 vsize=10661136 memory=8446988 CPUtime=55.71 cores=1,3,5,7
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 22004 0 -1 1077944384 329846 0 0 0 5465 106 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471806319248 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32516] ppid=32507 vsize=10661136 memory=8447188 CPUtime=55.57 cores=1,3,5,7
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 22004 0 -1 1077944384 546598 0 0 0 5448 109 0 0 20 0 15 0 106367725 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471459043856 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32517] ppid=32507 vsize=10661136 memory=8447020 CPUtime=13.67 cores=1,3,5,7
/proc/32510/task/32517/stat : 32517 (java) R 32507 32510 22004 0 -1 4202560 34801 0 0 0 1364 3 0 0 20 0 15 0 106367726 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471415624784 140471840800496 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32518] ppid=32507 vsize=10661136 memory=279248305710240 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 22004 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 106367726 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471414572384 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32519] ppid=32507 vsize=10661136 memory=7233736994252652628 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 106367727 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471413520000 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32520] ppid=32507 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471412467952 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32521] ppid=32507 vsize=10661136 memory=1228 CPUtime=4.23 cores=1,3,5,7
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 22004 0 -1 1077944384 8193 0 0 0 422 1 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471411415200 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32522] ppid=32507 vsize=10661136 memory=8447192 CPUtime=3.94 cores=1,3,5,7
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 22004 0 -1 1077944384 9950 0 0 0 392 2 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471410362400 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32523] ppid=32507 vsize=10661136 memory=1416 CPUtime=0.74 cores=1,3,5,7
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 22004 0 -1 1077944384 4920 0 0 0 73 1 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471409309824 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32524] ppid=32507 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471408257504 140471855814357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
[pid=32510/tid=32525] ppid=32507 vsize=10661136 memory=1228 CPUtime=0.04 cores=1,3,5,7
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 22004 0 -1 1077944384 1094 0 0 0 2 2 0 0 20 0 15 0 106367729 10917003264 2111798 33554432000 4194304 4196468 140735633437664 140471407205296 140471855815298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 36483072 140735633446006 140735633446158 140735633446158 140735633448911 0
Current children cumulated CPU time: 259.06 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8447192 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 84.2308
CPU time (s): 259.182
CPU user time (s): 254.176
CPU system time (s): 5.00632
CPU usage (%): 307.705
Max. virtual memory (cumulated for all children) (KiB): 10661136
Max. memory (cumulated for all children) (KiB): 8447192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.176
system time used= 5.00632
maximum resident set size= 8447584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1897613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12043
involuntary context switches= 4485


# summary of solver processes directly reported to runsolver:
#   pid: 32510
#   total CPU time (s): 259.182
#   total CPU user time (s): 254.176
#   total CPU system time (s): 5.00632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.523426 second user time and 0.870155 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 20:14:05
IDJOB=4302171
IDBENCH=141644
IDSOLVER=2773
FILE ID=node151/4302171-1532888045
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-4-0_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302171-1532888045/watcher-4302171-1532888045 -o /tmp/evaluation-result-4302171-1532888045/solver-4302171-1532888045 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302171-1532888045.xml

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

MD5SUM BENCH= 04f92f5fbe642378aecc464c78b62b37
RANDOM SEED=916410452

node151.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.87
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.87
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.87
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.87
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:        19898360 kB
MemAvailable:   23554348 kB
Buffers:          213316 kB
Cached:          3716304 kB
SwapCached:            0 kB
Active:          9759252 kB
Inactive:        2628152 kB
Active(anon):    8407340 kB
Inactive(anon):    78188 kB
Active(file):    1351912 kB
Inactive(file):  2549964 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3604 kB
Writeback:             0 kB
AnonPages:       8469388 kB
Mapped:            56268 kB
Shmem:             25224 kB
Slab:             167796 kB
SReclaimable:     139892 kB
SUnreclaim:        27904 kB
KernelStack:        3696 kB
PageTables:        21944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8653696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8185856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59304 MiB
End job on node151 at 2018-07-29 20:15:30