Trace number 4289821

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.14 2302.47

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a3-galaxy14_c18.xml
MD5SUM7a3ba77b7a6be046779b0525cfa105c0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14498
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables1470
Number of constraints5725
Number of domains3
Minimum domain size2
Maximum domain size57
Distribution of domain sizes[{"size":2,"count":728},{"size":14,"count":364},{"size":57,"count":378}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":742},{"degree":41,"count":336},{"degree":42,"count":364},{"degree":43,"count":26},{"degree":44,"count":2}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":365},{"arity":3,"count":28},{"arity":4,"count":4200},{"arity":5,"count":350},{"arity":14,"count":390},{"arity":16,"count":364},{"arity":26,"count":28}]
Number of extensional constraints378
Number of intensional constraints4565
Distribution of constraint types[{"type":"extension","count":378},{"type":"intension","count":4565},{"type":"regular","count":14},{"type":"allDifferent","count":26},{"type":"cardinality","count":14},{"type":"element","count":728}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289821-1532222595/watcher-4289821-1532222595 -o /tmp/evaluation-result-4289821-1532222595/solver-4289821-1532222595 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289821-1532222595.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=28284, runsolver pid=28281

[startup+0.10333 s]*
/proc/loadavg: 2.07 2.00 2.15 4/217 28299
/proc/meminfo: memFree=18709656/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10659012 memory=30868 CPUtime=0.13 cores=0,2,4,6
/proc/28284/stat : 28284 (java) S 28281 28284 23392 0 -1 1077944320 6810 0 0 0 11 2 0 0 20 0 15 0 39822665 10914828288 7717 33554432000 4194304 4196468 140727975435168 140727975417712 140010748542711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
/proc/28284/statm: 2664753 7717 2841 1 0 2627263 0
[pid=28284/tid=28286] ppid=28281 vsize=10659012 memory=-8773748148829851515 CPUtime=0.09 cores=0,2,4,6
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 23392 0 -1 4202560 4635 0 0 0 8 1 0 0 20 0 15 0 39822665 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010752757312 140010732623198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28287] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010701163152 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28288] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010354039312 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28289] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010352986512 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010351933712 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39822667 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010308356976 140010748553858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28292] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39822668 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010307302944 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28293] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39822668 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010306250096 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28294] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822670 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010305198416 140010748561307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28295] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 23392 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 39822671 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010304145776 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28296] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 23392 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 39822671 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010303092976 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28297] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0.02 cores=0,2,4,6
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 23392 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 15 0 39822671 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010302040176 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28298] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822671 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010300987616 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28299] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822671 10914828288 7717 33554432000 4194304 4196468 140727975435168 140010299935920 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30868 KiB

[startup+0.210557 s]*
/proc/loadavg: 2.07 2.00 2.15 3/217 28299
/proc/meminfo: memFree=18701592/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10659012 memory=41796 CPUtime=0.33 cores=0,2,4,6
/proc/28284/stat : 28284 (java) S 28281 28284 23392 0 -1 1077944320 8058 0 0 0 30 3 0 0 20 0 15 0 39822665 10914828288 10449 33554432000 4194304 4196468 140727975435168 140727975417712 140010748542711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
/proc/28284/statm: 2664753 10449 3002 1 0 2627263 0
[pid=28284/tid=28286] ppid=28281 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 23392 0 -1 4202560 5009 0 0 0 18 2 0 0 20 0 15 0 39822665 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010752778384 140010732586341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28287] ppid=28281 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010701163152 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28288] ppid=28281 vsize=10659012 memory=4049502081282754208 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010354039312 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28289] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010352986512 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010351933712 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39822667 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010308356976 140010748553858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28292] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39822668 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010307302944 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28293] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39822668 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010306250096 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28294] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822670 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010305198416 140010748561307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28295] ppid=28281 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 23392 0 -1 1077944384 559 0 0 0 2 0 0 0 20 0 15 0 39822671 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010304145776 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28296] ppid=28281 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 23392 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 15 0 39822671 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010303092976 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28297] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0.07 cores=0,2,4,6
/proc/28284/task/28297/stat : 28297 (java) R 28281 28284 23392 0 -1 4202560 678 0 0 0 7 0 0 0 20 0 15 0 39822671 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010302040176 140010732623198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28298] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822671 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010300987616 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28299] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822671 10914828288 10449 33554432000 4194304 4196468 140727975435168 140010299935920 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41796 KiB

[startup+0.313739 s]*
/proc/loadavg: 2.07 2.00 2.15 5/217 28299
/proc/meminfo: memFree=18686704/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10659012 memory=55076 CPUtime=0.6 cores=0,2,4,6
/proc/28284/stat : 28284 (java) S 28281 28284 23392 0 -1 1077944320 9981 0 0 0 57 3 0 0 20 0 15 0 39822665 10914828288 13769 33554432000 4194304 4196468 140727975435168 140727975417712 140010748542711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
/proc/28284/statm: 2664753 13769 3047 1 0 2627263 0
[pid=28284/tid=28286] ppid=28281 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 23392 0 -1 4202560 5544 0 0 0 28 2 0 0 20 0 15 0 39822665 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010752755032 140010732623198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28287] ppid=28281 vsize=10659012 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010701163152 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28288] ppid=28281 vsize=10659012 memory=3977444487244826272 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010354039312 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28289] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010352986512 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39822666 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010351933712 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39822667 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010308356976 140010748553858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28292] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39822668 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010307302944 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28293] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39822668 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010306250096 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28294] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822670 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010305198416 140010748561307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28295] ppid=28281 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28284/task/28295/stat : 28295 (java) R 28281 28284 23392 0 -1 4202560 917 0 0 0 8 0 0 0 20 0 15 0 39822671 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010304126792 140010729730595 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28296] ppid=28281 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28284/task/28296/stat : 28296 (java) R 28281 28284 23392 0 -1 4202560 1064 0 0 0 7 0 0 0 20 0 15 0 39822671 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010303073992 140010732029157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28297] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0.13 cores=0,2,4,6
/proc/28284/task/28297/stat : 28297 (java) R 28281 28284 23392 0 -1 1077944384 1088 0 0 0 13 0 0 0 20 0 15 0 39822671 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010302040176 140010748553858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28298] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822671 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010300987616 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28299] ppid=28281 vsize=10659012 memory=140165688084096 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822671 10914828288 13769 33554432000 4194304 4196468 140727975435168 140010299935920 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55076 KiB

[startup+0.701992 s]
/proc/loadavg: 2.07 2.00 2.15 5/217 28299
/proc/meminfo: memFree=18659964/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10659088 memory=130800 CPUtime=1.87 cores=0,2,4,6
/proc/28284/stat : 28284 (java) S 28281 28284 23392 0 -1 1077944320 14059 0 0 0 182 5 0 0 20 0 15 0 39822665 10914906112 32700 33554432000 4194304 4196468 140727975435168 140727975417712 140010748542711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
/proc/28284/statm: 2664772 32700 3098 1 0 2627263 0
[pid=28284/tid=28286] ppid=28281 vsize=10659088 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 23392 0 -1 4202560 5936 0 0 0 64 3 0 0 20 0 15 0 39822665 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010752780960 140010728739345 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28287] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822666 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010701163152 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28288] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822666 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010354039312 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28289] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822666 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010352986512 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10659088 memory=261674506420706 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39822666 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010351933712 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10659088 memory=120106 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39822667 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010308356976 140010748553858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28292] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39822668 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010307302944 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28293] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39822668 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010306250096 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28294] ppid=28281 vsize=10659088 memory=280331173260192 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822670 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010305198416 140010748561307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28295] ppid=28281 vsize=10659088 memory=19153 CPUtime=0.43 cores=0,2,4,6
/proc/28284/task/28295/stat : 28295 (java) R 28281 28284 23392 0 -1 4202560 2336 0 0 0 43 0 0 0 20 0 15 0 39822671 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010304132320 140010730087324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28296] ppid=28281 vsize=10659088 memory=280331173232880 CPUtime=0.43 cores=0,2,4,6
/proc/28284/task/28296/stat : 28296 (java) R 28281 28284 23392 0 -1 4202560 2787 0 0 0 43 0 0 0 20 0 15 0 39822671 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010303077448 140010732930760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28297] ppid=28281 vsize=10659088 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 23392 0 -1 1077944384 1628 0 0 0 30 0 0 0 20 0 15 0 39822671 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010302040176 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28298] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39822671 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010300987616 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28299] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39822671 10914906112 32700 33554432000 4194304 4196468 140727975435168 140010299935920 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 130800 KiB

[startup+1.50078 s]
/proc/loadavg: 2.07 2.00 2.15 5/217 28299
/proc/meminfo: memFree=18521712/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10661136 memory=384632 CPUtime=4.47 cores=0,2,4,6
/proc/28284/stat : 28284 (java) S 28281 28284 23392 0 -1 1077944320 17501 0 0 0 431 16 0 0 20 0 15 0 39822665 10917003264 96158 33554432000 4194304 4196468 140727975435168 140727975417712 140010748542711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
/proc/28284/statm: 2665284 96158 3141 1 0 2627775 0
[pid=28284/tid=28286] ppid=28281 vsize=10661136 memory=6944656592455360604 CPUtime=1.37 cores=0,2,4,6
/proc/28284/task/28286/stat : 28286 (java) S 28281 28284 23392 0 -1 1077944384 6274 0 0 0 131 6 0 0 20 0 15 0 39822665 10917003264 96158 33554432000 4194304 4196468 140727975435168 140010752777936 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28287] ppid=28281 vsize=10661136 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/28284/task/28287/stat : 28287 (java) R 28281 28284 23392 0 -1 4202560 57 0 0 0 7 1 0 0 20 0 15 0 39822666 10917003264 96158 33554432000 4194304 4196468 140727975435168 140010701163152 140010733570576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28288] ppid=28281 vsize=10661136 memory=10755 CPUtime=0.05 cores=0,2,4,6
/proc/28284/task/28288/stat : 28288 (java) R 28281 28284 23392 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 15 0 39822666 10917003264 96158 33554432000 4194304 4196468 140727975435168 140010354039200 140010733570576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28289] ppid=28281 vsize=10661136 memory=25036 CPUtime=0.05 cores=0,2,4,6
/proc/28284/task/28289/stat : 28289 (java) R 28281 28284 23392 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 15 0 39822666 10917003264 96158 33554432000 4194304 4196468 140727975435168 140010352986712 140010733570130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10661136 memory=9198851636693084315 CPUtime=0.06 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) R 28281 28284 23392 0 -1 4202560 44 0 0 0 5 1 0 0 20 0 15 0 39822666 10917003264 96158 33554432000 4194304 4196468 140727975435168 140010351933712 140010733560416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10661136 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39822667 10917003264 96158 33554432000 4194304 4196468 140727975435168 140010308355488 140010748552917 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0

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

/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 23392 0 -1 1077944384 26150 0 0 0 2804 105 0 0 20 0 16 0 39822666 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010352986512 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10727700 memory=6852296 CPUtime=29.22 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 23392 0 -1 1077944384 20618 0 0 0 2819 103 0 0 20 0 16 0 39822666 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010351933712 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10727700 memory=6852296 CPUtime=6.91 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 35452 0 0 0 685 6 0 0 20 0 16 0 39822667 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010308356976 140010748553858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28292] ppid=28281 vsize=10727700 memory=6852296 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 23392 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39822668 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010307303008 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28293] ppid=28281 vsize=10727700 memory=6852296 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 23392 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 39822668 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010306250112 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28294] ppid=28281 vsize=10727700 memory=6852296 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39822670 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010305198416 140010748561307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28295] ppid=28281 vsize=10727700 memory=6852296 CPUtime=3.96 cores=0,2,4,6
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 23392 0 -1 1077944384 11576 0 0 0 395 1 0 0 20 0 16 0 39822671 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010304145776 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28296] ppid=28281 vsize=10727700 memory=4140 CPUtime=4.46 cores=0,2,4,6
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 23392 0 -1 1077944384 17215 0 0 0 444 2 0 0 20 0 16 0 39822671 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010303092976 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28297] ppid=28281 vsize=10727700 memory=6852296 CPUtime=0.88 cores=0,2,4,6
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 23392 0 -1 1077944384 10749 0 0 0 86 2 0 0 20 0 16 0 39822671 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010302040176 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28298] ppid=28281 vsize=10727700 memory=6852296 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39822671 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010300987616 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28299] ppid=28281 vsize=10727700 memory=6852296 CPUtime=1.43 cores=0,2,4,6
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 23392 0 -1 1077944384 2095 0 0 0 67 76 0 0 20 0 16 0 39822671 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010299935920 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28345] ppid=28281 vsize=10727700 memory=6852296 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28345/stat : 28345 (java) S 28281 28284 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39827747 10985164800 1713074 33554432000 4194304 4196468 140727975435168 140010229589424 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
Current children cumulated CPU time: 2300.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6852296 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/218 28517
/proc/meminfo: memFree=13030484/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10727700 memory=6852300 CPUtime=2360.12 cores=0,2,4,6
/proc/28284/stat : 28284 (java) S 28281 28284 23392 0 -1 1077944320 330671 0 0 0 235469 543 0 0 20 0 16 0 39822665 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140727975417712 140010748542711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
/proc/28284/statm: 2681925 1713075 3199 1 0 2644416 0
[pid=28284/tid=28286] ppid=28281 vsize=10727700 memory=6852296 CPUtime=2225.72 cores=0,2,4,6
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 23392 0 -1 4202560 156254 0 0 0 222528 44 0 0 20 0 16 0 39822665 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010752781416 140010382969894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28287] ppid=28281 vsize=10727700 memory=6852296 CPUtime=29.24 cores=0,2,4,6
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 23392 0 -1 1077944384 27209 0 0 0 2813 111 0 0 20 0 16 0 39822666 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010701163152 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28288] ppid=28281 vsize=10727700 memory=6852296 CPUtime=29.07 cores=0,2,4,6
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 23392 0 -1 1077944384 21345 0 0 0 2797 110 0 0 20 0 16 0 39822666 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010354039312 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28289] ppid=28281 vsize=10727700 memory=6852300 CPUtime=29.09 cores=0,2,4,6
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 23392 0 -1 1077944384 26150 0 0 0 2804 105 0 0 20 0 16 0 39822666 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010352986512 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10727700 memory=6852300 CPUtime=29.22 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 23392 0 -1 1077944384 20618 0 0 0 2819 103 0 0 20 0 16 0 39822666 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010351933712 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10727700 memory=396 CPUtime=6.91 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 35472 0 0 0 685 6 0 0 20 0 16 0 39822667 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010308356976 140010748553858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28292] ppid=28281 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 23392 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39822668 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010307303008 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28293] ppid=28281 vsize=10727700 memory=6852296 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 23392 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 39822668 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010306250112 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28294] ppid=28281 vsize=10727700 memory=6852296 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39822670 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010305198416 140010748561307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28295] ppid=28281 vsize=10727700 memory=6852296 CPUtime=3.96 cores=0,2,4,6
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 23392 0 -1 1077944384 11586 0 0 0 395 1 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010304145776 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28296] ppid=28281 vsize=10727700 memory=6852296 CPUtime=4.46 cores=0,2,4,6
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 23392 0 -1 1077944384 17225 0 0 0 444 2 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010303092976 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28297] ppid=28281 vsize=10727700 memory=912 CPUtime=0.88 cores=0,2,4,6
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 23392 0 -1 1077944384 11168 0 0 0 86 2 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010302040176 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28298] ppid=28281 vsize=10727700 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010300987616 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28299] ppid=28281 vsize=10727700 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 23392 0 -1 1077944384 2171 0 0 0 70 77 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010299935920 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28345] ppid=28281 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28345/stat : 28345 (java) S 28281 28284 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39827747 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010229589424 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
Current children cumulated CPU time: 2360.12 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6852300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2302.2 s]
/proc/loadavg: 2.01 2.03 2.05 3/218 28540
/proc/meminfo: memFree=13028924/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10727700 memory=6852300 CPUtime=2400.06 cores=0,2,4,6
/proc/28284/stat : 28284 (java) S 28281 28284 23392 0 -1 1077944320 334450 0 0 0 239461 545 0 0 20 0 16 0 39822665 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140727975417712 140010748542711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
/proc/28284/statm: 2681925 1713075 3199 1 0 2644416 0
[pid=28284/tid=28286] ppid=28281 vsize=10727700 memory=840 CPUtime=2265.62 cores=0,2,4,6
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 23392 0 -1 4202560 159967 0 0 0 226517 45 0 0 20 0 16 0 39822665 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010752781416 140010390164941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28287] ppid=28281 vsize=10727700 memory=1796 CPUtime=29.24 cores=0,2,4,6
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 23392 0 -1 1077944384 27209 0 0 0 2813 111 0 0 20 0 16 0 39822666 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010701163152 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28288] ppid=28281 vsize=10727700 memory=912 CPUtime=29.07 cores=0,2,4,6
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 23392 0 -1 1077944384 21345 0 0 0 2797 110 0 0 20 0 16 0 39822666 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010354039312 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28289] ppid=28281 vsize=10727700 memory=1232 CPUtime=29.09 cores=0,2,4,6
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 23392 0 -1 1077944384 26150 0 0 0 2804 105 0 0 20 0 16 0 39822666 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010352986512 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10727700 memory=1948 CPUtime=29.22 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 23392 0 -1 1077944384 20618 0 0 0 2819 103 0 0 20 0 16 0 39822666 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010351933712 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10727700 memory=1200 CPUtime=6.91 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 35482 0 0 0 685 6 0 0 20 0 16 0 39822667 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010308356976 140010748553858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28292] ppid=28281 vsize=10727700 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 23392 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39822668 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010307303008 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28293] ppid=28281 vsize=10727700 memory=800 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 23392 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 39822668 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010306250112 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28294] ppid=28281 vsize=10727700 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39822670 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010305198416 140010748561307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28295] ppid=28281 vsize=10727700 memory=16436 CPUtime=3.96 cores=0,2,4,6
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 23392 0 -1 1077944384 11592 0 0 0 395 1 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010304145776 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28296] ppid=28281 vsize=10727700 memory=288230574492221466 CPUtime=4.46 cores=0,2,4,6
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 23392 0 -1 1077944384 17235 0 0 0 444 2 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010303092976 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28297] ppid=28281 vsize=10727700 memory=288230613214036277 CPUtime=0.88 cores=0,2,4,6
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 23392 0 -1 1077944384 11171 0 0 0 86 2 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010302040176 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28298] ppid=28281 vsize=10727700 memory=15535236834396114 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010300987616 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28299] ppid=28281 vsize=10727700 memory=4124 CPUtime=1.5 cores=0,2,4,6
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 23392 0 -1 1077944384 2208 0 0 0 71 79 0 0 20 0 16 0 39822671 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010299935920 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28345] ppid=28281 vsize=10727700 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28345/stat : 28345 (java) S 28281 28284 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39827747 10985164800 1713075 33554432000 4194304 4196468 140727975435168 140010229589424 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6852300 KiB

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

[startup+2302.47 s]
# the end of solver process 28284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.66 s, system=5.48402 s

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

[startup+2302.4 s]
/proc/loadavg: 2.01 2.03 2.05 3/218 28540
/proc/meminfo: memFree=13028924/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10927392 memory=6852648 CPUtime=2400.07 cores=0,2,4,6
/proc/28284/stat : 28284 (java) S 28281 28284 23392 0 -1 1077944320 335736 0 0 0 239462 545 0 0 20 0 17 0 39822665 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140727975417712 140010748542711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
/proc/28284/statm: 2731848 1713162 3201 1 0 2694339 0
[pid=28284/tid=28286] ppid=28281 vsize=10927392 memory=6852300 CPUtime=2265.63 cores=0,2,4,6
/proc/28284/task/28286/stat : 28286 (java) S 28281 28284 23392 0 -1 1077944384 160071 0 0 0 226518 45 0 0 20 0 17 0 39822665 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010752785584 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28287] ppid=28281 vsize=10927392 memory=6791534058613427641 CPUtime=29.24 cores=0,2,4,6
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 23392 0 -1 1077944384 27209 0 0 0 2813 111 0 0 20 0 17 0 39822666 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010701163152 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28288] ppid=28281 vsize=10927392 memory=928 CPUtime=29.07 cores=0,2,4,6
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 23392 0 -1 1077944384 21345 0 0 0 2797 110 0 0 20 0 17 0 39822666 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010354039312 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28289] ppid=28281 vsize=10927392 memory=2240 CPUtime=29.09 cores=0,2,4,6
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 23392 0 -1 1077944384 26150 0 0 0 2804 105 0 0 20 0 17 0 39822666 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010352986512 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28290] ppid=28281 vsize=10927392 memory=4124 CPUtime=29.22 cores=0,2,4,6
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 23392 0 -1 1077944384 20618 0 0 0 2819 103 0 0 20 0 17 0 39822666 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010351933712 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28291] ppid=28281 vsize=10927392 memory=2200 CPUtime=6.91 cores=0,2,4,6
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 23392 0 -1 1077944384 35524 0 0 0 685 6 0 0 20 0 17 0 39822667 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010308356976 140010748553858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28292] ppid=28281 vsize=10927392 memory=6852300 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 23392 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39822668 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010307303008 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28293] ppid=28281 vsize=10927392 memory=14064 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 23392 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 39822668 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010306250112 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28294] ppid=28281 vsize=10927392 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 23392 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 17 0 39822670 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010305198416 140010748561307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28295] ppid=28281 vsize=10927392 memory=1296 CPUtime=3.96 cores=0,2,4,6
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 23392 0 -1 1077944384 11592 0 0 0 395 1 0 0 20 0 17 0 39822671 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010304145776 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28296] ppid=28281 vsize=10927392 memory=1728 CPUtime=4.46 cores=0,2,4,6
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 23392 0 -1 1077944384 17236 0 0 0 444 2 0 0 20 0 17 0 39822671 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010303092976 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28297] ppid=28281 vsize=10927392 memory=1796 CPUtime=0.88 cores=0,2,4,6
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 23392 0 -1 1077944384 11645 0 0 0 86 2 0 0 20 0 17 0 39822671 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010302040176 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28298] ppid=28281 vsize=10927392 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39822671 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010300987616 140010748552917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
[pid=28284/tid=28299] ppid=28281 vsize=10927392 memory=956 CPUtime=1.5 cores=0,2,4,6
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 23392 0 -1 1077944384 2208 0 0 0 71 79 0 0 20 0 17 0 39822671 11189649408 1713162 33554432000 4194304 4196468 140727975435168 140010299935920 140010748553858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 24596480 140727975437425 140727975437577 140727975437577 140727975440335 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 6852648 KiB

Child status: 143
Real time (s): 2302.47
CPU time (s): 2400.14
CPU user time (s): 2394.66
CPU system time (s): 5.48402
CPU usage (%): 104.242
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 6852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.66
system time used= 5.48402
maximum resident set size= 6852780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54502
involuntary context switches= 4687


# summary of solver processes directly reported to runsolver:
#   pid: 28284
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2394.66
#   total CPU system time (s): 5.48402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5465 second user time and 22.1654 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 03:23:15
IDJOB=4289821
IDBENCH=141552
IDSOLVER=2742
FILE ID=node136/4289821-1532222595
RUNJOBID= node136-1532209747-25927
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a3-galaxy14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289821-1532222595/watcher-4289821-1532222595 -o /tmp/evaluation-result-4289821-1532222595/solver-4289821-1532222595 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289821-1532222595.xml

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

MD5SUM BENCH= 7a3ba77b7a6be046779b0525cfa105c0
RANDOM SEED=1273237393

node136.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.50
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.50
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.50
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.50
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:        18728928 kB
MemAvailable:   28569396 kB
Buffers:          227472 kB
Cached:          9821732 kB
SwapCached:            0 kB
Active:          4428488 kB
Inactive:        9040724 kB
Active(anon):    3422832 kB
Inactive(anon):    16932 kB
Active(file):    1005656 kB
Inactive(file):  9023792 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2836 kB
Writeback:             0 kB
AnonPages:       3464080 kB
Mapped:            47096 kB
Shmem:             17068 kB
Slab:             266152 kB
SReclaimable:     239480 kB
SUnreclaim:        26672 kB
KernelStack:        3824 kB
PageTables:        12012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4147108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3325952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57108 MiB
End job on node136 at 2018-07-22 04:01:38