Trace number 4263186

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-05SAT (TO)245 2520.3701 2508.96

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.83/1.26	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.83/1.26	c This is free software under the dual EPL/GNU LGPL licenses.
2.83/1.26	c See www.sat4j.org for details.
2.83/1.26	c That software uses the Rhino library from the Mozilla project.
2.83/1.26	c version CUSTOM.v20170705
2.83/1.26	c java.runtime.name	Java(TM) SE Runtime Environment
2.83/1.26	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.83/1.26	c java.vm.version	25.131-b11
2.83/1.26	c java.vm.vendor	Oracle Corporation
2.83/1.26	c sun.arch.data.model	64
2.83/1.26	c java.version		1.8.0_131
2.83/1.26	c os.name		Linux
2.83/1.26	c os.version		3.10.0-514.16.1.el7.x86_64
2.83/1.26	c os.arch		amd64
2.83/1.26	c Free memory 		499604488
2.83/1.26	c Max memory 		7247757312
2.83/1.26	c Total memory 		504889344
2.83/1.26	c Number of processors 	4
2.83/1.26	c c --- Begin Solver configuration ---
2.83/1.26	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.83/1.26	c Learn all clauses as in MiniSAT
2.83/1.26	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.83/1.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.83/1.26	c No reason simplification
2.83/1.26	c Glucose 2.1 dynamic restart strategy
2.83/1.26	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.83/1.26	c timeout=2147483s
2.83/1.26	c DB Simplification allowed=false
2.83/1.26	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.83/1.26	c --- End Solver configuration ---
2.83/1.26	c constraints type 
2.83/1.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
2.83/1.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 551000
2.83/1.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91120
2.83/1.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
2.83/1.26	c 642240 constraints processed.
5.34/2.41	o 332
8.22/4.88	o 319
20.27/16.15	o 313
29.85/25.66	o 309
49.44/44.92	o 308
55.37/50.88	o 299
92.33/87.48	o 267
214.26/208.52	o 265
427.85/421.68	o 258
669.10/661.86	o 253
905.80/897.97	o 246
1628.22/1618.50	o 245
2520.26/2508.90	c starts		: 16245
2520.26/2508.90	c conflicts		: 9251277
2520.26/2508.90	c decisions		: 99977328
2520.26/2508.90	c propagations		: 6315138958
2520.26/2508.90	c inspects		: 25240696874
2520.26/2508.90	c shortcuts		: 0
2520.26/2508.90	c learnt literals	: 0
2520.26/2508.90	c learnt binary clauses	: 2592
2520.26/2508.90	c learnt ternary clauses	: 3556
2520.26/2508.90	c learnt constraints	: 9251277
2520.26/2508.90	c ignored constraints	: 0
2520.26/2508.90	c root simplifications	: 0
2520.26/2508.90	c removed literals (reason simplification)	: 0
2520.26/2508.91	c reason swapping (by a shorter reason)	: 0
2520.26/2508.91	c Calls to reduceDB	: 314
2520.26/2508.91	c Number of update (reduction) of LBD	: 3864580
2520.26/2508.91	c Imported unit clauses	: 0
2520.26/2508.91	c number of reductions to clauses (during analyze)	: 0
2520.26/2508.91	c number of learned constraints concerned by reduction	: 0
2520.26/2508.91	c number of learning phase by resolution	: 0
2520.26/2508.91	c number of learning phase by cutting planes	: 0
2520.26/2508.91	c number of rounding to 1 operations	: 0
2520.26/2508.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.26/2508.91	c number of reductions of the coefficients by power 2 	: 0
2520.26/2508.91	c number of right shift for reduction by power 2 	: 0
2520.26/2508.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.26/2508.91	c speed (assignments/second)	: 2518379.5622941274
2520.26/2508.91	c non guided choices	14428535
2520.26/2508.93	c learnt constraints type 
2520.26/2508.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2592
2520.26/2508.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133157
2520.26/2508.93	s SATISFIABLE
2520.26/2508.93	v <instantiation type="solution">
2520.26/2508.93	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
2520.26/2508.93	v 	<values> 13 5 0 9 18 16 19 12 10 14 17 6 8 2 7 15 4 1 3 11 21 9 22 17 4 10 11 6 9 6 19 4 16 6 16 20 14 5 25 5 </values>
2520.26/2508.93	v </instantiation>
2520.26/2508.93	

Verifier Data

OK	245

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263186-1502632524/watcher-4263186-1502632524 -o /tmp/evaluation-result-4263186-1502632524/solver-4263186-1502632524 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263186-1502632524.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
solver pid=18119, runsolver pid=18116
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 2.05 2.04 2.05 2/204 18120
/proc/meminfo: memFree=30042304/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/18119/stat : 18119 (runsolver) D 18116 18119 4674 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 110758839 34791424 115 18446744073709551615 4194304 4346622 140726740918720 140726740915352 140363177960151 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 36196352 140726740922466 140726740922916 140726740922916 140726740926410 0
/proc/18119/statm: 8494 115 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.209415 s]*
/proc/loadavg: 2.05 2.04 2.05 2/217 18133
/proc/meminfo: memFree=30029100/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=10551156 memory=25932 CPUtime=0.06 cores=1,3,5,7
/proc/18119/stat : 18119 (java) S 18116 18119 4674 0 -1 1077944320 4957 0 0 0 6 0 0 0 20 0 15 0 110758839 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140723969347984 140232620789495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
/proc/18119/statm: 2637789 6483 2613 1 0 2627261 0
[pid=18119/tid=18121] ppid=18116 vsize=10551156 memory=8316850467074736180 CPUtime=0.05 cores=1,3,5,7
/proc/18119/task/18121/stat : 18121 (java) R 18116 18119 4674 0 -1 4202560 3068 0 0 0 5 0 0 0 20 0 15 0 110758850 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232625022704 140232620811421 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18122] ppid=18116 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18122/stat : 18122 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232231872784 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18123] ppid=18116 vsize=10551156 memory=140363181848929 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18123/stat : 18123 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232230820240 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18124] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18124/stat : 18124 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232229767696 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18125] ppid=18116 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18125/stat : 18125 (java) S 18116 18119 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110758851 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232228715152 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18126] ppid=18116 vsize=10551156 memory=140363180910208 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18126/stat : 18126 (java) S 18116 18119 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110758853 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232117615088 140232620800642 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18127] ppid=18116 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18127/stat : 18127 (java) S 18116 18119 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110758853 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232116561312 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18128] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18128/stat : 18128 (java) S 18116 18119 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110758853 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232115508720 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18129] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18129/stat : 18129 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110758856 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232114457296 140232620808091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18130] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18130/stat : 18130 (java) S 18116 18119 4674 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 110758856 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232113403888 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18131] ppid=18116 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18131/stat : 18131 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110758856 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232112351344 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18132] ppid=18116 vsize=10551156 memory=140363180910208 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18132/stat : 18132 (java) S 18116 18119 4674 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 110758856 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232111298800 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18133] ppid=18116 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18133/stat : 18133 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110758856 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232110246496 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18134] ppid=18116 vsize=10551156 memory=140363180910208 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18134/stat : 18134 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758860 10804383744 6483 18446744073709551615 4194304 4196468 140723969365440 140232109194032 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25932 KiB

[startup+0.311505 s]*
/proc/loadavg: 2.05 2.04 2.05 3/218 18134
/proc/meminfo: memFree=30017228/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=10551156 memory=35700 CPUtime=0.22 cores=1,3,5,7
/proc/18119/stat : 18119 (java) S 18116 18119 4674 0 -1 1077944320 8199 0 0 0 20 2 0 0 20 0 15 0 110758839 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140723969347984 140232620789495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
/proc/18119/statm: 2637789 8925 2877 1 0 2627261 0
[pid=18119/tid=18121] ppid=18116 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/18119/task/18121/stat : 18121 (java) R 18116 18119 4674 0 -1 4202560 5891 0 0 0 14 1 0 0 20 0 15 0 110758850 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232625004880 140232604869982 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18122] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18122/stat : 18122 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232231872784 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18123] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18123/stat : 18123 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232230820240 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18124] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18124/stat : 18124 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232229767696 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18125] ppid=18116 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18125/stat : 18125 (java) S 18116 18119 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110758851 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232228715152 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18126] ppid=18116 vsize=10551156 memory=140363180910208 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18126/stat : 18126 (java) S 18116 18119 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110758853 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232117615088 140232620800642 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18127] ppid=18116 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18127/stat : 18127 (java) S 18116 18119 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110758853 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232116561312 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18128] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18128/stat : 18128 (java) S 18116 18119 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110758853 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232115508720 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18129] ppid=18116 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18129/stat : 18129 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110758856 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232114457296 140232620808091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18130] ppid=18116 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18119/task/18130/stat : 18130 (java) S 18116 18119 4674 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 15 0 110758856 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232113403888 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18131] ppid=18116 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18131/stat : 18131 (java) S 18116 18119 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 110758856 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232112351344 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18132] ppid=18116 vsize=10551156 memory=140363180910208 CPUtime=0.03 cores=1,3,5,7
/proc/18119/task/18132/stat : 18132 (java) S 18116 18119 4674 0 -1 1077944384 391 0 0 0 3 0 0 0 20 0 15 0 110758856 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232111298800 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18133] ppid=18116 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18133/stat : 18133 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110758856 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232110246496 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18134] ppid=18116 vsize=10551156 memory=140363180910208 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18134/stat : 18134 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758860 10804383744 8925 18446744073709551615 4194304 4196468 140723969365440 140232109194032 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35700 KiB

[startup+0.701498 s]
/proc/loadavg: 2.05 2.04 2.05 7/218 18134
/proc/meminfo: memFree=30005232/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=10551232 memory=106324 CPUtime=1.26 cores=1,3,5,7
/proc/18119/stat : 18119 (java) S 18116 18119 4674 0 -1 1077944320 12642 0 0 0 120 6 0 0 20 0 15 0 110758839 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140723969347984 140232620789495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
/proc/18119/statm: 2637808 26581 3057 1 0 2627261 0
[pid=18119/tid=18121] ppid=18116 vsize=10551232 memory=15880 CPUtime=0.53 cores=1,3,5,7
/proc/18119/task/18121/stat : 18121 (java) R 18116 18119 4674 0 -1 4202560 7460 0 0 0 49 4 0 0 20 0 15 0 110758850 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232625014336 140232602736746 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18122] ppid=18116 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18122/stat : 18122 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232231872784 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18123] ppid=18116 vsize=10551232 memory=32008 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18123/stat : 18123 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232230820240 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18124] ppid=18116 vsize=10551232 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18124/stat : 18124 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758851 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232229767696 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18125] ppid=18116 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18125/stat : 18125 (java) S 18116 18119 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110758851 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232228715152 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18126] ppid=18116 vsize=10551232 memory=13412 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18126/stat : 18126 (java) S 18116 18119 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110758853 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232117615088 140232620800642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18127] ppid=18116 vsize=10551232 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18127/stat : 18127 (java) S 18116 18119 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110758853 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232116561312 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18128] ppid=18116 vsize=10551232 memory=956 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18128/stat : 18128 (java) S 18116 18119 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110758853 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232115508720 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18129] ppid=18116 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18129/stat : 18129 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110758856 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232114457296 140232620808091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18130] ppid=18116 vsize=10551232 memory=4288 CPUtime=0.24 cores=1,3,5,7
/proc/18119/task/18130/stat : 18130 (java) R 18116 18119 4674 0 -1 4202560 1700 0 0 0 24 0 0 0 20 0 15 0 110758856 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232113403864 140232602325837 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18131] ppid=18116 vsize=10551232 memory=1608 CPUtime=0.25 cores=1,3,5,7
/proc/18119/task/18131/stat : 18131 (java) R 18116 18119 4674 0 -1 4202560 1149 0 0 0 25 0 0 0 20 0 15 0 110758856 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232112338128 140232613886228 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18132] ppid=18116 vsize=10551232 memory=928 CPUtime=0.2 cores=1,3,5,7
/proc/18119/task/18132/stat : 18132 (java) S 18116 18119 4674 0 -1 1077944384 963 0 0 0 20 0 0 0 20 0 15 0 110758856 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232111298800 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18133] ppid=18116 vsize=10551232 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18133/stat : 18133 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110758856 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232110246496 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18134] ppid=18116 vsize=10551232 memory=140363021027930 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18134/stat : 18134 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110758860 10804461568 26581 18446744073709551615 4194304 4196468 140723969365440 140232109194032 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 106324 KiB

[startup+1.50069 s]
/proc/loadavg: 2.05 2.04 2.05 5/218 18134
/proc/meminfo: memFree=29843716/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=10617796 memory=270068 CPUtime=3.78 cores=1,3,5,7
/proc/18119/stat : 18119 (java) S 18116 18119 4674 0 -1 1077944320 20451 0 0 0 365 13 0 0 20 0 16 0 110758839 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140723969347984 140232620789495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
/proc/18119/statm: 2654449 67517 3105 1 0 2643902 0
[pid=18119/tid=18121] ppid=18116 vsize=10617796 memory=-8774313645642428999 CPUtime=1.24 cores=1,3,5,7
/proc/18119/task/18121/stat : 18121 (java) R 18116 18119 4674 0 -1 4202560 7545 0 0 0 119 5 0 0 20 0 16 0 110758850 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232625028032 140232246175955 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18122] ppid=18116 vsize=10617796 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18119/task/18122/stat : 18122 (java) S 18116 18119 4674 0 -1 1077944384 79 0 0 0 2 0 0 0 20 0 16 0 110758851 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232231872784 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18123] ppid=18116 vsize=10617796 memory=-3621219715169225006 CPUtime=0.04 cores=1,3,5,7
/proc/18119/task/18123/stat : 18123 (java) S 18116 18119 4674 0 -1 1077944384 125 0 0 0 3 1 0 0 20 0 16 0 110758851 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232230820240 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18124] ppid=18116 vsize=10617796 memory=-8316900901535099443 CPUtime=0.06 cores=1,3,5,7
/proc/18119/task/18124/stat : 18124 (java) S 18116 18119 4674 0 -1 1077944384 106 0 0 0 5 1 0 0 20 0 16 0 110758851 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232229767696 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18125] ppid=18116 vsize=10617796 memory=8562125494162282060 CPUtime=0.07 cores=1,3,5,7
/proc/18119/task/18125/stat : 18125 (java) S 18116 18119 4674 0 -1 1077944384 116 0 0 0 6 1 0 0 20 0 16 0 110758851 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232228715152 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18126] ppid=18116 vsize=10617796 memory=-4695043397844020537 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18126/stat : 18126 (java) S 18116 18119 4674 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 110758853 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232117615088 140232620800642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18127] ppid=18116 vsize=10617796 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18127/stat : 18127 (java) S 18116 18119 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110758853 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232116561312 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18128] ppid=18116 vsize=10617796 memory=-7022074515825631275 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18128/stat : 18128 (java) S 18116 18119 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110758853 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232115508720 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18129] ppid=18116 vsize=10617796 memory=8326441112148417179 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18129/stat : 18129 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110758856 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232114457296 140232620808091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18130] ppid=18116 vsize=10617796 memory=-8253362762721552512 CPUtime=1 cores=1,3,5,7
/proc/18119/task/18130/stat : 18130 (java) R 18116 18119 4674 0 -1 4202560 5433 0 0 0 99 1 0 0 20 0 16 0 110758856 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232113390432 140232602333196 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18131] ppid=18116 vsize=10617796 memory=-8485799247655242858 CPUtime=1.02 cores=1,3,5,7
/proc/18119/task/18131/stat : 18131 (java) R 18116 18119 4674 0 -1 4202560 4462 0 0 0 101 1 0 0 20 0 16 0 110758856 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232112341264 140232604289701 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18132] ppid=18116 vsize=10617796 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/18119/task/18132/stat : 18132 (java) S 18116 18119 4674 0 -1 1077944384 1120 0 0 0 25 0 0 0 20 0 16 0 110758856 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232111298800 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18133] ppid=18116 vsize=10617796 memory=218213598191181 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18133/stat : 18133 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110758856 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232110246496 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18134] ppid=18116 vsize=10617796 memory=911153 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18134/stat : 18134 (java) S 18116 18119 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110758860 10872623104 67517 18446744073709551615 4194304 4196468 140723969365440 140232109194032 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
Current children cumulated CPU time: 3.78 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 270068 KiB

[startup+3.11031 s]
/proc/loadavg: 2.05 2.04 2.05 3/219 18135
/proc/meminfo: memFree=29782932/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=10617796 memory=271236 CPUtime=6.11 cores=1,3,5,7
/proc/18119/stat : 18119 (java) S 18116 18119 4674 0 -1 1077944320 23902 0 0 0 597 14 0 0 20 0 16 0 110758839 10872623104 67809 18446744073709551615 4194304 4196468 140723969365440 140723969347984 140232620789495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
/proc/18119/statm: 2654449 67809 3112 1 0 2643902 0
[pid=18119/tid=18121] ppid=18116 vsize=10617796 memory=94 CPUtime=2.84 cores=1,3,5,7
/proc/18119/task/18121/stat : 18121 (java) R 18116 18119 4674 0 -1 4202560 8669 0 0 0 279 5 0 0 20 0 16 0 110758850 10872623104 67809 18446744073709551615 4194304 4196468 140723969365440 140232625026424 140232246503122 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0

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

/proc/18119/task/18123/stat : 18123 (java) S 18116 18119 4674 0 -1 1077944384 8297 0 0 0 138 54 0 0 20 0 16 0 110758851 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232230820240 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18124] ppid=18116 vsize=10617796 memory=3061832 CPUtime=1.9 cores=1,3,5,7
/proc/18119/task/18124/stat : 18124 (java) S 18116 18119 4674 0 -1 1077944384 7953 0 0 0 138 52 0 0 20 0 16 0 110758851 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232229767696 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18125] ppid=18116 vsize=10617796 memory=3105252 CPUtime=1.96 cores=1,3,5,7
/proc/18119/task/18125/stat : 18125 (java) S 18116 18119 4674 0 -1 1077944384 10097 0 0 0 141 55 0 0 20 0 16 0 110758851 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232228715152 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18126] ppid=18116 vsize=10617796 memory=3105252 CPUtime=0.23 cores=1,3,5,7
/proc/18119/task/18126/stat : 18126 (java) S 18116 18119 4674 0 -1 1077944384 14707 0 0 0 20 3 0 0 20 0 16 0 110758853 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232117615088 140232620800642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18127] ppid=18116 vsize=10617796 memory=3105252 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18127/stat : 18127 (java) S 18116 18119 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110758853 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232116561376 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18128] ppid=18116 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18128/stat : 18128 (java) S 18116 18119 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110758853 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232115508736 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18129] ppid=18116 vsize=10617796 memory=280726042270680 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18129/stat : 18129 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232114457296 140232620808091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18130] ppid=18116 vsize=10617796 memory=3105252 CPUtime=2.17 cores=1,3,5,7
/proc/18119/task/18130/stat : 18130 (java) S 18116 18119 4674 0 -1 1077944384 15618 0 0 0 215 2 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232113403888 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18131] ppid=18116 vsize=10617796 memory=3105252 CPUtime=1.96 cores=1,3,5,7
/proc/18119/task/18131/stat : 18131 (java) S 18116 18119 4674 0 -1 1077944384 11697 0 0 0 194 2 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232112351344 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18132] ppid=18116 vsize=10617796 memory=3105252 CPUtime=0.37 cores=1,3,5,7
/proc/18119/task/18132/stat : 18132 (java) S 18116 18119 4674 0 -1 1077944384 5048 0 0 0 36 1 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232111298800 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18133] ppid=18116 vsize=10617796 memory=3105252 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18133/stat : 18133 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232110246496 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18134] ppid=18116 vsize=10617796 memory=4148 CPUtime=1.14 cores=1,3,5,7
/proc/18119/task/18134/stat : 18134 (java) S 18116 18119 4674 0 -1 1077944384 2929 0 0 0 58 56 0 0 20 0 16 0 110758860 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232109194032 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18135] ppid=18116 vsize=10617796 memory=53908 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18135/stat : 18135 (java) S 18116 18119 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110758968 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232108139824 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
Current children cumulated CPU time: 2513.64 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3105252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.7 s]
/proc/loadavg: 4.85 4.50 3.68 6/215 18652
/proc/meminfo: memFree=20279044/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=10617796 memory=3105252 CPUtime=2520.05 cores=1,3,5,7
/proc/18119/stat : 18119 (java) S 18116 18119 4674 0 -1 1077944320 160522 0 0 0 251704 301 0 0 20 0 16 0 110758839 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140723969347984 140232620789495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
/proc/18119/statm: 2654449 776313 3139 1 0 2643902 0
[pid=18119/tid=18121] ppid=18116 vsize=10617796 memory=3105252 CPUtime=2506.42 cores=1,3,5,7
/proc/18119/task/18121/stat : 18121 (java) R 18116 18119 4674 0 -1 4202560 75877 0 0 0 250612 30 0 0 20 0 16 0 110758850 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232625028384 140232247430571 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18122] ppid=18116 vsize=10617796 memory=3105252 CPUtime=1.87 cores=1,3,5,7
/proc/18119/task/18122/stat : 18122 (java) S 18116 18119 4674 0 -1 1077944384 6892 0 0 0 136 51 0 0 20 0 16 0 110758851 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232231872784 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18123] ppid=18116 vsize=10617796 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/18119/task/18123/stat : 18123 (java) S 18116 18119 4674 0 -1 1077944384 8297 0 0 0 138 54 0 0 20 0 16 0 110758851 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232230820240 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18124] ppid=18116 vsize=10617796 memory=0 CPUtime=1.9 cores=1,3,5,7
/proc/18119/task/18124/stat : 18124 (java) S 18116 18119 4674 0 -1 1077944384 7953 0 0 0 138 52 0 0 20 0 16 0 110758851 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232229767696 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18125] ppid=18116 vsize=10617796 memory=3105252 CPUtime=1.96 cores=1,3,5,7
/proc/18119/task/18125/stat : 18125 (java) S 18116 18119 4674 0 -1 1077944384 10097 0 0 0 141 55 0 0 20 0 16 0 110758851 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232228715152 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18126] ppid=18116 vsize=10617796 memory=1156 CPUtime=0.23 cores=1,3,5,7
/proc/18119/task/18126/stat : 18126 (java) S 18116 18119 4674 0 -1 1077944384 14707 0 0 0 20 3 0 0 20 0 16 0 110758853 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232117615088 140232620800642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18127] ppid=18116 vsize=10617796 memory=3105252 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18127/stat : 18127 (java) S 18116 18119 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110758853 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232116561376 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18128] ppid=18116 vsize=10617796 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18128/stat : 18128 (java) S 18116 18119 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110758853 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232115508736 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18129] ppid=18116 vsize=10617796 memory=53908 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18129/stat : 18129 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232114457296 140232620808091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18130] ppid=18116 vsize=10617796 memory=1296 CPUtime=2.17 cores=1,3,5,7
/proc/18119/task/18130/stat : 18130 (java) S 18116 18119 4674 0 -1 1077944384 15618 0 0 0 215 2 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232113403888 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18131] ppid=18116 vsize=10617796 memory=3105252 CPUtime=1.96 cores=1,3,5,7
/proc/18119/task/18131/stat : 18131 (java) S 18116 18119 4674 0 -1 1077944384 11697 0 0 0 194 2 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232112351344 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18132] ppid=18116 vsize=10617796 memory=3105252 CPUtime=0.37 cores=1,3,5,7
/proc/18119/task/18132/stat : 18132 (java) S 18116 18119 4674 0 -1 1077944384 5048 0 0 0 36 1 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232111298800 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18133] ppid=18116 vsize=10617796 memory=3105252 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18133/stat : 18133 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110758856 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232110246496 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18134] ppid=18116 vsize=10617796 memory=3105252 CPUtime=1.15 cores=1,3,5,7
/proc/18119/task/18134/stat : 18134 (java) S 18116 18119 4674 0 -1 1077944384 2929 0 0 0 58 57 0 0 20 0 16 0 110758860 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232109194032 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18135] ppid=18116 vsize=10617796 memory=3105252 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18135/stat : 18135 (java) S 18116 18119 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110758968 10872623104 776313 18446744073709551615 4194304 4196468 140723969365440 140232108139824 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3105252 KiB

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

[startup+2508.96 s]
# the end of solver process 18119 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.34 s, system=3.02941 s

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

[startup+2508.81 s]
/proc/loadavg: 4.85 4.50 3.68 6/215 18652
/proc/meminfo: memFree=20279044/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=10817488 memory=3105568 CPUtime=2520.16 cores=1,3,5,7
/proc/18119/stat : 18119 (java) S 18116 18119 4674 0 -1 1077944320 162149 0 0 0 251715 301 0 0 20 0 17 0 110758839 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140723969347984 140232620789495 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
/proc/18119/statm: 2704372 776392 3141 1 0 2693825 0
[pid=18119/tid=18121] ppid=18116 vsize=10817488 memory=3105252 CPUtime=2506.52 cores=1,3,5,7
/proc/18119/task/18121/stat : 18121 (java) R 18116 18119 4674 0 -1 4202560 76081 0 0 0 250622 30 0 0 20 0 17 0 110758850 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232625025664 140232247174940 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18122] ppid=18116 vsize=10817488 memory=1724 CPUtime=1.87 cores=1,3,5,7
/proc/18119/task/18122/stat : 18122 (java) S 18116 18119 4674 0 -1 1077944384 6892 0 0 0 136 51 0 0 20 0 17 0 110758851 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232231872784 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18123] ppid=18116 vsize=10817488 memory=3105252 CPUtime=1.92 cores=1,3,5,7
/proc/18119/task/18123/stat : 18123 (java) S 18116 18119 4674 0 -1 1077944384 8297 0 0 0 138 54 0 0 20 0 17 0 110758851 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232230820240 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18124] ppid=18116 vsize=10817488 memory=4572 CPUtime=1.9 cores=1,3,5,7
/proc/18119/task/18124/stat : 18124 (java) S 18116 18119 4674 0 -1 1077944384 7953 0 0 0 138 52 0 0 20 0 17 0 110758851 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232229767696 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18125] ppid=18116 vsize=10817488 memory=3105252 CPUtime=1.96 cores=1,3,5,7
/proc/18119/task/18125/stat : 18125 (java) S 18116 18119 4674 0 -1 1077944384 10097 0 0 0 141 55 0 0 20 0 17 0 110758851 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232228715152 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18126] ppid=18116 vsize=10817488 memory=4288 CPUtime=0.23 cores=1,3,5,7
/proc/18119/task/18126/stat : 18126 (java) S 18116 18119 4674 0 -1 1077944384 14707 0 0 0 20 3 0 0 20 0 17 0 110758853 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232117615088 140232620800642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18127] ppid=18116 vsize=10817488 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18127/stat : 18127 (java) S 18116 18119 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 110758853 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232116561376 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18128] ppid=18116 vsize=10817488 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18128/stat : 18128 (java) S 18116 18119 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110758853 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232115508736 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18129] ppid=18116 vsize=10817488 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18129/stat : 18129 (java) S 18116 18119 4674 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232114457296 140232620808091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18130] ppid=18116 vsize=10817488 memory=32072 CPUtime=2.17 cores=1,3,5,7
/proc/18119/task/18130/stat : 18130 (java) S 18116 18119 4674 0 -1 1077944384 15706 0 0 0 215 2 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232113403888 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18131] ppid=18116 vsize=10817488 memory=1296 CPUtime=1.96 cores=1,3,5,7
/proc/18119/task/18131/stat : 18131 (java) S 18116 18119 4674 0 -1 1077944384 11789 0 0 0 194 2 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232112351344 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18132] ppid=18116 vsize=10817488 memory=2320 CPUtime=0.37 cores=1,3,5,7
/proc/18119/task/18132/stat : 18132 (java) S 18116 18119 4674 0 -1 1077944384 5693 0 0 0 36 1 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232111298800 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18133] ppid=18116 vsize=10817488 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18133/stat : 18133 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232110246496 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18134] ppid=18116 vsize=10817488 memory=3105252 CPUtime=1.15 cores=1,3,5,7
/proc/18119/task/18134/stat : 18134 (java) S 18116 18119 4674 0 -1 1077944384 2929 0 0 0 58 57 0 0 20 0 17 0 110758860 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232109194032 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3105568 KiB

[startup+2508.9 s]
/proc/loadavg: 4.85 4.50 3.68 6/215 18652
/proc/meminfo: memFree=20279044/32770624 swapFree=67108764/67108860
[pid=18119] ppid=18116 vsize=10817488 memory=3105568 CPUtime=2520.26 cores=1,3,5,7
/proc/18119/stat : 18119 (java) S 18116 18119 4674 0 -1 1077944320 162157 0 0 0 251725 301 0 0 20 0 17 0 110758839 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140723969347984 140232620789495 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
/proc/18119/statm: 2704372 776392 3141 1 0 2693825 0
[pid=18119/tid=18121] ppid=18116 vsize=10817488 memory=3105252 CPUtime=2506.62 cores=1,3,5,7
/proc/18119/task/18121/stat : 18121 (java) R 18116 18119 4674 0 -1 4202560 76081 0 0 0 250632 30 0 0 20 0 17 0 110758850 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232625025664 140232242833250 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18122] ppid=18116 vsize=10817488 memory=3105252 CPUtime=1.87 cores=1,3,5,7
/proc/18119/task/18122/stat : 18122 (java) S 18116 18119 4674 0 -1 1077944384 6892 0 0 0 136 51 0 0 20 0 17 0 110758851 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232231872784 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18123] ppid=18116 vsize=10817488 memory=3105252 CPUtime=1.92 cores=1,3,5,7
/proc/18119/task/18123/stat : 18123 (java) S 18116 18119 4674 0 -1 1077944384 8297 0 0 0 138 54 0 0 20 0 17 0 110758851 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232230820240 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18124] ppid=18116 vsize=10817488 memory=0 CPUtime=1.9 cores=1,3,5,7
/proc/18119/task/18124/stat : 18124 (java) S 18116 18119 4674 0 -1 1077944384 7953 0 0 0 138 52 0 0 20 0 17 0 110758851 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232229767696 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18125] ppid=18116 vsize=10817488 memory=4205580754463885873 CPUtime=1.96 cores=1,3,5,7
/proc/18119/task/18125/stat : 18125 (java) S 18116 18119 4674 0 -1 1077944384 10097 0 0 0 141 55 0 0 20 0 17 0 110758851 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232228715152 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18126] ppid=18116 vsize=10817488 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/18119/task/18126/stat : 18126 (java) S 18116 18119 4674 0 -1 1077944384 14707 0 0 0 20 3 0 0 20 0 17 0 110758853 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232117615088 140232620800642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18127] ppid=18116 vsize=10817488 memory=3105252 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18127/stat : 18127 (java) S 18116 18119 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 110758853 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232116561376 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18128] ppid=18116 vsize=10817488 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18128/stat : 18128 (java) S 18116 18119 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110758853 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232115508736 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18129] ppid=18116 vsize=10817488 memory=53908 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18129/stat : 18129 (java) S 18116 18119 4674 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232114457296 140232620808091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18130] ppid=18116 vsize=10817488 memory=1296 CPUtime=2.18 cores=1,3,5,7
/proc/18119/task/18130/stat : 18130 (java) R 18116 18119 4674 0 -1 4202560 15714 0 0 0 216 2 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232113403888 140232600446016 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18131] ppid=18116 vsize=10817488 memory=3105252 CPUtime=1.96 cores=1,3,5,7
/proc/18119/task/18131/stat : 18131 (java) S 18116 18119 4674 0 -1 1077944384 11789 0 0 0 194 2 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232112351344 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18132] ppid=18116 vsize=10817488 memory=3105252 CPUtime=0.37 cores=1,3,5,7
/proc/18119/task/18132/stat : 18132 (java) S 18116 18119 4674 0 -1 1077944384 5693 0 0 0 36 1 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232111298800 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18133] ppid=18116 vsize=10817488 memory=3105252 CPUtime=0 cores=1,3,5,7
/proc/18119/task/18133/stat : 18133 (java) S 18116 18119 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110758856 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232110246496 140232620799701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
[pid=18119/tid=18134] ppid=18116 vsize=10817488 memory=3105252 CPUtime=1.15 cores=1,3,5,7
/proc/18119/task/18134/stat : 18134 (java) S 18116 18119 4674 0 -1 1077944384 2929 0 0 0 58 57 0 0 20 0 17 0 110758860 11077107712 776392 18446744073709551615 4194304 4196468 140723969365440 140232109194032 140232620800642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 14594048 140723969372560 140723969372713 140723969372713 140723969376207 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3105568 KiB

Child status: 143
Real time (s): 2508.96
CPU time (s): 2520.37
CPU user time (s): 2517.34
CPU system time (s): 3.02941
CPU usage (%): 100.455
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3105568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.34
system time used= 3.02942
maximum resident set size= 3106052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57163
involuntary context switches= 1606


# summary of solver processes directly reported to runsolver:
#   pid: 18119
#   total CPU time (s): 2520.37
#   total CPU user time (s): 2517.34
#   total CPU system time (s): 3.02941

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5217 second user time and 23.9793 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 15:41:30
IDJOB=4263186
IDBENCH=135668
IDSOLVER=2651
FILE ID=node134/4263186-1502632524
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-02.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263186-1502632524/watcher-4263186-1502632524 -o /tmp/evaluation-result-4263186-1502632524/solver-4263186-1502632524 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263186-1502632524.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=276609170

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        30042872 kB
MemAvailable:   30257616 kB
Buffers:          225512 kB
Cached:           283532 kB
SwapCached:            4 kB
Active:          2063608 kB
Inactive:         211320 kB
Active(anon):    1713420 kB
Inactive(anon):    94432 kB
Active(file):     350188 kB
Inactive(file):   116888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:       1765736 kB
Mapped:            68896 kB
Shmem:             41564 kB
Slab:             153792 kB
SReclaimable:     127004 kB
SUnreclaim:        26788 kB
KernelStack:        3600 kB
PageTables:         9072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2841152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 16:23:19