Trace number 4289750

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.11 2345.46

General information on the benchmark

NameStillLife/
StillLife-wastage-14_c18.xml
MD5SUM24e7c51735ec9671261d78753301e43f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark59.3102
Satisfiable
(Un)Satisfiability was proved
Number of variables529
Number of constraints344
Number of domains4
Minimum domain size2
Maximum domain size513
Distribution of domain sizes[{"size":2,"count":256},{"size":3,"count":256},{"size":197,"count":1},{"size":513,"count":16}]
Minimum variable degree1
Maximum variable degree17
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":253},{"degree":3,"count":19},{"degree":4,"count":56},{"degree":8,"count":52},{"degree":9,"count":144},{"degree":17,"count":1}]
Minimum constraint arity2
Maximum constraint arity18
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":56},{"arity":10,"count":196},{"arity":16,"count":4},{"arity":17,"count":1},{"arity":18,"count":15}]
Number of extensional constraints252
Number of intensional constraints71
Distribution of constraint types[{"type":"extension","count":252},{"type":"intension","count":71},{"type":"sum","count":17},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

64.68/32.05	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
64.68/32.05	c This is free software under the dual EPL/GNU LGPL licenses.
64.68/32.05	c See www.sat4j.org for details.
64.68/32.05	c That software uses the Rhino library from the Mozilla project.
64.68/32.05	c version 2.3.6-SNAPSHOT
64.68/32.05	c java.runtime.name	Java(TM) SE Runtime Environment
64.68/32.05	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
64.68/32.05	c java.vm.version	25.131-b11
64.68/32.05	c java.vm.vendor	Oracle Corporation
64.68/32.05	c sun.arch.data.model	64
64.68/32.05	c java.version		1.8.0_131
64.68/32.05	c os.name		Linux
64.68/32.05	c os.version		3.10.0-514.16.1.el7.x86_64
64.68/32.05	c os.arch		amd64
64.68/32.05	c Free memory 		499604488
64.68/32.05	c Max memory 		7247757312
64.68/32.05	c Total memory 		504889344
64.68/32.05	c Number of processors 	4
64.68/32.05	c c --- Begin Solver configuration ---
64.68/32.05	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
64.68/32.05	c Learn all clauses as in MiniSAT
64.68/32.05	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
64.68/32.05	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
64.68/32.05	c No reason simplification
64.68/32.05	c Glucose 2.1 dynamic restart strategy
64.68/32.05	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
64.68/32.05	c timeout=2147483s
64.68/32.05	c DB Simplification allowed=false
64.68/32.05	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
64.68/32.05	c --- End Solver configuration ---
64.68/32.05	c constraints type 
64.68/32.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 1058
64.68/32.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3102973
64.68/32.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13950276
64.68/32.05	c org.sat4j.specs.Constr$1 => 7799
64.68/32.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 130224
64.68/32.05	c 17192330 constraints processed.
2400.05/2345.41	c starts		: 387
2400.05/2345.41	c conflicts		: 263176
2400.05/2345.41	c decisions		: 426414343
2400.05/2345.41	c propagations		: 5321961889
2400.05/2345.41	c inspects		: 6448500938
2400.05/2345.41	c shortcuts		: 0
2400.05/2345.41	c learnt literals	: 659
2400.05/2345.41	c learnt binary clauses	: 19858
2400.05/2345.41	c learnt ternary clauses	: 10479
2400.05/2345.41	c learnt constraints	: 262517
2400.05/2345.41	c ignored constraints	: 0
2400.05/2345.41	c root simplifications	: 0
2400.05/2345.41	c removed literals (reason simplification)	: 0
2400.05/2345.41	c reason swapping (by a shorter reason)	: 0
2400.05/2345.41	c Calls to reduceDB	: 18
2400.05/2345.41	c Number of update (reduction) of LBD	: 142516
2400.05/2345.41	c Imported unit clauses	: 0
2400.05/2345.41	c number of reductions to clauses (during analyze)	: 0
2400.05/2345.41	c number of learned constraints concerned by reduction	: 0
2400.05/2345.41	c number of learning phase by resolution	: 0
2400.05/2345.41	c number of learning phase by cutting planes	: 0
2400.05/2345.41	c number of rounding to 1 operations	: 0
2400.05/2345.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.05/2345.41	c number of reductions of the coefficients by power 2 	: 0
2400.05/2345.41	c number of right shift for reduction by power 2 	: 0
2400.05/2345.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.05/2345.41	c number of ending skipping 	: 0
2400.05/2345.41	c number of internal skipping 	: 0
2400.05/2345.41	c number of derivation steps 	: 0
2400.05/2345.41	c number of skipped derivation steps 	: 0
2400.05/2345.41	c number of remaining unassigned 	: 0
2400.05/2345.41	c number of remaining assigned 	: 0
2400.05/2345.41	c speed (assignments/second)	: 2300748.197691108
2400.05/2345.41	c non guided choices	: 164420889
2400.05/2345.43	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 19858
2400.05/2345.43	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 29595
2400.05/2345.43	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 (7271 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-4289750-1532209719/watcher-4289750-1532209719 -o /tmp/evaluation-result-4289750-1532209719/solver-4289750-1532209719 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28181 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289750-1532209719.xml 

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

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=28205, runsolver pid=28199

[startup+0.100789 s]*
/proc/loadavg: 1.08 1.03 1.13 3/219 28240
/proc/meminfo: memFree=21078484/32770624 swapFree=67108860/67108860
[pid=28205] ppid=28199 vsize=10659012 memory=30068 CPUtime=0.12 cores=0,2,4,6
/proc/28205/stat : 28205 (java) S 28199 28205 25837 0 -1 1077944320 6606 0 0 0 11 1 0 0 20 0 15 0 38535037 10914828288 7517 33554432000 4194304 4196468 140724592389216 140724592371760 140709052899063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
/proc/28205/statm: 2664753 7517 2822 1 0 2627263 0
[pid=28205/tid=28207] ppid=28199 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/28205/task/28207/stat : 28207 (java) R 28199 28205 25837 0 -1 4202560 4426 0 0 0 8 1 0 0 20 0 15 0 38535038 10914828288 7517 33554432000 4194304 4196468 140724592389216 140709057103728 140709052910998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28210] ppid=28199 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28210/stat : 28210 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535039 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708978973200 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28211] ppid=28199 vsize=10659012 memory=140305550968448 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535039 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535039 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535039 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10659012 memory=140305550968448 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28224] ppid=28199 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28224/stat : 28224 (java) S 28199 28205 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38535041 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708154406560 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28225] ppid=28199 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28225/stat : 28225 (java) S 28199 28205 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38535041 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708153353456 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28229] ppid=28199 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28229/stat : 28229 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535043 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708152302032 140709052917659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28230] ppid=28199 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28230/stat : 28230 (java) S 28199 28205 25837 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 15 0 38535043 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708151249136 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28231] ppid=28199 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28231/stat : 28231 (java) S 28199 28205 25837 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 15 0 38535043 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708150196592 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28232] ppid=28199 vsize=10659012 memory=140305550968448 CPUtime=0.02 cores=0,2,4,6
/proc/28205/task/28232/stat : 28232 (java) R 28199 28205 25837 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 38535043 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708149143536 140709052910998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28233] ppid=28199 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28233/stat : 28233 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535043 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708148091232 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28234] ppid=28199 vsize=10659012 memory=140305550968448 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28234/stat : 28234 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535044 10914828288 7517 33554432000 4194304 4196468 140724592389216 140708147039280 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30068 KiB

[startup+0.211311 s]*
/proc/loadavg: 1.08 1.03 1.13 4/219 28240
/proc/meminfo: memFree=21056048/32770624 swapFree=67108860/67108860
[pid=28205] ppid=28199 vsize=10659012 memory=41776 CPUtime=0.33 cores=0,2,4,6
/proc/28205/stat : 28205 (java) S 28199 28205 25837 0 -1 1077944320 8085 0 0 0 31 2 0 0 20 0 15 0 38535037 10914828288 10444 33554432000 4194304 4196468 140724592389216 140724592371760 140709052899063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
/proc/28205/statm: 2664753 10444 2988 1 0 2627263 0
[pid=28205/tid=28207] ppid=28199 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28205/task/28207/stat : 28207 (java) R 28199 28205 25837 0 -1 4202560 5005 0 0 0 18 1 0 0 20 0 15 0 38535038 10914828288 10444 33554432000 4194304 4196468 140724592389216 140709057135344 140709036942693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28210] ppid=28199 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28210/stat : 28210 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535039 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708978973200 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28211] ppid=28199 vsize=10659012 memory=288370681702680192 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535039 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535039 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535039 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10659012 memory=140305550968448 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535040 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28224] ppid=28199 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28224/stat : 28224 (java) S 28199 28205 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38535041 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708154406560 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28225] ppid=28199 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28225/stat : 28225 (java) S 28199 28205 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38535041 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708153353456 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28229] ppid=28199 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28229/stat : 28229 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535043 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708152302032 140709052917659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28230] ppid=28199 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28205/task/28230/stat : 28230 (java) S 28199 28205 25837 0 -1 1077944384 323 0 0 0 2 0 0 0 20 0 15 0 38535043 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708151249136 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28231] ppid=28199 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28205/task/28231/stat : 28231 (java) S 28199 28205 25837 0 -1 1077944384 659 0 0 0 2 0 0 0 20 0 15 0 38535043 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708150196592 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28232] ppid=28199 vsize=10659012 memory=140305550968448 CPUtime=0.07 cores=0,2,4,6
/proc/28205/task/28232/stat : 28232 (java) R 28199 28205 25837 0 -1 4202560 730 0 0 0 7 0 0 0 20 0 15 0 38535043 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708149143536 140709052910998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28233] ppid=28199 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28233/stat : 28233 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535043 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708148091232 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28234] ppid=28199 vsize=10659012 memory=140305550968448 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28234/stat : 28234 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535044 10914828288 10444 33554432000 4194304 4196468 140724592389216 140708147039280 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41776 KiB

[startup+0.311375 s]*
/proc/loadavg: 1.08 1.03 1.13 8/219 28240
/proc/meminfo: memFree=21041468/32770624 swapFree=67108860/67108860
[pid=28205] ppid=28199 vsize=10659088 memory=46956 CPUtime=0.52 cores=0,2,4,6
/proc/28205/stat : 28205 (java) S 28199 28205 25837 0 -1 1077944320 8771 0 0 0 49 3 0 0 20 0 15 0 38535037 10914906112 11739 33554432000 4194304 4196468 140724592389216 140724592371760 140709052899063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
/proc/28205/statm: 2664772 11739 3041 1 0 2627263 0
[pid=28205/tid=28207] ppid=28199 vsize=10659088 memory=93309934 CPUtime=0.3 cores=0,2,4,6
/proc/28205/task/28207/stat : 28207 (java) R 28199 28205 25837 0 -1 4202560 5579 0 0 0 28 2 0 0 20 0 15 0 38535038 10914906112 11739 33554432000 4194304 4196468 140724592389216 140709057135712 140709052920410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28210] ppid=28199 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28210/stat : 28210 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535039 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708978973200 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28211] ppid=28199 vsize=10659088 memory=140305441593295 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535039 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10659088 memory=280610883184272 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535039 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10659088 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535039 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10659088 memory=280610992568640 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535040 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28224] ppid=28199 vsize=10659088 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28224/stat : 28224 (java) S 28199 28205 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38535041 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708154406560 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28225] ppid=28199 vsize=10659088 memory=2110656048731972 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28225/stat : 28225 (java) S 28199 28205 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38535041 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708153353456 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28229] ppid=28199 vsize=10659088 memory=2110656048732004 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28229/stat : 28229 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535043 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708152302032 140709052917659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28230] ppid=28199 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28205/task/28230/stat : 28230 (java) S 28199 28205 25837 0 -1 1077944384 344 0 0 0 3 0 0 0 20 0 15 0 38535043 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708151249136 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28231] ppid=28199 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28205/task/28231/stat : 28231 (java) S 28199 28205 25837 0 -1 1077944384 681 0 0 0 4 0 0 0 20 0 15 0 38535043 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708150196592 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28232] ppid=28199 vsize=10659088 memory=140305550968448 CPUtime=0.12 cores=0,2,4,6
/proc/28205/task/28232/stat : 28232 (java) R 28199 28205 25837 0 -1 4202560 797 0 0 0 12 0 0 0 20 0 15 0 38535043 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708149141328 140709031533011 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28233] ppid=28199 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28233/stat : 28233 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535043 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708148091232 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28234] ppid=28199 vsize=10659088 memory=140305550968448 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28234/stat : 28234 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535044 10914906112 11739 33554432000 4194304 4196468 140724592389216 140708147039280 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46956 KiB

[startup+0.701632 s]
/proc/loadavg: 1.08 1.03 1.13 5/219 28240
/proc/meminfo: memFree=21003116/32770624 swapFree=67108860/67108860
[pid=28205] ppid=28199 vsize=10661136 memory=136004 CPUtime=1.68 cores=0,2,4,6
/proc/28205/stat : 28205 (java) S 28199 28205 25837 0 -1 1077944320 13344 0 0 0 163 5 0 0 20 0 15 0 38535037 10917003264 34001 33554432000 4194304 4196468 140724592389216 140724592371760 140709052899063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
/proc/28205/statm: 2665284 34001 3106 1 0 2627775 0
[pid=28205/tid=28207] ppid=28199 vsize=10661136 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/28205/task/28207/stat : 28207 (java) R 28199 28205 25837 0 -1 4202560 6072 0 0 0 64 3 0 0 20 0 15 0 38535038 10917003264 34001 33554432000 4194304 4196468 140724592389216 140709057117312 140709035326948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28210] ppid=28199 vsize=10661136 memory=140305441623184 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28210/stat : 28210 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535039 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708978973200 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28211] ppid=28199 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535039 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10661136 memory=261522303517077 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535039 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10661136 memory=116145 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38535039 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38535040 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28224] ppid=28199 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28224/stat : 28224 (java) S 28199 28205 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38535041 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708154406560 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28225] ppid=28199 vsize=10661136 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28225/stat : 28225 (java) S 28199 28205 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38535041 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708153353456 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28229] ppid=28199 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28229/stat : 28229 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535043 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708152302032 140709052917659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28230] ppid=28199 vsize=10661136 memory=-6580144465946764901 CPUtime=0.32 cores=0,2,4,6
/proc/28205/task/28230/stat : 28230 (java) R 28199 28205 25837 0 -1 4202560 1636 0 0 0 32 0 0 0 20 0 15 0 38535043 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708151235232 140709036804992 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28231] ppid=28199 vsize=10661136 memory=6944656592387989600 CPUtime=0.33 cores=0,2,4,6
/proc/28205/task/28231/stat : 28231 (java) R 28199 28205 25837 0 -1 4202560 2676 0 0 0 32 1 0 0 20 0 15 0 38535043 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708150177128 140709036395803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28232] ppid=28199 vsize=10661136 memory=6944656592455360604 CPUtime=0.33 cores=0,2,4,6
/proc/28205/task/28232/stat : 28232 (java) S 28199 28205 25837 0 -1 1077944384 1587 0 0 0 33 0 0 0 20 0 15 0 38535043 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708149143536 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28233] ppid=28199 vsize=10661136 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28233/stat : 28233 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38535043 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708148091232 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28234] ppid=28199 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28234/stat : 28234 (java) S 28199 28205 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38535044 10917003264 34001 33554432000 4194304 4196468 140724592389216 140708147039280 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 136004 KiB

[startup+1.50076 s]
/proc/loadavg: 1.08 1.03 1.13 7/219 28240
/proc/meminfo: memFree=20681276/32770624 swapFree=67108860/67108860
[pid=28205] ppid=28199 vsize=10661136 memory=271736 CPUtime=3.81 cores=0,2,4,6
/proc/28205/stat : 28205 (java) S 28199 28205 25837 0 -1 1077944320 22018 0 0 0 371 10 0 0 20 0 15 0 38535037 10917003264 67934 33554432000 4194304 4196468 140724592389216 140724592371760 140709052899063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
/proc/28205/statm: 2665284 67934 3150 1 0 2627775 0
[pid=28205/tid=28207] ppid=28199 vsize=10661136 memory=8099279071866868837 CPUtime=1.28 cores=0,2,4,6
/proc/28205/task/28207/stat : 28207 (java) R 28199 28205 25837 0 -1 4202560 6099 0 0 0 125 3 0 0 20 0 15 0 38535038 10917003264 67934 33554432000 4194304 4196468 140724592389216 140709057129936 140709034846559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28210] ppid=28199 vsize=10661136 memory=7445126763383906901 CPUtime=0.02 cores=0,2,4,6
/proc/28205/task/28210/stat : 28210 (java) S 28199 28205 25837 0 -1 1077944384 21 0 0 0 2 0 0 0 20 0 15 0 38535039 10917003264 67934 33554432000 4194304 4196468 140724592389216 140708978973200 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28211] ppid=28199 vsize=10661136 memory=7105722050195272834 CPUtime=0.06 cores=0,2,4,6
/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 124 0 0 0 5 1 0 0 20 0 15 0 38535039 10917003264 67934 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 132 0 0 0 3 0 0 0 20 0 15 0 38535039 10917003264 67934 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10661136 memory=66508539 CPUtime=0.05 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 129 0 0 0 4 1 0 0 20 0 15 0 38535039 10917003264 67934 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10661136 memory=65 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 38535040 10917003264 67934 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0

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

/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 28725 0 0 0 1535 79 0 0 20 0 16 0 38535039 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10727700 memory=1008 CPUtime=16.07 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 21315 0 0 0 1531 76 0 0 20 0 16 0 38535039 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10727700 memory=5341340 CPUtime=15.97 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 26570 0 0 0 1520 77 0 0 20 0 16 0 38535039 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10727700 memory=15872 CPUtime=5.87 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 15594 0 0 0 583 4 0 0 20 0 16 0 38535040 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28224] ppid=28199 vsize=10727700 memory=8620 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28224/stat : 28224 (java) S 28199 28205 25837 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38535041 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708154406624 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28225] ppid=28199 vsize=10727700 memory=18472 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28225/stat : 28225 (java) S 28199 28205 25837 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 38535041 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708153353472 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28229] ppid=28199 vsize=10727700 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28229/stat : 28229 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708152302032 140709052917659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28230] ppid=28199 vsize=10727700 memory=1792 CPUtime=2.53 cores=0,2,4,6
/proc/28205/task/28230/stat : 28230 (java) S 28199 28205 25837 0 -1 1077944384 15029 0 0 0 251 2 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708151249136 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28231] ppid=28199 vsize=10727700 memory=1240 CPUtime=2.15 cores=0,2,4,6
/proc/28205/task/28231/stat : 28231 (java) S 28199 28205 25837 0 -1 1077944384 12670 0 0 0 212 3 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708150196592 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28232] ppid=28199 vsize=10727700 memory=648 CPUtime=0.58 cores=0,2,4,6
/proc/28205/task/28232/stat : 28232 (java) S 28199 28205 25837 0 -1 1077944384 6962 0 0 0 57 1 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708149143536 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28233] ppid=28199 vsize=10727700 memory=956 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28233/stat : 28233 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708148091232 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28234] ppid=28199 vsize=10727700 memory=5341340 CPUtime=1.56 cores=0,2,4,6
/proc/28205/task/28234/stat : 28234 (java) S 28199 28205 25837 0 -1 1077944384 2194 0 0 0 79 77 0 0 20 0 16 0 38535044 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708147039280 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28242] ppid=28199 vsize=10727700 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28242/stat : 28242 (java) S 28199 28205 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38538265 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708143887920 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
Current children cumulated CPU time: 2377.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5341340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2345.21 s]
/proc/loadavg: 2.16 2.22 2.05 3/220 28364
/proc/meminfo: memFree=11103208/32770624 swapFree=67108860/67108860
[pid=28205] ppid=28199 vsize=10727700 memory=5341340 CPUtime=2400.03 cores=0,2,4,6
/proc/28205/stat : 28205 (java) S 28199 28205 25837 0 -1 1077944320 437692 0 0 0 239580 423 0 0 20 0 16 0 38535037 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140724592371760 140709052899063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
/proc/28205/statm: 2681925 1335335 3189 1 0 2644416 0
[pid=28205/tid=28207] ppid=28199 vsize=10727700 memory=5341340 CPUtime=2322.94 cores=0,2,4,6
/proc/28205/task/28207/stat : 28207 (java) R 28199 28205 25837 0 -1 4202560 278603 0 0 0 232251 43 0 0 20 0 16 0 38535038 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140709057137480 140708655150468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28210] ppid=28199 vsize=10727700 memory=5341340 CPUtime=16.11 cores=0,2,4,6
/proc/28205/task/28210/stat : 28210 (java) S 28199 28205 25837 0 -1 1077944384 28594 0 0 0 1533 78 0 0 20 0 16 0 38535039 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708978973200 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28211] ppid=28199 vsize=10727700 memory=5341340 CPUtime=16.14 cores=0,2,4,6
/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 28725 0 0 0 1535 79 0 0 20 0 16 0 38535039 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10727700 memory=5341340 CPUtime=16.07 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 21315 0 0 0 1531 76 0 0 20 0 16 0 38535039 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10727700 memory=5341340 CPUtime=15.97 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 26570 0 0 0 1520 77 0 0 20 0 16 0 38535039 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10727700 memory=5341340 CPUtime=5.87 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 15594 0 0 0 583 4 0 0 20 0 16 0 38535040 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28224] ppid=28199 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28224/stat : 28224 (java) S 28199 28205 25837 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38535041 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708154406624 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28225] ppid=28199 vsize=10727700 memory=5341340 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28225/stat : 28225 (java) S 28199 28205 25837 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 38535041 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708153353472 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28229] ppid=28199 vsize=10727700 memory=5341340 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28229/stat : 28229 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708152302032 140709052917659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28230] ppid=28199 vsize=10727700 memory=4132 CPUtime=2.53 cores=0,2,4,6
/proc/28205/task/28230/stat : 28230 (java) S 28199 28205 25837 0 -1 1077944384 15029 0 0 0 251 2 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708151249136 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28231] ppid=28199 vsize=10727700 memory=13912 CPUtime=2.15 cores=0,2,4,6
/proc/28205/task/28231/stat : 28231 (java) S 28199 28205 25837 0 -1 1077944384 12670 0 0 0 212 3 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708150196592 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28232] ppid=28199 vsize=10727700 memory=5341340 CPUtime=0.58 cores=0,2,4,6
/proc/28205/task/28232/stat : 28232 (java) S 28199 28205 25837 0 -1 1077944384 6962 0 0 0 57 1 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708149143536 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28233] ppid=28199 vsize=10727700 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28233/stat : 28233 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38535043 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708148091232 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28234] ppid=28199 vsize=10727700 memory=4664744 CPUtime=1.58 cores=0,2,4,6
/proc/28205/task/28234/stat : 28234 (java) S 28199 28205 25837 0 -1 1077944384 2196 0 0 0 80 78 0 0 20 0 16 0 38535044 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708147039280 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28242] ppid=28199 vsize=10727700 memory=6369899026714749800 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28242/stat : 28242 (java) S 28199 28205 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38538265 10985164800 1335335 33554432000 4194304 4196468 140724592389216 140708143887920 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5341340 KiB

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

[startup+2345.46 s]
# the end of solver process 28205 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.85 s, system=4.26175 s

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

[startup+2345.31 s]
/proc/loadavg: 2.16 2.22 2.05 3/220 28364
/proc/meminfo: memFree=11103208/32770624 swapFree=67108860/67108860
[pid=28205] ppid=28199 vsize=10927392 memory=5341648 CPUtime=2400.05 cores=0,2,4,6
/proc/28205/stat : 28205 (java) S 28199 28205 25837 0 -1 1077944320 438784 0 0 0 239582 423 0 0 20 0 17 0 38535037 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140724592371760 140709052899063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
/proc/28205/statm: 2731848 1335412 3192 1 0 2694339 0
[pid=28205/tid=28207] ppid=28199 vsize=10927392 memory=4664744 CPUtime=2322.95 cores=0,2,4,6
/proc/28205/task/28207/stat : 28207 (java) S 28199 28205 25837 0 -1 1077944384 278736 0 0 0 232252 43 0 0 20 0 17 0 38535038 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140709057141936 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28210] ppid=28199 vsize=10927392 memory=5341340 CPUtime=16.11 cores=0,2,4,6
/proc/28205/task/28210/stat : 28210 (java) S 28199 28205 25837 0 -1 1077944384 28594 0 0 0 1533 78 0 0 20 0 17 0 38535039 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708978973200 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28211] ppid=28199 vsize=10927392 memory=4126316290023845779 CPUtime=16.14 cores=0,2,4,6
/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 28725 0 0 0 1535 79 0 0 20 0 17 0 38535039 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10927392 memory=18472 CPUtime=16.07 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 21315 0 0 0 1531 76 0 0 20 0 17 0 38535039 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10927392 memory=4048 CPUtime=15.97 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 26570 0 0 0 1520 77 0 0 20 0 17 0 38535039 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10927392 memory=1792 CPUtime=5.88 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 15644 0 0 0 584 4 0 0 20 0 17 0 38535040 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28224] ppid=28199 vsize=10927392 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28224/stat : 28224 (java) S 28199 28205 25837 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38535041 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708154406624 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28225] ppid=28199 vsize=10927392 memory=648 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28225/stat : 28225 (java) S 28199 28205 25837 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 38535041 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708153353472 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28229] ppid=28199 vsize=10927392 memory=956 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28229/stat : 28229 (java) S 28199 28205 25837 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708152302032 140709052917659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28230] ppid=28199 vsize=10927392 memory=2340 CPUtime=2.53 cores=0,2,4,6
/proc/28205/task/28230/stat : 28230 (java) S 28199 28205 25837 0 -1 1077944384 15029 0 0 0 251 2 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708151249136 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28231] ppid=28199 vsize=10927392 memory=1584 CPUtime=2.15 cores=0,2,4,6
/proc/28205/task/28231/stat : 28231 (java) S 28199 28205 25837 0 -1 1077944384 12670 0 0 0 212 3 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708150196592 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28232] ppid=28199 vsize=10927392 memory=928 CPUtime=0.58 cores=0,2,4,6
/proc/28205/task/28232/stat : 28232 (java) S 28199 28205 25837 0 -1 1077944384 7229 0 0 0 57 1 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708149143536 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28233] ppid=28199 vsize=10927392 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28233/stat : 28233 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708148091232 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28234] ppid=28199 vsize=10927392 memory=13912 CPUtime=1.58 cores=0,2,4,6
/proc/28205/task/28234/stat : 28234 (java) S 28199 28205 25837 0 -1 1077944384 2196 0 0 0 80 78 0 0 20 0 17 0 38535044 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708147039280 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5341648 KiB

[startup+2345.4 s]
/proc/loadavg: 2.16 2.22 2.05 3/220 28364
/proc/meminfo: memFree=11103208/32770624 swapFree=67108860/67108860
[pid=28205] ppid=28199 vsize=10927392 memory=5341648 CPUtime=2400.05 cores=0,2,4,6
/proc/28205/stat : 28205 (java) S 28199 28205 25837 0 -1 1077944320 438784 0 0 0 239582 423 0 0 20 0 17 0 38535037 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140724592371760 140709052899063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
/proc/28205/statm: 2731848 1335412 3192 1 0 2694339 0
[pid=28205/tid=28207] ppid=28199 vsize=10927392 memory=5341340 CPUtime=2322.95 cores=0,2,4,6
/proc/28205/task/28207/stat : 28207 (java) S 28199 28205 25837 0 -1 1077944384 278736 0 0 0 232252 43 0 0 20 0 17 0 38535038 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140709057141936 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28210] ppid=28199 vsize=10927392 memory=5341340 CPUtime=16.11 cores=0,2,4,6
/proc/28205/task/28210/stat : 28210 (java) S 28199 28205 25837 0 -1 1077944384 28594 0 0 0 1533 78 0 0 20 0 17 0 38535039 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708978973200 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28211] ppid=28199 vsize=10927392 memory=5341340 CPUtime=16.14 cores=0,2,4,6
/proc/28205/task/28211/stat : 28211 (java) S 28199 28205 25837 0 -1 1077944384 28725 0 0 0 1535 79 0 0 20 0 17 0 38535039 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708977920656 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28212] ppid=28199 vsize=10927392 memory=5341340 CPUtime=16.07 cores=0,2,4,6
/proc/28205/task/28212/stat : 28212 (java) S 28199 28205 25837 0 -1 1077944384 21315 0 0 0 1531 76 0 0 20 0 17 0 38535039 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708976867600 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28213] ppid=28199 vsize=10927392 memory=5341340 CPUtime=15.97 cores=0,2,4,6
/proc/28205/task/28213/stat : 28213 (java) S 28199 28205 25837 0 -1 1077944384 26570 0 0 0 1520 77 0 0 20 0 17 0 38535039 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708975815056 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28223] ppid=28199 vsize=10927392 memory=5341340 CPUtime=5.88 cores=0,2,4,6
/proc/28205/task/28223/stat : 28223 (java) S 28199 28205 25837 0 -1 1077944384 15644 0 0 0 584 4 0 0 20 0 17 0 38535040 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708155460336 140709052910210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28224] ppid=28199 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28224/stat : 28224 (java) S 28199 28205 25837 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38535041 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708154406624 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28225] ppid=28199 vsize=10927392 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28225/stat : 28225 (java) S 28199 28205 25837 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 38535041 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708153353472 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28229] ppid=28199 vsize=10927392 memory=13912 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28229/stat : 28229 (java) S 28199 28205 25837 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708152302032 140709052917659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28230] ppid=28199 vsize=10927392 memory=5341340 CPUtime=2.53 cores=0,2,4,6
/proc/28205/task/28230/stat : 28230 (java) S 28199 28205 25837 0 -1 1077944384 15029 0 0 0 251 2 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708151249136 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28231] ppid=28199 vsize=10927392 memory=4132 CPUtime=2.15 cores=0,2,4,6
/proc/28205/task/28231/stat : 28231 (java) S 28199 28205 25837 0 -1 1077944384 12670 0 0 0 212 3 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708150196592 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28232] ppid=28199 vsize=10927392 memory=5341340 CPUtime=0.58 cores=0,2,4,6
/proc/28205/task/28232/stat : 28232 (java) S 28199 28205 25837 0 -1 1077944384 7229 0 0 0 57 1 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708149143536 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28233] ppid=28199 vsize=10927392 memory=5341340 CPUtime=0 cores=0,2,4,6
/proc/28205/task/28233/stat : 28233 (java) S 28199 28205 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38535043 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708148091232 140709052909269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
[pid=28205/tid=28234] ppid=28199 vsize=10927392 memory=4664744 CPUtime=1.58 cores=0,2,4,6
/proc/28205/task/28234/stat : 28234 (java) S 28199 28205 25837 0 -1 1077944384 2196 0 0 0 80 78 0 0 20 0 17 0 38535044 11189649408 1335412 33554432000 4194304 4196468 140724592389216 140708147039280 140709052910210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29728768 140724592395377 140724592395529 140724592395529 140724592398287 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5341648 KiB

Child status: 143
Real time (s): 2345.46
CPU time (s): 2400.11
CPU user time (s): 2395.85
CPU system time (s): 4.26175
CPU usage (%): 102.33
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 5341648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.85
system time used= 4.26175
maximum resident set size= 5341856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440045
page faults= 0
swaps= 0
block input operations= 176
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55536
involuntary context switches= 1771


# summary of solver processes directly reported to runsolver:
#   pid: 28205
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2395.85
#   total CPU system time (s): 4.26175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4465 second user time and 24.1375 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-21 23:48:39
IDJOB=4289750
IDBENCH=141039
IDSOLVER=2742
FILE ID=node132/4289750-1532209719
RUNJOBID= node132-1532209718-28181
PBS_JOBID= 21018935
Free space on /tmp= 55132 MiB

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

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

MD5SUM BENCH= 24e7c51735ec9671261d78753301e43f
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:        21112608 kB
MemAvailable:   31941348 kB
Buffers:          225472 kB
Cached:         10757464 kB
SwapCached:            0 kB
Active:          1898092 kB
Inactive:        9138232 kB
Active(anon):      55892 kB
Inactive(anon):    17040 kB
Active(file):    1842200 kB
Inactive(file):  9121192 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2156 kB
Writeback:             0 kB
AnonPages:         59492 kB
Mapped:            34904 kB
Shmem:             17056 kB
Slab:             320436 kB
SReclaimable:     293808 kB
SUnreclaim:        26628 kB
KernelStack:        3312 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317772 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:27:44