Trace number 4290025

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.15 2381.16

General information on the benchmark

NameCarSequencing/
CarSequencing-70-01_c18.xml
MD5SUM5ebb66a2f72e45e9d6642a776a6cc19c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.09527
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1402
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":19},{"degree":25,"count":19},{"degree":26,"count":19},"...",{"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":8}, {"degree":52,"count":8}, {"degree":53,"count":9}, {"degree":54,"count":9}, {"degree":55,"count":53}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":3}, {"degree":63,"count":81}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":1},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":75,"count":1},{"arity":77,"count":2},{"arity":80,"count":3},{"arity":82,"count":1},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1201},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

14.75/5.75	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
14.75/5.75	c This is free software under the dual EPL/GNU LGPL licenses.
14.75/5.75	c See www.sat4j.org for details.
14.75/5.75	c That software uses the Rhino library from the Mozilla project.
14.75/5.75	c version 2.3.6-SNAPSHOT
14.75/5.75	c java.runtime.name	Java(TM) SE Runtime Environment
14.75/5.75	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
14.75/5.75	c java.vm.version	25.131-b11
14.75/5.75	c java.vm.vendor	Oracle Corporation
14.75/5.75	c sun.arch.data.model	64
14.75/5.75	c java.version		1.8.0_131
14.75/5.75	c os.name		Linux
14.75/5.75	c os.version		3.10.0-514.16.1.el7.x86_64
14.75/5.75	c os.arch		amd64
14.75/5.75	c Free memory 		499604488
14.75/5.75	c Max memory 		7247757312
14.75/5.75	c Total memory 		504889344
14.75/5.75	c Number of processors 	4
14.75/5.75	c c --- Begin Solver configuration ---
14.75/5.75	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
14.75/5.75	c Learn all clauses as in MiniSAT
14.75/5.75	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
14.75/5.75	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
14.75/5.75	c No reason simplification
14.75/5.75	c Glucose 2.1 dynamic restart strategy
14.75/5.75	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
14.75/5.75	c timeout=2147483s
14.75/5.75	c DB Simplification allowed=false
14.75/5.75	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
14.75/5.75	c --- End Solver configuration ---
14.75/5.75	c constraints type 
14.75/5.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 2400
14.75/5.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 370973
14.75/5.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4823882
14.75/5.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 2854
14.75/5.75	c 5200109 constraints processed.
2400.07/2381.10	c starts		: 4306
2400.07/2381.10	c conflicts		: 1720004
2400.07/2381.10	c decisions		: 151134207
2400.07/2381.10	c propagations		: 7936675974
2400.07/2381.10	c inspects		: 12845877159
2400.07/2381.10	c shortcuts		: 0
2400.07/2381.10	c learnt literals	: 6096
2400.07/2381.10	c learnt binary clauses	: 45105
2400.07/2381.10	c learnt ternary clauses	: 74366
2400.07/2381.10	c learnt constraints	: 1713908
2400.07/2381.10	c ignored constraints	: 0
2400.07/2381.10	c root simplifications	: 0
2400.07/2381.10	c removed literals (reason simplification)	: 0
2400.07/2381.10	c reason swapping (by a shorter reason)	: 0
2400.07/2381.10	c Calls to reduceDB	: 54
2400.07/2381.10	c Number of update (reduction) of LBD	: 1040323
2400.07/2381.10	c Imported unit clauses	: 0
2400.07/2381.10	c number of reductions to clauses (during analyze)	: 0
2400.07/2381.10	c number of learned constraints concerned by reduction	: 0
2400.07/2381.10	c number of learning phase by resolution	: 0
2400.07/2381.10	c number of learning phase by cutting planes	: 0
2400.07/2381.10	c number of rounding to 1 operations	: 0
2400.07/2381.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.07/2381.10	c number of reductions of the coefficients by power 2 	: 0
2400.07/2381.10	c number of right shift for reduction by power 2 	: 0
2400.07/2381.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.07/2381.10	c number of ending skipping 	: 0
2400.07/2381.10	c number of internal skipping 	: 0
2400.07/2381.10	c number of derivation steps 	: 0
2400.07/2381.10	c number of skipped derivation steps 	: 0
2400.07/2381.10	c number of remaining unassigned 	: 0
2400.07/2381.10	c number of remaining assigned 	: 0
2400.07/2381.10	c speed (assignments/second)	: 3341399.5440489547
2400.07/2381.10	c non guided choices	: 82880971
2400.08/2381.14	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 45105
2400.08/2381.14	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 148181
2400.08/2381.14	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 (3606 MiB free)
  memory of node 1: 16384 MiB (11717 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290025-1532219044/watcher-4290025-1532219044 -o /tmp/evaluation-result-4290025-1532219044/solver-4290025-1532219044 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532208388-24576 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290025-1532219044.xml 

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

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

solver pid=26229, runsolver pid=26226

[startup+0.100142 s]*
/proc/loadavg: 4.39 3.71 3.08 3/217 26244
/proc/meminfo: memFree=15672924/32770624 swapFree=67108860/67108860
[pid=26229] ppid=26226 vsize=10659012 memory=30088 CPUtime=0.13 cores=1,3,5,7
/proc/26229/stat : 26229 (java) S 26226 26229 22446 0 -1 1077944320 6610 0 0 0 11 2 0 0 20 0 15 0 39467583 10914828288 7522 33554432000 4194304 4196468 140735712458272 140735712440816 140400753639159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
/proc/26229/statm: 2664753 7522 2844 1 0 2627263 0
[pid=26229/tid=26231] ppid=26226 vsize=10659012 memory=-8773748148830243971 CPUtime=0.09 cores=1,3,5,7
/proc/26229/task/26231/stat : 26231 (java) R 26226 26229 22446 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 39467583 10914828288 7522 33554432000 4194304 4196468 140735712458272 140400757860288 140400753661085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26232] ppid=26226 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26232/stat : 26232 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914828288 7522 33554432000 4194304 4196468 140735712458272 140400679713296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26233] ppid=26226 vsize=10659012 memory=139849644349056 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26233/stat : 26233 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914828288 7522 33554432000 4194304 4196468 140735712458272 140400678660752 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26234] ppid=26226 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26234/stat : 26234 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914828288 7522 33554432000 4194304 4196468 140735712458272 140400677607696 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26235] ppid=26226 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26235/stat : 26235 (java) S 26226 26229 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39467584 10914828288 7522 33554432000 4194304 4196468 140735712458272 140400676555152 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26236] ppid=26226 vsize=10659012 memory=139849644349056 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26236/stat : 26236 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467586 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399990504176 140400753650306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26237] ppid=26226 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26237/stat : 26237 (java) S 26226 26229 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39467586 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399989450400 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26238] ppid=26226 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26238/stat : 26238 (java) S 26226 26229 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39467586 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399988397296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26239] ppid=26226 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26239/stat : 26239 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39467589 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399987345872 140400753657755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26240] ppid=26226 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26240/stat : 26240 (java) R 26226 26229 22446 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 39467589 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399986292976 140400753650306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26241] ppid=26226 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26241/stat : 26241 (java) S 26226 26229 22446 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 15 0 39467589 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399985240432 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26242] ppid=26226 vsize=10659012 memory=139849644349056 CPUtime=0.02 cores=1,3,5,7
/proc/26229/task/26242/stat : 26242 (java) R 26226 26229 22446 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 39467589 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399984187376 140400753660506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26243] ppid=26226 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26243/stat : 26243 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39467589 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399983135072 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26244] ppid=26226 vsize=10659012 memory=139849644349056 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26244/stat : 26244 (java) S 26226 26229 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39467589 10914828288 7522 33554432000 4194304 4196468 140735712458272 140399982083120 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.210672 s]*
/proc/loadavg: 4.39 3.71 3.08 4/217 26244
/proc/meminfo: memFree=15662504/32770624 swapFree=67108860/67108860
[pid=26229] ppid=26226 vsize=10659012 memory=41772 CPUtime=0.34 cores=1,3,5,7
/proc/26229/stat : 26229 (java) S 26226 26229 22446 0 -1 1077944320 8107 0 0 0 32 2 0 0 20 0 15 0 39467583 10914828288 10443 33554432000 4194304 4196468 140735712458272 140735712440816 140400753639159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
/proc/26229/statm: 2664753 10443 2995 1 0 2627263 0
[pid=26229/tid=26231] ppid=26226 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26229/task/26231/stat : 26231 (java) R 26226 26229 22446 0 -1 4202560 5013 0 0 0 19 1 0 0 20 0 15 0 39467583 10914828288 10443 33554432000 4194304 4196468 140735712458272 140400757866416 140400737719646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26232] ppid=26226 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26232/stat : 26232 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914828288 10443 33554432000 4194304 4196468 140735712458272 140400679713296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26233] ppid=26226 vsize=10659012 memory=139849644555163 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26233/stat : 26233 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914828288 10443 33554432000 4194304 4196468 140735712458272 140400678660752 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26234] ppid=26226 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26234/stat : 26234 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914828288 10443 33554432000 4194304 4196468 140735712458272 140400677607696 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26235] ppid=26226 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26235/stat : 26235 (java) S 26226 26229 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39467584 10914828288 10443 33554432000 4194304 4196468 140735712458272 140400676555152 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26236] ppid=26226 vsize=10659012 memory=139849644349056 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26236/stat : 26236 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467586 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399990504176 140400753650306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26237] ppid=26226 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26237/stat : 26237 (java) S 26226 26229 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39467586 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399989450400 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26238] ppid=26226 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26238/stat : 26238 (java) S 26226 26229 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39467586 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399988397296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26239] ppid=26226 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26239/stat : 26239 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39467589 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399987345872 140400753657755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26240] ppid=26226 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26229/task/26240/stat : 26240 (java) S 26226 26229 22446 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 15 0 39467589 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399986292976 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26241] ppid=26226 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26229/task/26241/stat : 26241 (java) S 26226 26229 22446 0 -1 1077944384 444 0 0 0 2 0 0 0 20 0 15 0 39467589 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399985240432 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26242] ppid=26226 vsize=10659012 memory=139849644349056 CPUtime=0.08 cores=1,3,5,7
/proc/26229/task/26242/stat : 26242 (java) R 26226 26229 22446 0 -1 4202560 724 0 0 0 8 0 0 0 20 0 15 0 39467589 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399984187376 140400732600740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26243] ppid=26226 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26243/stat : 26243 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39467589 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399983135072 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26244] ppid=26226 vsize=10659012 memory=139849644349056 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26244/stat : 26244 (java) S 26226 26229 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39467589 10914828288 10443 33554432000 4194304 4196468 140735712458272 140399982083120 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41772 KiB

[startup+0.310961 s]*
/proc/loadavg: 4.39 3.71 3.08 6/217 26244
/proc/meminfo: memFree=15651144/32770624 swapFree=67108860/67108860
[pid=26229] ppid=26226 vsize=10659088 memory=52404 CPUtime=0.59 cores=1,3,5,7
/proc/26229/stat : 26229 (java) S 26226 26229 22446 0 -1 1077944320 9738 0 0 0 56 3 0 0 20 0 15 0 39467583 10914906112 13101 33554432000 4194304 4196468 140735712458272 140735712440816 140400753639159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
/proc/26229/statm: 2664772 13101 3065 1 0 2627263 0
[pid=26229/tid=26231] ppid=26226 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/26229/task/26231/stat : 26231 (java) R 26226 26229 22446 0 -1 4202560 5570 0 0 0 28 2 0 0 20 0 15 0 39467583 10914906112 13101 33554432000 4194304 4196468 140735712458272 140400757873968 140400350327141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26232] ppid=26226 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26232/stat : 26232 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914906112 13101 33554432000 4194304 4196468 140735712458272 140400679713296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26233] ppid=26226 vsize=10659088 memory=139849644542694 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26233/stat : 26233 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914906112 13101 33554432000 4194304 4196468 140735712458272 140400678660752 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26234] ppid=26226 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26234/stat : 26234 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10914906112 13101 33554432000 4194304 4196468 140735712458272 140400677607696 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26235] ppid=26226 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26235/stat : 26235 (java) S 26226 26229 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39467584 10914906112 13101 33554432000 4194304 4196468 140735712458272 140400676555152 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26236] ppid=26226 vsize=10659088 memory=139849644349056 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26236/stat : 26236 (java) S 26226 26229 22446 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39467586 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399990504176 140400753650306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26237] ppid=26226 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26237/stat : 26237 (java) S 26226 26229 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39467586 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399989450400 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26238] ppid=26226 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26238/stat : 26238 (java) S 26226 26229 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39467586 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399988397296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26239] ppid=26226 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26239/stat : 26239 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39467589 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399987345872 140400753657755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26240] ppid=26226 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26229/task/26240/stat : 26240 (java) R 26226 26229 22446 0 -1 4202560 1116 0 0 0 7 0 0 0 20 0 15 0 39467589 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399986273992 140400753660506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26241] ppid=26226 vsize=10659088 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/26229/task/26241/stat : 26241 (java) R 26226 26229 22446 0 -1 4202560 763 0 0 0 6 0 0 0 20 0 15 0 39467589 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399985221448 140400733332263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26242] ppid=26226 vsize=10659088 memory=139849644349056 CPUtime=0.13 cores=1,3,5,7
/proc/26229/task/26242/stat : 26242 (java) R 26226 26229 22446 0 -1 1077944384 916 0 0 0 13 0 0 0 20 0 15 0 39467589 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399984187376 140400753650306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26243] ppid=26226 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26243/stat : 26243 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39467589 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399983135072 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26244] ppid=26226 vsize=10659088 memory=139849644349056 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26244/stat : 26244 (java) S 26226 26229 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39467589 10914906112 13101 33554432000 4194304 4196468 140735712458272 140399982083120 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52404 KiB

[startup+0.701344 s]
/proc/loadavg: 4.39 3.71 3.08 6/217 26244
/proc/meminfo: memFree=15617224/32770624 swapFree=67108860/67108860
[pid=26229] ppid=26226 vsize=10663820 memory=220368 CPUtime=1.9 cores=1,3,5,7
/proc/26229/stat : 26229 (java) S 26226 26229 22446 0 -1 1077944320 22272 0 0 0 183 7 0 0 20 0 15 0 39467583 10919751680 55092 33554432000 4194304 4196468 140735712458272 140735712440816 140400753639159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
/proc/26229/statm: 2665955 55092 3105 1 0 2628446 0
[pid=26229/tid=26231] ppid=26226 vsize=10663820 memory=1728 CPUtime=0.66 cores=1,3,5,7
/proc/26229/task/26231/stat : 26231 (java) R 26226 26229 22446 0 -1 4202560 6038 0 0 0 62 4 0 0 20 0 15 0 39467583 10919751680 55092 33554432000 4194304 4196468 140735712458272 140400757866784 140400353951298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26232] ppid=26226 vsize=10663820 memory=796 CPUtime=0.01 cores=1,3,5,7
/proc/26229/task/26232/stat : 26232 (java) S 26226 26229 22446 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 39467584 10919751680 55092 33554432000 4194304 4196468 140735712458272 140400679713296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26233] ppid=26226 vsize=10663820 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26233/stat : 26233 (java) S 26226 26229 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39467584 10919751680 55092 33554432000 4194304 4196468 140735712458272 140400678660752 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26234] ppid=26226 vsize=10663820 memory=1228 CPUtime=0.01 cores=1,3,5,7
/proc/26229/task/26234/stat : 26234 (java) S 26226 26229 22446 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 39467584 10919751680 55092 33554432000 4194304 4196468 140735712458272 140400677607696 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26235] ppid=26226 vsize=10663820 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26235/stat : 26235 (java) S 26226 26229 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39467584 10919751680 55092 33554432000 4194304 4196468 140735712458272 140400676555152 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26236] ppid=26226 vsize=10663820 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26236/stat : 26236 (java) S 26226 26229 22446 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39467586 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399990504176 140400753650306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26237] ppid=26226 vsize=10663820 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26237/stat : 26237 (java) S 26226 26229 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39467586 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399989450400 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26238] ppid=26226 vsize=10663820 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26238/stat : 26238 (java) S 26226 26229 22446 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39467586 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399988397296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26239] ppid=26226 vsize=10663820 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26239/stat : 26239 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39467589 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399987345872 140400753657755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26240] ppid=26226 vsize=10663820 memory=6945208482816681536 CPUtime=0.4 cores=1,3,5,7
/proc/26229/task/26240/stat : 26240 (java) R 26226 26229 22446 0 -1 4202560 4963 0 0 0 40 0 0 0 20 0 15 0 39467589 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399986278768 140400735183377 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26241] ppid=26226 vsize=10663820 memory=7811323491934034026 CPUtime=0.41 cores=1,3,5,7
/proc/26229/task/26241/stat : 26241 (java) R 26226 26229 22446 0 -1 4202560 6122 0 0 0 40 1 0 0 20 0 15 0 39467589 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399985224952 140400735183599 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26242] ppid=26226 vsize=10663820 memory=5787213827113576551 CPUtime=0.37 cores=1,3,5,7
/proc/26229/task/26242/stat : 26242 (java) S 26226 26229 22446 0 -1 1077944384 3666 0 0 0 36 1 0 0 20 0 15 0 39467589 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399984187376 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26243] ppid=26226 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26243/stat : 26243 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39467589 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399983135072 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26244] ppid=26226 vsize=10663820 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26244/stat : 26244 (java) S 26226 26229 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39467589 10919751680 55092 33554432000 4194304 4196468 140735712458272 140399982083120 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10663820 KiB
Current children cumulated memory: 220368 KiB

[startup+1.50131 s]
/proc/loadavg: 4.39 3.71 3.08 7/217 26244
/proc/meminfo: memFree=15446092/32770624 swapFree=67108860/67108860
[pid=26229] ppid=26226 vsize=10659088 memory=440972 CPUtime=4.46 cores=1,3,5,7
/proc/26229/stat : 26229 (java) S 26226 26229 22446 0 -1 1077944320 24938 0 0 0 430 16 0 0 20 0 15 0 39467583 10914906112 110243 33554432000 4194304 4196468 140735712458272 140735712440816 140400753639159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
/proc/26229/statm: 2664772 110243 3155 1 0 2627263 0
[pid=26229/tid=26231] ppid=26226 vsize=10659088 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/26229/task/26231/stat : 26231 (java) S 26226 26229 22446 0 -1 1077944384 6119 0 0 0 129 6 0 0 20 0 15 0 39467583 10914906112 110243 33554432000 4194304 4196468 140735712458272 140400757873264 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26232] ppid=26226 vsize=10659088 memory=-6951259422114956437 CPUtime=0.09 cores=1,3,5,7
/proc/26229/task/26232/stat : 26232 (java) R 26226 26229 22446 0 -1 4202560 147 0 0 0 8 1 0 0 20 0 15 0 39467584 10914906112 110243 33554432000 4194304 4196468 140735712458272 140400679713496 140400738666578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26233] ppid=26226 vsize=10659088 memory=-6509546260019855295 CPUtime=0.07 cores=1,3,5,7
/proc/26229/task/26233/stat : 26233 (java) R 26226 26229 22446 0 -1 4202560 128 0 0 0 6 1 0 0 20 0 15 0 39467584 10914906112 110243 33554432000 4194304 4196468 140735712458272 140400678660640 140400738667763 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26234] ppid=26226 vsize=10659088 memory=-7390251449858225344 CPUtime=0.09 cores=1,3,5,7
/proc/26229/task/26234/stat : 26234 (java) R 26226 26229 22446 0 -1 4202560 144 0 0 0 8 1 0 0 20 0 15 0 39467584 10914906112 110243 33554432000 4194304 4196468 140735712458272 140400677607896 140400738666536 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26235] ppid=26226 vsize=10659088 memory=4134692831991786133 CPUtime=0.07 cores=1,3,5,7
/proc/26229/task/26235/stat : 26235 (java) R 26226 26229 22446 0 -1 4202560 45 0 0 0 6 1 0 0 20 0 15 0 39467584 10914906112 110243 33554432000 4194304 4196468 140735712458272 140400676555152 140400738666578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26236] ppid=26226 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26236/stat : 26236 (java) S 26226 26229 22446 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39467586 10914906112 110243 33554432000 4194304 4196468 140735712458272 140399990502688 140400753649365 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0

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

/proc/26229/task/26237/stat : 26237 (java) S 26226 26229 22446 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 39467586 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399989450464 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26238] ppid=26226 vsize=10727700 memory=2431656 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26238/stat : 26238 (java) S 26226 26229 22446 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39467586 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399988397312 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26239] ppid=26226 vsize=10727700 memory=2431656 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26239/stat : 26239 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39467589 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399987345872 140400753657755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26240] ppid=26226 vsize=10727700 memory=2431656 CPUtime=2.55 cores=1,3,5,7
/proc/26229/task/26240/stat : 26240 (java) S 26226 26229 22446 0 -1 1077944384 11900 0 0 0 252 3 0 0 20 0 16 0 39467589 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399986292976 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26241] ppid=26226 vsize=10727700 memory=2431656 CPUtime=2.08 cores=1,3,5,7
/proc/26229/task/26241/stat : 26241 (java) S 26226 26229 22446 0 -1 1077944384 10911 0 0 0 206 2 0 0 20 0 16 0 39467589 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399985240432 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26242] ppid=26226 vsize=10727700 memory=2431656 CPUtime=0.61 cores=1,3,5,7
/proc/26229/task/26242/stat : 26242 (java) S 26226 26229 22446 0 -1 1077944384 6153 0 0 0 59 2 0 0 20 0 16 0 39467589 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399984187376 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26243] ppid=26226 vsize=10727700 memory=2431656 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26243/stat : 26243 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39467589 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399983135072 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26244] ppid=26226 vsize=10727700 memory=2431656 CPUtime=1.42 cores=1,3,5,7
/proc/26229/task/26244/stat : 26244 (java) S 26226 26229 22446 0 -1 1077944384 3103 0 0 0 62 80 0 0 20 0 16 0 39467589 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399982083120 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26245] ppid=26226 vsize=10727700 memory=2431656 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26245/stat : 26245 (java) S 26226 26229 22446 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39468168 10985164800 607914 33554432000 4194304 4196468 140735712458272 140399978931760 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
Current children cumulated CPU time: 2341.4 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2431656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.9 s]
/proc/loadavg: 1.95 2.00 2.12 3/218 26420
/proc/meminfo: memFree=13001524/32770624 swapFree=67108860/67108860
[pid=26229] ppid=26226 vsize=10727700 memory=2431668 CPUtime=2400.04 cores=1,3,5,7
/proc/26229/stat : 26229 (java) S 26226 26229 22446 0 -1 1077944320 233105 0 0 0 239777 227 0 0 20 0 16 0 39467583 10985164800 607917 33554432000 4194304 4196468 140735712458272 140735712440816 140400753639159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
/proc/26229/statm: 2681925 607917 3191 1 0 2644416 0
[pid=26229/tid=26231] ppid=26226 vsize=10727700 memory=2431668 CPUtime=2374.97 cores=1,3,5,7
/proc/26229/task/26231/stat : 26231 (java) R 26226 26229 22446 0 -1 4202560 151295 0 0 0 237475 22 0 0 20 0 16 0 39467583 10985164800 607917 33554432000 4194304 4196468 140735712458272 140400757876056 140400356789095 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26232] ppid=26226 vsize=10727700 memory=2431668 CPUtime=4.12 cores=1,3,5,7
/proc/26229/task/26232/stat : 26232 (java) S 26226 26229 22446 0 -1 1077944384 7227 0 0 0 381 31 0 0 20 0 16 0 39467584 10985164800 607917 33554432000 4194304 4196468 140735712458272 140400679713296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26233] ppid=26226 vsize=10727700 memory=2431668 CPUtime=4.03 cores=1,3,5,7
/proc/26229/task/26233/stat : 26233 (java) S 26226 26229 22446 0 -1 1077944384 11929 0 0 0 373 30 0 0 20 0 16 0 39467584 10985164800 607917 33554432000 4194304 4196468 140735712458272 140400678660752 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26234] ppid=26226 vsize=10727700 memory=255 CPUtime=4.11 cores=1,3,5,7
/proc/26229/task/26234/stat : 26234 (java) S 26226 26229 22446 0 -1 1077944384 12705 0 0 0 380 31 0 0 20 0 16 0 39467584 10985164800 607917 33554432000 4194304 4196468 140735712458272 140400677607696 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26235] ppid=26226 vsize=10727700 memory=2257 CPUtime=4.1 cores=1,3,5,7
/proc/26229/task/26235/stat : 26235 (java) S 26226 26229 22446 0 -1 1077944384 9517 0 0 0 380 30 0 0 20 0 16 0 39467584 10985164800 607917 33554432000 4194304 4196468 140735712458272 140400676555152 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26236] ppid=26226 vsize=10727700 memory=1792 CPUtime=1.91 cores=1,3,5,7
/proc/26229/task/26236/stat : 26236 (java) S 26226 26229 22446 0 -1 1077944384 6900 0 0 0 188 3 0 0 20 0 16 0 39467586 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399990504176 140400753650306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26237] ppid=26226 vsize=10727700 memory=56 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26237/stat : 26237 (java) S 26226 26229 22446 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 39467586 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399989450464 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26238] ppid=26226 vsize=10727700 memory=2431668 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26238/stat : 26238 (java) S 26226 26229 22446 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39467586 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399988397312 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26239] ppid=26226 vsize=10727700 memory=2431668 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26239/stat : 26239 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39467589 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399987345872 140400753657755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26240] ppid=26226 vsize=10727700 memory=13992 CPUtime=2.55 cores=1,3,5,7
/proc/26229/task/26240/stat : 26240 (java) S 26226 26229 22446 0 -1 1077944384 11906 0 0 0 252 3 0 0 20 0 16 0 39467589 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399986292976 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26241] ppid=26226 vsize=10727700 memory=2420 CPUtime=2.08 cores=1,3,5,7
/proc/26229/task/26241/stat : 26241 (java) S 26226 26229 22446 0 -1 1077944384 10914 0 0 0 206 2 0 0 20 0 16 0 39467589 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399985240432 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26242] ppid=26226 vsize=10727700 memory=2431668 CPUtime=0.62 cores=1,3,5,7
/proc/26229/task/26242/stat : 26242 (java) S 26226 26229 22446 0 -1 1077944384 6163 0 0 0 59 3 0 0 20 0 16 0 39467589 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399984187376 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26243] ppid=26226 vsize=10727700 memory=960 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26243/stat : 26243 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39467589 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399983135072 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26244] ppid=26226 vsize=10727700 memory=4465 CPUtime=1.46 cores=1,3,5,7
/proc/26229/task/26244/stat : 26244 (java) S 26226 26229 22446 0 -1 1077944384 3141 0 0 0 64 82 0 0 20 0 16 0 39467589 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399982083120 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26245] ppid=26226 vsize=10727700 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26245/stat : 26245 (java) S 26226 26229 22446 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39468168 10985164800 607917 33554432000 4194304 4196468 140735712458272 140399978931760 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2431668 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2381.16 s]
# the end of solver process 26229 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.86 s, system=2.28951 s

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

[startup+2381.01 s]*
/proc/loadavg: 1.95 2.00 2.12 2/219 26423
/proc/meminfo: memFree=13001524/32770624 swapFree=67108860/67108860
[pid=26229] ppid=26226 vsize=10927392 memory=2431876 CPUtime=2400.07 cores=1,3,5,7
/proc/26229/stat : 26229 (java) S 26226 26229 22446 0 -1 1077944320 233632 0 0 0 239780 227 0 0 20 0 17 0 39467583 11189649408 607969 33554432000 4194304 4196468 140735712458272 140735712440816 140400753639159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
/proc/26229/statm: 2731848 607969 3193 1 0 2694339 0
[pid=26229/tid=26231] ppid=26226 vsize=10927392 memory=1196 CPUtime=2375 cores=1,3,5,7
/proc/26229/task/26231/stat : 26231 (java) S 26226 26229 22446 0 -1 1077944384 151320 0 0 0 237478 22 0 0 20 0 17 0 39467583 11189649408 607969 33554432000 4194304 4196468 140735712458272 140400757882032 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26232] ppid=26226 vsize=10927392 memory=-7395409520647495987 CPUtime=4.12 cores=1,3,5,7
/proc/26229/task/26232/stat : 26232 (java) S 26226 26229 22446 0 -1 1077944384 7227 0 0 0 381 31 0 0 20 0 17 0 39467584 11189649408 607969 33554432000 4194304 4196468 140735712458272 140400679713296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26233] ppid=26226 vsize=10927392 memory=4616 CPUtime=4.03 cores=1,3,5,7
/proc/26229/task/26233/stat : 26233 (java) S 26226 26229 22446 0 -1 1077944384 11929 0 0 0 373 30 0 0 20 0 17 0 39467584 11189649408 607969 33554432000 4194304 4196468 140735712458272 140400678660752 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26234] ppid=26226 vsize=10927392 memory=1424 CPUtime=4.11 cores=1,3,5,7
/proc/26229/task/26234/stat : 26234 (java) S 26226 26229 22446 0 -1 1077944384 12705 0 0 0 380 31 0 0 20 0 17 0 39467584 11189649408 607969 33554432000 4194304 4196468 140735712458272 140400677607696 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26235] ppid=26226 vsize=10927392 memory=15868 CPUtime=4.1 cores=1,3,5,7
/proc/26229/task/26235/stat : 26235 (java) S 26226 26229 22446 0 -1 1077944384 9517 0 0 0 380 30 0 0 20 0 17 0 39467584 11189649408 607969 33554432000 4194304 4196468 140735712458272 140400676555152 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26236] ppid=26226 vsize=10927392 memory=4052 CPUtime=1.91 cores=1,3,5,7
/proc/26229/task/26236/stat : 26236 (java) S 26226 26229 22446 0 -1 1077944384 6927 0 0 0 188 3 0 0 20 0 17 0 39467586 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399990504176 140400753650306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26237] ppid=26226 vsize=10927392 memory=736 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26237/stat : 26237 (java) S 26226 26229 22446 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 39467586 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399989450464 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26238] ppid=26226 vsize=10927392 memory=-7395409520647495987 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26238/stat : 26238 (java) S 26226 26229 22446 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39467586 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399988397312 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26239] ppid=26226 vsize=10927392 memory=2431656 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26239/stat : 26239 (java) S 26226 26229 22446 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 17 0 39467589 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399987345872 140400753657755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26240] ppid=26226 vsize=10927392 memory=5368 CPUtime=2.55 cores=1,3,5,7
/proc/26229/task/26240/stat : 26240 (java) S 26226 26229 22446 0 -1 1077944384 11906 0 0 0 252 3 0 0 20 0 17 0 39467589 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399986292976 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26241] ppid=26226 vsize=10927392 memory=1936 CPUtime=2.08 cores=1,3,5,7
/proc/26229/task/26241/stat : 26241 (java) S 26226 26229 22446 0 -1 1077944384 10914 0 0 0 206 2 0 0 20 0 17 0 39467589 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399985240432 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26242] ppid=26226 vsize=10927392 memory=1196 CPUtime=0.62 cores=1,3,5,7
/proc/26229/task/26242/stat : 26242 (java) S 26226 26229 22446 0 -1 1077944384 6263 0 0 0 59 3 0 0 20 0 17 0 39467589 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399984187376 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26243] ppid=26226 vsize=10927392 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26243/stat : 26243 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39467589 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399983135072 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26244] ppid=26226 vsize=10927392 memory=844 CPUtime=1.46 cores=1,3,5,7
/proc/26229/task/26244/stat : 26244 (java) S 26226 26229 22446 0 -1 1077944384 3141 0 0 0 64 82 0 0 20 0 17 0 39467589 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399982083120 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26421] ppid=26226 vsize=10927392 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26421/stat : 26421 (java) S 26226 26229 22446 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39705674 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399977878000 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26422] ppid=26226 vsize=10927392 memory=916 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26422/stat : 26422 (java) S 26226 26229 22446 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 39705674 11189649408 607969 33554432000 4194304 4196468 140735712458272 140399976826384 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2431876 KiB

[startup+2381.11 s]
/proc/loadavg: 1.95 2.00 2.12 2/219 26423
/proc/meminfo: memFree=13001524/32770624 swapFree=67108860/67108860
[pid=26229] ppid=26226 vsize=10927392 memory=2431960 CPUtime=2400.08 cores=1,3,5,7
/proc/26229/stat : 26229 (java) S 26226 26229 22446 0 -1 1077944320 233760 0 0 0 239781 227 0 0 20 0 17 0 39467583 11189649408 607990 33554432000 4194304 4196468 140735712458272 140735712440816 140400753639159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
/proc/26229/statm: 2731848 607990 3193 1 0 2694339 0
[pid=26229/tid=26231] ppid=26226 vsize=10927392 memory=2431668 CPUtime=2375 cores=1,3,5,7
/proc/26229/task/26231/stat : 26231 (java) S 26226 26229 22446 0 -1 1077944384 151320 0 0 0 237478 22 0 0 20 0 17 0 39467583 11189649408 607990 33554432000 4194304 4196468 140735712458272 140400757882032 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26232] ppid=26226 vsize=10927392 memory=2431668 CPUtime=4.12 cores=1,3,5,7
/proc/26229/task/26232/stat : 26232 (java) S 26226 26229 22446 0 -1 1077944384 7227 0 0 0 381 31 0 0 20 0 17 0 39467584 11189649408 607990 33554432000 4194304 4196468 140735712458272 140400679713296 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26233] ppid=26226 vsize=10927392 memory=2431668 CPUtime=4.03 cores=1,3,5,7
/proc/26229/task/26233/stat : 26233 (java) S 26226 26229 22446 0 -1 1077944384 11929 0 0 0 373 30 0 0 20 0 17 0 39467584 11189649408 607990 33554432000 4194304 4196468 140735712458272 140400678660752 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26234] ppid=26226 vsize=10927392 memory=2431668 CPUtime=4.11 cores=1,3,5,7
/proc/26229/task/26234/stat : 26234 (java) S 26226 26229 22446 0 -1 1077944384 12705 0 0 0 380 31 0 0 20 0 17 0 39467584 11189649408 607990 33554432000 4194304 4196468 140735712458272 140400677607696 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26235] ppid=26226 vsize=10927392 memory=1792 CPUtime=4.1 cores=1,3,5,7
/proc/26229/task/26235/stat : 26235 (java) S 26226 26229 22446 0 -1 1077944384 9517 0 0 0 380 30 0 0 20 0 17 0 39467584 11189649408 607990 33554432000 4194304 4196468 140735712458272 140400676555152 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26236] ppid=26226 vsize=10927392 memory=2257 CPUtime=1.91 cores=1,3,5,7
/proc/26229/task/26236/stat : 26236 (java) S 26226 26229 22446 0 -1 1077944384 6927 0 0 0 188 3 0 0 20 0 17 0 39467586 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399990504176 140400753650306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26237] ppid=26226 vsize=10927392 memory=56 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26237/stat : 26237 (java) S 26226 26229 22446 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 39467586 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399989450464 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26238] ppid=26226 vsize=10927392 memory=13992 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26238/stat : 26238 (java) S 26226 26229 22446 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39467586 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399988397312 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26239] ppid=26226 vsize=10927392 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26239/stat : 26239 (java) S 26226 26229 22446 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 17 0 39467589 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399987345872 140400753657755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26240] ppid=26226 vsize=10927392 memory=2431668 CPUtime=2.55 cores=1,3,5,7
/proc/26229/task/26240/stat : 26240 (java) R 26226 26229 22446 0 -1 1077944384 11906 0 0 0 252 3 0 0 20 0 17 0 39467589 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399986292976 140400753650306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26241] ppid=26226 vsize=10927392 memory=960 CPUtime=2.08 cores=1,3,5,7
/proc/26229/task/26241/stat : 26241 (java) R 26226 26229 22446 0 -1 4202560 10959 0 0 0 206 2 0 0 20 0 17 0 39467589 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399985240432 140400735049309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26242] ppid=26226 vsize=10927392 memory=2431668 CPUtime=0.62 cores=1,3,5,7
/proc/26229/task/26242/stat : 26242 (java) R 26226 26229 22446 0 -1 4202560 6272 0 0 0 59 3 0 0 20 0 17 0 39467589 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399984185168 140400753660506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26243] ppid=26226 vsize=10927392 memory=2431668 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26243/stat : 26243 (java) S 26226 26229 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39467589 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399983135072 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26244] ppid=26226 vsize=10927392 memory=4465 CPUtime=1.46 cores=1,3,5,7
/proc/26229/task/26244/stat : 26244 (java) S 26226 26229 22446 0 -1 1077944384 3141 0 0 0 64 82 0 0 20 0 17 0 39467589 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399982083120 140400753650306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26421] ppid=26226 vsize=10927392 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26421/stat : 26421 (java) S 26226 26229 22446 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39705674 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399977878000 140400753649365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
[pid=26229/tid=26422] ppid=26226 vsize=10927392 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/26229/task/26422/stat : 26422 (java) R 26226 26229 22446 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 17 0 39705674 11189649408 607990 33554432000 4194304 4196468 140735712458272 140399976823312 140400350489196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25124864 140735712466033 140735712466185 140735712466185 140735712468943 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2431960 KiB

Child status: 143
Real time (s): 2381.16
CPU time (s): 2400.15
CPU user time (s): 2397.86
CPU system time (s): 2.28951
CPU usage (%): 100.797
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2431960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.86
system time used= 2.28951
maximum resident set size= 2432276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233903
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56657
involuntary context switches= 1124


# summary of solver processes directly reported to runsolver:
#   pid: 26229
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2397.86
#   total CPU system time (s): 2.28951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1 second user time and 22.7762 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 02:24:04
IDJOB=4290025
IDBENCH=141454
IDSOLVER=2742
FILE ID=node105/4290025-1532219044
RUNJOBID= node105-1532208388-24576
PBS_JOBID= 21018938
Free space on /tmp= 44920 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CarSequencing/CarSequencing-70-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290025-1532219044/watcher-4290025-1532219044 -o /tmp/evaluation-result-4290025-1532219044/solver-4290025-1532219044 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532208388-24576 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290025-1532219044.xml

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

MD5SUM BENCH= 5ebb66a2f72e45e9d6642a776a6cc19c
RANDOM SEED=26611839

node105.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.32
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.32
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.32
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.32
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:        15691340 kB
MemAvailable:   31394236 kB
Buffers:          126632 kB
Cached:         15551340 kB
SwapCached:            0 kB
Active:          1731976 kB
Inactive:       14545744 kB
Active(anon):     553396 kB
Inactive(anon):    66376 kB
Active(file):    1178580 kB
Inactive(file): 14479368 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2472 kB
Writeback:            12 kB
AnonPages:        606808 kB
Mapped:            46792 kB
Shmem:             17036 kB
Slab:             500152 kB
SReclaimable:     473408 kB
SUnreclaim:        26744 kB
KernelStack:        3552 kB
PageTables:         6320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1563528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44916 MiB
End job on node105 at 2018-07-22 03:03:45