Trace number 4263194

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1299 2473.76

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n50/
TravellingSalesman-50-30-05.xml
MD5SUMedc960599dc3680268fdb44af0bd56ea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark175
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints51
Number of domains2
Minimum domain size35
Maximum domain size50
Distribution of domain sizes[{"size":35,"count":50},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":50},{"arity":50,"count":1}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263194-1502633244/watcher-4263194-1502633244 -o /tmp/evaluation-result-4263194-1502633244/solver-4263194-1502633244 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263194-1502633244.xml 

running on 4 cores: 1,3,5,7

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=22137, runsolver pid=22134

[startup+0.100128 s]*
/proc/loadavg: 1.92 2.04 2.06 2/198 22139
/proc/meminfo: memFree=30304168/32770624 swapFree=67108860/67108860
[pid=22137] ppid=22134 vsize=9936560 memory=16484 CPUtime=0 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 7968 0 -1 1077944320 3407 0 0 0 0 0 0 0 20 0 6 0 17207128 10175037440 4121 18446744073709551615 4194304 4196468 140737163686384 140737163668928 140457640148727 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
/proc/22137/statm: 2484140 4121 1921 1 0 2473637 0
[pid=22137/tid=22139] ppid=22134 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22139/stat : 22139 (java) R 22134 22137 7968 0 -1 4202560 2108 0 0 0 0 0 0 0 20 0 6 0 17207137 10175037440 4121 18446744073709551615 4194304 4196468 140737163686384 140457644384848 140457623347194 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22140] ppid=22134 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17207138 10175037440 4121 18446744073709551615 4194304 4196468 140737163686384 140457581186064 140457640158933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22141] ppid=22134 vsize=9936560 memory=140655646377600 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17207138 10175037440 4121 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17207138 10175037440 4121 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17207138 10175037440 4121 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.20989 s]*
/proc/loadavg: 1.92 2.04 2.06 2/210 22151
/proc/meminfo: memFree=30294600/32770624 swapFree=67108860/67108860
[pid=22137] ppid=22134 vsize=10484492 memory=23556 CPUtime=0.05 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 7968 0 -1 1077944320 4850 0 0 0 4 1 0 0 20 0 14 0 17207128 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140737163668928 140457640148727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
/proc/22137/statm: 2621123 5889 2582 1 0 2610620 0
[pid=22137/tid=22139] ppid=22134 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/22137/task/22139/stat : 22139 (java) D 22134 22137 7968 0 -1 4202560 2962 0 0 0 3 1 0 0 20 0 14 0 17207137 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457644386208 140457640170749 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22140] ppid=22134 vsize=10484492 memory=326 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 17207138 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457581186064 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22141] ppid=22134 vsize=10484492 memory=288371031798089344 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 17207138 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 17207138 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 17207138 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22144] ppid=22134 vsize=10484492 memory=140655646377600 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 17207139 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457136625904 140457640159874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22145] ppid=22134 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 17207140 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457135572128 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22146] ppid=22134 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 17207140 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457134519024 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22147] ppid=22134 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 17207142 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457133467600 140457640167323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22148] ppid=22134 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 7968 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 14 0 17207142 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457132415728 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22149] ppid=22134 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22149/stat : 22149 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 17207142 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457131363184 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22150] ppid=22134 vsize=10484492 memory=140655646377600 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 7968 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 14 0 17207142 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457130310128 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22151] ppid=22134 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 17207143 10736119808 5889 18446744073709551615 4194304 4196468 140737163686384 140457129257824 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23556 KiB

[startup+0.310751 s]*
/proc/loadavg: 1.92 2.04 2.06 4/211 22152
/proc/meminfo: memFree=30286148/32770624 swapFree=67108860/67108860
[pid=22137] ppid=22134 vsize=10551156 memory=30576 CPUtime=0.15 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 7968 0 -1 1077944320 7910 0 0 0 13 2 0 0 20 0 15 0 17207128 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140737163668928 140457640148727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
/proc/22137/statm: 2637789 7644 2792 1 0 2627261 0
[pid=22137/tid=22139] ppid=22134 vsize=10551156 memory=-8774313645642428999 CPUtime=0.11 cores=1,3,5,7
/proc/22137/task/22139/stat : 22139 (java) R 22134 22137 7968 0 -1 4202560 5736 0 0 0 9 2 0 0 20 0 15 0 17207137 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457644359904 140457624229214 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22140] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207138 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457581186064 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22141] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207138 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207138 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207138 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22144] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207139 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457136625904 140457640159874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22145] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17207140 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457135572128 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22146] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17207140 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457134519024 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22147] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207142 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457133467600 140457640167323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22148] ppid=22134 vsize=10551156 memory=140655548708992 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) R 22134 22137 7968 0 -1 4202560 446 0 0 0 0 0 0 0 20 0 15 0 17207142 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457132415728 140457623584465 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22149] ppid=22134 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22149/stat : 22149 (java) R 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207142 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457131363184 140457640159874 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22150] ppid=22134 vsize=10551156 memory=140655646377600 CPUtime=0.02 cores=1,3,5,7
/proc/22137/task/22150/stat : 22150 (java) R 22134 22137 7968 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 17207142 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457130310128 140457618775315 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22151] ppid=22134 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207143 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457129257824 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22152] ppid=22134 vsize=10551156 memory=140655646377600 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207153 10804383744 7644 18446744073709551615 4194304 4196468 140737163686384 140457128204848 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30576 KiB

[startup+0.701618 s]
/proc/loadavg: 1.92 2.04 2.06 6/211 22152
/proc/meminfo: memFree=30274428/32770624 swapFree=67108860/67108860
[pid=22137] ppid=22134 vsize=10551232 memory=80092 CPUtime=1.14 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 7968 0 -1 1077944320 12767 0 0 0 110 4 0 0 20 0 15 0 17207128 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140737163668928 140457640148727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
/proc/22137/statm: 2637808 20023 3051 1 0 2627261 0
[pid=22137/tid=22139] ppid=22134 vsize=10551232 memory=75 CPUtime=0.48 cores=1,3,5,7
/proc/22137/task/22139/stat : 22139 (java) R 22134 22137 7968 0 -1 4202560 7417 0 0 0 45 3 0 0 20 0 15 0 17207137 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457644382536 140457622096395 0 4 1 16800974 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22140] ppid=22134 vsize=10551232 memory=67 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207138 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457581186064 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22141] ppid=22134 vsize=10551232 memory=89 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207138 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=10551232 memory=11 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207138 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207138 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22144] ppid=22134 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17207139 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457136625904 140457640159874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22145] ppid=22134 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17207140 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457135572128 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22146] ppid=22134 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17207140 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457134519024 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22147] ppid=22134 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207142 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457133467600 140457640167323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22148] ppid=22134 vsize=10551232 memory=140655548559984 CPUtime=0.21 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) R 22134 22137 7968 0 -1 4202560 1579 0 0 0 21 0 0 0 20 0 15 0 17207142 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457132402576 140457621455233 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22149] ppid=22134 vsize=10551232 memory=140655548560080 CPUtime=0.2 cores=1,3,5,7
/proc/22137/task/22149/stat : 22149 (java) R 22134 22137 7968 0 -1 4202560 1087 0 0 0 20 0 0 0 20 0 15 0 17207142 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457131352176 140457620850371 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22150] ppid=22134 vsize=10551232 memory=46224 CPUtime=0.22 cores=1,3,5,7
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 7968 0 -1 1077944384 1314 0 0 0 22 0 0 0 20 0 15 0 17207142 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457130310128 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22151] ppid=22134 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207143 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457129257824 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22152] ppid=22134 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207153 10804461568 20023 18446744073709551615 4194304 4196468 140737163686384 140457128204848 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 80092 KiB

[startup+1.50162 s]
/proc/loadavg: 1.92 2.04 2.06 5/211 22152
/proc/meminfo: memFree=30167592/32770624 swapFree=67108860/67108860
[pid=22137] ppid=22134 vsize=10551232 memory=273208 CPUtime=3.66 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 7968 0 -1 1077944320 19282 0 0 0 351 15 0 0 20 0 15 0 17207128 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140737163668928 140457640148727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
/proc/22137/statm: 2637808 68302 3101 1 0 2627261 0
[pid=22137/tid=22139] ppid=22134 vsize=10551232 memory=75 CPUtime=1.19 cores=1,3,5,7
/proc/22137/task/22139/stat : 22139 (java) R 22134 22137 7968 0 -1 4202560 7510 0 0 0 115 4 0 0 20 0 15 0 17207137 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457644376104 140457261162939 0 4 1 16800974 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22140] ppid=22134 vsize=10551232 memory=67 CPUtime=0.06 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 7968 0 -1 1077944384 117 0 0 0 4 2 0 0 20 0 15 0 17207138 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457581186064 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22141] ppid=22134 vsize=10551232 memory=89 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 56 0 0 0 6 2 0 0 20 0 15 0 17207138 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=10551232 memory=11 CPUtime=0.06 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 118 0 0 0 4 2 0 0 20 0 15 0 17207138 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=10551232 memory=2 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 149 0 0 0 6 2 0 0 20 0 15 0 17207138 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22144] ppid=22134 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 17207139 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457136625904 140457640159874 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22145] ppid=22134 vsize=10551232 memory=840 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 17207140 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457135572128 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22146] ppid=22134 vsize=10551232 memory=7595436686006905152 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 17207140 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457134519024 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22147] ppid=22134 vsize=10551232 memory=6225786020498598500 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207142 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457133467600 140457640167323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22148] ppid=22134 vsize=10551232 memory=6225786020498598500 CPUtime=0.91 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) R 22134 22137 7968 0 -1 4202560 3590 0 0 0 91 0 0 0 20 0 15 0 17207142 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457132401824 140457617743764 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22149] ppid=22134 vsize=10551232 memory=8028063536048007271 CPUtime=0.92 cores=1,3,5,7
/proc/22137/task/22149/stat : 22149 (java) R 22134 22137 7968 0 -1 4202560 4168 0 0 0 92 0 0 0 20 0 15 0 17207142 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457131342360 140457623645511 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22150] ppid=22134 vsize=10551232 memory=7595436686006905152 CPUtime=0.29 cores=1,3,5,7
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 7968 0 -1 1077944384 2126 0 0 0 29 0 0 0 20 0 15 0 17207142 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457130310128 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22151] ppid=22134 vsize=10551232 memory=7595436686006905152 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207143 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457129257824 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22152] ppid=22134 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207153 10804461568 68302 18446744073709551615 4194304 4196468 140737163686384 140457128204848 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 3.66 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 273208 KiB


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

/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 15243 0 0 0 1278 102 0 0 20 0 16 0 17207138 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=10617796 memory=5141048 CPUtime=13.6 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 11832 0 0 0 1260 100 0 0 20 0 16 0 17207138 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=10617796 memory=5141048 CPUtime=13.79 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 15888 0 0 0 1275 104 0 0 20 0 16 0 17207138 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22144] ppid=22134 vsize=10617796 memory=5141048 CPUtime=3.59 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 7968 0 -1 1077944384 18371 0 0 0 355 4 0 0 20 0 16 0 17207139 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457136625904 140457640159874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22145] ppid=22134 vsize=10617796 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 17207140 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457135572192 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22146] ppid=22134 vsize=10617796 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 17207140 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457134519040 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22147] ppid=22134 vsize=10617796 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17207142 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457133467600 140457640167323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22148] ppid=22134 vsize=10617796 memory=5141048 CPUtime=2.03 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 7968 0 -1 1077944384 7824 0 0 0 202 1 0 0 20 0 16 0 17207142 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457132415728 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22149] ppid=22134 vsize=10617796 memory=5141048 CPUtime=1.87 cores=1,3,5,7
/proc/22137/task/22149/stat : 22149 (java) S 22134 22137 7968 0 -1 1077944384 7135 0 0 0 185 2 0 0 20 0 16 0 17207142 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457131363184 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22150] ppid=22134 vsize=10617796 memory=2164 CPUtime=0.43 cores=1,3,5,7
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 7968 0 -1 1077944384 4934 0 0 0 42 1 0 0 20 0 16 0 17207142 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457130310128 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22151] ppid=22134 vsize=10617796 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17207143 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457129257824 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22152] ppid=22134 vsize=10617796 memory=5141048 CPUtime=1.44 cores=1,3,5,7
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 7968 0 -1 1077944384 2661 0 0 0 65 79 0 0 20 0 16 0 17207153 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457128204848 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22154] ppid=22134 vsize=10617796 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22154/stat : 22154 (java) S 22134 22137 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17208692 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457127150640 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 2488.81 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5141048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.5 s]
/proc/loadavg: 2.16 2.82 2.73 3/213 22671
/proc/meminfo: memFree=23366608/32770624 swapFree=67108860/67108860
[pid=22137] ppid=22134 vsize=10617796 memory=5141048 CPUtime=2520.03 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 7968 0 -1 1077944320 354013 0 0 0 251477 526 0 0 20 0 16 0 17207128 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140737163668928 140457640148727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
/proc/22137/statm: 2654449 1285262 3143 1 0 2643902 0
[pid=22137/tid=22139] ppid=22134 vsize=10617796 memory=5141048 CPUtime=2455.72 cores=1,3,5,7
/proc/22137/task/22139/stat : 22139 (java) R 22134 22137 7968 0 -1 4202560 251343 0 0 0 245524 48 0 0 20 0 16 0 17207137 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457644387680 140457263580396 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22140] ppid=22134 vsize=10617796 memory=5141048 CPUtime=13.65 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 7968 0 -1 1077944384 17314 0 0 0 1270 95 0 0 20 0 16 0 17207138 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457581186064 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22141] ppid=22134 vsize=10617796 memory=5141048 CPUtime=13.8 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 15243 0 0 0 1278 102 0 0 20 0 16 0 17207138 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=10617796 memory=5141048 CPUtime=13.6 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 11832 0 0 0 1260 100 0 0 20 0 16 0 17207138 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=10617796 memory=5141048 CPUtime=13.79 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 15888 0 0 0 1275 104 0 0 20 0 16 0 17207138 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22144] ppid=22134 vsize=10617796 memory=5141048 CPUtime=3.59 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 7968 0 -1 1077944384 18380 0 0 0 355 4 0 0 20 0 16 0 17207139 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457136625904 140457640159874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22145] ppid=22134 vsize=10617796 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 17207140 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457135572192 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22146] ppid=22134 vsize=10617796 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 17207140 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457134519040 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22147] ppid=22134 vsize=10617796 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17207142 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457133467600 140457640167323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22148] ppid=22134 vsize=10617796 memory=-8774313645642428999 CPUtime=2.03 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 7968 0 -1 1077944384 7832 0 0 0 202 1 0 0 20 0 16 0 17207142 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457132415728 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22149] ppid=22134 vsize=10617796 memory=13188 CPUtime=1.87 cores=1,3,5,7
/proc/22137/task/22149/stat : 22149 (java) S 22134 22137 7968 0 -1 1077944384 7138 0 0 0 185 2 0 0 20 0 16 0 17207142 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457131363184 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22150] ppid=22134 vsize=10617796 memory=928 CPUtime=0.43 cores=1,3,5,7
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 7968 0 -1 1077944384 4938 0 0 0 42 1 0 0 20 0 16 0 17207142 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457130310128 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22151] ppid=22134 vsize=10617796 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17207143 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457129257824 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22152] ppid=22134 vsize=10617796 memory=5141048 CPUtime=1.47 cores=1,3,5,7
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 7968 0 -1 1077944384 2698 0 0 0 66 81 0 0 20 0 16 0 17207153 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457128204848 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22154] ppid=22134 vsize=10617796 memory=13188 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22154/stat : 22154 (java) S 22134 22137 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17208692 10872623104 1285262 18446744073709551615 4194304 4196468 140737163686384 140457127150640 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5141048 KiB

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

[startup+2473.76 s]
# the end of solver process 22137 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.84 s, system=5.28738 s

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

[startup+2473.61 s]
/proc/loadavg: 2.16 2.82 2.73 3/213 22671
/proc/meminfo: memFree=23366608/32770624 swapFree=67108860/67108860
[pid=22137] ppid=22134 vsize=10817488 memory=5141348 CPUtime=2520.06 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 7968 0 -1 1077944320 355072 0 0 0 251480 526 0 0 20 0 17 0 17207128 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140737163668928 140457640148727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
/proc/22137/statm: 2704372 1285337 3146 1 0 2693825 0
[pid=22137/tid=22139] ppid=22134 vsize=10817488 memory=140655549568816 CPUtime=2455.75 cores=1,3,5,7
/proc/22137/task/22139/stat : 22139 (java) S 22134 22137 7968 0 -1 1077944384 251422 0 0 0 245527 48 0 0 20 0 17 0 17207137 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457644391600 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22140] ppid=22134 vsize=10817488 memory=0 CPUtime=13.65 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 7968 0 -1 1077944384 17314 0 0 0 1270 95 0 0 20 0 17 0 17207138 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457581186064 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22141] ppid=22134 vsize=10817488 memory=143 CPUtime=13.8 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 15243 0 0 0 1278 102 0 0 20 0 17 0 17207138 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=10817488 memory=111 CPUtime=13.6 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 11832 0 0 0 1260 100 0 0 20 0 17 0 17207138 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=10817488 memory=15872 CPUtime=13.79 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 15888 0 0 0 1275 104 0 0 20 0 17 0 17207138 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22144] ppid=22134 vsize=10817488 memory=4040 CPUtime=3.59 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 7968 0 -1 1077944384 18410 0 0 0 355 4 0 0 20 0 17 0 17207139 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457136625904 140457640159874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22145] ppid=22134 vsize=10817488 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 17207140 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457135572192 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22146] ppid=22134 vsize=10817488 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 17207140 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457134519040 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22147] ppid=22134 vsize=10817488 memory=8684 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 7968 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 17 0 17207142 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457133467600 140457640167323 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22148] ppid=22134 vsize=10817488 memory=1440 CPUtime=2.03 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 7968 0 -1 1077944384 7832 0 0 0 202 1 0 0 20 0 17 0 17207142 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457132415728 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22149] ppid=22134 vsize=10817488 memory=288230574492221466 CPUtime=1.87 cores=1,3,5,7
/proc/22137/task/22149/stat : 22149 (java) S 22134 22137 7968 0 -1 1077944384 7138 0 0 0 185 2 0 0 20 0 17 0 17207142 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457131363184 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22150] ppid=22134 vsize=10817488 memory=288230613214036277 CPUtime=0.43 cores=1,3,5,7
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 7968 0 -1 1077944384 5297 0 0 0 42 1 0 0 20 0 17 0 17207142 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457130310128 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22151] ppid=22134 vsize=10817488 memory=15816711811106768 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17207143 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457129257824 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22152] ppid=22134 vsize=10817488 memory=5141048 CPUtime=1.47 cores=1,3,5,7
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 7968 0 -1 1077944384 2698 0 0 0 66 81 0 0 20 0 17 0 17207153 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457128204848 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5141348 KiB

[startup+2473.7 s]
/proc/loadavg: 2.16 2.82 2.73 3/213 22671
/proc/meminfo: memFree=23366608/32770624 swapFree=67108860/67108860
[pid=22137] ppid=22134 vsize=10817488 memory=5141348 CPUtime=2520.06 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 7968 0 -1 1077944320 355072 0 0 0 251480 526 0 0 20 0 17 0 17207128 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140737163668928 140457640148727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
/proc/22137/statm: 2704372 1285337 3146 1 0 2693825 0
[pid=22137/tid=22139] ppid=22134 vsize=10817488 memory=5141048 CPUtime=2455.75 cores=1,3,5,7
/proc/22137/task/22139/stat : 22139 (java) S 22134 22137 7968 0 -1 1077944384 251422 0 0 0 245527 48 0 0 20 0 17 0 17207137 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457644391600 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22140] ppid=22134 vsize=10817488 memory=5141048 CPUtime=13.65 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 7968 0 -1 1077944384 17314 0 0 0 1270 95 0 0 20 0 17 0 17207138 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457581186064 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22141] ppid=22134 vsize=10817488 memory=5141048 CPUtime=13.8 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 7968 0 -1 1077944384 15243 0 0 0 1278 102 0 0 20 0 17 0 17207138 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457580133520 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22142] ppid=22134 vsize=10817488 memory=5141048 CPUtime=13.6 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 7968 0 -1 1077944384 11832 0 0 0 1260 100 0 0 20 0 17 0 17207138 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457579080464 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22143] ppid=22134 vsize=10817488 memory=5141048 CPUtime=13.79 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 7968 0 -1 1077944384 15888 0 0 0 1275 104 0 0 20 0 17 0 17207138 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457247894416 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22144] ppid=22134 vsize=10817488 memory=5141048 CPUtime=3.59 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 7968 0 -1 1077944384 18410 0 0 0 355 4 0 0 20 0 17 0 17207139 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457136625904 140457640159874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22145] ppid=22134 vsize=10817488 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 17207140 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457135572192 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22146] ppid=22134 vsize=10817488 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 17207140 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457134519040 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22147] ppid=22134 vsize=10817488 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 7968 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 17 0 17207142 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457133467600 140457640167323 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22148] ppid=22134 vsize=10817488 memory=4612 CPUtime=2.03 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 7968 0 -1 1077944384 7832 0 0 0 202 1 0 0 20 0 17 0 17207142 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457132415728 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22149] ppid=22134 vsize=10817488 memory=928 CPUtime=1.87 cores=1,3,5,7
/proc/22137/task/22149/stat : 22149 (java) S 22134 22137 7968 0 -1 1077944384 7138 0 0 0 185 2 0 0 20 0 17 0 17207142 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457131363184 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22150] ppid=22134 vsize=10817488 memory=2164 CPUtime=0.43 cores=1,3,5,7
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 7968 0 -1 1077944384 5297 0 0 0 42 1 0 0 20 0 17 0 17207142 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457130310128 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22151] ppid=22134 vsize=10817488 memory=5141048 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17207143 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457129257824 140457640158933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
[pid=22137/tid=22152] ppid=22134 vsize=10817488 memory=13188 CPUtime=1.47 cores=1,3,5,7
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 7968 0 -1 1077944384 2698 0 0 0 66 81 0 0 20 0 17 0 17207153 11077107712 1285337 18446744073709551615 4194304 4196468 140737163686384 140457128204848 140457640159874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37687296 140737163690385 140737163690538 140737163690538 140737163694031 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5141348 KiB

Child status: 143
Real time (s): 2473.76
CPU time (s): 2520.13
CPU user time (s): 2514.84
CPU system time (s): 5.28738
CPU usage (%): 101.875
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5141348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.84
system time used= 5.28739
maximum resident set size= 5141680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355786
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56769
involuntary context switches= 1218


# summary of solver processes directly reported to runsolver:
#   pid: 22137
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2514.84
#   total CPU system time (s): 5.28738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3526 second user time and 24.5987 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 15:53:28
IDJOB=4263194
IDBENCH=135765
IDSOLVER=2651
FILE ID=node128/4263194-1502633244
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n50/TravellingSalesman-50-30-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263194-1502633244/watcher-4263194-1502633244 -o /tmp/evaluation-result-4263194-1502633244/solver-4263194-1502633244 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263194-1502633244.xml

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

MD5SUM BENCH= edc960599dc3680268fdb44af0bd56ea
RANDOM SEED=1053681872

node128.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.94
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.94
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.94
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.94
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:        30307576 kB
MemAvailable:   30892808 kB
Buffers:          143120 kB
Cached:           729896 kB
SwapCached:            0 kB
Active:          1370200 kB
Inactive:         680644 kB
Active(anon):    1178308 kB
Inactive(anon):    16764 kB
Active(file):     191892 kB
Inactive(file):   663880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:       1178024 kB
Mapped:            44516 kB
Shmem:             17116 kB
Slab:             115196 kB
SReclaimable:      90588 kB
SUnreclaim:        24608 kB
KernelStack:        3456 kB
PageTables:         7264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2629088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 16:34:41