Trace number 4263343

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 2017-07-05? (TO) 2520.27 2503.8799

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-11-int.xml
MD5SUM909444204659572f342627c8b2f0e8e9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.198709
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints123
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":119},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity121
Distribution of constraint arities[{"arity":2,"count":122},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints121
Distribution of constraint types[{"type":"intension","count":121},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.87/1.41	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.87/1.41	c This is free software under the dual EPL/GNU LGPL licenses.
2.87/1.41	c See www.sat4j.org for details.
2.87/1.41	c That software uses the Rhino library from the Mozilla project.
2.87/1.41	c version CUSTOM.v20170705
2.87/1.41	c java.runtime.name	Java(TM) SE Runtime Environment
2.87/1.41	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.87/1.41	c java.vm.version	25.131-b11
2.87/1.41	c java.vm.vendor	Oracle Corporation
2.87/1.41	c sun.arch.data.model	64
2.87/1.41	c java.version		1.8.0_131
2.87/1.41	c os.name		Linux
2.87/1.41	c os.version		3.10.0-514.16.1.el7.x86_64
2.87/1.41	c os.arch		amd64
2.87/1.41	c Free memory 		499604488
2.87/1.41	c Max memory 		7247757312
2.87/1.41	c Total memory 		504889344
2.87/1.41	c Number of processors 	4
2.87/1.41	c c --- Begin Solver configuration ---
2.87/1.41	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.87/1.41	c Learn all clauses as in MiniSAT
2.87/1.41	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.87/1.41	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.87/1.41	c No reason simplification
2.87/1.41	c Glucose 2.1 dynamic restart strategy
2.87/1.41	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
2.87/1.41	c timeout=2147483s
2.87/1.41	c DB Simplification allowed=false
2.87/1.41	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.87/1.41	c --- End Solver configuration ---
2.87/1.41	c constraints type 
2.87/1.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 242
2.87/1.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000912
2.87/1.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60016
2.87/1.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 244
2.87/1.41	c 1061414 constraints processed.
2520.05/2503.70	c starts		: 78956
2520.05/2503.70	c conflicts		: 16472112
2520.05/2503.70	c decisions		: 370352945
2520.05/2503.70	c propagations		: 3310235531
2520.05/2503.70	c inspects		: 26072206965
2520.05/2503.70	c shortcuts		: 0
2520.05/2503.70	c learnt literals	: 851
2520.05/2503.70	c learnt binary clauses	: 634549
2520.05/2503.70	c learnt ternary clauses	: 415808
2520.05/2503.70	c learnt constraints	: 16471261
2520.05/2503.70	c ignored constraints	: 0
2520.05/2503.70	c root simplifications	: 0
2520.05/2503.70	c removed literals (reason simplification)	: 0
2520.05/2503.70	c reason swapping (by a shorter reason)	: 0
2520.05/2503.70	c Calls to reduceDB	: 177
2520.05/2503.70	c Number of update (reduction) of LBD	: 11592245
2520.05/2503.70	c Imported unit clauses	: 0
2520.05/2503.70	c number of reductions to clauses (during analyze)	: 0
2520.05/2503.70	c number of learned constraints concerned by reduction	: 0
2520.05/2503.70	c number of learning phase by resolution	: 0
2520.05/2503.70	c number of learning phase by cutting planes	: 0
2520.05/2503.70	c number of rounding to 1 operations	: 0
2520.05/2503.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.05/2503.70	c number of reductions of the coefficients by power 2 	: 0
2520.05/2503.70	c number of right shift for reduction by power 2 	: 0
2520.05/2503.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.05/2503.70	c speed (assignments/second)	: 1322885.6240938278
2520.05/2503.70	c non guided choices	24379656
2520.19/2503.85	c learnt constraints type 
2520.19/2503.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 634549
2520.19/2503.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 926029
2520.19/2503.85	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 (15317 MiB free)
  memory of node 1: 16384 MiB (13918 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263343-1502631854/watcher-4263343-1502631854 -o /tmp/evaluation-result-4263343-1502631854/solver-4263343-1502631854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263343-1502631854.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=6731, runsolver pid=6728

[startup+0.100061 s]*
/proc/loadavg: 2.46 2.61 2.35 4/216 6746
/proc/meminfo: memFree=29918812/32770624 swapFree=67108860/67108860
[pid=6731] ppid=6728 vsize=10555400 memory=30128 CPUtime=0.12 cores=0,2,4,6
/proc/6731/stat : 6731 (java) S 6728 6731 30973 0 -1 1077944320 6575 0 0 0 11 1 0 0 20 0 15 0 96273680 10808729600 7532 33554432000 4194304 4196468 140731440259088 140731440241632 139651970952951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
/proc/6731/statm: 2638850 7532 2836 1 0 2627263 0
[pid=6731/tid=6733] ppid=6728 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=0,2,4,6
/proc/6731/task/6733/stat : 6733 (java) R 6728 6731 30973 0 -1 4202560 4430 0 0 0 8 1 0 0 20 0 15 0 96273680 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651975141296 139651607952520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6734] ppid=6728 vsize=10555400 memory=4211973608125922698 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6734/stat : 6734 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273681 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651577391888 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6735] ppid=6728 vsize=10555400 memory=139881921132160 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273681 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273681 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273681 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273682 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6739] ppid=6728 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6739/stat : 6739 (java) S 6728 6731 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96273683 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651073422240 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6740] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6740/stat : 6740 (java) S 6728 6731 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96273683 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651072369648 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6741] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6741/stat : 6741 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273685 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651071318224 139651970971547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6742] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6742/stat : 6742 (java) S 6728 6731 30973 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 15 0 96273685 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651070265840 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6743] ppid=6728 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6743/stat : 6743 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273685 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651069213296 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6744] ppid=6728 vsize=10555400 memory=139881921132160 CPUtime=0.01 cores=0,2,4,6
/proc/6731/task/6744/stat : 6744 (java) R 6728 6731 30973 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 15 0 96273686 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651068160752 139651949442176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6745] ppid=6728 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6745/stat : 6745 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273686 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651067108448 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6746] ppid=6728 vsize=10555400 memory=139881921132160 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6746/stat : 6746 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273686 10808729600 7532 33554432000 4194304 4196468 140731440259088 139651066054960 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30128 KiB

[startup+0.210438 s]*
/proc/loadavg: 2.46 2.61 2.35 3/216 6746
/proc/meminfo: memFree=29911824/32770624 swapFree=67108860/67108860
[pid=6731] ppid=6728 vsize=10555400 memory=37652 CPUtime=0.28 cores=0,2,4,6
/proc/6731/stat : 6731 (java) S 6728 6731 30973 0 -1 1077944320 7761 0 0 0 26 2 0 0 20 0 15 0 96273680 10808729600 9413 33554432000 4194304 4196468 140731440259088 140731440241632 139651970952951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
/proc/6731/statm: 2638850 9413 2887 1 0 2627263 0
[pid=6731/tid=6733] ppid=6728 vsize=10555400 memory=-7387007932599496084 CPUtime=0.19 cores=0,2,4,6
/proc/6731/task/6733/stat : 6733 (java) R 6728 6731 30973 0 -1 4202560 5391 0 0 0 18 1 0 0 20 0 15 0 96273680 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651975183824 139651954996581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6734] ppid=6728 vsize=10555400 memory=4211973608125922698 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6734/stat : 6734 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273681 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651577391888 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6735] ppid=6728 vsize=10555400 memory=139881921132160 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273681 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273681 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273681 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10555400 memory=139881921132160 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273682 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6739] ppid=6728 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6739/stat : 6739 (java) S 6728 6731 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96273683 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651073422240 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6740] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6740/stat : 6740 (java) S 6728 6731 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96273683 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651072369648 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6741] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6741/stat : 6741 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273685 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651071318224 139651970971547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6742] ppid=6728 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6742/stat : 6742 (java) S 6728 6731 30973 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 96273685 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651070265840 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6743] ppid=6728 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6731/task/6743/stat : 6743 (java) S 6728 6731 30973 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 15 0 96273685 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651069213296 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6744] ppid=6728 vsize=10555400 memory=139881921132160 CPUtime=0.04 cores=0,2,4,6
/proc/6731/task/6744/stat : 6744 (java) R 6728 6731 30973 0 -1 4202560 427 0 0 0 4 0 0 0 20 0 15 0 96273686 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651068160752 139651963190078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6745] ppid=6728 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6745/stat : 6745 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273686 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651067108448 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6746] ppid=6728 vsize=10555400 memory=139881921132160 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6746/stat : 6746 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273686 10808729600 9413 33554432000 4194304 4196468 140731440259088 139651066054960 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37652 KiB

[startup+0.310296 s]*
/proc/loadavg: 2.46 2.61 2.35 6/216 6746
/proc/meminfo: memFree=29902412/32770624 swapFree=67108860/67108860
[pid=6731] ppid=6728 vsize=10555476 memory=47136 CPUtime=0.5 cores=0,2,4,6
/proc/6731/stat : 6731 (java) S 6728 6731 30973 0 -1 1077944320 8994 0 0 0 47 3 0 0 20 0 15 0 96273680 10808807424 11784 33554432000 4194304 4196468 140731440259088 140731440241632 139651970952951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
/proc/6731/statm: 2638869 11784 3045 1 0 2627263 0
[pid=6731/tid=6733] ppid=6728 vsize=10555476 memory=93310054 CPUtime=0.3 cores=0,2,4,6
/proc/6731/task/6733/stat : 6733 (java) R 6728 6731 30973 0 -1 4202560 5796 0 0 0 28 2 0 0 20 0 15 0 96273680 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651975170208 139651607957020 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6734] ppid=6728 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6734/stat : 6734 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273681 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651577391888 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6735] ppid=6728 vsize=10555476 memory=279763704467072 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273681 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10555476 memory=279763566704416 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273681 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10555476 memory=139881783334927 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273681 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10555476 memory=279763704476288 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273682 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6739] ppid=6728 vsize=10555476 memory=139881783339535 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6739/stat : 6739 (java) S 6728 6731 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96273683 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651073422240 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6740] ppid=6728 vsize=10555476 memory=139881783347028 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6740/stat : 6740 (java) S 6728 6731 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96273683 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651072369648 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6741] ppid=6728 vsize=10555476 memory=139881783350416 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6741/stat : 6741 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273685 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651071318224 139651970971547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6742] ppid=6728 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6731/task/6742/stat : 6742 (java) S 6728 6731 30973 0 -1 1077944384 735 0 0 0 4 0 0 0 20 0 15 0 96273685 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651070265840 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6743] ppid=6728 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/6731/task/6743/stat : 6743 (java) R 6728 6731 30973 0 -1 1077944384 397 0 0 0 4 0 0 0 20 0 15 0 96273685 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651069213296 139651970964098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6744] ppid=6728 vsize=10555476 memory=139881921132160 CPUtime=0.1 cores=0,2,4,6
/proc/6731/task/6744/stat : 6744 (java) R 6728 6731 30973 0 -1 4202560 699 0 0 0 10 0 0 0 20 0 15 0 96273686 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651068160752 139651949913921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6745] ppid=6728 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6745/stat : 6745 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273686 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651067108448 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6746] ppid=6728 vsize=10555476 memory=139881921162288 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6746/stat : 6746 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273686 10808807424 11784 33554432000 4194304 4196468 140731440259088 139651066054960 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47136 KiB

[startup+0.700782 s]
/proc/loadavg: 2.46 2.61 2.35 5/216 6746
/proc/meminfo: memFree=29865368/32770624 swapFree=67108860/67108860
[pid=6731] ppid=6728 vsize=10555476 memory=111540 CPUtime=1.46 cores=0,2,4,6
/proc/6731/stat : 6731 (java) S 6728 6731 30973 0 -1 1077944320 12782 0 0 0 141 5 0 0 20 0 15 0 96273680 10808807424 27885 33554432000 4194304 4196468 140731440259088 140731440241632 139651970952951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
/proc/6731/statm: 2638869 27885 3077 1 0 2627263 0
[pid=6731/tid=6733] ppid=6728 vsize=10555476 memory=54 CPUtime=0.68 cores=0,2,4,6
/proc/6731/task/6733/stat : 6733 (java) R 6728 6731 30973 0 -1 4202560 5830 0 0 0 65 3 0 0 20 0 15 0 96273680 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651975191216 139651610014983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6734] ppid=6728 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6734/stat : 6734 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273681 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651577391888 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6735] ppid=6728 vsize=10555476 memory=8751464017575687733 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273681 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10555476 memory=7306035299537207392 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273681 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10555476 memory=5788930165031592000 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273681 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10555476 memory=6940099984339525696 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96273682 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6739] ppid=6728 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6739/stat : 6739 (java) S 6728 6731 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96273683 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651073422240 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6740] ppid=6728 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6740/stat : 6740 (java) S 6728 6731 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96273683 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651072369648 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6741] ppid=6728 vsize=10555476 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6741/stat : 6741 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273685 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651071318224 139651970971547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6742] ppid=6728 vsize=10555476 memory=1944 CPUtime=0.4 cores=0,2,4,6
/proc/6731/task/6742/stat : 6742 (java) R 6728 6731 30973 0 -1 4202560 3846 0 0 0 40 0 0 0 20 0 15 0 96273685 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651070250312 139651952474342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6743] ppid=6728 vsize=10555476 memory=1196 CPUtime=0.23 cores=0,2,4,6
/proc/6731/task/6743/stat : 6743 (java) S 6728 6731 30973 0 -1 1077944384 998 0 0 0 23 0 0 0 20 0 15 0 96273685 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651069213296 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6744] ppid=6728 vsize=10555476 memory=8548 CPUtime=0.12 cores=0,2,4,6
/proc/6731/task/6744/stat : 6744 (java) S 6728 6731 30973 0 -1 1077944384 740 0 0 0 12 0 0 0 20 0 15 0 96273686 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651068160752 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6745] ppid=6728 vsize=10555476 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6745/stat : 6745 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96273686 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651067108448 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6746] ppid=6728 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6746/stat : 6746 (java) S 6728 6731 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96273686 10808807424 27885 33554432000 4194304 4196468 140731440259088 139651066054960 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 111540 KiB

[startup+1.50124 s]
/proc/loadavg: 2.51 2.61 2.35 3/216 6746
/proc/meminfo: memFree=29797048/32770624 swapFree=67108860/67108860
[pid=6731] ppid=6728 vsize=10622040 memory=239564 CPUtime=3.18 cores=0,2,4,6
/proc/6731/stat : 6731 (java) S 6728 6731 30973 0 -1 1077944320 17530 0 0 0 306 12 0 0 20 0 16 0 96273680 10876968960 59891 33554432000 4194304 4196468 140731440259088 140731440241632 139651970952951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
/proc/6731/statm: 2655510 59891 3111 1 0 2643904 0
[pid=6731/tid=6733] ppid=6728 vsize=10622040 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/6731/task/6733/stat : 6733 (java) R 6728 6731 30973 0 -1 4202560 6199 0 0 0 136 4 0 0 20 0 16 0 96273680 10876968960 59891 33554432000 4194304 4196468 140731440259088 139651975191560 139651607974543 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6734] ppid=6728 vsize=10622040 memory=54 CPUtime=0.05 cores=0,2,4,6
/proc/6731/task/6734/stat : 6734 (java) S 6728 6731 30973 0 -1 1077944384 31 0 0 0 4 1 0 0 20 0 16 0 96273681 10876968960 59891 33554432000 4194304 4196468 140731440259088 139651577391888 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6735] ppid=6728 vsize=10622040 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 16 0 96273681 10876968960 59891 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10622040 memory=87 CPUtime=0.05 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 56 0 0 0 4 1 0 0 20 0 16 0 96273681 10876968960 59891 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10622040 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 54 0 0 0 4 1 0 0 20 0 16 0 96273681 10876968960 59891 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10622040 memory=139881783388286 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 16 0 96273682 10876968960 59891 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0

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

/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 6267 0 0 0 361 58 0 0 20 0 16 0 96273681 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10622040 memory=2519708 CPUtime=4.2 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 5972 0 0 0 361 59 0 0 20 0 16 0 96273681 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10622040 memory=2457188 CPUtime=4.21 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 6121 0 0 0 362 59 0 0 20 0 16 0 96273681 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10622040 memory=2457188 CPUtime=0.46 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 22947 0 0 0 43 3 0 0 20 0 16 0 96273682 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6739] ppid=6728 vsize=10622040 memory=2457188 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6739/stat : 6739 (java) S 6728 6731 30973 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 96273683 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651073422304 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6740] ppid=6728 vsize=10622040 memory=279763567731856 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6740/stat : 6740 (java) S 6728 6731 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96273683 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651072369648 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6741] ppid=6728 vsize=10622040 memory=2457188 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6741/stat : 6741 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96273685 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651071318224 139651970971547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6742] ppid=6728 vsize=10622040 memory=2457188 CPUtime=1.31 cores=0,2,4,6
/proc/6731/task/6742/stat : 6742 (java) S 6728 6731 30973 0 -1 1077944384 7897 0 0 0 130 1 0 0 20 0 16 0 96273685 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651070265840 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6743] ppid=6728 vsize=10622040 memory=1228 CPUtime=1.03 cores=0,2,4,6
/proc/6731/task/6743/stat : 6743 (java) S 6728 6731 30973 0 -1 1077944384 4710 0 0 0 103 0 0 0 20 0 16 0 96273685 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651069213296 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6744] ppid=6728 vsize=10622040 memory=15876 CPUtime=0.35 cores=0,2,4,6
/proc/6731/task/6744/stat : 6744 (java) S 6728 6731 30973 0 -1 1077944384 5471 0 0 0 34 1 0 0 20 0 16 0 96273686 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651068160752 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6745] ppid=6728 vsize=10622040 memory=2457188 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6745/stat : 6745 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96273686 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651067108448 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6746] ppid=6728 vsize=10622040 memory=2457188 CPUtime=1.43 cores=0,2,4,6
/proc/6731/task/6746/stat : 6746 (java) S 6728 6731 30973 0 -1 1077944384 2293 0 0 0 75 68 0 0 20 0 16 0 96273686 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651066054960 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6747] ppid=6728 vsize=10622040 memory=27836 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6747/stat : 6747 (java) S 6728 6731 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96273822 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651065000752 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
Current children cumulated CPU time: 2518.84 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2457188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503.5 s]
/proc/loadavg: 2.11 2.07 2.08 3/218 6929
/proc/meminfo: memFree=26454996/32770624 swapFree=67108860/67108860
[pid=6731] ppid=6728 vsize=10622040 memory=2457188 CPUtime=2520.04 cores=0,2,4,6
/proc/6731/stat : 6731 (java) S 6728 6731 30973 0 -1 1077944320 150238 0 0 0 251685 319 0 0 20 0 16 0 96273680 10876968960 614297 33554432000 4194304 4196468 140731440259088 140731440241632 139651970952951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
/proc/6731/statm: 2655510 614297 3156 1 0 2643904 0
[pid=6731/tid=6733] ppid=6728 vsize=10622040 memory=2519708 CPUtime=2498.58 cores=0,2,4,6
/proc/6731/task/6733/stat : 6733 (java) R 6728 6731 30973 0 -1 4202560 80822 0 0 0 249834 24 0 0 20 0 16 0 96273680 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651975191520 139651611621877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6734] ppid=6728 vsize=10622040 memory=2457188 CPUtime=4.18 cores=0,2,4,6
/proc/6731/task/6734/stat : 6734 (java) S 6728 6731 30973 0 -1 1077944384 6287 0 0 0 358 60 0 0 20 0 16 0 96273681 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651577391888 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6735] ppid=6728 vsize=10622040 memory=2457188 CPUtime=4.19 cores=0,2,4,6
/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 6267 0 0 0 361 58 0 0 20 0 16 0 96273681 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10622040 memory=2519708 CPUtime=4.2 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 5972 0 0 0 361 59 0 0 20 0 16 0 96273681 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10622040 memory=2457188 CPUtime=4.21 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 6121 0 0 0 362 59 0 0 20 0 16 0 96273681 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10622040 memory=2457188 CPUtime=0.46 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 22947 0 0 0 43 3 0 0 20 0 16 0 96273682 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6739] ppid=6728 vsize=10622040 memory=2457188 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6739/stat : 6739 (java) S 6728 6731 30973 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 96273683 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651073422304 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6740] ppid=6728 vsize=10622040 memory=2457188 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6740/stat : 6740 (java) S 6728 6731 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96273683 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651072369648 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6741] ppid=6728 vsize=10622040 memory=2457188 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6741/stat : 6741 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96273685 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651071318224 139651970971547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6742] ppid=6728 vsize=10622040 memory=279763567731856 CPUtime=1.31 cores=0,2,4,6
/proc/6731/task/6742/stat : 6742 (java) S 6728 6731 30973 0 -1 1077944384 7897 0 0 0 130 1 0 0 20 0 16 0 96273685 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651070265840 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6743] ppid=6728 vsize=10622040 memory=2457188 CPUtime=1.03 cores=0,2,4,6
/proc/6731/task/6743/stat : 6743 (java) S 6728 6731 30973 0 -1 1077944384 4710 0 0 0 103 0 0 0 20 0 16 0 96273685 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651069213296 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6744] ppid=6728 vsize=10622040 memory=1228 CPUtime=0.35 cores=0,2,4,6
/proc/6731/task/6744/stat : 6744 (java) S 6728 6731 30973 0 -1 1077944384 5471 0 0 0 34 1 0 0 20 0 16 0 96273686 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651068160752 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6745] ppid=6728 vsize=10622040 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6745/stat : 6745 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96273686 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651067108448 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6746] ppid=6728 vsize=10622040 memory=5792 CPUtime=1.43 cores=0,2,4,6
/proc/6731/task/6746/stat : 6746 (java) S 6728 6731 30973 0 -1 1077944384 2293 0 0 0 75 68 0 0 20 0 16 0 96273686 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651066054960 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6747] ppid=6728 vsize=10622040 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6747/stat : 6747 (java) S 6728 6731 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96273822 10876968960 614297 33554432000 4194304 4196468 140731440259088 139651065000752 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2457188 KiB

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

[startup+2503.88 s]
# the end of solver process 6731 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.06 s, system=3.21032 s

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

[startup+2503.61 s]
/proc/loadavg: 2.11 2.07 2.08 3/218 6929
/proc/meminfo: memFree=26454996/32770624 swapFree=67108860/67108860
[pid=6731] ppid=6728 vsize=10821732 memory=2457396 CPUtime=2520.05 cores=0,2,4,6
/proc/6731/stat : 6731 (java) S 6728 6731 30973 0 -1 1077944320 150983 0 0 0 251686 319 0 0 20 0 17 0 96273680 11081453568 614349 33554432000 4194304 4196468 140731440259088 140731440241632 139651970952951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
/proc/6731/statm: 2705433 614349 3158 1 0 2693827 0
[pid=6731/tid=6733] ppid=6728 vsize=10821732 memory=1012 CPUtime=2498.59 cores=0,2,4,6
/proc/6731/task/6733/stat : 6733 (java) S 6728 6731 30973 0 -1 1077944384 80895 0 0 0 249835 24 0 0 20 0 17 0 96273680 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651975195824 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6734] ppid=6728 vsize=10821732 memory=1716 CPUtime=4.18 cores=0,2,4,6
/proc/6731/task/6734/stat : 6734 (java) S 6728 6731 30973 0 -1 1077944384 6287 0 0 0 358 60 0 0 20 0 17 0 96273681 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651577391888 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6735] ppid=6728 vsize=10821732 memory=5792 CPUtime=4.19 cores=0,2,4,6
/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 6267 0 0 0 361 58 0 0 20 0 17 0 96273681 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10821732 memory=4616 CPUtime=4.2 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 5972 0 0 0 361 59 0 0 20 0 17 0 96273681 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10821732 memory=792 CPUtime=4.21 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 6121 0 0 0 362 59 0 0 20 0 17 0 96273681 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10821732 memory=1420 CPUtime=0.46 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 22947 0 0 0 43 3 0 0 20 0 17 0 96273682 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6739] ppid=6728 vsize=10821732 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6739/stat : 6739 (java) S 6728 6731 30973 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96273683 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651073422304 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6740] ppid=6728 vsize=10821732 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6740/stat : 6740 (java) S 6728 6731 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 96273683 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651072369648 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6741] ppid=6728 vsize=10821732 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6741/stat : 6741 (java) S 6728 6731 30973 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 17 0 96273685 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651071318224 139651970971547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6742] ppid=6728 vsize=10821732 memory=8548 CPUtime=1.31 cores=0,2,4,6
/proc/6731/task/6742/stat : 6742 (java) S 6728 6731 30973 0 -1 1077944384 7897 0 0 0 130 1 0 0 20 0 17 0 96273685 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651070265840 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6743] ppid=6728 vsize=10821732 memory=1228 CPUtime=1.03 cores=0,2,4,6
/proc/6731/task/6743/stat : 6743 (java) S 6728 6731 30973 0 -1 1077944384 4710 0 0 0 103 0 0 0 20 0 17 0 96273685 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651069213296 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6744] ppid=6728 vsize=10821732 memory=15876 CPUtime=0.35 cores=0,2,4,6
/proc/6731/task/6744/stat : 6744 (java) S 6728 6731 30973 0 -1 1077944384 5615 0 0 0 34 1 0 0 20 0 17 0 96273686 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651068160752 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6745] ppid=6728 vsize=10821732 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6745/stat : 6745 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96273686 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651067108448 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6746] ppid=6728 vsize=10821732 memory=15672 CPUtime=1.43 cores=0,2,4,6
/proc/6731/task/6746/stat : 6746 (java) S 6728 6731 30973 0 -1 1077944384 2293 0 0 0 75 68 0 0 20 0 17 0 96273686 11081453568 614349 33554432000 4194304 4196468 140731440259088 139651066054960 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 2457396 KiB

[startup+2503.8 s]
/proc/loadavg: 2.11 2.07 2.08 3/218 6929
/proc/meminfo: memFree=26454996/32770624 swapFree=67108860/67108860
[pid=6731] ppid=6728 vsize=10821732 memory=2457536 CPUtime=2520.19 cores=0,2,4,6
/proc/6731/stat : 6731 (java) S 6728 6731 30973 0 -1 1077944320 152493 0 0 0 251700 319 0 0 20 0 17 0 96273680 11081453568 614384 33554432000 4194304 4196468 140731440259088 140731440241632 139651970952951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
/proc/6731/statm: 2705433 614384 3159 1 0 2693827 0
[pid=6731/tid=6733] ppid=6728 vsize=10821732 memory=8112282956445269571 CPUtime=2498.59 cores=0,2,4,6
/proc/6731/task/6733/stat : 6733 (java) S 6728 6731 30973 0 -1 1077944384 80895 0 0 0 249835 24 0 0 20 0 17 0 96273680 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651975195824 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6734] ppid=6728 vsize=10821732 memory=4040 CPUtime=4.18 cores=0,2,4,6
/proc/6731/task/6734/stat : 6734 (java) S 6728 6731 30973 0 -1 1077944384 6287 0 0 0 358 60 0 0 20 0 17 0 96273681 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651577391888 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6735] ppid=6728 vsize=10821732 memory=1236 CPUtime=4.19 cores=0,2,4,6
/proc/6731/task/6735/stat : 6735 (java) S 6728 6731 30973 0 -1 1077944384 6267 0 0 0 361 58 0 0 20 0 17 0 96273681 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651576339344 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6736] ppid=6728 vsize=10821732 memory=644 CPUtime=4.2 cores=0,2,4,6
/proc/6731/task/6736/stat : 6736 (java) S 6728 6731 30973 0 -1 1077944384 5972 0 0 0 361 59 0 0 20 0 17 0 96273681 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651575286800 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6737] ppid=6728 vsize=10821732 memory=1788 CPUtime=4.21 cores=0,2,4,6
/proc/6731/task/6737/stat : 6737 (java) S 6728 6731 30973 0 -1 1077944384 6121 0 0 0 362 59 0 0 20 0 17 0 96273681 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651574234256 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6738] ppid=6728 vsize=10821732 memory=956 CPUtime=0.46 cores=0,2,4,6
/proc/6731/task/6738/stat : 6738 (java) S 6728 6731 30973 0 -1 1077944384 22947 0 0 0 43 3 0 0 20 0 17 0 96273682 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651074476016 139651970964098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6739] ppid=6728 vsize=10821732 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6739/stat : 6739 (java) S 6728 6731 30973 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96273683 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651073422304 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6740] ppid=6728 vsize=10821732 memory=928 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6740/stat : 6740 (java) S 6728 6731 30973 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 96273683 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651072369648 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6741] ppid=6728 vsize=10821732 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6741/stat : 6741 (java) S 6728 6731 30973 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 17 0 96273685 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651071318224 139651970971547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6742] ppid=6728 vsize=10821732 memory=1236 CPUtime=1.33 cores=0,2,4,6
/proc/6731/task/6742/stat : 6742 (java) S 6728 6731 30973 0 -1 1077944384 8327 0 0 0 132 1 0 0 20 0 17 0 96273685 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651070265840 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6743] ppid=6728 vsize=10821732 memory=644 CPUtime=1.05 cores=0,2,4,6
/proc/6731/task/6743/stat : 6743 (java) S 6728 6731 30973 0 -1 1077944384 5134 0 0 0 105 0 0 0 20 0 17 0 96273685 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651069213296 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6744] ppid=6728 vsize=10821732 memory=1788 CPUtime=0.36 cores=0,2,4,6
/proc/6731/task/6744/stat : 6744 (java) S 6728 6731 30973 0 -1 1077944384 6134 0 0 0 35 1 0 0 20 0 17 0 96273686 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651068160752 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6745] ppid=6728 vsize=10821732 memory=956 CPUtime=0 cores=0,2,4,6
/proc/6731/task/6745/stat : 6745 (java) S 6728 6731 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96273686 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651067108448 139651970963157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
[pid=6731/tid=6746] ppid=6728 vsize=10821732 memory=2344 CPUtime=1.43 cores=0,2,4,6
/proc/6731/task/6746/stat : 6746 (java) S 6728 6731 30973 0 -1 1077944384 2293 0 0 0 75 68 0 0 20 0 17 0 96273686 11081453568 614384 33554432000 4194304 4196468 140731440259088 139651066054960 139651970964098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25919488 140731440260230 140731440260383 140731440260383 140731440263119 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 2457536 KiB

Child status: 143
Real time (s): 2503.88
CPU time (s): 2520.27
CPU user time (s): 2517.06
CPU system time (s): 3.21032
CPU usage (%): 100.655
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 2796828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.06
system time used= 3.21032
maximum resident set size= 2796828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152533
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56634
involuntary context switches= 1895


# summary of solver processes directly reported to runsolver:
#   pid: 6731
#   total CPU time (s): 2520.27
#   total CPU user time (s): 2517.06
#   total CPU system time (s): 3.21032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8124 second user time and 23.2466 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 15:29:56
IDJOB=4263343
IDBENCH=134601
IDSOLVER=2651
FILE ID=node103/4263343-1502631854
RUNJOBID= node103-1502624009-5187
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-11-int.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263343-1502631854/watcher-4263343-1502631854 -o /tmp/evaluation-result-4263343-1502631854/solver-4263343-1502631854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263343-1502631854.xml

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

MD5SUM BENCH= 909444204659572f342627c8b2f0e8e9
RANDOM SEED=1648481906

node103.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.56
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.56
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.56
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.56
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:        29937576 kB
MemAvailable:   30245256 kB
Buffers:          100836 kB
Cached:           501464 kB
SwapCached:            0 kB
Active:          2250332 kB
Inactive:         155028 kB
Active(anon):    1752332 kB
Inactive(anon):    78640 kB
Active(file):     498000 kB
Inactive(file):    76388 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       1809268 kB
Mapped:            55304 kB
Shmem:             25228 kB
Slab:             124596 kB
SReclaimable:      98256 kB
SUnreclaim:        26340 kB
KernelStack:        3520 kB
PageTables:         8416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3256768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1708032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61792 MiB
End job on node103 at 2017-08-13 16:11:40