Trace number 4263558

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.22 2480.54

General information on the benchmark

NameRandom/Random-RB-3-20-20/
rand-3-20-20-60-632-40.xml
MD5SUMdc4dbad226249f26f24e6fd4bdcbff7b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark32.698101
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":20}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":1},{"degree":5,"count":1},{"degree":6,"count":4},{"degree":7,"count":1},{"degree":8,"count":2},{"degree":9,"count":3},{"degree":10,"count":2},{"degree":11,"count":2},{"degree":13,"count":2},{"degree":15,"count":1},{"degree":16,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":60}]
Number of extensional constraints60
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263558-1502617318/watcher-4263558-1502617318 -o /tmp/evaluation-result-4263558-1502617318/solver-4263558-1502617318 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263558-1502617318.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=6356, runsolver pid=6353

[startup+0.100079 s]*
/proc/loadavg: 2.77 2.14 2.22 7/215 6371
/proc/meminfo: memFree=24378996/32770624 swapFree=67108860/67108860
[pid=6356] ppid=6353 vsize=10555400 memory=31024 CPUtime=0.13 cores=0,2,4,6
/proc/6356/stat : 6356 (java) S 6353 6356 4973 0 -1 1077944320 6803 0 0 0 11 2 0 0 20 0 15 0 94812708 10808729600 7756 33554432000 4194304 4196468 140721369676080 140721369658624 140251237293815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
/proc/6356/statm: 2638850 7756 2820 1 0 2627263 0
[pid=6356/tid=6358] ppid=6353 vsize=10555400 memory=-8681640977487459520 CPUtime=0.09 cores=0,2,4,6
/proc/6356/task/6358/stat : 6358 (java) R 6353 6356 4973 0 -1 4202560 4655 0 0 0 8 1 0 0 20 0 15 0 94812708 10808729600 7756 33554432000 4194304 4196468 140721369676080 140251241518512 140251221337445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6359] ppid=6353 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6359/stat : 6359 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808729600 7756 33554432000 4194304 4196468 140721369676080 140251163368080 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6360] ppid=6353 vsize=10555400 memory=140451459098240 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808729600 7756 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808729600 7756 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94812709 10808729600 7756 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10555400 memory=140451459098240 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94812711 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6364] ppid=6353 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6364/stat : 6364 (java) S 6353 6356 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94812711 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250728494624 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6365] ppid=6353 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6365/stat : 6365 (java) S 6353 6356 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94812711 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250727441776 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6366] ppid=6353 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6366/stat : 6366 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250726390096 140251237312411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6367] ppid=6353 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6367/stat : 6367 (java) S 6353 6356 4973 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 94812714 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250725337456 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6368] ppid=6353 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6368/stat : 6368 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250724284656 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6369] ppid=6353 vsize=10555400 memory=140451459098240 CPUtime=0.02 cores=0,2,4,6
/proc/6356/task/6369/stat : 6369 (java) R 6353 6356 4973 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 94812714 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250723231856 140251215975182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6370] ppid=6353 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6370/stat : 6370 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250722179296 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6371] ppid=6353 vsize=10555400 memory=140451459098240 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6371/stat : 6371 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812714 10808729600 7756 33554432000 4194304 4196468 140721369676080 140250721127600 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31024 KiB

[startup+0.214979 s]*
/proc/loadavg: 2.77 2.14 2.22 8/215 6371
/proc/meminfo: memFree=24336140/32770624 swapFree=67108860/67108860
[pid=6356] ppid=6353 vsize=10555400 memory=43976 CPUtime=0.33 cores=0,2,4,6
/proc/6356/stat : 6356 (java) S 6353 6356 4973 0 -1 1077944320 8025 0 0 0 31 2 0 0 20 0 15 0 94812708 10808729600 10994 33554432000 4194304 4196468 140721369676080 140721369658624 140251237293815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
/proc/6356/statm: 2638850 10994 2978 1 0 2627263 0
[pid=6356/tid=6358] ppid=6353 vsize=10555400 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/6356/task/6358/stat : 6358 (java) R 6353 6356 4973 0 -1 4202560 5056 0 0 0 19 2 0 0 20 0 15 0 94812708 10808729600 10994 33554432000 4194304 4196468 140721369676080 140251241516704 140251193895476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6359] ppid=6353 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6359/stat : 6359 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808729600 10994 33554432000 4194304 4196468 140721369676080 140251163368080 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6360] ppid=6353 vsize=10555400 memory=140451459107079 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808729600 10994 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808729600 10994 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94812709 10808729600 10994 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10555400 memory=140451459098240 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94812711 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6364] ppid=6353 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6364/stat : 6364 (java) S 6353 6356 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94812711 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250728494624 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6365] ppid=6353 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6365/stat : 6365 (java) S 6353 6356 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94812711 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250727441776 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6366] ppid=6353 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6366/stat : 6366 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250726390096 140251237312411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6367] ppid=6353 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6356/task/6367/stat : 6367 (java) S 6353 6356 4973 0 -1 1077944384 636 0 0 0 2 0 0 0 20 0 15 0 94812714 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250725337456 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6368] ppid=6353 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6356/task/6368/stat : 6368 (java) S 6353 6356 4973 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 15 0 94812714 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250724284656 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6369] ppid=6353 vsize=10555400 memory=140451459098240 CPUtime=0.06 cores=0,2,4,6
/proc/6356/task/6369/stat : 6369 (java) S 6353 6356 4973 0 -1 1077944384 627 0 0 0 6 0 0 0 20 0 15 0 94812714 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250723231856 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6370] ppid=6353 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6370/stat : 6370 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250722179296 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6371] ppid=6353 vsize=10555400 memory=140451459098240 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6371/stat : 6371 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812714 10808729600 10994 33554432000 4194304 4196468 140721369676080 140250721127600 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43976 KiB

[startup+0.310466 s]*
/proc/loadavg: 2.77 2.14 2.22 7/215 6371
/proc/meminfo: memFree=24330464/32770624 swapFree=67108860/67108860
[pid=6356] ppid=6353 vsize=10555476 memory=48324 CPUtime=0.51 cores=0,2,4,6
/proc/6356/stat : 6356 (java) S 6353 6356 4973 0 -1 1077944320 8801 0 0 0 48 3 0 0 20 0 15 0 94812708 10808807424 12081 33554432000 4194304 4196468 140721369676080 140721369658624 140251237293815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
/proc/6356/statm: 2638869 12081 3018 1 0 2627263 0
[pid=6356/tid=6358] ppid=6353 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/6356/task/6358/stat : 6358 (java) R 6353 6356 4973 0 -1 4202560 5673 0 0 0 28 2 0 0 20 0 15 0 94812708 10808807424 12081 33554432000 4194304 4196468 140721369676080 140251241530528 140250831799850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6359] ppid=6353 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6359/stat : 6359 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808807424 12081 33554432000 4194304 4196468 140721369676080 140251163368080 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6360] ppid=6353 vsize=10555476 memory=15398594267309720 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808807424 12081 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812709 10808807424 12081 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94812709 10808807424 12081 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10555476 memory=140451459098240 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94812711 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6364] ppid=6353 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6364/stat : 6364 (java) S 6353 6356 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94812711 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250728494624 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6365] ppid=6353 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6365/stat : 6365 (java) S 6353 6356 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94812711 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250727441776 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6366] ppid=6353 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6366/stat : 6366 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250726390096 140251237312411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6367] ppid=6353 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6356/task/6367/stat : 6367 (java) R 6353 6356 4973 0 -1 1077944384 700 0 0 0 4 0 0 0 20 0 15 0 94812714 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250725337456 140251237304962 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6368] ppid=6353 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6356/task/6368/stat : 6368 (java) R 6353 6356 4973 0 -1 4202560 355 0 0 0 3 0 0 0 20 0 15 0 94812714 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250724284656 140251216540917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6369] ppid=6353 vsize=10555476 memory=140451459098240 CPUtime=0.12 cores=0,2,4,6
/proc/6356/task/6369/stat : 6369 (java) R 6353 6356 4973 0 -1 4202560 709 0 0 0 12 0 0 0 20 0 15 0 94812714 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250723231856 140251221374302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6370] ppid=6353 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6370/stat : 6370 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250722179296 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6371] ppid=6353 vsize=10555476 memory=140451459098240 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6371/stat : 6371 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812714 10808807424 12081 33554432000 4194304 4196468 140721369676080 140250721127600 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48324 KiB

[startup+0.700759 s]
/proc/loadavg: 2.77 2.14 2.22 8/215 6371
/proc/meminfo: memFree=24196172/32770624 swapFree=67108860/67108860
[pid=6356] ppid=6353 vsize=10555476 memory=183616 CPUtime=1.58 cores=0,2,4,6
/proc/6356/stat : 6356 (java) S 6353 6356 4973 0 -1 1077944320 11007 0 0 0 153 5 0 0 20 0 15 0 94812708 10808807424 45904 33554432000 4194304 4196468 140721369676080 140721369658624 140251237293815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
/proc/6356/statm: 2638869 45904 3104 1 0 2627263 0
[pid=6356/tid=6358] ppid=6353 vsize=10555476 memory=1728 CPUtime=0.66 cores=0,2,4,6
/proc/6356/task/6358/stat : 6358 (java) R 6353 6356 4973 0 -1 4202560 5808 0 0 0 63 3 0 0 20 0 15 0 94812708 10808807424 45904 33554432000 4194304 4196468 140721369676080 140251241529888 140251218878587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6359] ppid=6353 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6359/stat : 6359 (java) S 6353 6356 4973 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 94812709 10808807424 45904 33554432000 4194304 4196468 140721369676080 140251163368080 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6360] ppid=6353 vsize=10555476 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 94812709 10808807424 45904 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 94812709 10808807424 45904 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10555476 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 94812709 10808807424 45904 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 94812711 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6364] ppid=6353 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6364/stat : 6364 (java) S 6353 6356 4973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 94812711 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250728494624 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6365] ppid=6353 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6365/stat : 6365 (java) S 6353 6356 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 94812711 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250727441776 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6366] ppid=6353 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6366/stat : 6366 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250726390096 140251237312411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6367] ppid=6353 vsize=10555476 memory=4639098309541127021 CPUtime=0.31 cores=0,2,4,6
/proc/6356/task/6367/stat : 6367 (java) R 6353 6356 4973 0 -1 4202560 1464 0 0 0 31 0 0 0 20 0 15 0 94812714 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250725328960 140251220825323 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6368] ppid=6353 vsize=10555476 memory=7597685182856913236 CPUtime=0.32 cores=0,2,4,6
/proc/6356/task/6368/stat : 6368 (java) R 6353 6356 4973 0 -1 4202560 1094 0 0 0 32 0 0 0 20 0 15 0 94812714 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250724269488 140251218838128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6369] ppid=6353 vsize=10555476 memory=7236547281622689387 CPUtime=0.24 cores=0,2,4,6
/proc/6356/task/6369/stat : 6369 (java) R 6353 6356 4973 0 -1 1077944384 1151 0 0 0 24 0 0 0 20 0 15 0 94812714 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250723231856 140251237304962 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6370] ppid=6353 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6370/stat : 6370 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94812714 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250722179296 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6371] ppid=6353 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6371/stat : 6371 (java) S 6353 6356 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94812714 10808807424 45904 33554432000 4194304 4196468 140721369676080 140250721127600 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 183616 KiB

[startup+1.50076 s]
/proc/loadavg: 2.77 2.14 2.22 8/215 6371
/proc/meminfo: memFree=24040824/32770624 swapFree=67108860/67108860
[pid=6356] ppid=6353 vsize=10555476 memory=278688 CPUtime=4.06 cores=0,2,4,6
/proc/6356/stat : 6356 (java) S 6353 6356 4973 0 -1 1077944320 24343 0 0 0 398 8 0 0 20 0 15 0 94812708 10808807424 69672 33554432000 4194304 4196468 140721369676080 140721369658624 140251237293815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
/proc/6356/statm: 2638869 69672 3121 1 0 2627263 0
[pid=6356/tid=6358] ppid=6353 vsize=10555476 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/6356/task/6358/stat : 6358 (java) R 6353 6356 4973 0 -1 4202560 5875 0 0 0 140 4 0 0 20 0 15 0 94812708 10808807424 69672 33554432000 4194304 4196468 140721369676080 140251241519224 140250835127087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6359] ppid=6353 vsize=10555476 memory=8390361644446492005 CPUtime=0.02 cores=0,2,4,6
/proc/6356/task/6359/stat : 6359 (java) S 6353 6356 4973 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 15 0 94812709 10808807424 69672 33554432000 4194304 4196468 140721369676080 140251163368080 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6360] ppid=6353 vsize=10555476 memory=-6352177166831615190 CPUtime=0.01 cores=0,2,4,6
/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 94812709 10808807424 69672 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10555476 memory=8514701219931451533 CPUtime=0.02 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 15 0 94812709 10808807424 69672 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10555476 memory=7005738693937936738 CPUtime=0.01 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 15 0 94812709 10808807424 69672 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 94812711 10808807424 69672 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0

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

/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 15058 0 0 0 937 71 0 0 20 0 16 0 94812709 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10622040 memory=4777512 CPUtime=10.16 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 22410 0 0 0 948 68 0 0 20 0 16 0 94812709 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10622040 memory=4777512 CPUtime=10.07 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 20308 0 0 0 935 72 0 0 20 0 16 0 94812709 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10622040 memory=4777512 CPUtime=4.13 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 14401 0 0 0 410 3 0 0 20 0 16 0 94812711 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6364] ppid=6353 vsize=10622040 memory=4777512 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6364/stat : 6364 (java) S 6353 6356 4973 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 94812711 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250728494688 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6365] ppid=6353 vsize=10622040 memory=27624 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6365/stat : 6365 (java) S 6353 6356 4973 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 94812711 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250727441792 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6366] ppid=6353 vsize=10622040 memory=4777512 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6366/stat : 6366 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94812714 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250726390096 140251237312411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6367] ppid=6353 vsize=10622040 memory=4777512 CPUtime=3.21 cores=0,2,4,6
/proc/6356/task/6367/stat : 6367 (java) S 6353 6356 4973 0 -1 1077944384 16505 0 0 0 319 2 0 0 20 0 16 0 94812714 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250725337456 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6368] ppid=6353 vsize=10622040 memory=4144 CPUtime=3 cores=0,2,4,6
/proc/6356/task/6368/stat : 6368 (java) S 6353 6356 4973 0 -1 1077944384 14702 0 0 0 298 2 0 0 20 0 16 0 94812714 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250724284656 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6369] ppid=6353 vsize=10622040 memory=4777512 CPUtime=0.47 cores=0,2,4,6
/proc/6356/task/6369/stat : 6369 (java) S 6353 6356 4973 0 -1 1077944384 5537 0 0 0 46 1 0 0 20 0 16 0 94812714 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250723231856 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6370] ppid=6353 vsize=10622040 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6370/stat : 6370 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94812714 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250722179296 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6371] ppid=6353 vsize=10622040 memory=4777512 CPUtime=1.38 cores=0,2,4,6
/proc/6356/task/6371/stat : 6371 (java) S 6353 6356 4973 0 -1 1077944384 2378 0 0 0 66 72 0 0 20 0 16 0 94812714 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250721127600 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6372] ppid=6353 vsize=10622040 memory=3264 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6372/stat : 6372 (java) S 6353 6356 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 94814389 10876968960 1194378 33554432000 4194304 4196468 140721369676080 140250720073136 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
Current children cumulated CPU time: 2480.96 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4777512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.3 s]
/proc/loadavg: 2.21 2.07 2.22 3/217 6709
/proc/meminfo: memFree=19775816/32770624 swapFree=67108860/67108860
[pid=6356] ppid=6353 vsize=10622040 memory=4847144 CPUtime=2520.06 cores=0,2,4,6
/proc/6356/stat : 6356 (java) S 6353 6356 4973 0 -1 1077944320 301690 0 0 0 251603 403 0 0 20 0 16 0 94812708 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140721369658624 140251237293815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
/proc/6356/statm: 2655510 1211786 3171 1 0 2643904 0
[pid=6356/tid=6358] ppid=6353 vsize=10622040 memory=2244 CPUtime=2465.84 cores=0,2,4,6
/proc/6356/task/6358/stat : 6358 (java) R 6353 6356 4973 0 -1 4202560 169535 0 0 0 246543 41 0 0 20 0 16 0 94812708 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140251241532848 140250836944798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6359] ppid=6353 vsize=10622040 memory=4777512 CPUtime=10.53 cores=0,2,4,6
/proc/6356/task/6359/stat : 6359 (java) S 6353 6356 4973 0 -1 1077944384 16897 0 0 0 980 73 0 0 20 0 16 0 94812709 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140251163368080 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6360] ppid=6353 vsize=10622040 memory=0 CPUtime=10.42 cores=0,2,4,6
/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 15617 0 0 0 969 73 0 0 20 0 16 0 94812709 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10622040 memory=4847144 CPUtime=10.53 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 23022 0 0 0 983 70 0 0 20 0 16 0 94812709 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10622040 memory=4847144 CPUtime=10.45 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 21361 0 0 0 970 75 0 0 20 0 16 0 94812709 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10622040 memory=4847144 CPUtime=4.13 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 14631 0 0 0 410 3 0 0 20 0 16 0 94812711 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6364] ppid=6353 vsize=10622040 memory=4847144 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6364/stat : 6364 (java) S 6353 6356 4973 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 94812711 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250728494688 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6365] ppid=6353 vsize=10622040 memory=4847144 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6365/stat : 6365 (java) S 6353 6356 4973 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 94812711 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250727441792 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6366] ppid=6353 vsize=10622040 memory=4847144 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6366/stat : 6366 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94812714 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250726390096 140251237312411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6367] ppid=6353 vsize=10622040 memory=4847144 CPUtime=3.21 cores=0,2,4,6
/proc/6356/task/6367/stat : 6367 (java) S 6353 6356 4973 0 -1 1077944384 16508 0 0 0 319 2 0 0 20 0 16 0 94812714 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250725337456 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6368] ppid=6353 vsize=10622040 memory=4847144 CPUtime=3 cores=0,2,4,6
/proc/6356/task/6368/stat : 6368 (java) S 6353 6356 4973 0 -1 1077944384 14712 0 0 0 298 2 0 0 20 0 16 0 94812714 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250724284656 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6369] ppid=6353 vsize=10622040 memory=4144 CPUtime=0.47 cores=0,2,4,6
/proc/6356/task/6369/stat : 6369 (java) S 6353 6356 4973 0 -1 1077944384 5543 0 0 0 46 1 0 0 20 0 16 0 94812714 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250723231856 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6370] ppid=6353 vsize=10622040 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6370/stat : 6370 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94812714 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250722179296 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6371] ppid=6353 vsize=10622040 memory=4847144 CPUtime=1.4 cores=0,2,4,6
/proc/6356/task/6371/stat : 6371 (java) S 6353 6356 4973 0 -1 1077944384 2417 0 0 0 67 73 0 0 20 0 16 0 94812714 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250721127600 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6372] ppid=6353 vsize=10622040 memory=4847144 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6372/stat : 6372 (java) S 6353 6356 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 94814389 10876968960 1211786 33554432000 4194304 4196468 140721369676080 140250720073136 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4847144 KiB

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

[startup+2480.54 s]
# the end of solver process 6356 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=4.06398 s

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

[startup+2480.41 s]
/proc/loadavg: 2.21 2.07 2.22 3/217 6709
/proc/meminfo: memFree=19775816/32770624 swapFree=67108860/67108860
[pid=6356] ppid=6353 vsize=10821732 memory=4847360 CPUtime=2520.16 cores=0,2,4,6
/proc/6356/stat : 6356 (java) S 6353 6356 4973 0 -1 1077944320 302523 0 0 0 251613 403 0 0 20 0 17 0 94812708 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140721369658624 140251237293815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
/proc/6356/statm: 2705433 1211840 3173 1 0 2693827 0
[pid=6356/tid=6358] ppid=6353 vsize=10821732 memory=4278444 CPUtime=2465.93 cores=0,2,4,6
/proc/6356/task/6358/stat : 6358 (java) S 6353 6356 4973 0 -1 1077944384 169577 0 0 0 246552 41 0 0 20 0 17 0 94812708 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251241536688 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6359] ppid=6353 vsize=10821732 memory=8112282956445269571 CPUtime=10.53 cores=0,2,4,6
/proc/6356/task/6359/stat : 6359 (java) S 6353 6356 4973 0 -1 1077944384 16897 0 0 0 980 73 0 0 20 0 17 0 94812709 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251163368080 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6360] ppid=6353 vsize=10821732 memory=4872558044660077418 CPUtime=10.42 cores=0,2,4,6
/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 15617 0 0 0 969 73 0 0 20 0 17 0 94812709 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10821732 memory=7280 CPUtime=10.53 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 23022 0 0 0 983 70 0 0 20 0 17 0 94812709 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10821732 memory=844 CPUtime=10.45 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 21361 0 0 0 970 75 0 0 20 0 17 0 94812709 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10821732 memory=1696 CPUtime=4.13 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 14633 0 0 0 410 3 0 0 20 0 17 0 94812711 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6364] ppid=6353 vsize=10821732 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6364/stat : 6364 (java) S 6353 6356 4973 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 94812711 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250728494688 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6365] ppid=6353 vsize=10821732 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6365/stat : 6365 (java) S 6353 6356 4973 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 94812711 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250727441792 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6366] ppid=6353 vsize=10821732 memory=7280 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6366/stat : 6366 (java) S 6353 6356 4973 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250726390096 140251237312411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6367] ppid=6353 vsize=10821732 memory=844 CPUtime=3.21 cores=0,2,4,6
/proc/6356/task/6367/stat : 6367 (java) S 6353 6356 4973 0 -1 1077944384 16508 0 0 0 319 2 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250725337456 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6368] ppid=6353 vsize=10821732 memory=1696 CPUtime=3 cores=0,2,4,6
/proc/6356/task/6368/stat : 6368 (java) S 6353 6356 4973 0 -1 1077944384 14712 0 0 0 298 2 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250724284656 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6369] ppid=6353 vsize=10821732 memory=916 CPUtime=0.47 cores=0,2,4,6
/proc/6356/task/6369/stat : 6369 (java) S 6353 6356 4973 0 -1 1077944384 5872 0 0 0 46 1 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250723231856 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6370] ppid=6353 vsize=10821732 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6370/stat : 6370 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250722179296 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6371] ppid=6353 vsize=10821732 memory=2552 CPUtime=1.4 cores=0,2,4,6
/proc/6356/task/6371/stat : 6371 (java) S 6353 6356 4973 0 -1 1077944384 2417 0 0 0 67 73 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250721127600 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 4847360 KiB

[startup+2480.5 s]
/proc/loadavg: 2.21 2.07 2.22 3/217 6709
/proc/meminfo: memFree=19775816/32770624 swapFree=67108860/67108860
[pid=6356] ppid=6353 vsize=10821732 memory=4847360 CPUtime=2520.16 cores=0,2,4,6
/proc/6356/stat : 6356 (java) S 6353 6356 4973 0 -1 1077944320 302523 0 0 0 251613 403 0 0 20 0 17 0 94812708 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140721369658624 140251237293815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
/proc/6356/statm: 2705433 1211840 3173 1 0 2693827 0
[pid=6356/tid=6358] ppid=6353 vsize=10821732 memory=4847144 CPUtime=2465.93 cores=0,2,4,6
/proc/6356/task/6358/stat : 6358 (java) S 6353 6356 4973 0 -1 1077944384 169577 0 0 0 246552 41 0 0 20 0 17 0 94812708 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251241536688 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6359] ppid=6353 vsize=10821732 memory=4847144 CPUtime=10.53 cores=0,2,4,6
/proc/6356/task/6359/stat : 6359 (java) S 6353 6356 4973 0 -1 1077944384 16897 0 0 0 980 73 0 0 20 0 17 0 94812709 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251163368080 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6360] ppid=6353 vsize=10821732 memory=4847144 CPUtime=10.42 cores=0,2,4,6
/proc/6356/task/6360/stat : 6360 (java) S 6353 6356 4973 0 -1 1077944384 15617 0 0 0 969 73 0 0 20 0 17 0 94812709 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251162315280 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6361] ppid=6353 vsize=10821732 memory=4847144 CPUtime=10.53 cores=0,2,4,6
/proc/6356/task/6361/stat : 6361 (java) S 6353 6356 4973 0 -1 1077944384 23022 0 0 0 983 70 0 0 20 0 17 0 94812709 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251161262480 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6362] ppid=6353 vsize=10821732 memory=4847144 CPUtime=10.45 cores=0,2,4,6
/proc/6356/task/6362/stat : 6362 (java) S 6353 6356 4973 0 -1 1077944384 21361 0 0 0 970 75 0 0 20 0 17 0 94812709 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140251160209680 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6363] ppid=6353 vsize=10821732 memory=4847144 CPUtime=4.13 cores=0,2,4,6
/proc/6356/task/6363/stat : 6363 (java) S 6353 6356 4973 0 -1 1077944384 14633 0 0 0 410 3 0 0 20 0 17 0 94812711 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250729548656 140251237304962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6364] ppid=6353 vsize=10821732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6364/stat : 6364 (java) S 6353 6356 4973 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 94812711 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250728494688 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6365] ppid=6353 vsize=10821732 memory=4777512 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6365/stat : 6365 (java) S 6353 6356 4973 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 94812711 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250727441792 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6366] ppid=6353 vsize=10821732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6366/stat : 6366 (java) S 6353 6356 4973 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250726390096 140251237312411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6367] ppid=6353 vsize=10821732 memory=4847144 CPUtime=3.21 cores=0,2,4,6
/proc/6356/task/6367/stat : 6367 (java) S 6353 6356 4973 0 -1 1077944384 16508 0 0 0 319 2 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250725337456 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6368] ppid=6353 vsize=10821732 memory=4144 CPUtime=3 cores=0,2,4,6
/proc/6356/task/6368/stat : 6368 (java) S 6353 6356 4973 0 -1 1077944384 14712 0 0 0 298 2 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250724284656 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6369] ppid=6353 vsize=10821732 memory=4847144 CPUtime=0.47 cores=0,2,4,6
/proc/6356/task/6369/stat : 6369 (java) S 6353 6356 4973 0 -1 1077944384 5872 0 0 0 46 1 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250723231856 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6370] ppid=6353 vsize=10821732 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/6356/task/6370/stat : 6370 (java) S 6353 6356 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250722179296 140251237304021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
[pid=6356/tid=6371] ppid=6353 vsize=10821732 memory=4847144 CPUtime=1.4 cores=0,2,4,6
/proc/6356/task/6371/stat : 6371 (java) S 6353 6356 4973 0 -1 1077944384 2417 0 0 0 67 73 0 0 20 0 17 0 94812714 11081453568 1211840 33554432000 4194304 4196468 140721369676080 140250721127600 140251237304962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34340864 140721369683078 140721369683231 140721369683231 140721369685967 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 4847360 KiB

Child status: 143
Real time (s): 2480.54
CPU time (s): 2520.22
CPU user time (s): 2516.15
CPU system time (s): 4.06398
CPU usage (%): 101.599
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 4847360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 4.06398
maximum resident set size= 4847568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57403
involuntary context switches= 1867


# summary of solver processes directly reported to runsolver:
#   pid: 6356
#   total CPU time (s): 2520.22
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 4.06398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5936 second user time and 21.6985 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 11:27:40
IDJOB=4263558
IDBENCH=121402
IDSOLVER=2651
FILE ID=node151/4263558-1502617318
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61724 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Random/Random-RB-3-20-20/rand-3-20-20-60-632-40.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263558-1502617318/watcher-4263558-1502617318 -o /tmp/evaluation-result-4263558-1502617318/solver-4263558-1502617318 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263558-1502617318.xml

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

MD5SUM BENCH= dc4dbad226249f26f24e6fd4bdcbff7b
RANDOM SEED=1438498215

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        24486032 kB
MemAvailable:   27608100 kB
Buffers:          226736 kB
Cached:          3187384 kB
SwapCached:            0 kB
Active:          5251152 kB
Inactive:        2594264 kB
Active(anon):    4434384 kB
Inactive(anon):    25044 kB
Active(file):     816768 kB
Inactive(file):  2569220 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3068 kB
Writeback:             0 kB
AnonPages:       4284980 kB
Mapped:            55080 kB
Shmem:             25224 kB
Slab:             130492 kB
SReclaimable:     103832 kB
SUnreclaim:        26660 kB
KernelStack:        3520 kB
PageTables:        13820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5245076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4071424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 12:09:00