Trace number 4289748

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) 2400.16 2367.27

General information on the benchmark

NameStillLife/
StillLife-wastage-12_c18.xml
MD5SUM1705a9e2268f4ba11e634eeea0e95112
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark39.9207
Satisfiable
(Un)Satisfiability was proved
Number of variables407
Number of constraints272
Number of domains4
Minimum domain size2
Maximum domain size393
Distribution of domain sizes[{"size":2,"count":196},{"size":3,"count":196},{"size":145,"count":1},{"size":393,"count":14}]
Minimum variable degree1
Maximum variable degree15
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":193},{"degree":3,"count":17},{"degree":4,"count":48},{"degree":8,"count":44},{"degree":9,"count":100},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":62},{"arity":3,"count":48},{"arity":10,"count":144},{"arity":14,"count":4},{"arity":15,"count":1},{"arity":16,"count":13}]
Number of extensional constraints192
Number of intensional constraints61
Distribution of constraint types[{"type":"extension","count":192},{"type":"intension","count":61},{"type":"sum","count":15},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289748-1532209719/watcher-4289748-1532209719 -o /tmp/evaluation-result-4289748-1532209719/solver-4289748-1532209719 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28182 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289748-1532209719.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
solver pid=28216, runsolver pid=28209
Current StackSize limit: 8192 KiB


[startup+0.101106 s]*
/proc/loadavg: 1.08 1.03 1.13 2/219 28240
/proc/meminfo: memFree=21073720/32770624 swapFree=67108860/67108860
[pid=28216] ppid=28209 vsize=10659012 memory=30664 CPUtime=0.12 cores=1,3,5,7
/proc/28216/stat : 28216 (java) S 28209 28216 25837 0 -1 1077944320 6726 0 0 0 12 0 0 0 20 0 15 0 38535039 10914828288 7666 33554432000 4194304 4196468 140724642037728 140724642020272 139729030975223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
/proc/28216/statm: 2664753 7666 2814 1 0 2627263 0
[pid=28216/tid=28218] ppid=28209 vsize=10659012 memory=-8773748148829851517 CPUtime=0.09 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (java) R 28209 28216 25837 0 -1 4202560 4562 0 0 0 9 0 0 0 20 0 15 0 38535039 10914828288 7666 33554432000 4194304 4196468 140724642037728 139729035179888 139729030997149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28219] ppid=28209 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728983596176 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28220] ppid=28209 vsize=10659012 memory=140221632497280 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28220/stat : 28220 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728982543376 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28221] ppid=28209 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28221/stat : 28221 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728981490576 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28222] ppid=28209 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28222/stat : 28222 (java) S 28209 28216 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728980437776 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28226] ppid=28209 vsize=10659012 memory=140221632497280 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28226/stat : 28226 (java) S 28209 28216 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535041 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728134089072 139729030986370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28227] ppid=28209 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28227/stat : 28227 (java) S 28209 28216 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38535042 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728133035040 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28228] ppid=28209 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28228/stat : 28228 (java) S 28209 28216 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38535042 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728131982192 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28235] ppid=28209 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28235/stat : 28235 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535044 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728130930512 139729030993819 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28236] ppid=28209 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28236/stat : 28236 (java) S 28209 28216 25837 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 38535044 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728129878896 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28237] ppid=28209 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28237/stat : 28237 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535044 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728128826096 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28238] ppid=28209 vsize=10659012 memory=140221632497280 CPUtime=0.02 cores=1,3,5,7
/proc/28216/task/28238/stat : 28238 (java) R 28209 28216 25837 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 38535044 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728127773296 139729023212350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28239] ppid=28209 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28239/stat : 28239 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535045 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728126720736 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28240] ppid=28209 vsize=10659012 memory=140221632497280 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28240/stat : 28240 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535045 10914828288 7666 33554432000 4194304 4196468 140724642037728 139728125668016 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30664 KiB

[startup+0.211222 s]*
/proc/loadavg: 1.08 1.03 1.13 3/219 28240
/proc/meminfo: memFree=21052192/32770624 swapFree=67108860/67108860
[pid=28216] ppid=28209 vsize=10659012 memory=42128 CPUtime=0.32 cores=1,3,5,7
/proc/28216/stat : 28216 (java) S 28209 28216 25837 0 -1 1077944320 8101 0 0 0 31 1 0 0 20 0 15 0 38535039 10914828288 10532 33554432000 4194304 4196468 140724642037728 140724642020272 139729030975223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
/proc/28216/statm: 2664753 10532 3007 1 0 2627263 0
[pid=28216/tid=28218] ppid=28209 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (java) R 28209 28216 25837 0 -1 4202560 5020 0 0 0 19 1 0 0 20 0 15 0 38535039 10914828288 10532 33554432000 4194304 4196468 140724642037728 139729035211504 139729015018853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28219] ppid=28209 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728983596176 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28220] ppid=28209 vsize=10659012 memory=288370597784209024 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28220/stat : 28220 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728982543376 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28221] ppid=28209 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28221/stat : 28221 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728981490576 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28222] ppid=28209 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28222/stat : 28222 (java) S 28209 28216 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728980437776 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28226] ppid=28209 vsize=10659012 memory=140221632497280 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28226/stat : 28226 (java) S 28209 28216 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535041 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728134089072 139729030986370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28227] ppid=28209 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28227/stat : 28227 (java) S 28209 28216 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38535042 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728133035040 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28228] ppid=28209 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28228/stat : 28228 (java) S 28209 28216 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38535042 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728131982192 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28235] ppid=28209 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28235/stat : 28235 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535044 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728130930512 139729030993819 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28236] ppid=28209 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28216/task/28236/stat : 28236 (java) S 28209 28216 25837 0 -1 1077944384 665 0 0 0 1 0 0 0 20 0 15 0 38535044 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728129878896 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28237] ppid=28209 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28216/task/28237/stat : 28237 (java) S 28209 28216 25837 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 38535044 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728128826096 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28238] ppid=28209 vsize=10659012 memory=140221632497280 CPUtime=0.07 cores=1,3,5,7
/proc/28216/task/28238/stat : 28238 (java) R 28209 28216 25837 0 -1 4202560 687 0 0 0 7 0 0 0 20 0 15 0 38535044 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728127773296 139729012547644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28239] ppid=28209 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28239/stat : 28239 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535045 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728126720736 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28240] ppid=28209 vsize=10659012 memory=140221632497280 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28240/stat : 28240 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535045 10914828288 10532 33554432000 4194304 4196468 140724642037728 139728125668016 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42128 KiB

[startup+0.311344 s]*
/proc/loadavg: 1.08 1.03 1.13 11/219 28240
/proc/meminfo: memFree=21040424/32770624 swapFree=67108860/67108860
[pid=28216] ppid=28209 vsize=10659088 memory=47048 CPUtime=0.51 cores=1,3,5,7
/proc/28216/stat : 28216 (java) S 28209 28216 25837 0 -1 1077944320 8859 0 0 0 49 2 0 0 20 0 15 0 38535039 10914906112 11762 33554432000 4194304 4196468 140724642037728 140724642020272 139729030975223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
/proc/28216/statm: 2664772 11762 3050 1 0 2627263 0
[pid=28216/tid=28218] ppid=28209 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (java) S 28209 28216 25837 0 -1 1077944384 5590 0 0 0 28 1 0 0 20 0 15 0 38535039 10914906112 11762 33554432000 4194304 4196468 140724642037728 139729035212192 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28219] ppid=28209 vsize=10659088 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728983596176 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28220] ppid=28209 vsize=10659088 memory=288370597784209024 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28220/stat : 28220 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728982543376 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28221] ppid=28209 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28221/stat : 28221 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728981490576 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28222] ppid=28209 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28222/stat : 28222 (java) S 28209 28216 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535040 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728980437776 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28226] ppid=28209 vsize=10659088 memory=140221632497280 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28226/stat : 28226 (java) S 28209 28216 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535041 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728134089072 139729030986370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28227] ppid=28209 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28227/stat : 28227 (java) S 28209 28216 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38535042 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728133035040 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28228] ppid=28209 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28228/stat : 28228 (java) S 28209 28216 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38535042 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728131982192 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28235] ppid=28209 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28235/stat : 28235 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535044 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728130930512 139729030993819 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28236] ppid=28209 vsize=10659088 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28216/task/28236/stat : 28236 (java) R 28209 28216 25837 0 -1 1077944384 684 0 0 0 2 0 0 0 20 0 15 0 38535044 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728129878896 139729030986370 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28237] ppid=28209 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28216/task/28237/stat : 28237 (java) R 28209 28216 25837 0 -1 4202560 449 0 0 0 4 0 0 0 20 0 15 0 38535044 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728128816480 139729012518512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28238] ppid=28209 vsize=10659088 memory=140221632497280 CPUtime=0.13 cores=1,3,5,7
/proc/28216/task/28238/stat : 28238 (java) R 28209 28216 25837 0 -1 4202560 768 0 0 0 13 0 0 0 20 0 15 0 38535044 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728127771256 139729009900938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28239] ppid=28209 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28239/stat : 28239 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535045 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728126720736 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28240] ppid=28209 vsize=10659088 memory=140221632497280 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28240/stat : 28240 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535045 10914906112 11762 33554432000 4194304 4196468 140724642037728 139728125668016 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47048 KiB

[startup+0.700783 s]
/proc/loadavg: 1.08 1.03 1.13 12/219 28240
/proc/meminfo: memFree=20998400/32770624 swapFree=67108860/67108860
[pid=28216] ppid=28209 vsize=10661136 memory=141412 CPUtime=1.66 cores=1,3,5,7
/proc/28216/stat : 28216 (java) S 28209 28216 25837 0 -1 1077944320 14670 0 0 0 161 5 0 0 20 0 15 0 38535039 10917003264 35353 33554432000 4194304 4196468 140724642037728 140724642020272 139729030975223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
/proc/28216/statm: 2665284 35353 3114 1 0 2627775 0
[pid=28216/tid=28218] ppid=28209 vsize=10661136 memory=18472 CPUtime=0.66 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (java) R 28209 28216 25837 0 -1 4202560 6073 0 0 0 63 3 0 0 20 0 15 0 38535039 10917003264 35353 33554432000 4194304 4196468 140724642037728 139729035196048 139728661558018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28219] ppid=28209 vsize=10661136 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728983596176 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28220] ppid=28209 vsize=10661136 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28220/stat : 28220 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728982543376 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28221] ppid=28209 vsize=10661136 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28221/stat : 28221 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535040 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728981490576 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28222] ppid=28209 vsize=10661136 memory=648 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28222/stat : 28222 (java) S 28209 28216 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535040 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728980437776 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28226] ppid=28209 vsize=10661136 memory=956 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28226/stat : 28226 (java) S 28209 28216 25837 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38535041 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728134089072 139729030986370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28227] ppid=28209 vsize=10661136 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28227/stat : 28227 (java) S 28209 28216 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38535042 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728133035040 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28228] ppid=28209 vsize=10661136 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28228/stat : 28228 (java) S 28209 28216 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38535042 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728131982192 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28235] ppid=28209 vsize=10661136 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28235/stat : 28235 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535044 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728130930512 139729030993819 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28236] ppid=28209 vsize=10661136 memory=6083637879880577129 CPUtime=0.3 cores=1,3,5,7
/proc/28216/task/28236/stat : 28236 (java) D 28209 28216 25837 0 -1 4202560 2102 0 0 0 30 0 0 0 20 0 15 0 38535044 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728129871384 139729010882359 0 4 0 16800975 18446744072100891781 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28237] ppid=28209 vsize=10661136 memory=5860705283049084265 CPUtime=0.33 cores=1,3,5,7
/proc/28216/task/28237/stat : 28237 (java) R 28209 28216 25837 0 -1 4202560 3335 0 0 0 33 0 0 0 20 0 15 0 38535044 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728128807632 139729014386024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28238] ppid=28209 vsize=10661136 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/28216/task/28238/stat : 28238 (java) D 28209 28216 25837 0 -1 4202560 1789 0 0 0 33 0 0 0 20 0 15 0 38535044 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728127773216 139729010899359 0 4 0 16800975 18446744072100891781 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28239] ppid=28209 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28239/stat : 28239 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535045 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728126720736 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28240] ppid=28209 vsize=10661136 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28240/stat : 28240 (java) S 28209 28216 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535045 10917003264 35353 33554432000 4194304 4196468 140724642037728 139728125668016 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 141412 KiB

[startup+1.50081 s]
/proc/loadavg: 1.08 1.03 1.13 7/219 28240
/proc/meminfo: memFree=20678300/32770624 swapFree=67108860/67108860
[pid=28216] ppid=28209 vsize=10661136 memory=274964 CPUtime=3.94 cores=1,3,5,7
/proc/28216/stat : 28216 (java) S 28209 28216 25837 0 -1 1077944320 21785 0 0 0 384 10 0 0 20 0 15 0 38535039 10917003264 68741 33554432000 4194304 4196468 140724642037728 140724642020272 139729030975223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
/proc/28216/statm: 2665284 68741 3147 1 0 2627775 0
[pid=28216/tid=28218] ppid=28209 vsize=10661136 memory=-2247047206207641111 CPUtime=1.27 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (java) R 28209 28216 25837 0 -1 4202560 6099 0 0 0 124 3 0 0 20 0 15 0 38535039 10917003264 68741 33554432000 4194304 4196468 140724642037728 139729035205984 139728661827051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28219] ppid=28209 vsize=10661136 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (java) S 28209 28216 25837 0 -1 1077944384 119 0 0 0 6 1 0 0 20 0 15 0 38535040 10917003264 68741 33554432000 4194304 4196468 140724642037728 139728983596176 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28220] ppid=28209 vsize=10661136 memory=6943526294502006880 CPUtime=0.05 cores=1,3,5,7
/proc/28216/task/28220/stat : 28220 (java) S 28209 28216 25837 0 -1 1077944384 98 0 0 0 5 0 0 0 20 0 15 0 38535040 10917003264 68741 33554432000 4194304 4196468 140724642037728 139728982543376 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28221] ppid=28209 vsize=10661136 memory=6944652177228980320 CPUtime=0.03 cores=1,3,5,7
/proc/28216/task/28221/stat : 28221 (java) S 28209 28216 25837 0 -1 1077944384 36 0 0 0 3 0 0 0 20 0 15 0 38535040 10917003264 68741 33554432000 4194304 4196468 140724642037728 139728981490576 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28222] ppid=28209 vsize=10661136 memory=-2025810976467231676 CPUtime=0.06 cores=1,3,5,7
/proc/28216/task/28222/stat : 28222 (java) S 28209 28216 25837 0 -1 1077944384 143 0 0 0 5 1 0 0 20 0 15 0 38535040 10917003264 68741 33554432000 4194304 4196468 140724642037728 139728980437776 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28226] ppid=28209 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28226/stat : 28226 (java) S 28209 28216 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 38535041 10917003264 68741 33554432000 4194304 4196468 140724642037728 139728134089072 139729030986370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0

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

/proc/28216/task/28227/stat : 28227 (java) S 28209 28216 25837 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 38535042 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728133035104 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28228] ppid=28209 vsize=10727700 memory=3340 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28228/stat : 28228 (java) S 28209 28216 25837 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38535042 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728131982208 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28235] ppid=28209 vsize=10727700 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28235/stat : 28235 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38535044 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728130930512 139729030993819 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28236] ppid=28209 vsize=10727700 memory=6791534058613427641 CPUtime=1.96 cores=1,3,5,7
/proc/28216/task/28236/stat : 28236 (java) S 28209 28216 25837 0 -1 1077944384 13170 0 0 0 193 3 0 0 20 0 16 0 38535044 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728129878896 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28237] ppid=28209 vsize=10727700 memory=4126316290023845779 CPUtime=2.22 cores=1,3,5,7
/proc/28216/task/28237/stat : 28237 (java) S 28209 28216 25837 0 -1 1077944384 14635 0 0 0 220 2 0 0 20 0 16 0 38535044 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728128826096 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28238] ppid=28209 vsize=10727700 memory=6791534058613427641 CPUtime=0.56 cores=1,3,5,7
/proc/28216/task/28238/stat : 28238 (java) S 28209 28216 25837 0 -1 1077944384 9062 0 0 0 54 2 0 0 20 0 16 0 38535044 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728127773296 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28239] ppid=28209 vsize=10727700 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28239/stat : 28239 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38535045 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728126720736 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28240] ppid=28209 vsize=10727700 memory=1224 CPUtime=1.52 cores=1,3,5,7
/proc/28216/task/28240/stat : 28240 (java) S 28209 28216 25837 0 -1 1077944384 2341 0 0 0 68 84 0 0 20 0 16 0 38535045 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728125668016 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28241] ppid=28209 vsize=10727700 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28241/stat : 28241 (java) S 28209 28216 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38537129 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728122516400 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
Current children cumulated CPU time: 2355.33 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4664744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367 s]
/proc/loadavg: 2.05 2.19 2.04 4/220 28444
/proc/meminfo: memFree=16363436/32770624 swapFree=67108860/67108860
[pid=28216] ppid=28209 vsize=10727700 memory=4664744 CPUtime=2400.06 cores=1,3,5,7
/proc/28216/stat : 28216 (java) S 28209 28216 25837 0 -1 1077944320 1629399 0 0 0 239573 433 0 0 20 0 16 0 38535039 10985164800 1166186 33554432000 4194304 4196468 140724642037728 140724642020272 139729030975223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
/proc/28216/statm: 2681925 1166186 3190 1 0 2644416 0
[pid=28216/tid=28218] ppid=28209 vsize=10727700 memory=4664744 CPUtime=2353.78 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (java) R 28209 28216 25837 0 -1 4202560 1427190 0 0 0 235271 107 0 0 20 0 16 0 38535039 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139729035213672 139728663474083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28219] ppid=28209 vsize=10727700 memory=4664744 CPUtime=9.03 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (java) S 28209 28216 25837 0 -1 1077944384 43604 0 0 0 841 62 0 0 20 0 16 0 38535040 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728983596176 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28220] ppid=28209 vsize=10727700 memory=4664744 CPUtime=9 cores=1,3,5,7
/proc/28216/task/28220/stat : 28220 (java) S 28209 28216 25837 0 -1 1077944384 30572 0 0 0 838 62 0 0 20 0 16 0 38535040 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728982543376 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28221] ppid=28209 vsize=10727700 memory=4664744 CPUtime=8.92 cores=1,3,5,7
/proc/28216/task/28221/stat : 28221 (java) S 28209 28216 25837 0 -1 1077944384 38765 0 0 0 833 59 0 0 20 0 16 0 38535040 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728981490576 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28222] ppid=28209 vsize=10727700 memory=4664744 CPUtime=8.98 cores=1,3,5,7
/proc/28216/task/28222/stat : 28222 (java) S 28209 28216 25837 0 -1 1077944384 38063 0 0 0 837 61 0 0 20 0 16 0 38535040 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728980437776 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28226] ppid=28209 vsize=10727700 memory=4664744 CPUtime=3.96 cores=1,3,5,7
/proc/28216/task/28226/stat : 28226 (java) S 28209 28216 25837 0 -1 1077944384 10509 0 0 0 393 3 0 0 20 0 16 0 38535041 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728134089072 139729030986370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28227] ppid=28209 vsize=10727700 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28227/stat : 28227 (java) S 28209 28216 25837 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 38535042 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728133035104 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28228] ppid=28209 vsize=10727700 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28228/stat : 28228 (java) S 28209 28216 25837 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38535042 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728131982208 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28235] ppid=28209 vsize=10727700 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28235/stat : 28235 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38535044 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728130930512 139729030993819 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28236] ppid=28209 vsize=10727700 memory=3690876246812680805 CPUtime=1.96 cores=1,3,5,7
/proc/28216/task/28236/stat : 28236 (java) S 28209 28216 25837 0 -1 1077944384 13177 0 0 0 193 3 0 0 20 0 16 0 38535044 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728129878896 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28237] ppid=28209 vsize=10727700 memory=4664744 CPUtime=2.22 cores=1,3,5,7
/proc/28216/task/28237/stat : 28237 (java) S 28209 28216 25837 0 -1 1077944384 14639 0 0 0 220 2 0 0 20 0 16 0 38535044 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728128826096 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28238] ppid=28209 vsize=10727700 memory=4664744 CPUtime=0.56 cores=1,3,5,7
/proc/28216/task/28238/stat : 28238 (java) S 28209 28216 25837 0 -1 1077944384 9065 0 0 0 54 2 0 0 20 0 16 0 38535044 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728127773296 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28239] ppid=28209 vsize=10727700 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28239/stat : 28239 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38535045 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728126720736 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28240] ppid=28209 vsize=10727700 memory=4664744 CPUtime=1.54 cores=1,3,5,7
/proc/28216/task/28240/stat : 28240 (java) S 28209 28216 25837 0 -1 1077944384 2381 0 0 0 69 85 0 0 20 0 16 0 38535045 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728125668016 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28241] ppid=28209 vsize=10727700 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28241/stat : 28241 (java) S 28209 28216 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38537129 10985164800 1166186 33554432000 4194304 4196468 140724642037728 139728122516400 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4664744 KiB

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

[startup+2367.27 s]
# the end of solver process 28216 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.78 s, system=4.38173 s

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

[startup+2367.11 s]*
/proc/loadavg: 2.05 2.19 2.04 2/221 28447
/proc/meminfo: memFree=16361248/32770624 swapFree=67108860/67108860
[pid=28216] ppid=28209 vsize=10927392 memory=4665060 CPUtime=2400.08 cores=1,3,5,7
/proc/28216/stat : 28216 (java) S 28209 28216 25837 0 -1 1077944320 1630529 0 0 0 239575 433 0 0 20 0 17 0 38535039 11189649408 1166265 33554432000 4194304 4196468 140724642037728 140724642020272 139729030975223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
/proc/28216/statm: 2731848 1166265 3192 1 0 2694339 0
[pid=28216/tid=28218] ppid=28209 vsize=10927392 memory=6791534058613427641 CPUtime=2353.8 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (java) S 28209 28216 25837 0 -1 1077944384 1427324 0 0 0 235273 107 0 0 20 0 17 0 38535039 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139729035218096 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28219] ppid=28209 vsize=10927392 memory=4128 CPUtime=9.03 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (java) S 28209 28216 25837 0 -1 1077944384 43604 0 0 0 841 62 0 0 20 0 17 0 38535040 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728983596176 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28220] ppid=28209 vsize=10927392 memory=2196 CPUtime=9 cores=1,3,5,7
/proc/28216/task/28220/stat : 28220 (java) S 28209 28216 25837 0 -1 1077944384 30572 0 0 0 838 62 0 0 20 0 17 0 38535040 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728982543376 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28221] ppid=28209 vsize=10927392 memory=0 CPUtime=8.92 cores=1,3,5,7
/proc/28216/task/28221/stat : 28221 (java) S 28209 28216 25837 0 -1 1077944384 38765 0 0 0 833 59 0 0 20 0 17 0 38535040 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728981490576 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28222] ppid=28209 vsize=10927392 memory=280442977308080 CPUtime=8.98 cores=1,3,5,7
/proc/28216/task/28222/stat : 28222 (java) S 28209 28216 25837 0 -1 1077944384 38063 0 0 0 837 61 0 0 20 0 17 0 38535040 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728980437776 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28226] ppid=28209 vsize=10927392 memory=280442977158384 CPUtime=3.96 cores=1,3,5,7
/proc/28216/task/28226/stat : 28226 (java) S 28209 28216 25837 0 -1 1077944384 10557 0 0 0 393 3 0 0 20 0 17 0 38535041 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728134089072 139729030986370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28227] ppid=28209 vsize=10927392 memory=280442977308016 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28227/stat : 28227 (java) S 28209 28216 25837 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 38535042 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728133035104 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28228] ppid=28209 vsize=10927392 memory=280442978115760 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28228/stat : 28228 (java) S 28209 28216 25837 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 38535042 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728131982208 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28235] ppid=28209 vsize=10927392 memory=280442977072672 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28235/stat : 28235 (java) S 28209 28216 25837 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 17 0 38535044 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728130930512 139729030993819 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28236] ppid=28209 vsize=10927392 memory=280442976853888 CPUtime=1.96 cores=1,3,5,7
/proc/28216/task/28236/stat : 28236 (java) S 28209 28216 25837 0 -1 1077944384 13177 0 0 0 193 3 0 0 20 0 17 0 38535044 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728129878896 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28237] ppid=28209 vsize=10927392 memory=288230574492221466 CPUtime=2.22 cores=1,3,5,7
/proc/28216/task/28237/stat : 28237 (java) S 28209 28216 25837 0 -1 1077944384 14639 0 0 0 220 2 0 0 20 0 17 0 38535044 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728128826096 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28238] ppid=28209 vsize=10927392 memory=288230596050944315 CPUtime=0.57 cores=1,3,5,7
/proc/28216/task/28238/stat : 28238 (java) S 28209 28216 25837 0 -1 1077944384 9357 0 0 0 55 2 0 0 20 0 17 0 38535044 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728127773296 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28239] ppid=28209 vsize=10927392 memory=13850793610578107 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28239/stat : 28239 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38535045 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728126720736 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28240] ppid=28209 vsize=10927392 memory=7288 CPUtime=1.54 cores=1,3,5,7
/proc/28216/task/28240/stat : 28240 (java) S 28209 28216 25837 0 -1 1077944384 2381 0 0 0 69 85 0 0 20 0 17 0 38535045 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728125668016 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28445] ppid=28209 vsize=10927392 memory=840 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28445/stat : 28445 (java) S 28209 28216 25837 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 17 0 38771740 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728121462896 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28446] ppid=28209 vsize=10927392 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28446/stat : 28446 (java) S 28209 28216 25837 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 38771740 11189649408 1166265 33554432000 4194304 4196468 140724642037728 139728120411024 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4665060 KiB

[startup+2367.22 s]
/proc/loadavg: 2.05 2.19 2.04 2/221 28447
/proc/meminfo: memFree=16361248/32770624 swapFree=67108860/67108860
[pid=28216] ppid=28209 vsize=10927392 memory=4665072 CPUtime=2400.1 cores=1,3,5,7
/proc/28216/stat : 28216 (java) S 28209 28216 25837 0 -1 1077944320 1631345 0 0 0 239577 433 0 0 20 0 17 0 38535039 11189649408 1166268 33554432000 4194304 4196468 140724642037728 140724642020272 139729030975223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
/proc/28216/statm: 2731848 1166268 3193 1 0 2694339 0
[pid=28216/tid=28218] ppid=28209 vsize=10927392 memory=4664744 CPUtime=2353.8 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (java) S 28209 28216 25837 0 -1 1077944384 1427324 0 0 0 235273 107 0 0 20 0 17 0 38535039 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139729035218096 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28219] ppid=28209 vsize=10927392 memory=4664744 CPUtime=9.03 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (java) S 28209 28216 25837 0 -1 1077944384 43604 0 0 0 841 62 0 0 20 0 17 0 38535040 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728983596176 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28220] ppid=28209 vsize=10927392 memory=4664744 CPUtime=9 cores=1,3,5,7
/proc/28216/task/28220/stat : 28220 (java) S 28209 28216 25837 0 -1 1077944384 30572 0 0 0 838 62 0 0 20 0 17 0 38535040 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728982543376 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28221] ppid=28209 vsize=10927392 memory=4664744 CPUtime=8.92 cores=1,3,5,7
/proc/28216/task/28221/stat : 28221 (java) S 28209 28216 25837 0 -1 1077944384 38765 0 0 0 833 59 0 0 20 0 17 0 38535040 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728981490576 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28222] ppid=28209 vsize=10927392 memory=4664744 CPUtime=8.98 cores=1,3,5,7
/proc/28216/task/28222/stat : 28222 (java) S 28209 28216 25837 0 -1 1077944384 38063 0 0 0 837 61 0 0 20 0 17 0 38535040 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728980437776 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28226] ppid=28209 vsize=10927392 memory=4664744 CPUtime=3.96 cores=1,3,5,7
/proc/28216/task/28226/stat : 28226 (java) S 28209 28216 25837 0 -1 1077944384 10557 0 0 0 393 3 0 0 20 0 17 0 38535041 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728134089072 139729030986370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28227] ppid=28209 vsize=10927392 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28227/stat : 28227 (java) S 28209 28216 25837 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 38535042 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728133035104 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28228] ppid=28209 vsize=10927392 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28228/stat : 28228 (java) S 28209 28216 25837 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 38535042 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728131982208 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28235] ppid=28209 vsize=10927392 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28235/stat : 28235 (java) S 28209 28216 25837 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 17 0 38535044 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728130930512 139729030993819 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28236] ppid=28209 vsize=10927392 memory=3690876246812680805 CPUtime=1.96 cores=1,3,5,7
/proc/28216/task/28236/stat : 28236 (java) S 28209 28216 25837 0 -1 1077944384 13342 0 0 0 193 3 0 0 20 0 17 0 38535044 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728129878896 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28237] ppid=28209 vsize=10927392 memory=4664744 CPUtime=2.22 cores=1,3,5,7
/proc/28216/task/28237/stat : 28237 (java) S 28209 28216 25837 0 -1 1077944384 14698 0 0 0 220 2 0 0 20 0 17 0 38535044 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728128826096 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28238] ppid=28209 vsize=10927392 memory=4664744 CPUtime=0.57 cores=1,3,5,7
/proc/28216/task/28238/stat : 28238 (java) S 28209 28216 25837 0 -1 1077944384 9722 0 0 0 55 2 0 0 20 0 17 0 38535044 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728127773296 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28239] ppid=28209 vsize=10927392 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28239/stat : 28239 (java) S 28209 28216 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38535045 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728126720736 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28240] ppid=28209 vsize=10927392 memory=4664744 CPUtime=1.54 cores=1,3,5,7
/proc/28216/task/28240/stat : 28240 (java) S 28209 28216 25837 0 -1 1077944384 2381 0 0 0 69 85 0 0 20 0 17 0 38535045 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728125668016 139729030986370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28445] ppid=28209 vsize=10927392 memory=4664744 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28445/stat : 28445 (java) S 28209 28216 25837 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 17 0 38771740 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728121462896 139729030985429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
[pid=28216/tid=28446] ppid=28209 vsize=10927392 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28216/task/28446/stat : 28446 (java) R 28209 28216 25837 0 -1 4202560 304 0 0 0 1 0 0 0 20 0 17 0 38771740 11189649408 1166268 33554432000 4194304 4196468 140724642037728 139728120407160 139728661526870 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8339456 140724642042993 140724642043145 140724642043145 140724642045903 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4665072 KiB

Child status: 143
Real time (s): 2367.27
CPU time (s): 2400.16
CPU user time (s): 2395.78
CPU system time (s): 4.38173
CPU usage (%): 101.389
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4665072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.78
system time used= 4.38173
maximum resident set size= 4665156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1631606
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57082
involuntary context switches= 1953


# summary of solver processes directly reported to runsolver:
#   pid: 28216
#   total CPU time (s): 2400.16
#   total CPU user time (s): 2395.78
#   total CPU system time (s): 4.38173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2938 second user time and 23.479 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-21 23:48:39
IDJOB=4289748
IDBENCH=141040
IDSOLVER=2742
FILE ID=node132/4289748-1532209719
RUNJOBID= node132-1532209718-28182
PBS_JOBID= 21018935
Free space on /tmp= 55128 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StillLife/StillLife-wastage-12_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289748-1532209719/watcher-4289748-1532209719 -o /tmp/evaluation-result-4289748-1532209719/solver-4289748-1532209719 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28182 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289748-1532209719.xml

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

MD5SUM BENCH= 1705a9e2268f4ba11e634eeea0e95112
RANDOM SEED=576878269

node132.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.65
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.65
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.65
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.65
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:        21109888 kB
MemAvailable:   31940968 kB
Buffers:          225472 kB
Cached:         10759792 kB
SwapCached:            0 kB
Active:          1902584 kB
Inactive:        9136016 kB
Active(anon):      55828 kB
Inactive(anon):    17040 kB
Active(file):    1846756 kB
Inactive(file):  9118976 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4484 kB
Writeback:             0 kB
AnonPages:         59880 kB
Mapped:            34904 kB
Shmem:             17056 kB
Slab:             320436 kB
SReclaimable:     293808 kB
SUnreclaim:        26628 kB
KernelStack:        3312 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55128 MiB
End job on node132 at 2018-07-22 00:28:06