Trace number 4289749

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.26 2352.67

General information on the benchmark

NameStillLife/
StillLife-wastage-13_c18.xml
MD5SUMd177c6743c5eb3479b13a6ba42c582bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark48.2319
Satisfiable
(Un)Satisfiability was proved
Number of variables466
Number of constraints307
Number of domains4
Minimum domain size2
Maximum domain size451
Distribution of domain sizes[{"size":2,"count":225},{"size":3,"count":225},{"size":170,"count":1},{"size":451,"count":15}]
Minimum variable degree1
Maximum variable degree16
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":222},{"degree":3,"count":18},{"degree":4,"count":52},{"degree":8,"count":48},{"degree":9,"count":121},{"degree":16,"count":1}]
Minimum constraint arity2
Maximum constraint arity17
Distribution of constraint arities[{"arity":2,"count":67},{"arity":3,"count":52},{"arity":10,"count":169},{"arity":15,"count":4},{"arity":16,"count":1},{"arity":17,"count":14}]
Number of extensional constraints221
Number of intensional constraints66
Distribution of constraint types[{"type":"extension","count":221},{"type":"intension","count":66},{"type":"sum","count":16},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289749-1532209713/watcher-4289749-1532209713 -o /tmp/evaluation-result-4289749-1532209713/solver-4289749-1532209713 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28358 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289749-1532209713.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=28394, runsolver pid=28391

[startup+0.100128 s]*
/proc/loadavg: 1.00 1.02 1.15 4/221 28418
/proc/meminfo: memFree=17165052/32770624 swapFree=67108860/67108860
[pid=28394] ppid=28391 vsize=10659012 memory=31284 CPUtime=0.13 cores=0,2,4,6
/proc/28394/stat : 28394 (java) S 28391 28394 26255 0 -1 1077944320 6874 0 0 0 11 2 0 0 20 0 15 0 38534484 10914828288 7821 33554432000 4194304 4196468 140735497300480 140735497283024 139927705349879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
/proc/28394/statm: 2664753 7821 2819 1 0 2627263 0
[pid=28394/tid=28396] ppid=28391 vsize=10659012 memory=-8701690554791923073 CPUtime=0.09 cores=0,2,4,6
/proc/28394/task/28396/stat : 28396 (java) R 28391 28394 26255 0 -1 4202560 4717 0 0 0 8 1 0 0 20 0 15 0 38534484 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927709554544 139927689430366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28399] ppid=28391 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28399/stat : 28399 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927631424400 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28400] ppid=28391 vsize=10659012 memory=140198559696512 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28400/stat : 28400 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927630371600 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28401] ppid=28391 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10659012 memory=140198559696512 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534487 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28405] ppid=28391 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28405/stat : 28405 (java) S 28391 28394 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534487 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927062442784 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28406] ppid=28391 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28406/stat : 28406 (java) S 28391 28394 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534487 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927061390448 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28413] ppid=28391 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28413/stat : 28413 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927060338768 139927705368475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28414] ppid=28391 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28414/stat : 28414 (java) S 28391 28394 26255 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 38534490 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927059286640 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28415] ppid=28391 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28415/stat : 28415 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927058233840 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28416] ppid=28391 vsize=10659012 memory=140198559696512 CPUtime=0.02 cores=0,2,4,6
/proc/28394/task/28416/stat : 28416 (java) R 28391 28394 26255 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 38534490 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927057181552 139927685666377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28417] ppid=28391 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28417/stat : 28417 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927056128992 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28418] ppid=28391 vsize=10659012 memory=140198559696512 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28418/stat : 28418 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534490 10914828288 7821 33554432000 4194304 4196468 140735497300480 139927055075760 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31284 KiB

[startup+0.210924 s]*
/proc/loadavg: 1.00 1.02 1.15 5/221 28418
/proc/meminfo: memFree=17142492/32770624 swapFree=67108860/67108860
[pid=28394] ppid=28391 vsize=10659012 memory=42016 CPUtime=0.33 cores=0,2,4,6
/proc/28394/stat : 28394 (java) S 28391 28394 26255 0 -1 1077944320 8122 0 0 0 31 2 0 0 20 0 15 0 38534484 10914828288 10504 33554432000 4194304 4196468 140735497300480 140735497283024 139927705349879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
/proc/28394/statm: 2664753 10504 3007 1 0 2627263 0
[pid=28394/tid=28396] ppid=28391 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28394/task/28396/stat : 28396 (java) R 28391 28394 26255 0 -1 4202560 5057 0 0 0 19 1 0 0 20 0 15 0 38534484 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927709588240 139927689393509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28399] ppid=28391 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28399/stat : 28399 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927631424400 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28400] ppid=28391 vsize=10659012 memory=288370574711408256 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28400/stat : 28400 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927630371600 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28401] ppid=28391 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10659012 memory=140198559696512 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534487 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28405] ppid=28391 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28405/stat : 28405 (java) S 28391 28394 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534487 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927062442784 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28406] ppid=28391 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28406/stat : 28406 (java) S 28391 28394 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534487 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927061390448 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28413] ppid=28391 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28413/stat : 28413 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927060338768 139927705368475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28414] ppid=28391 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28394/task/28414/stat : 28414 (java) S 28391 28394 26255 0 -1 1077944384 697 0 0 0 2 0 0 0 20 0 15 0 38534490 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927059286640 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28415] ppid=28391 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28394/task/28415/stat : 28415 (java) S 28391 28394 26255 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 38534490 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927058233840 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28416] ppid=28391 vsize=10659012 memory=140198559696512 CPUtime=0.07 cores=0,2,4,6
/proc/28394/task/28416/stat : 28416 (java) R 28391 28394 26255 0 -1 4202560 653 0 0 0 7 0 0 0 20 0 15 0 38534490 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927057181552 139927686913439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28417] ppid=28391 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28417/stat : 28417 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927056128992 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28418] ppid=28391 vsize=10659012 memory=140198559696512 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28418/stat : 28418 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534490 10914828288 10504 33554432000 4194304 4196468 140735497300480 139927055075760 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42016 KiB

[startup+0.31373 s]*
/proc/loadavg: 1.00 1.02 1.15 8/221 28418
/proc/meminfo: memFree=17130512/32770624 swapFree=67108860/67108860
[pid=28394] ppid=28391 vsize=10659088 memory=46928 CPUtime=0.53 cores=0,2,4,6
/proc/28394/stat : 28394 (java) S 28391 28394 26255 0 -1 1077944320 8834 0 0 0 50 3 0 0 20 0 15 0 38534484 10914906112 11732 33554432000 4194304 4196468 140735497300480 140735497283024 139927705349879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
/proc/28394/statm: 2664772 11732 3028 1 0 2627263 0
[pid=28394/tid=28396] ppid=28391 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=0,2,4,6
/proc/28394/task/28396/stat : 28396 (java) R 28391 28394 26255 0 -1 4202560 5645 0 0 0 29 2 0 0 20 0 15 0 38534484 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927709575616 139927689430366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28399] ppid=28391 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28399/stat : 28399 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927631424400 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28400] ppid=28391 vsize=10659088 memory=288370574711408256 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28400/stat : 28400 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927630371600 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28401] ppid=28391 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10659088 memory=140198559696512 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534487 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28405] ppid=28391 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28405/stat : 28405 (java) S 28391 28394 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534487 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927062442784 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28406] ppid=28391 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28406/stat : 28406 (java) S 28391 28394 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534487 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927061390448 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28413] ppid=28391 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28413/stat : 28413 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927060338768 139927705368475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28414] ppid=28391 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28394/task/28414/stat : 28414 (java) S 28391 28394 26255 0 -1 1077944384 709 0 0 0 3 0 0 0 20 0 15 0 38534490 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927059286640 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28415] ppid=28391 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28394/task/28415/stat : 28415 (java) S 28391 28394 26255 0 -1 1077944384 386 0 0 0 3 0 0 0 20 0 15 0 38534490 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927058233840 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28416] ppid=28391 vsize=10659088 memory=140198559696512 CPUtime=0.13 cores=0,2,4,6
/proc/28394/task/28416/stat : 28416 (java) R 28391 28394 26255 0 -1 4202560 728 0 0 0 13 0 0 0 20 0 15 0 38534490 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927057181680 139927683882996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28417] ppid=28391 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28417/stat : 28417 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927056128992 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28418] ppid=28391 vsize=10659088 memory=140198559696512 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28418/stat : 28418 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534490 10914906112 11732 33554432000 4194304 4196468 140735497300480 139927055075760 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46928 KiB

[startup+0.700724 s]
/proc/loadavg: 1.00 1.02 1.15 8/221 28418
/proc/meminfo: memFree=17070068/32770624 swapFree=67108860/67108860
[pid=28394] ppid=28391 vsize=10659088 memory=140000 CPUtime=1.69 cores=0,2,4,6
/proc/28394/stat : 28394 (java) S 28391 28394 26255 0 -1 1077944320 13404 0 0 0 163 6 0 0 20 0 15 0 38534484 10914906112 35000 33554432000 4194304 4196468 140735497300480 140735497283024 139927705349879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
/proc/28394/statm: 2664772 35000 3106 1 0 2627263 0
[pid=28394/tid=28396] ppid=28391 vsize=10659088 memory=1844 CPUtime=0.67 cores=0,2,4,6
/proc/28394/task/28396/stat : 28396 (java) R 28391 28394 26255 0 -1 4202560 6196 0 0 0 64 3 0 0 20 0 15 0 38534484 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927709568768 139927303562052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28399] ppid=28391 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28399/stat : 28399 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927631424400 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28400] ppid=28391 vsize=10659088 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28400/stat : 28400 (java) S 28391 28394 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927630371600 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28401] ppid=28391 vsize=10659088 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10659088 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10659088 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38534487 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28405] ppid=28391 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28405/stat : 28405 (java) S 28391 28394 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534487 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927062442784 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28406] ppid=28391 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28406/stat : 28406 (java) S 28391 28394 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534487 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927061390448 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28413] ppid=28391 vsize=10659088 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28413/stat : 28413 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927060338768 139927705368475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28414] ppid=28391 vsize=10659088 memory=6296683612537770333 CPUtime=0.32 cores=0,2,4,6
/proc/28394/task/28414/stat : 28414 (java) R 28391 28394 26255 0 -1 4202560 2641 0 0 0 32 0 0 0 20 0 15 0 38534490 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927059267448 139927688848466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28415] ppid=28391 vsize=10659088 memory=7595725831727968097 CPUtime=0.34 cores=0,2,4,6
/proc/28394/task/28415/stat : 28415 (java) R 28391 28394 26255 0 -1 4202560 1628 0 0 0 33 1 0 0 20 0 15 0 38534490 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927058220688 139927691365408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28416] ppid=28391 vsize=10659088 memory=7810487918915055718 CPUtime=0.33 cores=0,2,4,6
/proc/28394/task/28416/stat : 28416 (java) S 28391 28394 26255 0 -1 1077944384 1568 0 0 0 33 0 0 0 20 0 15 0 38534490 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927057181552 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28417] ppid=28391 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28417/stat : 28417 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534490 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927056128992 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28418] ppid=28391 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28418/stat : 28418 (java) S 28391 28394 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534490 10914906112 35000 33554432000 4194304 4196468 140735497300480 139927055075760 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 140000 KiB

[startup+1.50171 s]
/proc/loadavg: 1.00 1.02 1.15 7/221 28418
/proc/meminfo: memFree=16763488/32770624 swapFree=67108860/67108860
[pid=28394] ppid=28391 vsize=10659088 memory=321308 CPUtime=4.06 cores=0,2,4,6
/proc/28394/stat : 28394 (java) S 28391 28394 26255 0 -1 1077944320 22287 0 0 0 393 13 0 0 20 0 15 0 38534484 10914906112 80327 33554432000 4194304 4196468 140735497300480 140735497283024 139927705349879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
/proc/28394/statm: 2664772 80327 3151 1 0 2627263 0
[pid=28394/tid=28396] ppid=28391 vsize=10659088 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/28394/task/28396/stat : 28396 (java) R 28391 28394 26255 0 -1 4202560 6244 0 0 0 135 4 0 0 20 0 15 0 38534484 10914906112 80327 33554432000 4194304 4196468 140735497300480 139927709580440 139927686756120 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28399] ppid=28391 vsize=10659088 memory=-6951259422114956437 CPUtime=0.05 cores=0,2,4,6
/proc/28394/task/28399/stat : 28399 (java) S 28391 28394 26255 0 -1 1077944384 122 0 0 0 4 1 0 0 20 0 15 0 38534485 10914906112 80327 33554432000 4194304 4196468 140735497300480 139927631424400 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28400] ppid=28391 vsize=10659088 memory=-6509546260019855295 CPUtime=0.05 cores=0,2,4,6
/proc/28394/task/28400/stat : 28400 (java) S 28391 28394 26255 0 -1 1077944384 115 0 0 0 4 1 0 0 20 0 15 0 38534485 10914906112 80327 33554432000 4194304 4196468 140735497300480 139927630371600 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28401] ppid=28391 vsize=10659088 memory=-7390251449858225344 CPUtime=0.05 cores=0,2,4,6
/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 86 0 0 0 4 1 0 0 20 0 15 0 38534485 10914906112 80327 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10659088 memory=-7096649868621430206 CPUtime=0.02 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 83 0 0 0 2 0 0 0 20 0 15 0 38534485 10914906112 80327 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38534487 10914906112 80327 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0

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

/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 19765 0 0 0 1302 71 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10727700 memory=5196576 CPUtime=13.69 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 20246 0 0 0 1292 77 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10727700 memory=5196576 CPUtime=5.78 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 16031 0 0 0 574 4 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28405] ppid=28391 vsize=10727700 memory=228119 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28405/stat : 28405 (java) S 28391 28394 26255 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927062442848 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28406] ppid=28391 vsize=10727700 memory=221413 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28406/stat : 28406 (java) S 28391 28394 26255 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927061390464 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28413] ppid=28391 vsize=10727700 memory=5196576 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28413/stat : 28413 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927060338768 139927705368475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28414] ppid=28391 vsize=10727700 memory=5196576 CPUtime=1.99 cores=0,2,4,6
/proc/28394/task/28414/stat : 28414 (java) S 28391 28394 26255 0 -1 1077944384 18588 0 0 0 197 2 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927059286640 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28415] ppid=28391 vsize=10727700 memory=5196576 CPUtime=2.26 cores=0,2,4,6
/proc/28394/task/28415/stat : 28415 (java) S 28391 28394 26255 0 -1 1077944384 12020 0 0 0 224 2 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927058233840 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28416] ppid=28391 vsize=10727700 memory=15872 CPUtime=0.57 cores=0,2,4,6
/proc/28394/task/28416/stat : 28416 (java) S 28391 28394 26255 0 -1 1077944384 8716 0 0 0 56 1 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927057181552 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28417] ppid=28391 vsize=10727700 memory=5196576 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28417/stat : 28417 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927056128992 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28418] ppid=28391 vsize=10727700 memory=5196576 CPUtime=1.58 cores=0,2,4,6
/proc/28394/task/28418/stat : 28418 (java) S 28391 28394 26255 0 -1 1077944384 2261 0 0 0 75 83 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927055075760 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28420] ppid=28391 vsize=10727700 memory=13912 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28420/stat : 28420 (java) S 28391 28394 26255 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38537292 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927051924144 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
Current children cumulated CPU time: 2309.91 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5196576 KiB

[startup+2322.3 s]
/proc/loadavg: 1.96 2.01 1.95 3/221 28540
/proc/meminfo: memFree=7929856/32770624 swapFree=67108860/67108860
[pid=28394] ppid=28391 vsize=10727700 memory=5196576 CPUtime=2369.96 cores=0,2,4,6
/proc/28394/stat : 28394 (java) S 28391 28394 26255 0 -1 1077944320 467773 0 0 0 236575 421 0 0 20 0 16 0 38534484 10985164800 1299144 33554432000 4194304 4196468 140735497300480 140735497283024 139927705349879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
/proc/28394/statm: 2681925 1299144 3190 1 0 2644416 0
[pid=28394/tid=28396] ppid=28391 vsize=10727700 memory=5196576 CPUtime=2302.84 cores=0,2,4,6
/proc/28394/task/28396/stat : 28396 (java) R 28391 28394 26255 0 -1 4202560 292912 0 0 0 230235 49 0 0 20 0 16 0 38534484 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927709588760 139927305767084 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28399] ppid=28391 vsize=10727700 memory=5196576 CPUtime=13.65 cores=0,2,4,6
/proc/28394/task/28399/stat : 28399 (java) S 28391 28394 26255 0 -1 1077944384 30205 0 0 0 1290 75 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927631424400 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28400] ppid=28391 vsize=10727700 memory=5196576 CPUtime=13.73 cores=0,2,4,6
/proc/28394/task/28400/stat : 28400 (java) S 28391 28394 26255 0 -1 1077944384 45415 0 0 0 1297 76 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927630371600 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28401] ppid=28391 vsize=10727700 memory=5196576 CPUtime=13.73 cores=0,2,4,6
/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 19765 0 0 0 1302 71 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10727700 memory=5196576 CPUtime=13.69 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 20246 0 0 0 1292 77 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10727700 memory=5196576 CPUtime=5.78 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 16051 0 0 0 574 4 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28405] ppid=28391 vsize=10727700 memory=5196576 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28405/stat : 28405 (java) S 28391 28394 26255 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927062442848 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28406] ppid=28391 vsize=10727700 memory=5196576 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28406/stat : 28406 (java) S 28391 28394 26255 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927061390464 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28413] ppid=28391 vsize=10727700 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28413/stat : 28413 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927060338768 139927705368475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28414] ppid=28391 vsize=10727700 memory=5196576 CPUtime=1.99 cores=0,2,4,6
/proc/28394/task/28414/stat : 28414 (java) S 28391 28394 26255 0 -1 1077944384 18603 0 0 0 197 2 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927059286640 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28415] ppid=28391 vsize=10727700 memory=5196576 CPUtime=2.26 cores=0,2,4,6
/proc/28394/task/28415/stat : 28415 (java) S 28391 28394 26255 0 -1 1077944384 12035 0 0 0 224 2 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927058233840 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28416] ppid=28391 vsize=10727700 memory=928 CPUtime=0.58 cores=0,2,4,6
/proc/28394/task/28416/stat : 28416 (java) S 28391 28394 26255 0 -1 1077944384 8728 0 0 0 57 1 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927057181552 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28417] ppid=28391 vsize=10727700 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28417/stat : 28417 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927056128992 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28418] ppid=28391 vsize=10727700 memory=5196576 CPUtime=1.62 cores=0,2,4,6
/proc/28394/task/28418/stat : 28418 (java) S 28391 28394 26255 0 -1 1077944384 2337 0 0 0 77 85 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927055075760 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28420] ppid=28391 vsize=10727700 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28420/stat : 28420 (java) S 28391 28394 26255 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38537292 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927051924144 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
Current children cumulated CPU time: 2369.96 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5196576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.4 s]
/proc/loadavg: 1.97 2.01 1.95 3/221 28542
/proc/meminfo: memFree=7928764/32770624 swapFree=67108860/67108860
[pid=28394] ppid=28391 vsize=10727700 memory=5196576 CPUtime=2400.09 cores=0,2,4,6
/proc/28394/stat : 28394 (java) S 28391 28394 26255 0 -1 1077944320 476274 0 0 0 239586 423 0 0 20 0 16 0 38534484 10985164800 1299144 33554432000 4194304 4196468 140735497300480 140735497283024 139927705349879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
/proc/28394/statm: 2681925 1299144 3190 1 0 2644416 0
[pid=28394/tid=28396] ppid=28391 vsize=10727700 memory=4096 CPUtime=2332.94 cores=0,2,4,6
/proc/28394/task/28396/stat : 28396 (java) R 28391 28394 26255 0 -1 4202560 301348 0 0 0 233244 50 0 0 20 0 16 0 38534484 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927709588760 139927306023090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28399] ppid=28391 vsize=10727700 memory=2296 CPUtime=13.65 cores=0,2,4,6
/proc/28394/task/28399/stat : 28399 (java) S 28391 28394 26255 0 -1 1077944384 30205 0 0 0 1290 75 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927631424400 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28400] ppid=28391 vsize=10727700 memory=2296 CPUtime=13.73 cores=0,2,4,6
/proc/28394/task/28400/stat : 28400 (java) S 28391 28394 26255 0 -1 1077944384 45415 0 0 0 1297 76 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927630371600 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28401] ppid=28391 vsize=10727700 memory=5196576 CPUtime=13.73 cores=0,2,4,6
/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 19765 0 0 0 1302 71 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10727700 memory=1204 CPUtime=13.69 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 20246 0 0 0 1292 77 0 0 20 0 16 0 38534485 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10727700 memory=8384 CPUtime=5.78 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 16061 0 0 0 574 4 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28405] ppid=28391 vsize=10727700 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28405/stat : 28405 (java) S 28391 28394 26255 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927062442848 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28406] ppid=28391 vsize=10727700 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28406/stat : 28406 (java) S 28391 28394 26255 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 16 0 38534487 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927061390464 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28413] ppid=28391 vsize=10727700 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28413/stat : 28413 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927060338768 139927705368475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28414] ppid=28391 vsize=10727700 memory=1788 CPUtime=1.99 cores=0,2,4,6
/proc/28394/task/28414/stat : 28414 (java) S 28391 28394 26255 0 -1 1077944384 18612 0 0 0 197 2 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927059286640 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28415] ppid=28391 vsize=10727700 memory=644 CPUtime=2.26 cores=0,2,4,6
/proc/28394/task/28415/stat : 28415 (java) S 28391 28394 26255 0 -1 1077944384 12041 0 0 0 224 2 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927058233840 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28416] ppid=28391 vsize=10727700 memory=956 CPUtime=0.58 cores=0,2,4,6
/proc/28394/task/28416/stat : 28416 (java) S 28391 28394 26255 0 -1 1077944384 8734 0 0 0 57 1 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927057181552 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28417] ppid=28391 vsize=10727700 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28417/stat : 28417 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927056128992 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28418] ppid=28391 vsize=10727700 memory=1572 CPUtime=1.64 cores=0,2,4,6
/proc/28394/task/28418/stat : 28418 (java) S 28391 28394 26255 0 -1 1077944384 2371 0 0 0 78 86 0 0 20 0 16 0 38534490 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927055075760 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28420] ppid=28391 vsize=10727700 memory=928 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28420/stat : 28420 (java) S 28391 28394 26255 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38537292 10985164800 1299144 33554432000 4194304 4196468 140735497300480 139927051924144 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5196576 KiB

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

[startup+2352.67 s]
# the end of solver process 28394 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.99 s, system=4.27639 s

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

[startup+2352.6 s]
/proc/loadavg: 1.97 2.01 1.95 3/221 28542
/proc/meminfo: memFree=7928764/32770624 swapFree=67108860/67108860
[pid=28394] ppid=28391 vsize=10927392 memory=5196900 CPUtime=2400.19 cores=0,2,4,6
/proc/28394/stat : 28394 (java) S 28391 28394 26255 0 -1 1077944320 477246 0 0 0 239596 423 0 0 20 0 17 0 38534484 11189649408 1299225 33554432000 4194304 4196468 140735497300480 140735497283024 139927705349879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
/proc/28394/statm: 2731848 1299225 3192 1 0 2694339 0
[pid=28394/tid=28396] ppid=28391 vsize=10927392 memory=4312 CPUtime=2333.04 cores=0,2,4,6
/proc/28394/task/28396/stat : 28396 (java) S 28391 28394 26255 0 -1 1077944384 301479 0 0 0 233254 50 0 0 20 0 17 0 38534484 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927709592752 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28399] ppid=28391 vsize=10927392 memory=2196 CPUtime=13.65 cores=0,2,4,6
/proc/28394/task/28399/stat : 28399 (java) S 28391 28394 26255 0 -1 1077944384 30205 0 0 0 1290 75 0 0 20 0 17 0 38534485 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927631424400 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28400] ppid=28391 vsize=10927392 memory=7380 CPUtime=13.73 cores=0,2,4,6
/proc/28394/task/28400/stat : 28400 (java) S 28391 28394 26255 0 -1 1077944384 45415 0 0 0 1297 76 0 0 20 0 17 0 38534485 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927630371600 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28401] ppid=28391 vsize=10927392 memory=2296 CPUtime=13.73 cores=0,2,4,6
/proc/28394/task/28401/stat : 28401 (java) S 28391 28394 26255 0 -1 1077944384 19765 0 0 0 1302 71 0 0 20 0 17 0 38534485 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927629319312 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28402] ppid=28391 vsize=10927392 memory=2296 CPUtime=13.69 cores=0,2,4,6
/proc/28394/task/28402/stat : 28402 (java) S 28391 28394 26255 0 -1 1077944384 20246 0 0 0 1292 77 0 0 20 0 17 0 38534485 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927628266512 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28404] ppid=28391 vsize=10927392 memory=1408 CPUtime=5.78 cores=0,2,4,6
/proc/28394/task/28404/stat : 28404 (java) S 28391 28394 26255 0 -1 1077944384 16111 0 0 0 574 4 0 0 20 0 17 0 38534487 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927063496816 139927705361026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28405] ppid=28391 vsize=10927392 memory=3340 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28405/stat : 28405 (java) S 28391 28394 26255 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 38534487 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927062442848 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28406] ppid=28391 vsize=10927392 memory=4077636 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28406/stat : 28406 (java) S 28391 28394 26255 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 17 0 38534487 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927061390464 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28413] ppid=28391 vsize=10927392 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28413/stat : 28413 (java) S 28391 28394 26255 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 17 0 38534490 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927060338768 139927705368475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28414] ppid=28391 vsize=10927392 memory=3312 CPUtime=1.99 cores=0,2,4,6
/proc/28394/task/28414/stat : 28414 (java) S 28391 28394 26255 0 -1 1077944384 18612 0 0 0 197 2 0 0 20 0 17 0 38534490 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927059286640 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28415] ppid=28391 vsize=10927392 memory=5196576 CPUtime=2.26 cores=0,2,4,6
/proc/28394/task/28415/stat : 28415 (java) S 28391 28394 26255 0 -1 1077944384 12041 0 0 0 224 2 0 0 20 0 17 0 38534490 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927058233840 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28416] ppid=28391 vsize=10927392 memory=6791534058613427641 CPUtime=0.58 cores=0,2,4,6
/proc/28394/task/28416/stat : 28416 (java) S 28391 28394 26255 0 -1 1077944384 8860 0 0 0 57 1 0 0 20 0 17 0 38534490 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927057181552 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28417] ppid=28391 vsize=10927392 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/28394/task/28417/stat : 28417 (java) S 28391 28394 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38534490 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927056128992 139927705360085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
[pid=28394/tid=28418] ppid=28391 vsize=10927392 memory=644 CPUtime=1.64 cores=0,2,4,6
/proc/28394/task/28418/stat : 28418 (java) S 28391 28394 26255 0 -1 1077944384 2371 0 0 0 78 86 0 0 20 0 17 0 38534490 11189649408 1299225 33554432000 4194304 4196468 140735497300480 139927055075760 139927705361026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 16658432 140735497303153 140735497303305 140735497303305 140735497306063 0
Current children cumulated CPU time: 2400.19 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5196900 KiB

Child status: 143
Real time (s): 2352.67
CPU time (s): 2400.26
CPU user time (s): 2395.99
CPU system time (s): 4.27639
CPU usage (%): 102.023
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 5196900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.99
system time used= 4.27639
maximum resident set size= 5197080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56035
involuntary context switches= 1366


# summary of solver processes directly reported to runsolver:
#   pid: 28394
#   total CPU time (s): 2400.26
#   total CPU user time (s): 2395.99
#   total CPU system time (s): 4.27639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0967 second user time and 25.1472 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-21 23:48:33
IDJOB=4289749
IDBENCH=141036
IDSOLVER=2742
FILE ID=node133/4289749-1532209713
RUNJOBID= node133-1532209713-28358
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

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

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

MD5SUM BENCH= d177c6743c5eb3479b13a6ba42c582bf
RANDOM SEED=1025515177

node133.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.24
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.24
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.24
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.24
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:        17201496 kB
MemAvailable:   31942960 kB
Buffers:          216796 kB
Cached:         14605152 kB
SwapCached:            0 kB
Active:          1153140 kB
Inactive:       13721124 kB
Active(anon):      55064 kB
Inactive(anon):    17024 kB
Active(file):    1098076 kB
Inactive(file): 13704100 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4588 kB
Writeback:             0 kB
AnonPages:         59112 kB
Mapped:            34964 kB
Shmem:             17056 kB
Slab:             394784 kB
SReclaimable:     367748 kB
SUnreclaim:        27036 kB
KernelStack:        3280 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319684 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52644 MiB
End job on node133 at 2018-07-22 00:27:46