Trace number 4290099

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT 3.46551 2.29458

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.023731
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.51/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.51/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.51/0.39	c See www.sat4j.org for details.
0.51/0.39	c That software uses the Rhino library from the Mozilla project.
0.51/0.39	c version 2.3.6-SNAPSHOT
0.51/0.39	c java.runtime.name	Java(TM) SE Runtime Environment
0.51/0.39	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.51/0.39	c java.vm.version	25.131-b11
0.51/0.39	c java.vm.vendor	Oracle Corporation
0.51/0.39	c sun.arch.data.model	64
0.51/0.39	c java.version		1.8.0_131
0.51/0.39	c os.name		Linux
0.51/0.39	c os.version		3.10.0-514.16.1.el7.x86_64
0.51/0.39	c os.arch		amd64
0.51/0.39	c Free memory 		499604488
0.51/0.39	c Max memory 		7247757312
0.51/0.39	c Total memory 		504889344
0.51/0.39	c Number of processors 	4
0.51/0.39	c c --- Begin Solver configuration ---
0.51/0.39	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.51/0.39	c Learn all clauses as in MiniSAT
0.51/0.39	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.39	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.51/0.39	c No reason simplification
0.51/0.39	c Glucose 2.1 dynamic restart strategy
0.51/0.39	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
0.51/0.39	c timeout=2147483s
0.51/0.39	c DB Simplification allowed=false
0.51/0.39	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.51/0.39	c --- End Solver configuration ---
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2396
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8976
0.51/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 32
0.51/0.39	c 11452 constraints processed.
3.44/2.28	c starts		: 80
3.44/2.28	c conflicts		: 18209
3.44/2.28	c decisions		: 34262
3.44/2.28	c propagations		: 1872735
3.44/2.28	c inspects		: 25674905
3.44/2.28	c shortcuts		: 0
3.44/2.28	c learnt literals	: 1
3.44/2.28	c learnt binary clauses	: 145
3.44/2.28	c learnt ternary clauses	: 240
3.44/2.28	c learnt constraints	: 18208
3.44/2.28	c ignored constraints	: 0
3.44/2.28	c root simplifications	: 0
3.44/2.28	c removed literals (reason simplification)	: 0
3.44/2.28	c reason swapping (by a shorter reason)	: 0
3.44/2.28	c Calls to reduceDB	: 3
3.44/2.28	c Number of update (reduction) of LBD	: 12423
3.44/2.28	c Imported unit clauses	: 0
3.44/2.28	c number of reductions to clauses (during analyze)	: 0
3.44/2.28	c number of learned constraints concerned by reduction	: 0
3.44/2.28	c number of learning phase by resolution	: 0
3.44/2.28	c number of learning phase by cutting planes	: 0
3.44/2.28	c number of rounding to 1 operations	: 0
3.44/2.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3.44/2.28	c number of reductions of the coefficients by power 2 	: 0
3.44/2.28	c number of right shift for reduction by power 2 	: 0
3.44/2.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
3.44/2.28	c number of ending skipping 	: 0
3.44/2.28	c number of internal skipping 	: 0
3.44/2.28	c number of derivation steps 	: 0
3.44/2.28	c number of skipped derivation steps 	: 0
3.44/2.28	c number of remaining unassigned 	: 0
3.44/2.28	c number of remaining assigned 	: 0
3.44/2.28	c speed (assignments/second)	: 994020.7006369428
3.44/2.28	c non guided choices	: 603
3.44/2.28	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 145
3.44/2.28	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 5694
3.44/2.28	s SATISFIABLE
3.44/2.29	v <instantiation type="solution">
3.44/2.29	v 	<list> cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][0] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][0] ce[0][1][1] ce[0][1][2] ce[0][1][3] ce[0][2][0] ce[0][2][1] ce[0][2][2] ce[0][2][3] ce[0][3][0] ce[0][3][1] ce[0][3][2] ce[0][3][3] ce[1][0][0] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][0] ce[1][1][1] ce[1][1][2] ce[1][1][3] ce[1][2][0] ce[1][2][1] ce[1][2][2] ce[1][2][3] ce[1][3][0] ce[1][3][1] ce[1][3][2] ce[1][3][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] </list>
3.44/2.29	v 	<values> 9 13 7 2 0 3 15 16 1 4 2 7 1 1 6 11 1 1 1 5 1 1 1 1 1 3 15 16 1 1 12 13 1 1 1 1 1 1 1 1 9 10 8 14 </values>
3.44/2.29	v </instantiation>
3.44/2.29	

Verifier Data

OK	

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 (13162 MiB free)
  memory of node 1: 16384 MiB (5731 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290099-1532212737/watcher-4290099-1532212737 -o /tmp/evaluation-result-4290099-1532212737/solver-4290099-1532212737 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31982 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290099-1532212737.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
solver pid=32395, runsolver pid=32392
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 7.48 5.65 3.59 7/219 32410
/proc/meminfo: memFree=19327360/32770624 swapFree=67108860/67108860
[pid=32395] ppid=32392 vsize=10659012 memory=31364 CPUtime=0.12 cores=0,2,4,6
/proc/32395/stat : 32395 (java) S 32392 32395 29334 0 -1 1077944320 6405 0 0 0 10 2 0 0 20 0 15 0 38836924 10914828288 7841 33554432000 4194304 4196468 140724075819360 140724075801904 140136690224887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
/proc/32395/statm: 2664753 7841 2819 1 0 2627263 0
[pid=32395/tid=32397] ppid=32392 vsize=10659012 memory=-8701690554792185728 CPUtime=0.09 cores=0,2,4,6
/proc/32395/task/32397/stat : 32397 (java) R 32392 32395 29334 0 -1 4202560 4243 0 0 0 7 2 0 0 20 0 15 0 38836925 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136694413232 140136674305374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32398] ppid=32392 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32398/stat : 32398 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136616299280 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32399] ppid=32392 vsize=10659012 memory=140572387174016 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32399/stat : 32399 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136615246736 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32400] ppid=32392 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32400/stat : 32400 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136614194192 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32401] ppid=32392 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32401/stat : 32401 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836925 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136613141648 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32402] ppid=32392 vsize=10659012 memory=140572387174016 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32402/stat : 32402 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836927 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136182401008 140136690236034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32403] ppid=32392 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32403/stat : 32403 (java) S 32392 32395 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38836927 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136181347232 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32404] ppid=32392 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32404/stat : 32404 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38836927 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136180294640 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32405] ppid=32392 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32405/stat : 32405 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836930 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136179243216 140136690243483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32406] ppid=32392 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32406/stat : 32406 (java) S 32392 32395 29334 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 38836930 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136178190832 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32407] ppid=32392 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32407/stat : 32407 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836930 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136177138288 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32408] ppid=32392 vsize=10659012 memory=140572387174016 CPUtime=0.02 cores=0,2,4,6
/proc/32395/task/32408/stat : 32408 (java) S 32392 32395 29334 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 38836930 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136176085744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32409] ppid=32392 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32409/stat : 32409 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836930 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136175033440 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32410] ppid=32392 vsize=10659012 memory=140572387174016 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32410/stat : 32410 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836930 10914828288 7841 33554432000 4194304 4196468 140724075819360 140136173979952 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31364 KiB

[startup+0.210657 s]*
/proc/loadavg: 7.48 5.65 3.59 6/219 32410
/proc/meminfo: memFree=19318944/32770624 swapFree=67108860/67108860
[pid=32395] ppid=32392 vsize=10659012 memory=41856 CPUtime=0.33 cores=0,2,4,6
/proc/32395/stat : 32395 (java) S 32392 32395 29334 0 -1 1077944320 7635 0 0 0 30 3 0 0 20 0 15 0 38836924 10914828288 10464 33554432000 4194304 4196468 140724075819360 140724075801904 140136690224887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
/proc/32395/statm: 2664753 10464 3003 1 0 2627263 0
[pid=32395/tid=32397] ppid=32392 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32395/task/32397/stat : 32397 (java) R 32392 32395 29334 0 -1 4202560 4580 0 0 0 18 2 0 0 20 0 15 0 38836925 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136694461168 140136690236822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32398] ppid=32392 vsize=10659012 memory=345 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32398/stat : 32398 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136616299280 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32399] ppid=32392 vsize=10659012 memory=288370948538885760 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32399/stat : 32399 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136615246736 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32400] ppid=32392 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32400/stat : 32400 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136614194192 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32401] ppid=32392 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32401/stat : 32401 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836925 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136613141648 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32402] ppid=32392 vsize=10659012 memory=140572387174016 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32402/stat : 32402 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836927 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136182401008 140136690236034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32403] ppid=32392 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32403/stat : 32403 (java) S 32392 32395 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38836927 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136181347232 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32404] ppid=32392 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32404/stat : 32404 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38836927 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136180294640 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32405] ppid=32392 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32405/stat : 32405 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836930 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136179243216 140136690243483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32406] ppid=32392 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32395/task/32406/stat : 32406 (java) S 32392 32395 29334 0 -1 1077944384 787 0 0 0 2 0 0 0 20 0 15 0 38836930 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136178190832 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32407] ppid=32392 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32395/task/32407/stat : 32407 (java) S 32392 32395 29334 0 -1 1077944384 241 0 0 0 2 0 0 0 20 0 15 0 38836930 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136177138288 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32408] ppid=32392 vsize=10659012 memory=140572387174016 CPUtime=0.07 cores=0,2,4,6
/proc/32395/task/32408/stat : 32408 (java) R 32392 32395 29334 0 -1 4202560 659 0 0 0 7 0 0 0 20 0 15 0 38836930 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136176085744 140136668901952 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32409] ppid=32392 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32409/stat : 32409 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836930 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136175033440 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32410] ppid=32392 vsize=10659012 memory=140572387174016 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32410/stat : 32410 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836930 10914828288 10464 33554432000 4194304 4196468 140724075819360 140136173979952 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41856 KiB

[startup+0.310582 s]*
/proc/loadavg: 7.48 5.65 3.59 6/219 32410
/proc/meminfo: memFree=19311748/32770624 swapFree=67108860/67108860
[pid=32395] ppid=32392 vsize=10659088 memory=47360 CPUtime=0.51 cores=0,2,4,6
/proc/32395/stat : 32395 (java) S 32392 32395 29334 0 -1 1077944320 8524 0 0 0 48 3 0 0 20 0 15 0 38836924 10914906112 11840 33554432000 4194304 4196468 140724075819360 140724075801904 140136690224887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
/proc/32395/statm: 2664772 11840 3053 1 0 2627263 0
[pid=32395/tid=32397] ppid=32392 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/32395/task/32397/stat : 32397 (java) R 32392 32395 29334 0 -1 4202560 5316 0 0 0 28 2 0 0 20 0 15 0 38836925 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136694455496 140136674268517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32398] ppid=32392 vsize=10659088 memory=4294980951 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32398/stat : 32398 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136616299280 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32399] ppid=32392 vsize=10659088 memory=288370948538885760 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32399/stat : 32399 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136615246736 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32400] ppid=32392 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32400/stat : 32400 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836925 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136614194192 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32401] ppid=32392 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32401/stat : 32401 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836925 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136613141648 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32402] ppid=32392 vsize=10659088 memory=140572387174016 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32402/stat : 32402 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836927 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136182401008 140136690236034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32403] ppid=32392 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32403/stat : 32403 (java) S 32392 32395 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38836927 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136181347232 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32404] ppid=32392 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32404/stat : 32404 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38836927 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136180294640 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32405] ppid=32392 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32405/stat : 32405 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836930 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136179243216 140136690243483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32406] ppid=32392 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32395/task/32406/stat : 32406 (java) S 32392 32395 29334 0 -1 1077944384 816 0 0 0 4 0 0 0 20 0 15 0 38836930 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136178190832 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32407] ppid=32392 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/32395/task/32407/stat : 32407 (java) S 32392 32395 29334 0 -1 1077944384 330 0 0 0 4 0 0 0 20 0 15 0 38836930 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136177138288 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32408] ppid=32392 vsize=10659088 memory=140572387174016 CPUtime=0.11 cores=0,2,4,6
/proc/32395/task/32408/stat : 32408 (java) R 32392 32395 29334 0 -1 4202560 696 0 0 0 11 0 0 0 20 0 15 0 38836930 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136176085744 140136690246234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32409] ppid=32392 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32409/stat : 32409 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836930 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136175033440 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32410] ppid=32392 vsize=10659088 memory=140572387174016 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32410/stat : 32410 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836930 10914906112 11840 33554432000 4194304 4196468 140724075819360 140136173979952 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47360 KiB

[startup+0.700744 s]
/proc/loadavg: 7.48 5.65 3.59 8/220 32411
/proc/meminfo: memFree=19298236/32770624 swapFree=67108860/67108860
[pid=32395] ppid=32392 vsize=10725652 memory=64984 CPUtime=1.66 cores=0,2,4,6
/proc/32395/stat : 32395 (java) S 32392 32395 29334 0 -1 1077944320 11432 0 0 0 162 4 0 0 20 0 16 0 38836924 10983067648 16246 33554432000 4194304 4196468 140724075819360 140724075801904 140136690224887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
/proc/32395/statm: 2681413 16246 3100 1 0 2643904 0
[pid=32395/tid=32397] ppid=32392 vsize=10725652 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/32395/task/32397/stat : 32397 (java) R 32392 32395 29334 0 -1 4202560 5489 0 0 0 65 2 0 0 20 0 16 0 38836925 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136694447472 140136279754915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32398] ppid=32392 vsize=10725652 memory=279737796694513 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32398/stat : 32398 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136616299280 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32399] ppid=32392 vsize=10725652 memory=134041 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32399/stat : 32399 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136615246736 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32400] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32400/stat : 32400 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136614194192 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32401] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32401/stat : 32401 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136613141648 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32402] ppid=32392 vsize=10725652 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32402/stat : 32402 (java) S 32392 32395 29334 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136182401008 140136690236034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32403] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32403/stat : 32403 (java) S 32392 32395 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136181347232 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32404] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32404/stat : 32404 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136180294640 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32405] ppid=32392 vsize=10725652 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32405/stat : 32405 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136179243216 140136690243483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32406] ppid=32392 vsize=10725652 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/32395/task/32406/stat : 32406 (java) R 32392 32395 29334 0 -1 4202560 1731 0 0 0 40 0 0 0 20 0 16 0 38836930 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136178190016 140136671768656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32407] ppid=32392 vsize=10725652 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/32395/task/32407/stat : 32407 (java) R 32392 32395 29334 0 -1 4202560 1609 0 0 0 35 0 0 0 20 0 16 0 38836930 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136177138288 140136670413425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32408] ppid=32392 vsize=10725652 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/32395/task/32408/stat : 32408 (java) S 32392 32395 29334 0 -1 1077944384 1210 0 0 0 20 0 0 0 20 0 16 0 38836930 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136176085744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32409] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32409/stat : 32409 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136175033440 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32410] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32410/stat : 32410 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136173979952 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32411] ppid=32392 vsize=10725652 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32411/stat : 32411 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836964 10983067648 16246 33554432000 4194304 4196468 140724075819360 140136172925744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 64984 KiB

[startup+1.50079 s]
/proc/loadavg: 7.48 5.65 3.59 6/220 32411
/proc/meminfo: memFree=19292716/32770624 swapFree=67108860/67108860
[pid=32395] ppid=32392 vsize=10725652 memory=69608 CPUtime=2.85 cores=0,2,4,6
/proc/32395/stat : 32395 (java) S 32392 32395 29334 0 -1 1077944320 14341 0 0 0 281 4 0 0 20 0 16 0 38836924 10983067648 17402 33554432000 4194304 4196468 140724075819360 140724075801904 140136690224887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
/proc/32395/statm: 2681413 17402 3111 1 0 2643904 0
[pid=32395/tid=32397] ppid=32392 vsize=10725652 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/32395/task/32397/stat : 32397 (java) R 32392 32395 29334 0 -1 4202560 5847 0 0 0 145 2 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136694461560 140136279776089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32398] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32398/stat : 32398 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136616299280 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32399] ppid=32392 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32399/stat : 32399 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136615246736 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32400] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32400/stat : 32400 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136614194192 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32401] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32401/stat : 32401 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136613141648 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32402] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32402/stat : 32402 (java) S 32392 32395 29334 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136182401008 140136690236034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32403] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32403/stat : 32403 (java) S 32392 32395 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136181347232 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32404] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32404/stat : 32404 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136180294640 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32405] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32405/stat : 32405 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136179243216 140136690243483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32406] ppid=32392 vsize=10725652 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/32395/task/32406/stat : 32406 (java) S 32392 32395 29334 0 -1 1077944384 3105 0 0 0 63 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136178190832 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32407] ppid=32392 vsize=10725652 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/32395/task/32407/stat : 32407 (java) S 32392 32395 29334 0 -1 1077944384 2590 0 0 0 50 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136177138288 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32408] ppid=32392 vsize=10725652 memory=279737796795857 CPUtime=0.22 cores=0,2,4,6
/proc/32395/task/32408/stat : 32408 (java) S 32392 32395 29334 0 -1 1077944384 1388 0 0 0 22 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136176085744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32409] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32409/stat : 32409 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136175033440 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32410] ppid=32392 vsize=10725652 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32410/stat : 32410 (java) S 32392 32395 29334 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136173979952 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32411] ppid=32392 vsize=10725652 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32411/stat : 32411 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836964 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136172925744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 69608 KiB

[startup+2.29452 s]
# the end of solver process 32395 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.41305 s, system=0.052461 s

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

[startup+1.60086 s]
/proc/loadavg: 7.48 5.65 3.59 6/220 32411
/proc/meminfo: memFree=19292716/32770624 swapFree=67108860/67108860
[pid=32395] ppid=32392 vsize=10725652 memory=69608 CPUtime=2.95 cores=0,2,4,6
/proc/32395/stat : 32395 (java) S 32392 32395 29334 0 -1 1077944320 14341 0 0 0 291 4 0 0 20 0 16 0 38836924 10983067648 17402 33554432000 4194304 4196468 140724075819360 140724075801904 140136690224887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
/proc/32395/statm: 2681413 17402 3111 1 0 2643904 0
[pid=32395/tid=32397] ppid=32392 vsize=10725652 memory=140572266449984 CPUtime=1.57 cores=0,2,4,6
/proc/32395/task/32397/stat : 32397 (java) R 32392 32395 29334 0 -1 4202560 5847 0 0 0 155 2 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136694461560 140136279735001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32398] ppid=32392 vsize=10725652 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32398/stat : 32398 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136616299280 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32399] ppid=32392 vsize=10725652 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32399/stat : 32399 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136615246736 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32400] ppid=32392 vsize=10725652 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32400/stat : 32400 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136614194192 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32401] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32401/stat : 32401 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136613141648 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32402] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32402/stat : 32402 (java) S 32392 32395 29334 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136182401008 140136690236034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32403] ppid=32392 vsize=10725652 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32403/stat : 32403 (java) S 32392 32395 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136181347232 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32404] ppid=32392 vsize=10725652 memory=281144532932144 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32404/stat : 32404 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136180294640 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32405] ppid=32392 vsize=10725652 memory=12425340389697 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32405/stat : 32405 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136179243216 140136690243483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32406] ppid=32392 vsize=10725652 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/32395/task/32406/stat : 32406 (java) S 32392 32395 29334 0 -1 1077944384 3105 0 0 0 63 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136178190832 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32407] ppid=32392 vsize=10725652 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/32395/task/32407/stat : 32407 (java) S 32392 32395 29334 0 -1 1077944384 2590 0 0 0 50 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136177138288 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32408] ppid=32392 vsize=10725652 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/32395/task/32408/stat : 32408 (java) S 32392 32395 29334 0 -1 1077944384 1388 0 0 0 22 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136176085744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32409] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32409/stat : 32409 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136175033440 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32410] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32410/stat : 32410 (java) S 32392 32395 29334 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136173979952 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32411] ppid=32392 vsize=10725652 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32411/stat : 32411 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836964 10983067648 17402 33554432000 4194304 4196468 140724075819360 140136172925744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 69608 KiB

[startup+2.00072 s]*
/proc/loadavg: 7.48 5.65 3.59 6/220 32411
/proc/meminfo: memFree=19288620/32770624 swapFree=67108860/67108860
[pid=32395] ppid=32392 vsize=10725652 memory=71656 CPUtime=3.36 cores=0,2,4,6
/proc/32395/stat : 32395 (java) S 32392 32395 29334 0 -1 1077944320 14385 0 0 0 332 4 0 0 20 0 16 0 38836924 10983067648 17914 33554432000 4194304 4196468 140724075819360 140724075801904 140136690224887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
/proc/32395/statm: 2681413 17914 3111 1 0 2643904 0
[pid=32395/tid=32397] ppid=32392 vsize=10725652 memory=5450919713671312938 CPUtime=1.98 cores=0,2,4,6
/proc/32395/task/32397/stat : 32397 (java) R 32392 32395 29334 0 -1 4202560 5850 0 0 0 196 2 0 0 20 0 16 0 38836925 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136694460960 140136279734448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32398] ppid=32392 vsize=10725652 memory=115838975 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32398/stat : 32398 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136616299280 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32399] ppid=32392 vsize=10725652 memory=281144653715456 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32399/stat : 32399 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136615246736 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32400] ppid=32392 vsize=10725652 memory=7373103150931814803 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32400/stat : 32400 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136614194192 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32401] ppid=32392 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32401/stat : 32401 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38836925 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136613141648 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32402] ppid=32392 vsize=10725652 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32402/stat : 32402 (java) S 32392 32395 29334 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136182401008 140136690236034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32403] ppid=32392 vsize=10725652 memory=3611939910479788337 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32403/stat : 32403 (java) S 32392 32395 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136181347232 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32404] ppid=32392 vsize=10725652 memory=7738712933657563734 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32404/stat : 32404 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836927 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136180294640 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32405] ppid=32392 vsize=10725652 memory=6935653653823705168 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32405/stat : 32405 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136179243216 140136690243483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32406] ppid=32392 vsize=10725652 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/32395/task/32406/stat : 32406 (java) S 32392 32395 29334 0 -1 1077944384 3105 0 0 0 63 0 0 0 20 0 16 0 38836930 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136178190832 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32407] ppid=32392 vsize=10725652 memory=3761129318981378104 CPUtime=0.5 cores=0,2,4,6
/proc/32395/task/32407/stat : 32407 (java) S 32392 32395 29334 0 -1 1077944384 2590 0 0 0 50 0 0 0 20 0 16 0 38836930 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136177138288 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32408] ppid=32392 vsize=10725652 memory=4050064325642624432 CPUtime=0.22 cores=0,2,4,6
/proc/32395/task/32408/stat : 32408 (java) S 32392 32395 29334 0 -1 1077944384 1388 0 0 0 22 0 0 0 20 0 16 0 38836930 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136176085744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32409] ppid=32392 vsize=10725652 memory=3618413826336110903 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32409/stat : 32409 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136175033440 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32410] ppid=32392 vsize=10725652 memory=140572387174016 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32410/stat : 32410 (java) S 32392 32395 29334 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 38836930 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136173979952 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32411] ppid=32392 vsize=10725652 memory=3761129318981378104 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32411/stat : 32411 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836964 10983067648 17914 33554432000 4194304 4196468 140724075819360 140136172925744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
Current children cumulated CPU time: 3.36 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 71656 KiB

[startup+2.20073 s]
/proc/loadavg: 7.48 5.65 3.59 6/220 32411
/proc/meminfo: memFree=19288620/32770624 swapFree=67108860/67108860
[pid=32395] ppid=32392 vsize=10858780 memory=75824 CPUtime=3.44 cores=0,2,4,6
/proc/32395/stat : 32395 (java) S 32392 32395 29334 0 -1 1077944320 14722 0 0 0 340 4 0 0 20 0 16 0 38836924 11119390720 18956 33554432000 4194304 4196468 140724075819360 140724075801904 140136690224887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
/proc/32395/statm: 2714695 18956 3113 1 0 2677186 0
[pid=32395/tid=32397] ppid=32392 vsize=10858780 memory=13966 CPUtime=2.06 cores=0,2,4,6
/proc/32395/task/32397/stat : 32397 (java) S 32392 32395 29334 0 -1 1077944384 6066 0 0 0 204 2 0 0 20 0 16 0 38836925 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136694465568 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32398] ppid=32392 vsize=10858780 memory=4123106164764601119 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32398/stat : 32398 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136616299280 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32399] ppid=32392 vsize=10858780 memory=8978309881829228949 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32399/stat : 32399 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136615246736 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32400] ppid=32392 vsize=10858780 memory=7900382160082516574 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32400/stat : 32400 (java) S 32392 32395 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38836925 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136614194192 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32401] ppid=32392 vsize=10858780 memory=8029253806022822463 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32401/stat : 32401 (java) S 32392 32395 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38836925 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136613141648 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32402] ppid=32392 vsize=10858780 memory=281144532664560 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32402/stat : 32402 (java) S 32392 32395 29334 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 38836927 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136182401008 140136690236034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32403] ppid=32392 vsize=10858780 memory=-7101718590825193272 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32403/stat : 32403 (java) S 32392 32395 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38836927 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136181347232 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32404] ppid=32392 vsize=10858780 memory=-7679004722349093442 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32404/stat : 32404 (java) S 32392 32395 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38836927 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136180294640 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32405] ppid=32392 vsize=10858780 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32405/stat : 32405 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136179243216 140136690243483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32406] ppid=32392 vsize=10858780 memory=6944652177228980320 CPUtime=0.63 cores=0,2,4,6
/proc/32395/task/32406/stat : 32406 (java) S 32392 32395 29334 0 -1 1077944384 3105 0 0 0 63 0 0 0 20 0 16 0 38836930 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136178190832 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32407] ppid=32392 vsize=10858780 memory=6943526294502006880 CPUtime=0.5 cores=0,2,4,6
/proc/32395/task/32407/stat : 32407 (java) S 32392 32395 29334 0 -1 1077944384 2590 0 0 0 50 0 0 0 20 0 16 0 38836930 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136177138288 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32408] ppid=32392 vsize=10858780 memory=6935649255809902417 CPUtime=0.22 cores=0,2,4,6
/proc/32395/task/32408/stat : 32408 (java) S 32392 32395 29334 0 -1 1077944384 1409 0 0 0 22 0 0 0 20 0 16 0 38836930 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136176085744 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32409] ppid=32392 vsize=10858780 memory=8099279071866868836 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32409/stat : 32409 (java) S 32392 32395 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38836930 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136175033440 140136690235093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
[pid=32395/tid=32410] ppid=32392 vsize=10858780 memory=2321521000399118005 CPUtime=0 cores=0,2,4,6
/proc/32395/task/32410/stat : 32410 (java) S 32392 32395 29334 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 38836930 11119390720 18956 33554432000 4194304 4196468 140724075819360 140136173979952 140136690236034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20197376 140724075828337 140724075828489 140724075828489 140724075831247 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 75824 KiB

Child status: 0
Real time (s): 2.29458
CPU time (s): 3.46551
CPU user time (s): 3.41305
CPU system time (s): 0.052461
CPU usage (%): 151.031
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 75824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.41305
system time used= 0.052461
maximum resident set size= 78160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15038
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1411
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 32395
#   total CPU time (s): 3.46551
#   total CPU user time (s): 3.41305
#   total CPU system time (s): 0.052461

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040651 second user time and 0.063329 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 00:38:57
IDJOB=4290099
IDBENCH=141165
IDSOLVER=2742
FILE ID=node134/4290099-1532212737
RUNJOBID= node134-1532209961-31982
PBS_JOBID= 21018933
Free space on /tmp= 55960 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290099-1532212737/watcher-4290099-1532212737 -o /tmp/evaluation-result-4290099-1532212737/solver-4290099-1532212737 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31982 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290099-1532212737.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=969683077

node134.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.68
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.68
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.68
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.68
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:        19347452 kB
MemAvailable:   23672276 kB
Buffers:          130788 kB
Cached:          4460764 kB
SwapCached:            0 kB
Active:          9621184 kB
Inactive:        3320724 kB
Active(anon):    8298084 kB
Inactive(anon):    71716 kB
Active(file):    1323100 kB
Inactive(file):  3249008 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2276 kB
Writeback:             0 kB
AnonPages:       8361604 kB
Mapped:            46680 kB
Shmem:             17056 kB
Slab:             164072 kB
SReclaimable:     137100 kB
SUnreclaim:        26972 kB
KernelStack:        3760 kB
PageTables:        21528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8638008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8206336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55956 MiB
End job on node134 at 2018-07-22 00:39:00